I'm new to Boa constructor (not to Python) and seem to have a litle problem. It looks to me as Boa creates the focus order in the same order as you create visualy your form.
If that is the case, what do you do when you forgot a control and you want to add an input field to the form which has focus order 2 ? I din't fid a property 'focus order'

tia

Rony

Put the controls on a Panel and then you can use for instance:
control3.SetFocus()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.