Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: Arrow keys in TEXTEDIT in TABLE or SCROLLGRID  (Read 8943 times)
Candy M.
Posts: 139


« on: October 27, 2008, 09:05:51 pm »

If you have a TEXTEDIT field in a TABLE or SCROLLGRID,
how do you enable the Down Arrow and Up Arrow keys to
remain in the TEXTEDIT field and not go to the next row or previous
row of the array?

Thanks,
Candy
.
Four Js
Posts: 115


« Reply #1 on: October 27, 2008, 09:25:04 pm »

If you're running GDC 2.11 as Front-End, you may want to use "localAccelerators"styleAttribute. when set to yes, accelerators local to the widget have higher priority than the application accelerators. Set to no (default), application accelerators have higher priority.

Candy M.
Posts: 139


« Reply #2 on: October 27, 2008, 11:36:35 pm »

The documentation says the default is "yes".
Can you provide an example as how I would indicate it in a ".4st" file.
I can't seem to get it to work.

I have:

<Style name="TextEdit">                                   
   <StyleAttribute name="localAccelerators" value="no" />
</Style>                                                 

I've tried "yes" and "no" and neither work.  I think I'll try "1" or "0".

Candy
.
Four Js
Posts: 115


« Reply #3 on: October 28, 2008, 09:59:10 am »

I should not work late at home ;).

The doc is right, default value is "yes".

BTW: in the coming 2.20, yes / 1 / true are the same (same for no / 0 / false). For historical reasons the value differs depending on the attributes, but this is not convenient, so this will be "solved" in 2.20.

I'm using the following .4st

Code
  1. <Style name="TextEdit.local">
  2.     <StyleAttribute name="localAccelerators" value="yes" />
  3.  </Style>
  4.  <Style name="TextEdit.nolocal">
  5.     <StyleAttribute name="localAccelerators" value="no" />
  6. </Style>
  7.  

Actually, this has been designed for tables, so it does not work (today) with Matrix / Scrollgrid. As nothing is defined in the doc, it can be considered as a bug (#11482).

I invite you to contact your support center for timeframe / availability questions.
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines