Search found 74 matches
- Tue Oct 04, 2005 10:34 pm
- Forum: wxDev-C++
- Topic: wxDevcpp & MS compiler
- Replies: 9
- Views: 2293
wxDevcpp & MS compiler
Any news on how things are going with efforts to get wxDevcpp working with MS compilers instead of gcc compilers?
- Sat Sep 10, 2005 3:41 am
- Forum: wxDev-C++
- Topic: using ms compiled dlls in wxDevcpp
- Replies: 1
- Views: 720
using ms compiled dlls in wxDevcpp
Is it possible to use MS dlls with WxDevcpp?
If not is there something akin to implib (Borlands utility to convert ms dlls to something borlands compilers can use) for wxDevcpp?
Cheers
Ross
If not is there something akin to implib (Borlands utility to convert ms dlls to something borlands compilers can use) for wxDevcpp?
Cheers
Ross
- Wed Jun 08, 2005 12:47 am
- Forum: wxDev-C++
- Topic: wx-devcpp Alpha testing
- Replies: 12
- Views: 3078
- Wed Jun 01, 2005 5:13 am
- Forum: General Development
- Topic: Button shapes
- Replies: 7
- Views: 2953
I do not quite follow you, do you want to use a wxFrame as base for your buttons? If so, why? I saw this snippet from you; ShapedButton::ShapedButton(wxWindow *parent, wxWindowID id, const wxString& label, const wxPoint& position, const wxSize& size) : wxFrame(parent, id, label, position, size, 0 |...
- Tue May 31, 2005 12:33 am
- Forum: General Development
- Topic: Button shapes
- Replies: 7
- Views: 2953
Ok, I've looked at the base classes for a few widgets, ie frames, panels and buttons. All have wxWindow as a base class. wxFrame has wxToplevelwindow as a base as well. However wxMDIchildframe has wxFrame as a base and therefore wxToplevelwindow as a base as well. So it seems that there is a way to ...
- Mon May 30, 2005 11:43 pm
- Forum: General Development
- Topic: Button shapes
- Replies: 7
- Views: 2953
Hi Jorg, Now I'm a little confused. If thats the case then the frame style wxFRAME_FLOAT_ON_PARENT seems a little redundant. I got the impression that this style would make the frame a child of its parent. Though when compiled the result is exactly as you say. You cannot use a wxFrame as a inherited...
- Mon May 30, 2005 11:35 pm
- Forum: General Development
- Topic: Button shapes
- Replies: 7
- Views: 2953
Thanks for the comments. I need to make a honeycomb pattern of buttons. As a start I'm trying make a button with a hexagonal shape. wxBitmapButton sort of works but has a few problems. The main one being that the corners (as the button in reality is still square) still show up if I pack the buttons ...
- Mon May 30, 2005 12:26 am
- Forum: General Development
- Topic: Button shapes
- Replies: 7
- Views: 2953
Button shapes
Hi All, I'm trying to change the shape of a button. I've looked at the "shaped" example and tried to modify it for my needs. The sample basically changes the shape of a frame. I can get it to change to the desired shape. However, I cant get it to be a child of a panel or more precisely have the fram...
- Mon May 30, 2005 12:00 am
- Forum: General Development
- Topic: Opengl Sample
- Replies: 2
- Views: 1028
If you using wxdevcpp theres an opengl tutorial here:
http://wxdsgn.sourceforge.net/tutorial.html
http://wxdsgn.sourceforge.net/tutorial.html
- Wed May 18, 2005 3:29 am
- Forum: wxDev-C++
- Topic: Getting wxGLCanvas to work with devcpp
- Replies: 1
- Views: 783
- Fri May 13, 2005 4:00 am
- Forum: General Development
- Topic: different shaped buttons
- Replies: 1
- Views: 715
different shaped buttons
Hi All,
Has anybody successfully made/used buttons with shapes other than rectangular?
Has anybody successfully made/used buttons with shapes other than rectangular?
- Wed May 11, 2005 5:39 am
- Forum: wxDev-C++
- Topic: porting wxDevcpp
- Replies: 2
- Views: 1251
porting wxDevcpp
Hi,
I guess this is more for Guru and others working on wxDevcpp code.
I was wondering if anyone thought that wxDevcpp was now sufficiently stable and functional enough to be used as a replacement for Delphi in making wxDevcpp?
Is this along way off, or am I dreaming?
Thanks
Ross
I guess this is more for Guru and others working on wxDevcpp code.
I was wondering if anyone thought that wxDevcpp was now sufficiently stable and functional enough to be used as a replacement for Delphi in making wxDevcpp?
Is this along way off, or am I dreaming?
Thanks
Ross
- Mon Apr 04, 2005 11:22 pm
- Forum: wxDev-C++
- Topic: IDE tutorials for wxWidgets
- Replies: 56
- Views: 17610
- Mon Apr 04, 2005 12:04 am
- Forum: wxDev-C++
- Topic: IDE tutorials for wxWidgets
- Replies: 56
- Views: 17610
- Fri Feb 04, 2005 3:20 am
- Forum: General Development
- Topic: Firewire
- Replies: 1
- Views: 836
Firewire
This maybe a silly question but is it possible to control firewire devices with wxWidgets or do I need a separate library?