Re: Change to the label property in 6.7

2014-04-03 Thread Bob Sneidar
Heh heh. I like that. I put it another way: “People will never change until it hurts not to.” Bob On Mar 29, 2014, at 17:21 , Richard Gaskin mailto:ambassa...@fourthworld.com>> wrote: In all human affairs, change happens when the pain of changing is exceeded by the pain of not changing. :)

Re: Change to the label property in 6.7

2014-03-30 Thread Paul Hibbert
On 2014-03-30, at 12:08 PM, Peter Haworth wrote: > Thanks for the follow up Paul. In 6.7, setting the label of an option menu > is supposed to set the menuHistory to the related value while not > generating a menuPick. In previous version, setting the label had no > effect on the menuHistory.

Re: Change to the label property in 6.7

2014-03-30 Thread Peter Haworth
On Sun, Mar 30, 2014 at 11:42 AM, Paul Hibbert wrote: > Tested on Mac OS X 10.8.5 with LC 5.5.5 through to LC 7.0 (dp1) - All > behaved exactly the same. > Thanks for the follow up Paul. In 6.7, setting the label of an option menu is supposed to set the menuHistory to the related value while no

Re: Change to the label property in 6.7

2014-03-30 Thread Paul Hibbert
Pete, Sorry I didn't reply sooner, I was called away just after trying this. On 2014-03-29, at 3:12 PM, Peter Haworth wrote: > Thanks Paul. I'm a little concerned about what happens in your mouseUp > handler if I'm understanding it correctly. If "Test" doesn't exist in the > button, I would

Re: Change to the label property in 6.7

2014-03-29 Thread Peter Haworth
No reminder necessary and one of the reasons I look at dp releases is exactly what you said, to find things that aren't compatible with my code and probably other peoples' code too. And yes, it bothers me but that's not a reason to not test things. I'm simply stating my opinion about a change that

Re: Change to the label property in 6.7

2014-03-29 Thread Mark Wieder
Pete- Saturday, March 29, 2014, 4:37:49 PM, you wrote: > I have to admit that I'm really concerned with the increasing frequency of > changes that are being made to the behavior of various entities without > regard to backwards compatibility. Do you really need to be reminded that dp builds are

Re: Change to the label property in 6.7

2014-03-29 Thread Richard Gaskin
Peter Haworth wrote: > I have to admit that I'm really concerned with the increasing > frequency of changes that are being made to the behavior of various > entities without regard to backwards compatibility. I don;t disagree > that the new way that the label property woks makes more sense, but >

Re: Change to the label property in 6.7

2014-03-29 Thread Peter Haworth
They dropped support for OSX versions earlier than 10.5.8 but I'm on 10.7.4. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Sat, Mar 29, 2014 at 4:33 PM, Earthednet-wp wrote:

Re: Change to the label property in 6.7

2014-03-29 Thread Jerry Jensen
Nope. Support for 10.5 Leopard is dropped. 10.7 Lion is still good. On Mar 29, 2014, at 4:33 PM, Earthednet-wp wrote: > Didn't the release notes say it wouldn't run on lion anymore? > Bill > > William Prothero > http://es.earthednet.org > >> On Mar 29, 2014, at 12:36 PM, Peter Haworth wrote:

Re: Change to the label property in 6.7

2014-03-29 Thread Peter Haworth
Just ran some tests on this on Windows 8. It seems to work as advertised. However I think what happens to the menuHistroy when you set the label to a non existent value is incorrect. In that circumstance, the menuHistory is unchanged which is inconsistant with what happens if you set the menuHis

Re: Change to the label property in 6.7

2014-03-29 Thread Earthednet-wp
Didn't the release notes say it wouldn't run on lion anymore? Bill William Prothero http://es.earthednet.org > On Mar 29, 2014, at 12:36 PM, Peter Haworth wrote: > > I've been looking into my stacks to see how they will be affected by the > change to the way the label property of an option menu

Re: Change to the label property in 6.7

2014-03-29 Thread Peter Haworth
Thanks Paul. I'm a little concerned about what happens in your mouseUp handler if I'm understanding it correctly. If "Test" doesn't exist in the button, I would have expected the menuHistory to be zero or empty or something to indicate that the label doesn't exist in the text of the button. Also

Re: Change to the label property in 6.7

2014-03-29 Thread Paul Hibbert
Pete, It looks like this is OK as far as I can see. I just ran a quick test: 1 x Option Menu (Default settings) Script: on menuPick put the menuHistory of me into fld 3 end menuPick 1 x Button "Test" Script: on mouseDown put the menuHistory of

Change to the label property in 6.7

2014-03-29 Thread Peter Haworth
I've been looking into my stacks to see how they will be affected by the change to the way the label property of an option menu works in 6.7. As long as it will still be possible to set the label of an option menu to a value that is not in its text, all should be well. Unfortunately, I can't even