1. win32lib help
All,
I have a quick question about win32lib. I have a window
with SLE's and MLE's mixed, in my source file, I have them in the
same order as I place them on the screen, only it seems that the
program goes through all the SLE's first then bounces back and goes
through the MLE's. How do I control the sequence in which the
controls are processed? Any help would be greatly appreciated.
TIA.
Later,
+ + + Rev. Ferlin Scarborough - Centreville, Alabama - USA
2. Re: win32lib help
Rev. Ferlin Scarborough wrote:
> I have a window with SLE's and MLE's mixed,
> in my source file, I have them in the same
> order as I place them on the screen, only it
> seems that the program goes through all the
> SLE's first then bounces back and goes through
> the MLE's.
This doesn't sound right (but it's quite possible). The order of traversal
*should* be the order of definition.
> How do I control the sequence in which the
> controls are processed?
Currently, the only way is through the order of definition. Some time in the
future, I should add a tab order feature.
-- David Cuny