Jump to content

Recommended Posts

Posted

Hello, I am wondering if there is a script step or or other mechanism which would cause the automatic activation of a drop-down list, or a pop-up menu,  as if I had clicked on it.

Posted
  On 11/19/2016 at 6:31 AM, Asu said:

Hello, I am wondering if there is a script step or or other mechanism which would cause the automatic activation of a drop-down list, or a pop-up menu,  as if I had clicked on it.

Expand  

The Go to Field{} script step is equivalent to user tabbing into the field. In fact, any navigation step that causes a field to become active - Go to Field[], Go to Next Field[], Go to Previous Field []and Go to Object[] - will do the same thing.

Note however that while tabbing into the field causes a drop-down menu to drop down, it does not cause a pop-up menu to pop up (though there may be differences between versions and/or platforms in this aspect).

Posted
  On 11/19/2016 at 11:00 AM, comment said:

The Go to Field{} script step is equivalent to user tabbing into the field. In fact, any navigation step that causes a field to become active - Go to Field[], Go to Next Field[], Go to Previous Field []and Go to Object[] - will do the same thing.

Note however that while tabbing into the field causes a drop-down menu to drop down, it does not cause a pop-up menu to pop up (though there may be differences between versions and/or platforms in this aspect).

Expand  

Great, thanks. I was using a popup menu and indeed the "go to field" step was not working with that. I did not know there was a difference.

  • 3 years later...
Posted (edited)

 

  On 2/11/2020 at 8:01 PM, comment said:

Why do you find it odd? Does tabbing into a field that has the "Include arrow…" option turned on cause the list to drop? 

 

Expand  

From my experimentation I found that when the arrow is present tabbing in to the field just puts the cursor in the field as if you are going to type instead of producing the drop down. I took the arrow off then it worked just fine. 

Edited by Willm5455
  • 3 years later...
Posted (edited)
  On 2/21/2023 at 12:23 PM, comment said:

That's not what I see.

Expand  

You're right. I forgot I had turned the arrow off before testing Go To Object. My bad.

  On 2/21/2023 at 12:24 PM, Jeffrey Bloch said:

That's not what I see.

Expand  

Couldn't we just stack 2 fields atop one (one with arrow and one without) another and control via script which it goes to?

Edited by Jeffrey Bloch
  • 1 year later...
  • Newbies
Posted

@Jeffrey Bloch stacking can be done but best avoided where possible. The following is likely to be safer and more manageable without needing experimentation:

 

If I wanted an arrow, but the native functionality that comes without the arrow, I would de-select 'Include arrow to show and hide list' for the Drop-down List and create a small button as a separate object that shows a Drop-down List arrow character/icon. The button can have a script that navigates the user to the Drop-down List field.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.