* * *

Author Topic: Moving with TAB doesn't work  (Read 1834 times)

againsttcpa

  • Newbie
  • Posts: 2
Moving with TAB doesn't work
« on: May 11, 2004, 12:56:51 pm »
Hello,

I want to move from one edit to another with the TAB-Key, but it doesn't work.
I tried it with the windows version of lazarus. I don't have tested it under linux.
Is this a bug in lazarus? How can i use the TAB keys?

Sven

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2626
    • My Lazarus wiki user page
Moving with TAB doesn't work
« Reply #1 on: May 12, 2004, 10:33:17 am »
This is a bug in lazarus: see bug 255 in the bugtracker.

Anonymous

  • Guest
Moving with TAB doesn't work
« Reply #2 on: June 17, 2005, 03:50:31 pm »
I tryed 0.98; on Linux tab works (even in a windows .exe running with wine), in windows tab seem to work only between buttons
 Giorgio

alanphys

  • New member
  • *
  • Posts: 30
Moving with TAB doesn't work
« Reply #3 on: August 03, 2005, 08:40:13 am »
I have a similar application using a number of edit boxes. Moving from one box to the other using TAB and shift TAB works fine on both Windows XP and linux (FC2 with KDE) using lazarus 0.98. I suggest you check your tab order. Earlier versions of lazarus did not reset the Tab order even if you changed it.

I have a related problem, that is I check the values entered into the edit box using the OnExit event. If the user has made a mistake I return them to the edit box using its SetFocus method. On windows this works properly, but on Linux the TAB or mouse click still takes me to the next edit box.

I suspect this due to the way GTK handles events. Has anyone else experienced this?
Alanphys

 

Recent

Get Lazarus at SourceForge.net. Fast, secure and Free Open Source software downloads