Hello:
I'm new to both AutoIt and Koda, so my questions may indicate a lack of some basic knowledge...
I used Koda for the first time a couple days ago and it makes it very easy to create gui's. A couple things I couldn't figure out. Like with a Combo Box, probably be similar with a List Box... is there a way to tell Koda, like perhaps in the string editor?, that you want one of the entries to be a default entry. I did figure out how to do it in the AutoIt code generated by Koda, but then if you make changes to the Koda gui file, it doesn't know about those changes you made to the generated AutoIt code, so every time you make a change to the gui in Koda you have to go through the generated AutoIt code and set the default entries again. I suppose one workaround is just to finish everything about the gui first, then generate the code and only then put in your default entries. But, is there some way to tell Koda you want to make one of the entries a default entry?
Another thing... this might be AutoIt, or even GUI creation, both of which I have little experience with... When I make a Combo Box, say ComboBox1, Koda, or AutoIt, also includes the name of the ComboBox, say ComboBox1 here, in the list of entries listed in the items for the Combo Box. Is there a way to stop Koda, and/or AutoIt, from listing the name of the Combo Box in the item listing? Thanks.
Take care,
Paul