Troubles with list control, and collection editor.

Hello,

I use Boa constructor, and I am having problems adding columns to a list control with the Boa Constructor collection editor. When I click the new button in the collection editor for a list control, it pops up an error message stating that the list needs to be created with the wx.LC_REPORT flag, and I have no idea how to accomplish that.

Could someone please explain to me where in the frame's code I would add the wx.LC_REPORT flag, so I can circumvent this problem with Boa Constructor?

I'm just starting out with Boa Constructor, and GUI programming with Python, so please be detailed in your answers so this newby can understand.

Thanks for any help you can be, Ray Parrish--

Linux dpkg Software Report script set..
http://www.rayslinks.com/LinuxdpkgSoftwareReport.html
Ray's Links, a variety of links to usefull things, and articles by Ray.
http://www.rayslinks.com
Writings of "The" Schizophrenic, what it's like to be a schizo, and other
things, including my poetry.
http://www.writingsoftheschizophrenic.com

···

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

I don't know specifically about Boa but there should be a place where you can set the styles used when the wx.ListCtrl is created. You can add the wx.LC_REPORT style there.

···

On 5/2/10 8:21 AM, Ray Parrish wrote:

Hello,

I use Boa constructor, and I am having problems adding columns to a list
control with the Boa Constructor collection editor. When I click the new
button in the collection editor for a list control, it pops up an error
message stating that the list needs to be created with the wx.LC_REPORT
flag, and I have no idea how to accomplish that.

Could someone please explain to me where in the frame's code I would add
the wx.LC_REPORT flag, so I can circumvent this problem with Boa
Constructor?

I'm just starting out with Boa Constructor, and GUI programming with
Python, so please be detailed in your answers so this newby can understand.

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en