Problems with Inspector and Script Editor
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 6
- Joined: Mon May 31, 2010 7:36 am
Problems with Inspector and Script Editor
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
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
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
Is the cantModify of this stack = true ?
in this case
set the cantModify of this stack to false
I hope this help
Jean-marc
https://alternatic.ch
-
- Posts: 6
- Joined: Mon May 31, 2010 7:36 am
Re: Problems with Inspector and Script Editor
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.
I wrote this command in the message box but nothing happened

Re: Problems with Inspector and Script Editor
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.
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
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.
-
- Posts: 6
- Joined: Mon May 31, 2010 7:36 am
Re: Problems with Inspector and Script Editor
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!
Thank you very very much for your help!