Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Is it possible to have an alert while building the GUI

$
0
0
Hi Guys

Currently I have hardcoded an element
[ code ]      
 GUICtrlCreateLabel("String", 10, 112)$boxd = GUICtrlCreateInput("1,2,3,4", 145, 109, 80, 16)GUISetState() Global $stringarray = StringSplit(GUICtrlRead($boxd),",",2)Global $arraysize = UBound($stringarray)

However, once the GUI is loaded I cannot change those elements, well I can but it doesn't change the array I built.

Is there a way to aks a question so I can enter the string BEFORE it gets built?
[ code ]      
 HERE FOR EXAMPLE GUICtrlCreateLabel("String", 10, 112)$boxd = GUICtrlCreateInput("1,2,3,4", 145, 109, 80, 16)GUISetState()Global $stringarray = StringSplit(GUICtrlRead($boxd),",",2)Global $arraysize = UBound($stringarray)

MsgBox doesn't have anyway of entering text, is there anyway around this.

Thanks as always guys

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>