How would I go about selecting a group of editboxes.
Hope I can explain what I'm after..
I'd like to be able to have 4-5 rows of editboxes that have pre-defined string variables whereby I can select one of the rows as is or have the ability to change or enter one or more variables. Is there a...
Thank You very much, knob. I may have never "hacked" my way into figuring that out. It seems you're the resident expert and the most likely to answer here. Thanks once again for sharing your knowledge.
I seem to have found my own solution but I have no idea why this works.
fgets 0 s19
len = 5
strdelete S19 Pos Len
strextract TNa S19 "K" nItem
strextract TNb S19 "K" nItem
strextract TNc S19 "K" nItem
strextract TNd S19 "K" nItem
substr tn1 tna 0 3
substr...
Sorry, but I'm in need of some advice/help. I have just jumped into the dialogbox world because until I found this site, I couldn't figure out how to make them work. What I am doing is capturing a file and using some of the strings for info to send on to other scripting as is or for editing...
Well, thanks for the response. I was actually trying to make it easier on me to navigate thru my dialogboxes. The ones I created need mostly numerical inputs and my keyboard has one "tab" key all the way to the left which either requires a two-handed approach or constant movement from one side...
On a dialogbox with editboxes a "TAB" key press jumps down thru the entries. My question: Is there a way to program another "key" to accomplish this or is there some way to program another key to emulate a "TAB"? I know "^I" is a tab, but the dialogbox script doesn't "see" a keyboard remap for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.