Text Box Doesn't Work In Popup


Recommended Posts

Not sure if this is a known issue or not, but I wanted to place a text box in a popup window, and the entered value would show in the box, but it didn't seem to get assigned to the Set To string. Open the same screen fullscreen with Page.strCurrentPage and it works fine.

Is there something I need to do differently or is this an issue with the text input box (supplied by Windows, IIRC)?

If it's an issue, the full screen solution is fine for the current case, but please consider making it work a feature request.

Thanks!

Link to comment
Share on other sites

Are you talking about an EditBox? If so, you really want to use the Submit action to actually get the edit box to submit the value. Modal Popup's don't lose focus the way the main page does, so the Set On Exit doesn't work properly when you only have one edit box in a modal popup. Works fine if you have two, though closing the Popup isn't considered "exit", so doesn't trigger the update.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.