set deviders for "Code Editor" "App- Browser"

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

set deviders for "Code Editor" "App- Browser"

Post by erikhans08 » Tue Jun 02, 2015 4:54 pm

Can you write code to set those adjustable dividers for "Code Editor" & "Application Browser" stacks?

zaxos
Posts: 222
Joined: Thu May 23, 2013 11:15 pm

Re: set deviders for "Code Editor" "App- Browser"

Post by zaxos » Tue Jun 02, 2015 5:16 pm

Sure you can:

Code: Select all

edit the script of stack "C:/Program Files/RunRev/LiveCode Community 6.7.5/Toolset/palettes/revscripteditor.rev"
If you have installed livecode in the default location then paste this in the messageBox.
Last edited by zaxos on Tue Jun 02, 2015 5:19 pm, edited 1 time in total.
Knowledge is meant to be shared.

zaxos
Posts: 222
Joined: Thu May 23, 2013 11:15 pm

Re: set deviders for "Code Editor" "App- Browser"

Post by zaxos » Tue Jun 02, 2015 5:18 pm

Code: Select all

edit the script of stack "C:/Program Files/RunRev/LiveCode Community 6.7.5/Toolset/palettes/revapplicationoverview.rev"
And this for the app-browser.
Knowledge is meant to be shared.

Post Reply