Page 1 of 1

wxDataViewModel and companion classes ?

Posted: Sat Aug 09, 2008 12:30 pm
by lollisoft
Hi,

what about these wxDataViewModel and companion classes ?

Is this an attempt to get a generic interface how to display
and manipulate data - regardless where the data comes from ?

If so, I am interested in it and who is working on it.

Thanks,

Lothar

Posted: Sat Aug 09, 2008 2:32 pm
by FlyingIsFun1217
wxDataViewModel is the base class for all data model to be displayed by a wxDataViewCtrl.
So basically, the building blocks for the contents of a wxDataViewCtrl.

FlyingIsFun1217

Posted: Mon Aug 11, 2008 6:24 pm
by lollisoft
Ok,

who is involved within ?

Thanks

Lothar

Posted: Mon Aug 11, 2008 6:49 pm
by FlyingIsFun1217
The Docs tell all.

FlyingIsFun1217

Posted: Mon Aug 18, 2008 7:21 pm
by lollisoft
I mean who (developer) is involved with that.

I am interested in writing applications for that. If there are
no samples, I propably like to get more help with the developer
who has developed this classes.

With the developer at hand it would propably worked out a demo more fast.

Or is there any sample out ?

Regards,

Lothar

Posted: Thu Aug 21, 2008 1:43 am
by FlyingIsFun1217
If there aren't any samples that came in the distribution's 'samples' folder, just use the docs... They are quite thorough in my experience.

FlyingIsFun1217

Posted: Sat Sep 20, 2008 7:21 am
by lollisoft
Hi,

I must disagree with that. At least with wxWidgets version 2.8.8. Some days ago I have found a dataview folder in the samples folder. But it doesn't compile per default. Therefore I have searched in the config.log for dataview.

To activate the sample, add --enable-dataviewctrl=yes

It works well under Linux (PPC). On Mac OS X the displaying of the data is a little bad and the UI behaviour is missing something compared to Linux.

Other platforms are not tested yet.

Lothar