Search found 45 matches

by Vixus
Mon Jun 06, 2005 8:02 pm
Forum: wxDev-C++
Topic: Not importing BMPs properly.
Replies: 8
Views: 3163

I've been doing that.
by Vixus
Mon Jun 06, 2005 11:17 am
Forum: wxDev-C++
Topic: WX Dev CPP IRc Channel?
Replies: 5
Views: 1914

Trust me, it's pretty hard getting help on #wxWidgets, a #wx-devcpp channel would be worse. ;)
by Vixus
Sun Jun 05, 2005 1:23 pm
Forum: C++ Development
Topic: Transparency of window
Replies: 8
Views: 2205

Alienable == Cross-Platform.
He wants to create cross-platform transparency, so that his window will appear transparent on all OSes.
by Vixus
Sun Jun 05, 2005 1:10 pm
Forum: wxDev-C++
Topic: WX-DevCPP Bug -- Menu Designer.
Replies: 7
Views: 2348

Will do.
by Vixus
Sun Jun 05, 2005 10:58 am
Forum: wxDev-C++
Topic: Newbie question about DevCPP and wxWidgets
Replies: 4
Views: 1758

Simple answer: Download wx-devcpp, it is seperate from Dev-C++ itself.
by Vixus
Fri Jun 03, 2005 10:56 am
Forum: wxDev-C++
Topic: MDI Child
Replies: 2
Views: 1321

ONSIZE what? The sizer or the MDIchild?
by Vixus
Fri Jun 03, 2005 10:55 am
Forum: wxDev-C++
Topic: wx-devcpp Alpha testing
Replies: 12
Views: 3893

Oh sorry, it retains its size on compile, just not in the form designer. Not really an issue, ignore it.
by Vixus
Fri Jun 03, 2005 10:54 am
Forum: wxDev-C++
Topic: WX-DevCPP Bug -- Menu Designer.
Replies: 7
Views: 2348

We also need the ability to re-order menu items! :D
by Vixus
Fri Jun 03, 2005 10:51 am
Forum: wxDev-C++
Topic: Not importing BMPs properly.
Replies: 8
Views: 3163

Hey thanks, I'll try that. :) Nope, I kept clicking Edit Picture and reassigning the same bitmap, but it still comes up with the same error. When does it generate the XPM exactly?
by Vixus
Tue May 31, 2005 9:56 pm
Forum: wxDev-C++
Topic: wx-devcpp Alpha testing
Replies: 12
Views: 3893

I was addressing the importing thread (XPM not found).
How do I make components have a fixed size and not resize everytime I close and reopen the project, ie a StaticText or StaticBitmap?
by Vixus
Tue May 31, 2005 7:05 pm
Forum: C++ Development
Topic: XP-style toolbar
Replies: 17
Views: 4708

by Vixus
Tue May 31, 2005 7:03 pm
Forum: wxDev-C++
Topic: wx-devcpp Alpha testing
Replies: 12
Views: 3893

Which bugs have been fixed? *Please say something about BMPs and XPMs.
by Vixus
Tue May 31, 2005 3:28 pm
Forum: wxDev-C++
Topic: Not importing BMPs properly.
Replies: 8
Views: 3163

Well, I can't find said XPM :P Anyway, what you said about .rc files bringing bmps into the binary interests me, how would I do this? For instance, I have this code in ...App.h to show a Splashscreen: void ShowSplash() { wxBitmap bmpSplash; if (bmpSplash.LoadFile("images/tv.bmp", wxBITMAP_...
by Vixus
Tue May 31, 2005 1:46 pm
Forum: wxDev-C++
Topic: Not importing BMPs properly.
Replies: 8
Views: 3163

I can't even find the thing! :D
How do I put it in my include path if its not there. Why does wx-devcpp make everything xpms anyway?
by Vixus
Mon May 30, 2005 9:50 pm
Forum: wxDev-C++
Topic: Not importing BMPs properly.
Replies: 8
Views: 3163

Not importing BMPs properly.

I'm using a wxStaticBitmap and loading a bmp from disk. However, on compile I get this error: 13 C:\Dev-Cpp\PROJECTS\Tunnel\tunnelFrm.cpp WxStaticBitmap1_XPM.xpm: No such file or directory. wx-devcpp has inserted this header for me: ////Header Include Start #include "WxStaticBitmap1_XPM.xpm&quo...