hello , i have this problem with ultimatelistctrl :
when i call the __init__ method this way :
import ultimatelistctrl as u
u.UltimateListCtrl(panel,-1,size=(200,200),style=u.ULC_REPORT)
Python raises an exception : ultimatelistctrl style should have
exactly one mode bit set....
i moved from using wx.listctrl to ultimatelistctrl just to use
different image sizes in the list, i could not use
ultimatelistctrl.PyImageList with wx.listctrl......
AGW now uses a new agwStyle flag. Regular styles use style, the AGW
specific ones use agwStyle.
Mark
···
On Jul 4, 11:34 am, Personx <muhannadshub...@gmail.com> wrote:
hello , i have this problem with ultimatelistctrl :
when i call the __init__ method this way :
import ultimatelistctrl as u
u.UltimateListCtrl(panel,-1,size=(200,200),style=u.ULC_REPORT)
Python raises an exception : ultimatelistctrl style should have
exactly one mode bit set....
i moved from using wx.listctrl to ultimatelistctrl just to use
different image sizes in the list, i could not use
ultimatelistctrl.PyImageList with wx.listctrl......
On Jul 4, 12:45 pm, Mark <markree...@gmail.com> wrote:
AGW now uses a new agwStyle flag. Regular styles use style, the AGW
specific ones use agwStyle.
Mark
On Jul 4, 11:34 am, Personx <muhannadshub...@gmail.com> wrote:
> hello , i have this problem with ultimatelistctrl :
> when i call the __init__ method this way :
> import ultimatelistctrl as u
> u.UltimateListCtrl(panel,-1,size=(200,200),style=u.ULC_REPORT)
> Python raises an exception : ultimatelistctrl style should have
> exactly one mode bit set....
> i moved from using wx.listctrl to ultimatelistctrl just to use
> different image sizes in the list, i could not use
> ultimatelistctrl.PyImageList with wx.listctrl......