Search found 6 matches

by leeyuntien
Wed Jan 26, 2005 5:42 pm
Forum: C++ Development
Topic: crossplatform interface
Replies: 4
Views: 1564

XML code <object class="wxDialog" name="IDD_PROJECT_SETTING"> <style>wxCAPTION|wxSYSTEM_MENU</style> <size>259,98d</size> <title>Project Setting</title> <centered>1</centered> <object class="wxStaticBox" name="IDC_STATIC"> <size>245,65d</size> <pos>7,5d</pos> ...
by leeyuntien
Wed Jan 26, 2005 5:40 pm
Forum: C++ Development
Topic: crossplatform interface
Replies: 4
Views: 1564

Here is the XML code. <object class="wxDialog" name="IDD_PROJECT_SETTING"> <style>wxCAPTION|wxSYSTEM_MENU</style> <size>259,98d</size> <title>Project Setting</title> <centered>1</centered> <object class="wxStaticBox" name="IDC_STATIC"> <size>245,65d</size> <po...
by leeyuntien
Wed Jan 26, 2005 5:38 pm
Forum: C++ Development
Topic: crossplatform interface
Replies: 4
Views: 1564

Here it is. Does anyone know why? Thank you. http://speech.ee.ntu.edu.tw/~steven/linux.jpg http://speech.ee.ntu.edu.tw/~steven/mac.jpg <object class="wxDialog" name="IDD_PROJECT_SETTING"> <style>wxCAPTION|wxSYSTEM_MENU</style> <size>259,98d</size> <title>Project Setting</title> <...
by leeyuntien
Mon Jan 24, 2005 9:40 pm
Forum: C++ Development
Topic: crossplatform interface
Replies: 4
Views: 1564

crossplatform interface

Hi All,

I have an application on Linux and Mac G4. I use the same XML file for common dialogs and controls. However, they show different layouts. What should I do?

YTL
by leeyuntien
Mon Jan 24, 2005 9:38 pm
Forum: Platform Related Issues
Topic: Help Menu on Mac G4
Replies: 1
Views: 1213

Help Menu on Mac G4

Hi All,

Does anyone know how to remove the default "Help" menu Mac created for every application? Thank you for replying. :)

YTL
by leeyuntien
Mon Nov 15, 2004 7:16 pm
Forum: Platform Related Issues
Topic: bus error
Replies: 2
Views: 1937

bus error

Dear Users,

After installing wxMax-2.5.3 and compiled menu sample under the directory /sample/menu, it looks good. But when I executed the program, after a while it terminated and gave an error message saying bus error. Does anyone know what happened or can someone help me? Thank you very much!!