Show/hide problem more information

2012-09-20 Thread lunchnmeets

Hi Again.

Thanks for your patience on this issue. There's obviously something 
wrong with Show and Hide. Now I've gone through several scripts. 
Every time the script encounters a show or hide it executes that and 
then nothing that follows is done. I reset the preferences and I even 
reinstalled v5.5.2. I tried going back to a previous version but I 
deleted it from my computer so now I'm stuck. I can't imagine why this 
is happening. Could something trap a show or hide after execution?


Obviously I did something seriously wrong.

Oh, and one more thing. Every time I use the inspector it wants me to 
save it. That's annoying and unnecessary. I shouldn't even be able to 
change the inspector, at least I don't think so.


Joe
Orlando, FL
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Show/hide problem more information

2012-09-20 Thread J. Landman Gay

On 9/20/12 2:40 PM, lunchnmeets wrote:

Hi Again.

Thanks for your patience on this issue. There's obviously something
wrong with Show and Hide. Now I've gone through several scripts.
Every time the script encounters a show or hide it executes that and
then nothing that follows is done.


When that happens, the problem isn't with the command that executes, 
it's in the line that immediately follows. Something right after that is 
causing an error and aborting the rest of the script.



Every time I use the inspector it wants me to save it.


I saw that occasionally in an older version. The IDE was opening the 
inspector as top-level. Usually restarting LiveCode fixed it. I haven't 
seen it in a while so maybe it got fixed.



In the version I was using when I opened a stack it automatically
opened the liveCard app. It also put the bar across the top that
started with Inspector. Even though I've been using liveCode for a
while I don't know what that is called. Now I have to open the app
first and then the stack. I probably need a line in my startup
routine to address that.


That's the toolbar. There's something in your scripts that is either 
blocking or hiding the toolbar. If it happens again you can restore it 
from the View menu; choose Toolbar Icons and/or Toolbar Text.


User stacks should not be getting a startup message in the IDE. If you 
have a startup handler and it runs when you open your stack, then you 
should start the IDE first so it can load before your stack does. When 
you do that, your own stack will not get a startup message. The solution 
is to move the startup instructions to a preOpenStack handler located on 
the first card. It will work identically and you'll avoid these issues.


Some of the other problems you're having may be fixed by not using a 
startup handler too. If the IDE isn't loading completely then who knows 
what could be failing.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode