Page 1 of 1
My stack seems to be stuck in run mode.
Posted: Mon Dec 17, 2007 9:36 pm
by Paul D
Well I searched the buglist for something like this but my lack of a proper way to search for this problem might have me stuck. Anyway, it seems that my stack is stuck in run mode. Switching between both the Edit (pointer) and Run (browse) tools does nothing within my stack. It treats both tools as run since I can not right-click -> edit script or select any other options for any buttons or boxes as if I were in Edit, when I click the inspector tool it just comes up blank and if I try to drag any new buttons or boxes in my stack my computer just beeps at me and it wont allow me to add anything. I have already tried to uninstall and reinstall revolution but that did nothing. Not sure what else to do. I dont recall any errors or crashes before I got to this problem and Im not finding anything in the Options or Development menus. Any help would be appreciated.
Posted: Tue Dec 18, 2007 12:14 am
by malte
Hi,
if you use the messagebox and type:
put the style of stack "yourStackName"
and
put the mode of stack "yourStackName"
what do you get?
Does toplevel stack "yourStackName" from the messagebox help?
All the best,
Malte
Posted: Tue Dec 18, 2007 3:05 pm
by Paul D
the style of stack is toplevel
the mode of stack is 2
Posted: Tue Dec 18, 2007 3:45 pm
by Mark
Paul, don't forget Malte's question
Does toplevel stack "yourStackName" from the messagebox help?
I'm pretty sure that the toplevel command will solve your problem.
Mark
Posted: Tue Dec 18, 2007 4:24 pm
by deeverd
Hi Paul D,
Could your stack have accidentally been set as a "palette"? If so, it will only work in run mode and can't be edited.
Cheers, deeverd
Posted: Tue Dec 18, 2007 5:32 pm
by Mark
Deeverd, palette is mode 4.
Actually, your remark made me look up the mode in the docs and there it says mode 2 corresponds to a toplevelled stack with the cantModify set to true.
So, that answers the question. Paul needs to set the cantModify of his stack to false and all should be fine.
Best,
Mark
Posted: Tue Dec 18, 2007 7:40 pm
by Paul D
Mark wrote:Paul, don't forget Malte's question
Does toplevel stack "yourStackName" from the messagebox help?
I'm pretty sure that the toplevel command will solve your problem.
Mark
I apologize, I wasnt aware that toplevel or mode was a command since I have never had a use for it before yesterday.
Mark wrote:Actually, your remark made me look up the mode in the docs and there it says mode 2 corresponds to a toplevelled stack with the cantModify set to true.
So, that answers the question. Paul needs to set the cantModify of his stack to false and all should be fine.
I found the cantModify checkbox and it was indeed checked and that was the problem. But that brings me to another problem which is how did it get set? I think I would have remembered checking a "cantmodify" button in the properties. And I know I didnt have a line of code to set my stack to cantModify since I never used the command before and didnt know it existed. Ive had strange things happen to me in Revolution before but nothing like stealthed property settings.

Thanks again malte and Mark.