Search found 465 matches
- Fri Oct 15, 2004 9:30 am
- Forum: Announcements and Discoveries
- Topic: new wx-devcpp 6.3 beta
- Replies: 6
- Views: 2477
new wx-devcpp 6.3 beta
Hello all, I have released the wx-devcpp beta 6.3 beta today. Please visit http://wxdsgn.sourceforge.net/ for more details. Please report your bugs at https://sourceforge.net/tracker/?group_id=95606&atid=611982 (I know no one uses this , but please, this helps in fixing the current bugs and add some...
- Wed Oct 13, 2004 10:55 pm
- Forum: C++ Development
- Topic: Best way to handle wxGrid events
- Replies: 1
- Views: 1016
Best way to handle wxGrid events
On looking at the wxGrid events, it seems we have to just pass only the function pointer as the parameter to the EVENT MACRO. Does this mean we have to use a this function to process the events for a all the grids in a dialog or frame ? How about using the Connect method ? I guess we have to use ID ...
- Mon Oct 11, 2004 8:27 am
- Forum: Announcements and Discoveries
- Topic: help testing new wx-devcpp beta
- Replies: 0
- Views: 1026
help testing new wx-devcpp beta
Hi All, I need some help in verifying the pre-beta 6.3. Before releasing it to the public, I just want to make sure there is no showstopper bug in the new features and bug fixes. Following are the fixes/new features : 1) Full support for Color and Font properties. 2)Full support for Bitmap(XPM) supp...
- Sat Oct 09, 2004 11:28 am
- Forum: C++ Development
- Topic: Question about sizers
- Replies: 3
- Views: 1793
Also, without having seriously looked over them your wx-DevCpp example the proportion argument on your Add calls are all 0 whereas you have it set to 1 in a couple of places in your Dialog Blocks example. That argument can make a big difference, especially in regards to window resizing. Hi, You are...
- Fri Oct 08, 2004 7:49 pm
- Forum: General Forum Issues
- Topic: A forum for wx-devcpp ?
- Replies: 2
- Views: 2355
A forum for wx-devcpp ?
Hi Jorg,
I'm wondering if you can create a forum for the wx-devcpp ? Since wx-devcpp is meant only for wx, it would be nice to have one here. Any suggestions ?
Thanks,
Guru
I'm wondering if you can create a forum for the wx-devcpp ? Since wx-devcpp is meant only for wx, it would be nice to have one here. Any suggestions ?
Thanks,
Guru
- Fri Oct 08, 2004 5:53 pm
- Forum: General Development
- Topic: UI Designer for VC++ would be the killer app for wxWidgets
- Replies: 15
- Views: 5635
Re: UI Designer for VC++ would be the killer app for wxWidge
So I'm ending up designing my program in wx-Devcpp and compiling it in a separate VC++ project. Again, two IDEs. You can use wxDevCpp like the QT designer that is hooked with the VC++ IDE. If you use VC++2003, add the .wxForms to your project workspace and right click on the file to select the "ope...
- Thu Oct 07, 2004 11:53 pm
- Forum: C++ Development
- Topic: Question about sizers
- Replies: 3
- Views: 1793
Question about sizers
Hi all, I'm having trouble understanding the sizers. Even though I was able to add support to sizers in my wx-form designer, I dont understand it correctly. When working on the code generation part , i had dialogblock on my side and I was generating the sizer code by seeing each and every property a...
- Wed Oct 06, 2004 7:37 pm
- Forum: Compiler / Linking / IDE Related
- Topic: VS.NET and wxWidgets
- Replies: 3
- Views: 1955
Re: VS.NET and wxWidgets
Has anyone gotten these two to dance manually, that is without the use of wxVisualSetup. For intellisense support (without wxVisualSetup), you can add _wx_intellisense.h (I dont know where I picked it, if you want a copy, let me know, I'll send it). For Editing forms I map .wxform files to be opene...
- Fri Oct 01, 2004 11:59 pm
- Forum: General Development
- Topic: Using wxwidgets from C
- Replies: 1
- Views: 1304
Yes, you do have C wrappers for wx. Check the wx.NET code base (in SF's CVS). The wx C++ libs are wrapped as C functions and then used in the C# code. check http://wxnet.sourceforge.net/ for more details.
- Fri Oct 01, 2004 7:15 pm
- Forum: Announcements and Discoveries
- Topic: wx-devcpp beta 6 released
- Replies: 4
- Views: 1884
- Wed Sep 29, 2004 1:49 pm
- Forum: Announcements and Discoveries
- Topic: wx-devcpp beta 6 released
- Replies: 4
- Views: 1884
- Wed Sep 29, 2004 6:51 am
- Forum: Announcements and Discoveries
- Topic: wx-devcpp beta 6 released
- Replies: 4
- Views: 1884
wx-devcpp beta 6 released
Hi,
I have fixed some issues with the control code generation code and other updates in the latest wx-devcpp.
Please check
http://wxdsgn.sourceforge.net/
for details.
Please send your bug reports..
Thanks,
Guru Kathiresan
I have fixed some issues with the control code generation code and other updates in the latest wx-devcpp.
Please check
http://wxdsgn.sourceforge.net/
for details.
Please send your bug reports..
Thanks,
Guru Kathiresan
- Mon Sep 20, 2004 3:24 pm
- Forum: Announcements and Discoveries
- Topic: New RAD IDE for wxWidgets.
- Replies: 10
- Views: 3683
- Mon Sep 20, 2004 2:50 pm
- Forum: Announcements and Discoveries
- Topic: New RAD IDE for wxWidgets.
- Replies: 10
- Views: 3683
Hi All, Thanks for your replies. Yesterday, I completed a merge of the wx-devcpp code with the main dev-cpp branch. Also I resolved couple of issues that colin was complaining about. I have submitted the merge. I guess Colin would review it and make them available in the dev-cpp branch. Once the cod...
- Sat Sep 18, 2004 2:59 am
- Forum: Announcements and Discoveries
- Topic: New RAD IDE for wxWidgets.
- Replies: 10
- Views: 3683
It seems like a hack of devcpp, very preomising yet still buggy. Lets just hope for the author to keep the good work. The Dev-Cpp core developer (Colin) agreed to merge the wx-devcpp code to the current cvs branch. I guess Dev-Cpp will support wx form designer officially within few months. Since I ...