15.3.8 Version History

What’s new

  • Due to a build error, the following feature hasn’t been included in the previous version: New IWMonitor properties: ProgressIndicator, can link the monitor to a IWProgressBar so it can be used to update the progress bar while some work is being done in a background thread, transparently. New property TargetComparison [tcEqual (default), tcEqualOrGreater, tcEqualOrLower), when set to tcEqualOrGreater, the monitor event will trigger whenever the value is equal or greater than the targetValue. The opposite when tcEqualOrLower is set. New demo will follow
  • IntraWeb page loader code now also uses the viewport tag (defined in ServerController),  which improves the control over page loading in mobile devices

Modified

  • Using browser scroll sizes to retrieve the page sizes when loading the page instead of document innerWidth/innerHeight. 

Bug fix

  • IWButtons with images could fail when responding to click events
Scroll to Top