Debugger code and custom script functions

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
Anonymous user
Debugger code and custom script functions

The debugger code doesn't change the following code to match the form name:

Page custom ${FUNCTION_PREFIX}fnc_Form1_Show
UninstPage custom ${FUNCTION_PREFIX}fnc_Form1_Show

Also, if the event functions are put into the FooterCustomScript property, empty duplicates are inserted.

Posts: 1972
Joined: March 25, 2012 - 01:19
Version 0.9.7 released

I just released version 0.9.7 which should address form name issues.
I also fixed script generation issues.

Thanks for your feedback.

Anonymous user
Styles and ExStyles

The value of the Styles property does not get used, instead ExStyles value gets used inplace of Styles.

Example:

${NSD_AddStyle} $hCtl_SelectPackages_btnAdd ${WS_EX_NOPARENTNOTIFY}|${WS_EX_ACCEPTFILES}|${WS_EX_TRANSPARENT}|${WS_EX_TOOLWINDOW}|${WS_EX_WINDOWEDGE}|${WS_EX_CLIENTEDGE}|${WS_EX_CONTEXTHELP}|${WS_EX_LEFTSCROLLBAR}|${WS_EX_CONTROLPARENT}|${WS_EX_STATICEDGE}|${WS_EX_APPWINDOW}
${NSD_AddExStyle} $hCtl_SelectPackages_btnAdd ${WS_EX_NOPARENTNOTIFY}|${WS_EX_ACCEPTFILES}|${WS_EX_TRANSPARENT}|${WS_EX_TOOLWINDOW}|${WS_EX_WINDOWEDGE}|${WS_EX_CLIENTEDGE}|${WS_EX_CONTEXTHELP}|${WS_EX_LEFTSCROLLBAR}|${WS_EX_CONTROLPARENT}|${WS_EX_STATICEDGE}|${WS_EX_APPWINDOW}
Posts: 1972
Joined: March 25, 2012 - 01:19
Fixed

Thanks for your feedback.
Bug solved, you'll find fix into next version...