April 23, 2024, 03:37:57 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Aurora update Alpha 3 Rev 2

Started by Ionic Wind Support Team, May 17, 2006, 12:24:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ionic Wind Support Team

May 17, 2006, 12:24:43 AM Last Edit: May 17, 2006, 12:35:01 AM by Ionic Wizard
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.

Ionic Wind Support Team

Ionic Wind Support Team

The source archive and demo version have been updated.
Ionic Wind Support Team

Ionic Wind Support Team

Demo version uploaded again.  Forgot to reset the 10 day trial ;)
Ionic Wind Support Team