1. Changing Tab Order in Win32Lib-IDE
- Posted by euphoric (admin) Aug 13, 2008
- 965 views
How do I change the tab order of controls using Win32Lib-IDE?
2. Re: Changing Tab Order in Win32Lib-IDE
- Posted by Mike777 Aug 13, 2008
- 941 views
How do I change the tab order of controls using Win32Lib-IDE?
You use the setTabStops command.
3. Re: Changing Tab Order in Win32Lib-IDE
- Posted by euphoric (admin) Aug 13, 2008
- 948 views
How do I change the tab order of controls using Win32Lib-IDE?
You use the setTabStops command.
Is that a Win32Lib command?
I was wondering if that was automated in the IDE.
4. Re: Changing Tab Order in Win32Lib-IDE
- Posted by ghaberek (admin) Aug 13, 2008
- 958 views
Generate Tools -> Change Control Order For Program
-Greg
5. Re: Changing Tab Order in Win32Lib-IDE
- Posted by Mike777 Aug 14, 2008
- 920 views
Yes, it is a Win32Lib command. In my docs it is found in the Win32Lib download at:
file:///C:/euphoria/Win32Lib/Docs/ATTRIBUTE.htm#SETTABSTOP
Not sure what you mean by automated.
6. Re: Changing Tab Order in Win32Lib-IDE
- Posted by euphoric (admin) Aug 14, 2008
- 914 views
I looked at the "Change Control Order for Program" dialog off the "Generate Tools" menu. It shows the list of controls but apparently not in tab order, so I don't think that will set tab order.
Any other ideas?
7. Re: Changing Tab Order in Win32Lib-IDE
- Posted by ghaberek (admin) Aug 14, 2008
- 939 views
I looked at the "Change Control Order for Program" dialog off the "Generate Tools" menu. It shows the list of controls but apparently not in tab order, so I don't think that will set tab order.
Any other ideas?
The controls should receive Tab focus in the order they're listed there.
-Greg
8. Re: Changing Tab Order in Win32Lib-IDE
- Posted by euphoric (admin) Aug 14, 2008
- 942 views
How do I change the tab order of controls using Win32Lib-IDE?
You use the setTabStops command.
That worked like a charm! Thanks Mike.