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
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,
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
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