Page 1 of 1

Problems with Inspector and Script Editor

Posted: Wed Jan 18, 2012 11:28 pm
by Tiger6920S
Hi everybody!

I've got a question... I was writing a program for my pharmacy and suddenly (I don't know, what I did...) the inspector and the script buttons are disabled. I also cannot use the edit tool, it just behaves like this programm is a standalone application.
I also tried to close the stack and open it again, but without an effect.
When I open other stacks or new stacks, then I have no problems.

Can anyone help?
Thx

Re: Problems with Inspector and Script Editor

Posted: Wed Jan 18, 2012 11:39 pm
by jmburnod
Hi Thx,

Is the cantModify of this stack = true ?
in this case

set the cantModify of this stack to false

I hope this help

Jean-marc

Re: Problems with Inspector and Script Editor

Posted: Wed Jan 18, 2012 11:45 pm
by Tiger6920S
hi Jean-marc,
I wrote this command in the message box but nothing happened :-( Its so dump that I can't open the inspector to see the stack settings etc.

Re: Problems with Inspector and Script Editor

Posted: Thu Jan 19, 2012 12:51 am
by sturgis
Might try

toplevel stack "stackname"

On the off chance that the stack has been set to a system window, or a palette, or something of that nature. Or double click it in the app browser.

Re: Problems with Inspector and Script Editor

Posted: Thu Jan 19, 2012 1:13 am
by mwieder
Also, you might try checking "suppress messages" from the Development menu before you try opening the stack. There might be something in an openstack handler that is messing things up.

Re: Problems with Inspector and Script Editor

Posted: Thu Jan 19, 2012 9:05 am
by Tiger6920S
Aaah, I fixed it. I could Open the Property Inspector in the App browser for my stack and there was the inspector locked.

Thank you very very much for your help!