I have a text input field and a couple of list fields.
When I edit the value of the input field, it puts that value into the first list field and selects the line, e.g.:
If I edit the input field and then click on a line on the 2nd list field, nothing happens: The clicked line doesn't hilite, and the mouseup doesn't fire. If I click on the same line on the 2nd list field again, it works.
Any idea how I can get the click to work the first time?
When I edit the value of the input field, it puts that value into the first list field and selects the line, e.g.:
CODE:
on closeField updateTitle pass closeField -- Thought this might help, but it doesn't.end closeFieldon updateTitle put me into line 4 of fld listField1 select line 4 of fld listField1end updateTitle
Any idea how I can get the click to work the first time?
Statistics: Posted by MichaelBluejay — Sat Feb 15, 2025 9:40 am