IonicWind Software

Aurora Compiler => Update Announcements => Topic started by: Ionic Wind Support Team on May 17, 2006, 12:24:43 AM

Title: Aurora update Alpha 3 Rev 2
Post by: Ionic Wind Support Team on May 17, 2006, 12:24:43 AM
The Aurora compiler has just been updated.  To get the update redownload from the link provided when purchasing.

Changes / Additions:
----------------------------
- //{  and //} can be used to set up a folding region in the IDE.
- Brace color changed to match text color. Makes it easier to distinguish { ( ) }.
- A folded code section or region is now indicated by a horizontal line as well as the '+' in the margin.
- CWindow::SetSBPageSize and CWindow::GetSBPageSize added to support proportional scrollbars.
- CScrollBar::SetPageSize and CScrollBar::GetPageSize added to support proportional scrollbars.
- CWindow::CopyText added to copy a controls text into a pre-allocated buffer.
- CWindow::Create now adds AWS_CHILD or AWS_POPUP as appropriate, one less style to remember.
- CWindow::OnPaint now sets up the DC to the invalidated region when used in a non-autodrawn window.  All GUI drawing functions now respect the invalidated region and GetHDC will return the properly set up DC.  The current drawing attributes are also selected into this device context so calls to SetFont, DrawMode, etc are remembered.

- The following unicode string functions are now available.  They function exactly like their ANSI counterparts.  All parameters and returns to these functions are unicode strings:

GETSTARTPATHW
FORMATDATEW
FORMATTIMEW
NUMTOHEXW
NUMTOWSTR
WSTRFIND
WSTRLEFT
WSTRLOWER
WSTRMID
WSTRRIGHT
WSTRRPT
WSTRSPACE
WSTRTONUM
WSTRUPPER
WTRIMLEFT
WTRIMRIGHT
TOWCHAR
WUSING

- Example program CPrintWindow added to illustrate proportional scrollbars, smooth scrolling with ScrollWindowEx, the changes to OnPaint, and the bitmap printing code discussed with Haim.

Title: Re: Aurora update Alpha 3 Rev 2
Post by: Ionic Wind Support Team on May 17, 2006, 05:56:12 PM
The source archive and demo version have been updated.
Title: Re: Aurora update Alpha 3 Rev 2
Post by: Ionic Wind Support Team on May 20, 2006, 10:17:32 AM
Demo version uploaded again.  Forgot to reset the 10 day trial ;)