Textfield wont update..

OK, more stupid questions…

I have code that sets a text field on a different
window… (this is in the mouse-up event in a
text field on Window 1)

window5.Show
window5.TextField1.Text=utilities.calc_string

Window 5 appears, but the text in the text
field is “stale” and not updated. What have I
missed??

I have verified with the debugger that there
is valid text in calc_string, it just is not neing
“drawn” on window5.TextField1 from the
code that got executed to show the form.

Thanks,

---Loi

Never mind. I am an idiot.
The open() event handler ONLY runs if the
window is not already open.

Life is harder when you are stupid.

-----Lou

Not stupid, just learning the environment :smiley: