On 08/02/14 21:12, Peter Haworth wrote:
Is there a way to stop the Tools palette displaying when LC starts up? Even
if it is not open when I exit LC, it appears next time I start LC.
Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

I should have thought that was dead easy:

just hack the openStack script of the "revMenubar" stack
with something like this:

on openStack
    set the vis of stack "revTools" to false
.
.
.

Richmond.

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to