[Gambas-user] Tab's

Fabien Bodard gambas.fr at gmail.com
Sun Jul 15 16:15:08 CEST 2018


This is how I'm doing this

Le dim. 15 juil. 2018 à 15:38, T Lee Davidson <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)
>
> And, the value for Key.Return should be 16777220.
> (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>> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180715/edda17b9/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demotab-0.0.1.tar.gz
Type: application/gzip
Size: 11339 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180715/edda17b9/attachment-0001.gz>


More information about the User mailing list