Search found 115 matches

by lollisoft
Mon Aug 18, 2008 6:47 pm
Forum: Platform Related Issues
Topic: Problem compiling my application on Mac OS X 10.3.9
Replies: 2
Views: 999

I make application bundles, but anyhow I got information to use Rez while creating bundles. But now I understand the obsoledeness, because there is a resource directory for that :-)
by lollisoft
Mon Aug 18, 2008 6:43 pm
Forum: Platform Related Issues
Topic: wxWidgets on Android, Ubuntu Mobile, or OpenMoko?
Replies: 7
Views: 2995

Hi, I have a FreeRunner and just installed the included wxWidgets libraries (2.8.7). Not sure to directly try out a wx based application, because I don't know, if there is one included or one is based on this package. I will stay tuned, especially how to setup my development environment for crosscom...
by lollisoft
Tue Aug 12, 2008 5:27 pm
Forum: C++ Development
Topic: wxToolCountListNode ?
Replies: 1
Views: 937

It was my bug.

WX_DECLARE_LIST AND WX_DEFINE_LIST were used both in the header file.

Lothar
by lollisoft
Tue Aug 12, 2008 5:25 pm
Forum: Platform Related Issues
Topic: Problem compiling my application on Mac OS X 10.3.9
Replies: 2
Views: 999

Problem compiling my application on Mac OS X 10.3.9

Hi, I am trying to compile my code on my old Mac OS X 10.3.9 installation with XCode 1.5 and Nov 2004 GCC 3.3 Updater. Compiling seems to work properly until my main module gets prepared with Rez. There I have an endless running Rez. On this Mac OS X 10.3.9 I have wxMac 2.6.2 compiled as debug, shar...
by lollisoft
Mon Aug 11, 2008 6:24 pm
Forum: General Development
Topic: wxDataViewModel and companion classes ?
Replies: 6
Views: 2918

Ok,

who is involved within ?

Thanks

Lothar
by lollisoft
Sat Aug 09, 2008 12:30 pm
Forum: General Development
Topic: wxDataViewModel and companion classes ?
Replies: 6
Views: 2918

wxDataViewModel and companion classes ?

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
by lollisoft
Mon Jul 21, 2008 6:00 pm
Forum: C++ Development
Topic: Dynamic menu
Replies: 13
Views: 3056

I have very successfully implemented dynamic menu entries. As of doing this really dynamic, you need a mapping between the menunames and their ID's. While you add a new menu entry, you increment the ID. You also should track the ID in a list with a key of type string. Then you could get back the ID ...
by lollisoft
Sun Jul 20, 2008 12:03 pm
Forum: Platform Related Issues
Topic: Multible installations of wxMac ?
Replies: 1
Views: 781

Multible installations of wxMac ?

Hi, I have build an ansi version of wxMac 2.8.8 as a shared single library without specifying the prefix. Now I have two wx-config instances and not one wich --list's both installations. Could I simply change the installation by setting the correct prefix ? The version that comes with Leopard is 2.8...
by lollisoft
Sun Jul 20, 2008 10:39 am
Forum: Platform Related Issues
Topic: wxMacCGContext on Mac OS X Leopard with preinstalled 2.8.4 ?
Replies: 1
Views: 700

Oops,

it is the wxAUI library. Not the wxProbgrid. Sorry, I will investigate more time to find a solution because it seems to
be a core graphics issue.

Lothar
by lollisoft
Sun Jul 20, 2008 9:32 am
Forum: Platform Related Issues
Topic: wxMacCGContext on Mac OS X Leopard with preinstalled 2.8.4 ?
Replies: 1
Views: 700

wxMacCGContext on Mac OS X Leopard with preinstalled 2.8.4 ?

Hi, I have updated my Mac OS X to Leopard. Nice new features :-) Trying to compile code that uses wxMacCGContext I am getting errors, because the wxMacCGContext identifer is undefined. It has todo with wxPropGrid that I use from the project page. (http://sourceforge.net/projects/wxpropgrid) The code...