14.0.7

<< Click to Display Table of Contents >>

Navigation:  Version History >

14.0.7

New: TIWExceptionLogger class. This class can log all exception within your IntraWeb application to a log (text) file, or to the Windows Event Log. Read more about it here.

 

New unit/class added: IW.Common.AppInfo.pas. This class replace various IW.Common.System old routines. Read more about it here.

 

Two new properties of class StyleRenderOptions:

 

RenderPadding (Default true): When true, will add “Padding” property to IWControls when rendered. The default padding value is zero. Padding value will be added in a future version

 

UseDisplay (Default false): When true, will use “display: none” to control IWControl’s visibility. IWRegion’s UseDisplay property should be set to TRUE whenever you change its visibility during an async event. This is a workaround for IE 9 bug when toggling IWRegion visibility during async events.

 

Bug fix: TIWGradButton was not being registered in the component pallete.

 

Bug fix: TIWURLWindow was working correcly only in Internet Explorer, failing in other browsers.

 

Bug fix: Fixed parameters in C++ Builder templates. This was requiring manual fix to the C++ Builder code generated by IntraWeb application wizard.

 

Bug fix: Fixed namespaces in C++ Builder HPP files. This was preventing C++ Builder IntraWeb applications to compile correctly.

 

Bug fix: When using templates, the order of internal JavaScript files in the generated output was not correct. Now it conforms with form rendering, without templates.

 

Bug fix: memory leak in IWStandAloneServer.

 

Bug fix: ServerController.CacheDir will not be filled at design time.

 

Bug fix in registration procedures.

 

Bug fix in IntraWeb setup. Now setup is correctly adding library path to IncludePath and LibraryPath C++ Builder options.

 

Modification to TIWServerInternalFiles.InternalAdd. Now internal resource may be replaced at runtime with other resources with the same name.