Issues opening stack with widgets that have been updated
Posted: Tue Mar 10, 2015 11:04 pm
I have a widgets that I've added to a stack. I then realized that I needed to modify the widget so I did the following:
1. Relaunched LiveCode
2. Opened the extensionsBuilder
3. Uninstalled the widget
4. Relaunched LiveCode (LiveCode seems to think the widget is still loaded in memory after uninstalling)
5. Modified and tested the widget.
6. Installed the widget.
7. Restarted LiveCode and opened my project.
Now I am getting this error when I open the project and some of my widgets won't render.
executing at 5:56:55 PM
LCB Error Variables must be defined before being used - variable mState in com.livecode.extensions.devore.texticon.
Object ToggleNotes
LCB File texticon.lcb
LCB Line 164
mState is in fact defined and the widget compiles. How do I update widgets in existing projects without deleting the existing ones and recreating?
Also, I've been having trouble compiling with the latest develop branch so I am a few commits behind. With the latest I get very verbose "emit" output but can't get a working widget.
1. Relaunched LiveCode
2. Opened the extensionsBuilder
3. Uninstalled the widget
4. Relaunched LiveCode (LiveCode seems to think the widget is still loaded in memory after uninstalling)
5. Modified and tested the widget.
6. Installed the widget.
7. Restarted LiveCode and opened my project.
Now I am getting this error when I open the project and some of my widgets won't render.
executing at 5:56:55 PM
LCB Error Variables must be defined before being used - variable mState in com.livecode.extensions.devore.texticon.
Object ToggleNotes
LCB File texticon.lcb
LCB Line 164
mState is in fact defined and the widget compiles. How do I update widgets in existing projects without deleting the existing ones and recreating?
Also, I've been having trouble compiling with the latest develop branch so I am a few commits behind. With the latest I get very verbose "emit" output but can't get a working widget.