Where is com.livecode.library.widgetutils?
Posted: Sun Feb 11, 2018 6:32 pm
I am just revisiting LCB and dissecting Bernd's "North" widget - and have a problem even compiling it. Testing with other samples produces the same error, namely the compile fails when it comes across the line:(error: Unable to find imported module 'com.livecode.library.widgetutils')
I am using Windows (10) with LC (Indy) 9, dp-11 and my LCB extension manager does not include the widgetutils library.
Is this a component that should be included in the extension manager by default?
If not, where do I obtain it to install? Or else what am I doing wrong?
Edit: I can see in the Extensions folder: C:\Users\<username>\AppData\Roaming\RunRev\Components\LiveCode Indy 9.0 (dp 11)\Extensions\com.livecode.library.widgetutils - but do I need to install or compile anything here? Surely it's supposed to be part of the automatic inclusions if I want to use LCB?
Code: Select all
use com.livecode.library.widgetutils
I am using Windows (10) with LC (Indy) 9, dp-11 and my LCB extension manager does not include the widgetutils library.
Is this a component that should be included in the extension manager by default?
If not, where do I obtain it to install? Or else what am I doing wrong?
Edit: I can see in the Extensions folder: C:\Users\<username>\AppData\Roaming\RunRev\Components\LiveCode Indy 9.0 (dp 11)\Extensions\com.livecode.library.widgetutils - but do I need to install or compile anything here? Surely it's supposed to be part of the automatic inclusions if I want to use LCB?