Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Chip Scheide
ssage: 6 >> Date: Thu, 20 Oct 2016 02:19:47 +0200 >> From: Keisuke Miyako <keisuke.miy...@4d.com <mailto:keisuke.miy...@4d.com>> >> To: 4D iNug Technical <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> >> Subject: Re: Tabbing into Popup Drop down Lis

Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Janet Jonas
-0400 > From: Chip Scheide <4d_o...@pghrepository.org > <mailto:4d_o...@pghrepository.org>> > To: 4D iNug Technical <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> > Subject: Re: Tabbing into Popup Drop down List not working? > Message-ID: &l

Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Janet Jonas
Oct 2016 13:53:22 +0200 > From: Arnaud de Montard <arn...@init5.fr <mailto:arn...@init5.fr>> > To: 4D iNug Technical <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> > Subject: Re: Tabbing into Popup Drop down List not working? > Message-ID: <f82e54b0-8a42

Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Arnaud de Montard
> Le 20 oct. 2016 à 15:50, Chip Scheide <4d_o...@pghrepository.org> a écrit : > > Arnaud, > maybe I'm missing something... > in my experience, combo boxes already have built in typeahead > why are you adding it? maybe _I'm_ missing something, but, at least in v12, typeahead works only when the

Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Chip Scheide
Arnaud, maybe I'm missing something... in my experience, combo boxes already have built in typeahead why are you adding it? Also, why loop, reducing the length of the entered data, when the data entered by the user is not valid (not in the combo's list) to try to get an acceptable entered item?

Re: Tabbing into Popup Drop down List not working?

2016-10-20 Thread Arnaud de Montard
> Le 20 oct. 2016 à 08:01, Janet Jonas a écrit : > > Chip, thanks for your efforts. I can see ways to streamline the events if I > have to roll back to the combo box. Here's some code I use for "mandatory combo":

Re: Tabbing into Popup Drop down List not working?

2016-10-19 Thread Keisuke Miyako
having said that, the settings doesn't seem to take effect in 4D... > 2016/10/20 9:16、Keisuke Miyako のメール: > find the radio button on the bottom half of the screen "All controls" 宮古 啓介 セールス・エンジニア 株式会社フォーディー・ジャパン 〒150-0043 東京都渋谷区道玄坂1-10-2 渋谷THビル6F Tel: 03-6427-8441 Fax:

Re: Tabbing into Popup Drop down List not working?

2016-10-19 Thread Keisuke Miyako
http://stackoverflow.com/questions/11916847/focus-ring-on-nspopupbutton-doesnt-appear-on-pressing-tab be default, pop-up menus are not navigable by the tab key on Mac OS. you can change the behaviour by System Preferences > Keyboard > Shortcut find the radio button on the bottom half of the

Re: Tabbing into Popup Drop down List not working?

2016-10-19 Thread Chip Scheide
I am not yet on v15, still on v13 from my memory - on a Mac - popups have not been tubbable. for the combo box - here is what I use for them (it is simple) Whether this can resolve your problem with them I do not know, but it might be worth a try. On Data Change is the only event turned on for