Edit: I update this image as they arrive comments and observations.
PS
Sorry I posted this topic in the wrong forum, if some moderator see it, please move it to the right section of the forums, thank you.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, LCMark
Code: Select all
on preOpenStack -- in the stack
insert the script of button "BackScriptLibrary" of card "myCard" of stack "myStack" into back
end preOpenStack
on keyDown theKey -- in the "BackScriptLibrary" button
if the environment is "development" then -- in development only
if theKey is "1" then -- switch to browser tool
choose browse tool
else if theKey is "2" then -- switch to pointer tool
choose pointer tool
end if
end if
pass keyDown
end keyDown
Jeanne DeVoto wrote:Removing each section and then re-adding all of them when I need the whole thing is a bit... painful.
There actually is a keyboard shortcut for Browse and Pointer tools (look in the Tools menu), but this doesn't give me the on-screen indication of which tool is active.
Yes, I like your solution. Alone the above makes working so much easier.mwieder wrote: ... There are three tabs for Objects, Graphics and Widgets.
... You can place extensions into folders to organize them.
Nothing like a bit of over exaggeration . . .LC's target are 1000 widgets.
A bit or 100 Bytes?Richmond wrote:a bit of over exaggeration