wxFormBuilder

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

| Tasklist |

FS#401 - wxDataViewCtrl support needs to be added

Attached to Project: wxFormBuilder
Opened by Robert (void.pointer) - Wednesday, 17 December 2008, 20:16 GMT+2
Task Type Feature Request
Category Specific Widget
Status Unconfirmed
Assigned To No-one
Operating System All
Severity High
Priority Normal
Reported Version 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

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

This task depends upon

Comment by carl (gamemusta) - Thursday, 25 December 2008, 22:37 GMT+2

actually implementation is so easy you can do it yourself :D im workin on my own implementation of a bunch of controls O_O

Comment by Robert (void.pointer) - Thursday, 25 December 2008, 22:57 GMT+2

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.

Comment by carl (gamemusta) - Friday, 02 January 2009, 02:26 GMT+2

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.

Comment by Ryan Mulder (rjmyst3) - Friday, 16 January 2009, 14:49 GMT+2

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.

Comment by carl (gamemusta) - Saturday, 24 January 2009, 15:51 GMT+2

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.

Loading...