Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-18 Thread Ed Leafe
On Jan 11, 2017, at 10:24 AM, Max Voß wrote: > is it possible to set a kind of tab-index in a dabo-Form? Sorry, just got around to cleaning out the spam filters, and let this through a week late. I've been busy. :) -- Ed Leafe

[dabo-users] Tab-Index of UI-Objects?

2017-01-18 Thread Max Voß
Hello, is it possible to set a kind of tab-index in a dabo-Form? I have got a dPage-Object with a lot of dTextBoxes, dDropDownLists and so on but they appear in a different order on the Page than I want to step through them with the tabulator-key. The "tab-index" seems to depend only on the

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread john
I'm not leaving Django. I have had great success with Django. I see no reason to leave Django. Django works with almost anything I've come across - that includes Angular, React, etc.. BTW check out 'vue'. I am moving to Electron for desktop applications - only. Don't get me wrong Dabo is

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread Henning Hraban Ramm
Am 2017-01-13 um 17:01 schrieb john : > To be honest I believe I will soon will be moving on to Electron (uses > html,css,JavaScript, Chrome, NodeJS to create the ui for a desktop app). I hear you – for web apps I’m leaving my beloved Python/Django behind for

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread john
Personally I don't use Class Designer or a .cdxml file. I find it very easy to manually create the form. I guess I started doing because in the beginning the Class Designer was not easy to work with - especially try to add a new control or to move one. So today I just move the control's

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread Max Voß
Hi Johnf, thanks for your reply. In my last message I completely messed up the indeces, so please it ignore it, it will only confuse you here is the correct version. Am Mittwoch, den 11.01.2017, 08:48 -0800 schrieb john: > How did you create the UI form? Did you use the class designer? > > Or

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread Max Voß
Hi Johnf, thanks for your reply. Am Mittwoch, den 11.01.2017, 08:48 -0800 schrieb john: > How did you create the UI form? Did you use the class designer? > > Or did you manually create each of the controls - something like: > > dabo.ui.dTextBox(self, RegID="CaseID",Width=225, DataSource = >

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-11 Thread john
How did you create the UI form? Did you use the class designer? Or did you manually create each of the controls - something like: dabo.ui.dTextBox(self, RegID="CaseID",Width=225, DataSource = 'public.esenroll', DataField = 'caseno') Normally, the order or tab order is set to match top to

[dabo-users] Tab-Index of UI-Objects?

2017-01-11 Thread Max Voß
Hello, is it possible to set a kind of tab-index in a dabo-Form? I have got a dPage-Object with a lot of dTextBoxes, dDropDownLists and so on but they appear in a different order on the Page than I want to step through them with the tabulator-key. The "tab-index" seems to depend only on the