ultimatelistctrl problem?

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......

so can you please help fix this problem?

Thanks.

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......

so can you please help fix this problem?

Thanks.

Here is the post about it:

http://groups.google.com/group/wxpython-users/browse_thread/thread/7bef0e1ca067187e/64f72fd48969daca?lnk=gst&q=AGW+revamped#64f72fd48969daca

Mark

···

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......

> so can you please help fix this problem?

> Thanks.

thanks a million.it works nicely now.