I have a couple of widgets that I have built using LCB within (classic) Livecode. Is there any way that I can build/load these widgets so that they are added to the ‘Livecode widgets’ set within the Create IDE?
User widgets are still loaded in Native so you’d be able to create using create widget as <kind>
You can also load the LCB widget module in script - but that won’t tie it up to the IDE UI just yet - (load extension <path-to-lcb-file>
)
Ali also thinks:
command revIDEExtensionInstall pPackageLocation
Might work if there’s a .lce file
Load extension is working well. Is there a way to lock the extension in however so that it is saved and persists even after quitting and reopening the project? This would mirror how extensions are saved and persist between sessions in Classic.
At the moment the extension disappears on quitting and reopening (even if I “save” the project … which means that all of the widgets that I created and used also disappear.
I believe there are plans to save extensions within the “project” structure but as yet these are unimplemented.