Trouble with 'load extension'
Posted: Tue Apr 21, 2015 11:07 pm
I'm trying to manually load some extensions into a project. I have a splash stack that is making the following calls prior to opening the stack file that has the widgets in it.
I've confirmed that theExtensionPath & "svgIconButton.lcm" points to a valid path. I don't get any message in 'the result'. Should load extension be working? If so, any ideas as to what I might be doing wrong?
Code: Select all
put "modules/" into item -5 to -1 of theExtensionPath
load extension (theExtensionPath & "svgIconButton.lcm")
load extension (theExtensionPath & "labelText")