Skip to content
⌘ NSIS Forum Archive

Scroll License dll Error

6 posts

rxs2k5#

Scroll License dll Error

I trying out the ultramodernUI

I wonder is there a solutions because the scroll licensed showed this
Function: "LicenseShow"
File: "ScrollLicense.dll"->"$PLUGINSDIR\ScrollLicense.dll" [compress] 2015/4608 bytes
Plugin Command: Set
FunctionEnd
Function: ".onGUIend"
Error: Function named ".onGUIend" already exists.
Help please !!!

this is the only function not working on my script
Afrow UK#
This isn't an issue with the plugin itself. Ultra Modern UI appears to use the .onGUIend callback function itself and that is why you're getting the error 'Function named ".onGUIend" already exists.'.

You need to find a define to set up your own .onGUIend function. Refer to the Ultra Modern UI manual.

-Stu
rxs2k5#
🙁 I still do not understand the manual how does define will allow the radio to appear on scrollends
Afrow UK#
The radio buttons will remain disabled until your scroll to the bottom of the license box.

-Stu
rxs2k5#
How could I define this
This isn't an issue with the plugin itself. Ultra Modern UI appears to use the .onGUIend callback function itself and that is why you're getting the error 'Function named ".onGUIend" already exists.