topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 9:44 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gururamnath [ switch to compact view ]

Pages: [1]
1
Hello,
Couple of years ago we released a wxWidgets Form designer for Borland C++ Builder . Last week we released a similar Form Designer for Delphi.

wxForms for Delphi is an integrated form designer plugin for Borland/CodeGear Delphi and a Pascal wrapper for wxWidgets that helps you to create cross platform applications for Windows and Mac OSX using single source base.

wxForms code from Delphi can be compiled in Mac OSX without much change using FreePascal/Lazarus.

wxForms allows you to use all of Delphi's powerful Form Designer/ Editor features (Form Alignment, Object inspector, Component Palette etc ) to quickly create Cross platform applications. Components can be easily customized by modifying their properties in the object inspector.

You can find more information at http://twinforms.com/products/wxformsdelphi/index.php .

If you have any questions , please a mail to [email protected]

-regards,
Guru Kathiresan
http://www.twinforms.com

2
Hello,
We have released a new version of wxForms. Please visit http://www.twinforms.com for more details.

-regards,
Guru Kathiresan
wxForms Support
http://www.twinforms.com

3
If TScintilla plays nice with this and depending how much it depends on Win32 API, I might be able to port SkyIDE on Linux otherwise there is QT Scintilla wrapper. I wonder if QT can be used in conjunction with wxWidgets?
Hi,
Yes We can create similar Designer for QT. Since BDS2006 doesnt even compile QT 4 source, I'm not sure it will be helpful to create a designer for QT at this point of time.

-regards,
Guru Kathiresan
wxForms Support
http://www.twinforms.com

4
... are those wx controls on a vcl form ?!
The form and the components are specific to wxWidgets. Just for the designer usage the controls are derived from VCL components, Corresponding wxWidgets source code is generated in the background when you make a change to a particular component. Each wx Specific BCB components have the corresponding properties of the wxWidgets components instead of the VCL components. If you add a VCL component to the wxForm, it wont compile.

Let me know if you find any problem or question about wxForms.
-regards,
Guru Kathiresan
wxForms Support
http://www.twinforms.com

Pages: [1]