Recent

Author Topic: Combobox and performtab  (Read 3113 times)

bylaardt

  • Sr. Member
  • ****
  • Posts: 310
Combobox and performtab
« on: August 02, 2012, 05:55:12 pm »
I do this test:
The form has keypreview enabled;
in keypress:
Code: [Select]
Caption:=ActiveControl.ClassName;in the form, i put 1 panel with 1 edit, 1 combobox and another edit.
When i run and press tab after the combobox, the focus goes to the panel, and not to the last edit.

I Use Lazarus 9.30.2 in Kubuntu 12.04
It's works in the new version?

Knipfty

  • Full Member
  • ***
  • Posts: 232
Re: Combobox and performtab
« Reply #1 on: August 02, 2012, 06:29:07 pm »
Is TabStop set to false on the panel?
64-bit Lazarus 2.2.0 FPC 3.2.2, 64-bit Win 11

bylaardt

  • Sr. Member
  • ****
  • Posts: 310
Re: Combobox and performtab
« Reply #2 on: August 02, 2012, 07:00:16 pm »
with "true" or "false" the result is the same.

Knipfty

  • Full Member
  • ***
  • Posts: 232
Re: Combobox and performtab
« Reply #3 on: August 02, 2012, 08:09:47 pm »
It's either the version of Lazarus or Kubuntu.  I'm using the latest SVNs (via FPCup) and have no difficulty.

I places a panel on a form.  Then placed and edit, combobox, and edit on the panel.
Ran the app.

When tabStop is set to False (default), the tab moves between the 3 objects on the panel.
When tabStop is set to True, the tab moves between all four objects.

Try using FPCup and see if that fixes you issue.

Knipfty
64-bit Lazarus 2.2.0 FPC 3.2.2, 64-bit Win 11

bylaardt

  • Sr. Member
  • ****
  • Posts: 310
Re: Combobox and performtab
« Reply #4 on: August 03, 2012, 12:49:55 am »
it's works in windows!

I believe the problem is in qt or lazarus for linux, and I wanna know if in later versions the problem persists.

 

TinyPortal © 2005-2018