04-20-2016, 08:20 AM
One needs to make the textfield long enough to accomodate the url. In order not to have the Window grow too wide, use this:
tx.type = textfield
tx.label = Enter the URL:
tx.width = 200
Unless the url is longer than 200 characters, this should work.
If one adds
tx.single = true
The whole textfield is displayed, making an extreemly wide window.
[enter] or [return] is doable.
tx.type = textfield
tx.label = Enter the URL:
tx.width = 200
Unless the url is longer than 200 characters, this should work.
If one adds
tx.single = true
The whole textfield is displayed, making an extreemly wide window.
[enter] or [return] is doable.