Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a new ShowOutputProgress property on PrintPreviewClass which is used to optionally hide the progress window.

WindowResizeClass gets two new methods: WindowResizeBegin and WindowResizeEnd.

...

Code Block
! CLASS: XMLParser
!This is a none validate XML parser
!It is fast and use very low memory
!It can be very handy to parse trusted files that are valid
!The parser does not store or create any structure with the XML data
!instead it use an interface and call each method of that interface
!passing the XML Data.
!To use the parser the IXmlNotify need to be implemented.

Template changes

External procedures now have the "Only One Instance Allowed of the Procedure" prompt. The File Drop template adds prompts for "Include Blank Choice" and "Include 'All' Choice". 

There are some new trigger embed points. 

There's a new port template prompt to let you hide the output progress window. 

You can now optionally generate modules as generic, with an empty Member() statement.