Re: Can't set hilitedLine inside openStack

2013-06-19 Thread J. Landman Gay
On 6/19/13 2:02 PM, Paul D. DeRocco wrote: This turned out to be a dumb cockpit error. I had misspelled the property name "hililtedLine", which is very hard to see in the proportional spaced font that the IDE uses to display these things. It's working as expected now, setting the property in the

RE: Can't set hilitedLine inside openStack

2013-06-19 Thread Paul D. DeRocco
This turned out to be a dumb cockpit error. I had misspelled the property name "hililtedLine", which is very hard to see in the proportional spaced font that the IDE uses to display these things. It's working as expected now, setting the property in the preOpenStack handler. -- Ciao,

Re: Can't set hilitedLine inside openStack

2013-06-19 Thread André Bisseret
Bonjour Paul, Not sure to have understood well your problem but: I just made a new main stack "stackMain" and a substack of it named "bar" On stack "stackMain" a button with the following handler : on mouseUp modal stack "bar" end mouseUp On the substack "bar", I put a field "foo" with sever

Can't set hilitedLine inside openStack

2013-06-18 Thread Paul D. DeRocco
I have a modal stack that contains a listbox used to select something, and I keep track of the last selection made in a global variable. I want the stack to pop up with the last selection already highlighted, or no line highlighted if there is no matching line. So I compute the number of the matchi