Re: Bug in Properties command in 6.1?

2013-07-19 Thread Peter Haworth
Hi Monte, I see the error with padding here too (can't set this property). To clarify, I see it on Community 6.1; in 5.5.4, it lists htmlText and listBehavior and no error. This is on Windows, haven't tried it on Mac. In case it helps, here's the contents of tList as of the point the padding

Re: Bug in Properties command in 6.1?

2013-07-19 Thread Monte Goulding
On 20/07/2013, at 3:56 AM, Peter Haworth p...@lcsql.com wrote: I see the error with padding here too (can't set this property). To clarify, I see it on Community 6.1; in 5.5.4, it lists htmlText and listBehavior and no error. This is on Windows, haven't tried it on Mac. Yes, I have fixed it

Re: Bug in Properties command in 6.1?

2013-07-19 Thread Peter Haworth
Great, thanks Monte. Pete lcSQL Software http://www.lcsql.com On Fri, Jul 19, 2013 at 3:35 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 20/07/2013, at 3:56 AM, Peter Haworth p...@lcsql.com wrote: I see the error with padding here too (can't set this property). To clarify,

Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
This looks like a bug to me. Create a new stack add a button and a list field Set the button script to on mouseUp Get the properties of fld 1 Put 2 into it [ HilitedLines ] Set the properties of fld 1 to it end mouse up Works in 5.5.4. In 6.1, the hilitedLines is empty after the

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Peter Haworth
On Thu, Jul 18, 2013 at 10:15 AM, Timothy Bleiler blei...@buffalo.eduwrote: on mouseUp Get the properties of fld 1 Put 2 into it [ HilitedLines ] Set the properties of fld 1 to it end mouse up I see the same thing here on my Mac. In fact if you simply get the properties and

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
I submitted a bug report 11060. Tim On Jul 18, 2013, at 1:31 PM, Peter Haworth wrote: On Thu, Jul 18, 2013 at 10:15 AM, Timothy Bleiler blei...@buffalo.eduwrote: on mouseUp Get the properties of fld 1 Put 2 into it [ HilitedLines ] Set the properties of fld 1 to it end mouse up

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding
On 19/07/2013, at 4:00 AM, Timothy Bleiler blei...@buffalo.edu wrote: I submitted a bug report 11060. Thanks Timothy None of my changes touched hilitedLines however we did introduce some precedence ordering of setting properties that have side effects to try and ensure that setting actually

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
Thanks Monte, Is this something you can fix at the engine level or is it something we should work around when using the properties? Tim On Jul 18, 2013, at 5:16 PM, Monte Goulding wrote: On 19/07/2013, at 4:00 AM, Timothy Bleiler blei...@buffalo.edu wrote: I submitted a bug report

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Mark Wieder
Monte- Thursday, July 18, 2013, 4:20:43 PM, you wrote: Can anyone think of any other properties that either must be set before hilitedLines is set or when setting them the hilitedLines are lost? Do a binary search. Set the hilitedLines last, if that works then start bisecting the list until

Re: Bug in Properties command in 6.1?

2013-07-18 Thread J. Landman Gay
On 7/18/13 4:51 PM, Monte Goulding wrote: On 19/07/2013, at 7:41 AM, Richard Gaskin ambassa...@fourthworld.com wrote: If the script isn't included in the properties, why does setting the properties alter it? It doesn't... perhaps that statement was poorly worded... setting the properties of

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding
On 19/07/2013, at 9:29 AM, Mark Wieder mwie...@ahsoftware.net wrote: Can anyone think of any other properties that either must be set before hilitedLines is set or when setting them the hilitedLines are lost? Do a binary search. Set the hilitedLines last, if that works then start

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Mark Wieder
Monte- Thursday, July 18, 2013, 4:39:51 PM, you wrote: I ran this and it only came up with listBehavior and htmlText... so I'm a bit stumped. Hmmm... does the properties give you an ordered list? -- -Mark Wieder mwie...@ahsoftware.net ___

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Paul Hibbert
Don't know if this is any help to you but, this script errors on the line... set the tKey of field 1 to tProps[tKey] ...when tKey = padding This happens in LC6.1 Commercial but not in LC5.5.4 or LC5.5.5 for my tests. If I add the trap... if tKey = padding then next repeat ...it runs fine

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding
Not in my version ;-) I've fixed that. Padding was incorrectly documented as a field property when it's only a line property. Cheers Monte On 19/07/2013, at 10:18 AM, Paul Hibbert wrote: Don't know if this is any help to you but, this script errors on the line... set the tKey of field 1