IonicWind Software

Aurora Compiler => Update Announcements => Topic started by: Ionic Wind Support Team on March 11, 2006, 08:41:00 AM

Title: Aurora update Alpha 2 Rev 10
Post by: Ionic Wind Support Team on March 11, 2006, 08:41:00 AM
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.
Title: Re: Aurora update Alpha 2 Rev 10
Post by: Ionic Wind Support Team on March 11, 2006, 08:53:40 AM
The source archive has been updated.  Redownload from the link provided when purchasing.