[Gambas-user] Tab's

Shane buster6seven at gmail.com
Mon Jul 16 23:03:48 CEST 2018


Thanks everyone i was away for a bit

looks like i was using the wrong key doh.


On 16/07/18 03:28, Gianluigi wrote:
> Hi Fabien,
> fine code, I vote this :-)
>
> Regards
> Gianluigi
>
> 2018-07-15 16:15 GMT+02:00 Fabien Bodard <gambas.fr at gmail.com 
> <mailto:gambas.fr at gmail.com>>:
>
>     This is how I'm doing this
>
>     Le dim. 15 juil. 2018 à 15:38, T Lee Davidson
>     <t.lee.davidson at gmail.com <mailto:t.lee.davidson at gmail.com>> a écrit :
>
>         The constant value for Key["ENTER"] (same as Key.Enter) should
>         be 16777221.
>         (http://gambaswiki.org/wiki/comp/gb.qt4/key/enter
>         <http://gambaswiki.org/wiki/comp/gb.qt4/key/enter>)
>
>         And, the value for Key.Return should be 16777220.
>         (http://gambaswiki.org/wiki/comp/gb.qt4/key/return
>         <http://gambaswiki.org/wiki/comp/gb.qt4/key/return>)
>
>         The "ENTER" key is the one on the numeric keypad. The "RETURN"
>         key is in the alpha section.
>
>
>         -- 
>         Lee
>
>
>         On 07/14/2018 08:23 PM, Shane wrote:
>         > gave this a try and its not working
>         >
>         > my code
>         >
>         > if key.code = key["ENTER"] then
>         >
>         > my sent key.code = 65293 and the value for key["ENTER"] = 65421
>         >
>         > i tried this with if key.code = key.enter and got the same
>         result whats going on ?
>         >
>         > cheers Shane.
>         >
>         >
>         > On 14/07/18 23:54, Adam Ant wrote:
>         >> As far as I remember, you will need to use the KeyRelease
>         event, something along the lines of:
>         >>
>         >> Public Sub MyControl_KeyRelease(???)
>         >>
>         >>   If Key = Key.Return then
>         >>      MyControl.Next.Activate ' or MyControl.Next.SetFocus
>         >>
>         >> or something like that. It's been a year or so....
>         >> This IIRC works for most controls, maybe not gridview and
>         posibly checkbox?
>         >>
>         >> hth
>         >> Bruce
>         >>
>         >>
>         >> On Sat, Jul 14, 2018 at 5:48 PM, Bill
>         <bill-lancaster at brackenwood.one
>         <mailto:bill-lancaster at brackenwood.one
>         <mailto:bill-lancaster at brackenwood.one>>> wrote:
>         >>
>         >>     I use the Activate event and the LostFocus so that
>         either the 'enter' key or the tab key moves to the next
>         control after
>         >>     the contents of the text box has been checked
>         >>
>         >>     Bill
>         >>
>         >>
>         >>
>         >>     On 14/07/18 08:29, Shane wrote:
>         >>
>         >>         Yep got that
>         >>
>         >>         but i want to this while in my program not the ide
>         >>
>         >>         so in my program i want to press enter and it would
>         act like i was pressing the tab key
>         >>
>         >>         hope this make scene
>         >>
>         >>         thanks for your help
>         >>
>         >>         regrades Shane.
>         >>
>         >>
>         >>         On 14/07/18 15:57, Karl Reinl wrote:
>         >>
>         >>             Am Samstag, den 14.07.2018, 14:33 +1000 schrieb
>         Shane:
>         >>
>         >>                 how can I enter a value in a component and
>         then press enter and have my
>         >>                 program tab into the next component in the
>         tab order?
>         >>
>         >>
>         >>                 cheers Shane.
>         >>
>         >>             Salut Shane,
>         >>
>         >>             on a form, choose the property window and open
>         the second Tab (think its
>         >>             called hierarchy)
>         >>
>         >>
>         >>
>         >>         ----[ Gambas mailing-list is hosted by
>         https://www.hostsharing.net ]----
>         >>
>         >>
>         >>
>         >>     ----[ Gambas mailing-list is hosted by
>         https://www.hostsharing.net ]----
>         >>
>         >>
>         >>
>         >>
>         >> ----[ Gambas mailing-list is hosted by
>         https://www.hostsharing.net ]----
>         >
>         >
>         >
>         >
>         > ----[ Gambas mailing-list is hosted by
>         https://www.hostsharing.net ]----
>         >
>
>
>         ----[ Gambas mailing-list is hosted by
>         https://www.hostsharing.net ]----
>
>
>
>     -- 
>     Fabien Bodard
>
>
>     ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>     ]----
>
>
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180717/77d0515f/attachment-0001.html>


More information about the User mailing list