April 19, 2024, 04:00:11 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Aurora update Alpha 2 Rev 10

Started by Ionic Wind Support Team, March 11, 2006, 08:41:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ionic Wind Support Team

The latest update of the Aurora compiler is now ready for your enjoyment.  To get the update redownload from the link provided when purchasing, uninstall the old version and install this one.

Changes:
------------
- SetDefaultFont added to the CDialog class. 
- The boolean NOT operator (!) added. i.e.  if( !m_pSomething) 
- the menu class was renamed to CMenu
- CProgressBar added.
- CTrackBar added.
- CDTPicker added.
- CIPAddress added.
- CToolbar added.
- Class Maker added to the tools menu
- Example file toolbardemo.src added
- Example file mdidemo.src changed to use the toolbar class
- Example file tabctrl.src changed to show usage of the new control classes
- The dialog editor was mistakingly setting the BS_OWNERDRAW style on bitmap buttons.  Fixed.
- The demo version changed to allow usage of programs that depend on the Aurora BIN directory being set in the registry.

Notes:
---------
CDialog::SetDefaultFont allows specifying the font used for all controls when they are created with DoModal or ShowDialog.  Use it after the Create method.

Mydlg dlg;
dlg.Create(...
dlg.SetDefaultFont("Verdana", 10);
dlg.AddControl(...

The demo version has been updated as well.
Ionic Wind Support Team

Ionic Wind Support Team

The source archive has been updated.  Redownload from the link provided when purchasing.
Ionic Wind Support Team