Hi,
I am trying to make a plugin. Have it running but I cannot edit the cards script any more. In the video lesson using a keybaord shortcut
you are able to change the name (delete rev prefix) and you should be able to change.
I changed the setting in the preference also to make this work.
But what is the shortcut?
Regards,
Marc
Cannot edit plugin
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Cannot edit plugin
Hi Marc,
DO this in the message box>
and you'll be able to open the properties inspector of your stack. If you still have issues with the stack, you can execute
set the name of this stack to "Name of Your Stack
Another way that is useful to quickly change the mode of your stack is pressing Control-Shift-Alt while right-clicking in the stack window. A pop-up menu will appear, in which you can change the mode of the stack.
Kind regards,
Mark
DO this in the message box>
Code: Select all
toplevel "revName of Your Stack"
set the name of this stack to "Name of Your Stack
Code: Select all
from the message box and all should be fine.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Cannot edit plugin
Thank you Mark,
You learn something new every day
Best regards,
Marc
You learn something new every day

Best regards,
Marc