[Gambas-user] autocomplete

Rizky Tahara Shita rizky at ...225...
Mon Apr 12 05:45:51 CEST 2004


hi,
i have several questions about gambas;
1. i have a combobox and a text property that have value "tahara".
i want when the form loads or got focused, the "har" characters (part of 
that combobox.text value) automaticly selected.
how do i do that in gambas ? i don't have a .selstart or sellength to doit.. :(

2. why label objects cannot have the underline for the shortcut key (by 
using the '&' before the word that will be used for the shortcut) ?
for example, i have label1 and textbox1; then i have label2 and textbox2; 
and i have label3 and textbox3 on a form. if the label objects can have the 
underline, when the program runs,
it will be easier to move the cursor to the selected textboxes with the 
shortcut.
but, if i have a frame that have the shortcut with the '&' and a textbox in 
it, and when i run the program and press the frame shortcut, the cursor 
will move the the textbox...

i always do this in VB, so without any coding, i can focus on a textboxes 
with the label's shortcut key that i already defined.
may be vb lost focus the labels and move the focus to the next tabindex. i 
don't know now if gambas already has a tabindex or not..
and for my problem, what's the solution? should i have code something for 
that ?

3. in gambas 0.92, i cannot use CTRL + W to show the form when i'm coding... :(


Regards,


tahara!





More information about the User mailing list