• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ScriptUI - how to go to the first control from anywhere on the panel

Community Expert ,
Oct 24, 2022 Oct 24, 2022

Copy link to clipboard

Copied

Dear UI gurus, in particular Peter @Kahrel,

In an UI a TAB order exists - by default the order of creation of controls. I run into some questions here:

  • I do not find a property to explicitly define the tab order. → How to?
  • When amidst an assembly of controls and i want to go to the first one (tab index = 0), it seems that I only have the option to back-TAB as often as nescessary - this requires viual cheks.
  • HOME does not work at all. → Any other ideas?

Thank You for any insight.

TOPICS
Scripting

Views

123

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 25, 2022 Oct 25, 2022

> I do not find a property to explicitly define the tab order. → How to?

You can't change the tab order.

>  i want to go to the first one 

Most controls have the property .active. You can use that as the window's entry point, so to speak.

> HOME does not work at all.

The tab key is the only one available to navigate a window.

 

P.

(PS: typing @ in front of a name doesn't create a tag: you need to type @ then select a name or moniker from the drop-down.)

Votes

Translate

Translate
Community Expert ,
Oct 25, 2022 Oct 25, 2022

Copy link to clipboard

Copied

> I do not find a property to explicitly define the tab order. → How to?

You can't change the tab order.

>  i want to go to the first one 

Most controls have the property .active. You can use that as the window's entry point, so to speak.

> HOME does not work at all.

The tab key is the only one available to navigate a window.

 

P.

(PS: typing @ in front of a name doesn't create a tag: you need to type @ then select a name or moniker from the drop-down.)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 25, 2022 Oct 25, 2022

Copy link to clipboard

Copied

LATEST

Thank you Peter - I already assumed that i must live with these conditions. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines