Re: [Gambas-user] collection of collection problem

2017-03-24 Thread PICCORO McKAY Lenz
2017-03-24 10:52 GMT-04:00 Fabien Bodard : > Sorry but despite your article ... that i've read all the content I > can't understand your need ... And I'm sur there is a way to do it > simpler with Gambas. > U'r code are correct, the problem is the understand for people that come from other program

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread PICCORO McKAY Lenz
jajajaj Fabian, thanks! its a "all-in-one" project! umm interesting using the run! passing a instance of the parent.. thanks for the tip! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-03-24 11:06 GMT-04:00 Fabien Bodard : > So it's to the form to say ... I'm the parent. > >

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Fabien Bodard
So it's to the form to say ... I'm the parent. 2017-03-24 15:41 GMT+01:00 PICCORO McKAY Lenz : > the problem its not property a value to pass.. > > the problem its that the parent could be "any", not only a named "myform" o > "fatherform" > > i mean, i dont nkow what form was the parent > > Len

Re: [Gambas-user] collection of collection problem

2017-03-24 Thread Fabien Bodard
Sorry but despite your article ... that i've read all the content I can't understand your need ... And I'm sur there is a way to do it simpler with Gambas. What I've understand : ' Gambas module file Public Sub Main() Dim hCon As New Connection(Subst("mysql://&1@&2:3306/&3", $servername, $us

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread PICCORO McKAY Lenz
the problem its not property a value to pass.. the problem its that the parent could be "any", not only a named "myform" o "fatherform" i mean, i dont nkow what form was the parent Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-03-24 10:20 GMT-04:00 Jussi Lahtinen : > Or yo

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Jussi Lahtinen
Or you need to make wrapper class that requires show method to take parameter. Jussi On Fri, Mar 24, 2017 at 4:08 PM, Fabien Bodard wrote: > Hey Lenz... Indirectly the value is passed, if it's not by you , it's > by the interpreter or class. There is no sorcery. > > well then when you read the

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Fabien Bodard
Hey Lenz... Indirectly the value is passed, if it's not by you , it's by the interpreter or class. There is no sorcery. well then when you read the code ... it's not the parent that show the form but the form itself. MyForm . ShowModal Where showmodal is the function from MyForm. The only way i

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread Jussi Lahtinen
I don't understand why it is bad to pass value to indicate where the form was invoked..? Jussi On Fri, Mar 24, 2017 at 3:41 PM, PICCORO McKAY Lenz wrote: > arrgg fatherform way and "bambino" flag way are in fact same.. > > both suggestions need a value to pass and already know was the form fat

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-24 Thread PICCORO McKAY Lenz
arrgg fatherform way and "bambino" flag way are in fact same.. both suggestions need a value to pass and already know was the form father! i need a way that i dont know the name of the "father form".. only that the parent will raise if any.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogsp

[Gambas-user] [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-03-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1093&from=L21haW4- Safiur RAHMAN added an attachment: menuform.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.or

[Gambas-user] [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-03-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1093&from=L21haW4- Safiur RAHMAN added an attachment: menuform.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.or

Re: [Gambas-user] webtable Data event, get text from a specific row

2017-03-24 Thread PICCORO McKAY Lenz
i reading .. and makes sense due its a web filosofy (request/response), due its a rendered task, make it on the fly.. but by now its quite complicated translate to spanish.. in the mail linked, u paste an example, i'll try to do that and then try to explain in spanish .. Lenz McKAY Gerardo (PIC

[Gambas-user] [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-03-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1093&from=L21haW4- Safiur RAHMAN reported a new bug. Summary --- Short cut keys not working for gb.qt5 menu if parent menu caption is blank Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown