Re: [Gambas-user] Wizard question

2015-12-01 Thread willy
On 2015-12-01 17:02, Tobias Boege wrote: > On Tue, 01 Dec 2015, wi...@develop.earthshipeurope.org wrote: >> Hi all, >> >> I'm currently working on a Wizard and have a question. >> >> The thing with this specific wizard is that once a user starts the >> wizard, he/she should run through the whole

Re: [Gambas-user] Wizard question

2015-12-01 Thread Moviga Technologies
Can't you just find the .children[] index and hide it? -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one

Re: [Gambas-user] Wizard question

2015-12-01 Thread Tobias Boege
On Wed, 02 Dec 2015, Moviga Technologies wrote: > Can't you just find the .children[] index and hide it? Whenever I see somebody doing this, part of me wants to commit a silly change (like changing the name of a control, or whatever bit of information their algorithm uses to find the correct

Re: [Gambas-user] Wizard question

2015-12-01 Thread Tobias Boege
On Tue, 01 Dec 2015, wi...@develop.earthshipeurope.org wrote: > Hi all, > > I'm currently working on a Wizard and have a question. > > The thing with this specific wizard is that once a user starts the > wizard, he/she should run through the whole wizard, so no canceling > halfway. > > For

[Gambas-user] Wizard question

2015-12-01 Thread willy
Hi all, I'm currently working on a Wizard and have a question. The thing with this specific wizard is that once a user starts the wizard, he/she should run through the whole wizard, so no canceling halfway. For this I would need to be able to disable (or even better make invisible) the

Re: [Gambas-user] Wizard question

2015-12-01 Thread Johny Provoost
Op 01-12-15 om 12:36 schreef [1]wi...@develop.earthshipeurope.org: Hi all, I'm currently working on a Wizard and have a question. The thing with this specific wizard is that once a user starts the wizard, he/she should run through the whole wizard, so no canceling halfway. For this I would