JitseSchaafsma Posted March 8, 2004 Posted March 8, 2004 I want to close a popup list after the user has clicked on his/her selection. I know that using a tab index this can be done. However, i do not want to use a tab index because then somewhere on my layout there is always a blinking cursor. Does anyone have a suggestion on this or how can i avoid this blinking cursor. Thanks Jitse
murray Posted March 8, 2004 Posted March 8, 2004 Why not use a pop-up menu instead of a list? Cheers, Murray
JitseSchaafsma Posted March 8, 2004 Author Posted March 8, 2004 Thanks, i feel like a complete idiot, thanks for the understatement in your response <smile> Jitse
Vaughan Posted March 8, 2004 Posted March 8, 2004 Another method is to put a second instance of the field (without list or menu format) beneath the original field object. Then set the tab order to go to the second instance after the first.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now