Welcome to wxFormBuilder’s issue tracking system! We hope that wxFormBuilder provides you with many hours of increased productivity.
Please feel free to post bug reports and feature requests here. You can feel free to discuss an issue or feature on the forum but if you decide it needs to be looked at you need to post it here. If a feature request or bug report is not on this site there is a good chance it won’t be worked on. So, as a rule, post them here.
Thanks for your cooperation,
The wxFormBuilder Team
FS#401 - wxDataViewCtrl support needs to be added
Opened by Robert (void.pointer) - Wednesday, 17 December 2008, 20:16 GMT+2
|
DetailsThere is a control in wxWidgets named wxDataViewCtrl which is a superset of wxListCtrl in terms of functionality and features. It would be great to see support for this in wxFormBuilder. Specifically I would like to see XRC support for this. |
actually implementation is so easy you can do it yourself :D im workin on my own implementation of a bunch of controls O_O
I don't want to have to do this myself. I have far too many other responsibilities to worry about.
I tried using a custom control for this but wxWidgets fails to load the XRC Frame when I do it.
ive been working on my own form builder but im having a little trouble making an inner frame, so i started on the ui for my server threads. if you'd like to help with it i could upload it to sourgeforge. right now all i can upload is the basic interface.
dataview is not good in wx2.8. I don't know if it is worth the trouble until wx2.10 or 3.0 is released.
while wxDataView is severely handicapped in 2.8, it has for the most part been restored functionability in 2.9, by that time i'd already made my own implementation, so that was useless to me, though you're welcome to take a look at datavgen.cpp source if you'd like.