> Good morning to all,
> 
> While setting properties or any text that is in a textbox i wanted to
> press CTRL+A to select all the word and then press BACKSPACE to delete
> it and next to write a new one.
> 
> But the CTRL+A is not working and i need to press many times the arrow
> keys to set the pointer to the end of the word and then to press many
> times BACKSPACE to delete the word.
> 
> I know this is not so a big deal but if i do it many times is annoying.
> 
> Is it possible to enable the SelectAll feature for any textbox or any
> other control that contains text so to manage more fastest the strings?

Qt 3 TextBox and TextArea do not have the CTRL+A shortcut, so you have to do 
it yourself.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to