UI designer

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
campa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Tue Nov 25, 2008 5:58 pm

UI designer

Post by campa »

Hi!

Another bug, sorry I am always bringing bad news :)
I have problem with UI designer, when I change something in the designer it changes my path to the icon from
#include "Images/Self_FEM_jedroFrm_XPM.xpm"
To
#include ""
I have to manually correct the include line. I am still using the old style (xpm ) format of icons. I have not modified this to new approach yet. So this kind of format is not supported anymore and should I change reference to bitmap file (.ico)?

Regards Andrej
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Re: UI designer

Post by tbreina »

I'm assuming that you are using a project from a previous release. If so, then you might need to use the visual designer to update your bitmaps. They can still be in the XPM format, but the components now have an extra field which specifies the filename. So just edit the graphic in the visual designer and select the .xpm file again so that it knows the correct filename.

-Tony
Everybody's got something to hide except for me and my monkey.
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Re: UI designer

Post by tbreina »

Don't worry about finding bugs. It's definitely a help to me and definitely improves the project. Please keep them coming (even if I can't fix them right away).

-Tony
Everybody's got something to hide except for me and my monkey.
Post Reply