What's up with the Apply button?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
What's up with the Apply button?
Hi all,
Just wondering why there is an apply button.
When I make a change I expect the Run (browse) tool to execute the script as it is.
Its weird that if I spend 30 minutes changing script then Run,
LC will execute the script from the last apply and NOT the script I'm editing.
Why would I spend 30 minutes editing my script and then expect the Run to execute the previous Apply script?
What use is that?
Its distacting and degrades my confidence where I don't trust LiveCode.
Why do I need to press the Apply everytime I change the script?
Is there a way to turn this off?
i.e. to force the run to execute the scipt in the editor.
Or perhaps to force an apply befor the Run?
Just wondering why there is an apply button.
When I make a change I expect the Run (browse) tool to execute the script as it is.
Its weird that if I spend 30 minutes changing script then Run,
LC will execute the script from the last apply and NOT the script I'm editing.
Why would I spend 30 minutes editing my script and then expect the Run to execute the previous Apply script?
What use is that?
Its distacting and degrades my confidence where I don't trust LiveCode.
Why do I need to press the Apply everytime I change the script?
Is there a way to turn this off?
i.e. to force the run to execute the scipt in the editor.
Or perhaps to force an apply befor the Run?
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Re: What's up with the Apply button?
I disagree.
First, the apply button catches compile time errors. Better to find these in the script editor than in the stack. Much better.
Second, I compose, change, fiddle about, and finally squint at what I have written. By having to manually "go" before I hit a button in my stack, I frequently have just a little more time to see my own ubiquitous mistakes.
Craig Newman
First, the apply button catches compile time errors. Better to find these in the script editor than in the stack. Much better.
Second, I compose, change, fiddle about, and finally squint at what I have written. By having to manually "go" before I hit a button in my stack, I frequently have just a little more time to see my own ubiquitous mistakes.
Craig Newman
Re: What's up with the Apply button?
It also occurs sometimes that one needs to edit multiple scripts but neither wants nor needs to spend time running each of them as part of that process. Being forced to do so might be, in that circumstance, no less frustrating than the current procedure
It may help if you remember that you can apply changes from the keyboard by pressing the "Enter" key. (Not the "Return" key!) That's what I do. I much prefer that directness of action to "point and click".

It may help if you remember that you can apply changes from the keyboard by pressing the "Enter" key. (Not the "Return" key!) That's what I do. I much prefer that directness of action to "point and click".
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: What's up with the Apply button?
Hi dunbarx,
Thanks heaps for taking the time and effort to reply.
I placed jibberish in the script area but no error show at the bottom of the script editor under the Error tab - under LC on WinXP.
Is there a tick somewhere to turn this on? Or maybe it traps different errors.
I'm used to having a Run button that will run the code in the script editor.
I'm used to having a Save button that will save the code in the script editor since last save.
I'm used to having a Compile button that compiles and identifies errors.
I'm used to - If I decide to roll back or just drop the latest changes in the script editor I exit the app or close the window and don't save.
I'll still trying to get used to the edit script mode and run script mode.
I think the run script mode is to start here at this event handler instead of the ususal open stack event.
So I'm still not sure yet what the apply is for. i.e. where I would use it.
Thanks heaps for taking the time and effort to reply.
Cool!dunbarx wrote:...the apply button catches compile time errors. ...
I placed jibberish in the script area but no error show at the bottom of the script editor under the Error tab - under LC on WinXP.
Is there a tick somewhere to turn this on? Or maybe it traps different errors.
Not following this at the moment but I'm sure I will understand sooner or later.dunbarx wrote:Second, I compose, change, fiddle about, and finally squint at what I have written. By having to manually "go" before I hit a button in my stack, I frequently have just a little more time to see my own ubiquitous mistakes.
I'm used to having a Run button that will run the code in the script editor.
I'm used to having a Save button that will save the code in the script editor since last save.
I'm used to having a Compile button that compiles and identifies errors.
I'm used to - If I decide to roll back or just drop the latest changes in the script editor I exit the app or close the window and don't save.
I'll still trying to get used to the edit script mode and run script mode.
I think the run script mode is to start here at this event handler instead of the ususal open stack event.
So I'm still not sure yet what the apply is for. i.e. where I would use it.
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: What's up with the Apply button?
Hi wsample,
Thanks for the reply. And the tip.
Yes, now that is cool!
Could I get a confirmation that this is where the term 'compile-free coding' comes from?
You have to run thru the beginnning of the app to get to where you want to test.
Then again, Yes, very cool!
I'm used to having the F5 to Run.
I wonder if I can assign the F5 to Run on Win?
Can I have the Run automatically Apply then Run?
Thanks for the reply. And the tip.
If you're writing about running starting from a specific script thenwsamples wrote:It also occurs sometimes that one needs to edit multiple scripts but neither wants nor needs to spend time running each of them as part of that process. ".
Yes, now that is cool!
Could I get a confirmation that this is where the term 'compile-free coding' comes from?
I think thats the currnet standard from where I'm comming from.wsamples wrote: Being forced to do so might be, in that circumstance, no less frustrating than the current procedure![]()
You have to run thru the beginnning of the app to get to where you want to test.
If you mean the Apply button as a keyboard shortcut being the Enter key on MAC and ctrl-Return on Win,wsamples wrote: It may help if you remember that you can apply changes from the keyboard by pressing the "Enter" key. (Not the "Return" key!) That's what I do. I much prefer that directness of action to "point and click".
Then again, Yes, very cool!
I'm used to having the F5 to Run.
I wonder if I can assign the F5 to Run on Win?
Can I have the Run automatically Apply then Run?
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Re: What's up with the Apply button?
Hi Barry,
if you hover over active elements in the script editor the tooltip will show you the description and the keyboard shortcuts for many of them. Not for the obvious ones though.
Kind regards
Bernd
if you hover over active elements in the script editor the tooltip will show you the description and the keyboard shortcuts for many of them. Not for the obvious ones though.
Kind regards
Bernd