Search found 465 matches
- Mon Aug 06, 2007 5:18 pm
- Forum: Announcements and Discoveries
- Topic: ANN : Enhanced wxTreeListCtrl
- Replies: 44
- Views: 18656
Re: Showing CheckBox and raising mouse events like listctrl
It would be nice if you can handle checkboxes as well textctrls as if wxGrid does. And also creating all the EventHandlers available in the ListCtrl to be available in here, too. Any progress on this? Even I would luv to have such feature. Currently the architecture of the wxTreeListCtrl does not s...
- Mon Aug 06, 2007 9:53 am
- Forum: Announcements and Discoveries
- Topic: ANN: wxForms support for Free C++ Builder 6.0
- Replies: 0
- Views: 689
ANN: wxForms support for Free C++ Builder 6.0
Hello, With wxForms 1.0.3, we have included support for the Free C++ Builder 6.0 personal Edition. Free C++ Builder 6.0 Personal Edition is available for download from http://codegear.pl/download/personal.shtml. You can obtain your registration key from http://www.codegear.com/downloads/free/cppbuil...
- Mon Aug 06, 2007 9:52 am
- Forum: Announcements and Discoveries
- Topic: ANN: wxForms - 1.0.3 - wxWidgets Form Designer for C++ Build
- Replies: 0
- Views: 602
ANN: wxForms - 1.0.3 - wxWidgets Form Designer for C++ Build
Hello, Twinforms is pleased announce the release wxForms 1.0.3. wxForms is an integrated form designer plugin for Borland C++ Builder that helps you to create cross platform applications for Windows, Mac OSX , Linux (gtk) using single source base. wxForms allows you to use all the C++ builder's powe...
- Thu Aug 02, 2007 1:02 am
- Forum: wxDev-C++
- Topic: Screenshots and testimonials needed!
- Replies: 8
- Views: 1856
http://wxopencommander.com/
It seems the Open Commander - http://wxopencommander.com/ is written using wxDevC++ . Hope you can add it to the list of application developed by wxDevC++ .
-Guru Kathiresan
http://www.twinforms.com
-Guru Kathiresan
http://www.twinforms.com
- Thu Aug 02, 2007 12:07 am
- Forum: Announcements and Discoveries
- Topic: ANN: prebuilt wx 2.8.4 lib for Free C++ Builder 6.0
- Replies: 0
- Views: 768
ANN: prebuilt wx 2.8.4 lib for Free C++ Builder 6.0
Hello, I have created a pre-built wxWidgets 2.8.4 library for Borland C++ Builder 6.0. I have uploaded the wxWidgets codepak (equivalent to wx-DevC++/DevC++ devpak) to http://codepaks.sourceforge.net/gui.htm The Installation includes a ready to use wxDialog based project template and the precompiled...
- Thu Jul 26, 2007 6:20 pm
- Forum: Announcements and Discoveries
- Topic: wxShapeFramework 1.0 is out
- Replies: 6
- Views: 1879
- Fri Jul 20, 2007 12:03 am
- Forum: Open Discussion
- Topic: My first shareware wx program. Need suggestions for website.
- Replies: 7
- Views: 3237
I guess I'm not late in suggesting a solution. Have a look at the Website builder program at http://www.ewisoft.com/ This is the only program that helped me finish my website design in couple of days. Once you have the content that need to be filled, it would hardly take 2-3 hrs to complete the actu...
- Tue Jul 17, 2007 8:31 pm
- Forum: wxDev-C++
- Topic: How to use wxCURL in wxDevCpp
- Replies: 1
- Views: 534
Re: How to use wxCURL in wxDevCpp
You need to download libcurl and create a lib file and then link it to your project that uses wxcurl. Creating lib in wx-DevC++ should be a eay task.czhedu wrote: I've already download wxCURL but what's the next step?
-Guru Kathiresan
- Fri Jun 22, 2007 6:25 pm
- Forum: Announcements and Discoveries
- Topic: ANN: Proximus Report Builder Public Alpha 2.0.0
- Replies: 2
- Views: 1434
Re: ANN: Proximus Report Builder Public Alpha 2.0.0
Looks great. Any possibility to have programming interface so that it can be used in our program ? If this is a standalone app then it is useless for the people here.
-Guru Kathiresan
-Guru Kathiresan
- Tue Jun 19, 2007 6:33 pm
- Forum: wxDev-C++
- Topic: Auto-complete with wxDev-C++?
- Replies: 2
- Views: 1630
Re: Auto-complete with wxDev-C++?
How can I make wxDev-C++'s code completion feature work with wxWidgets. It seems that this ide suffers the same problems as Visual C++, as demonstrated in this article . However, including wx_intellisense.h does not fix the problem in wxDev-C++. Therefore, what is the solution to this problem? You ...
- Fri Jun 15, 2007 7:07 pm
- Forum: Compiler / Linking / IDE Related
- Topic: the best rad/ide open source works with wxwidgets ?
- Replies: 4
- Views: 1309
Re: the best rad/ide open source works with wxwidgets ?
If you have or buy Borland C++ Builder, you can use my product wxForms from http://www.twinforms.com or you can use wxDevC++ http://wxdsgn.sf.net .
Thanks,
Guru Kathiresan
Thanks,
Guru Kathiresan
- Fri Jun 15, 2007 6:18 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxWidgets Form Designer For C++ Builder
- Replies: 0
- Views: 1040
ANN: wxWidgets Form Designer For C++ Builder
We are pleased to announce the release of our new wxWidgets Form Designer for C++ Builder - wxForms ( http://www.twinforms.com ). wxForms is an integrated form designer plugin for Borland C++ Builder that helps to create cross platform applications for Windows, Mac OSX , Linux (gtk) using single sou...
- Wed Jun 13, 2007 4:15 pm
- Forum: wxDev-C++
- Topic: error Cmp has not been declared
- Replies: 6
- Views: 1538
- Wed Jun 06, 2007 6:48 pm
- Forum: General Development
- Topic: help with integrating wxwidgets in Visual Studio
- Replies: 1
- Views: 609
Never mind,
I found the answer here http://frogleg.mvps.org/helptechnologie ... 2conv.html and here http://helpware.net/mshelp2/h2reg.htm
-Guru Kathiresan
I found the answer here http://frogleg.mvps.org/helptechnologie ... 2conv.html and here http://helpware.net/mshelp2/h2reg.htm
-Guru Kathiresan
- Wed Jun 06, 2007 5:37 pm
- Forum: General Development
- Topic: help with integrating wxwidgets in Visual Studio
- Replies: 1
- Views: 609
help with integrating wxwidgets in Visual Studio
Hello,
I'm looking for a tutorial or notes that give you information on how to integrate CHM file in Visual Studio help. I have already extracted the html content and created the hxs files but not sure how to install them. Any pointer with this is greatly appreciated.
Thanks,
Guru Kathiresan
I'm looking for a tutorial or notes that give you information on how to integrate CHM file in Visual Studio help. I have already extracted the html content and created the hxs files but not sure how to install them. Any pointer with this is greatly appreciated.
Thanks,
Guru Kathiresan