[Gambas-user] Do embeded objects get released too upon destruction ?

2011-07-20 Thread nando
Question: If I have a class 'myClass' with the following: DIM k = NEW OBJECT[100] PUBLIC SUB _init() DIM i AS INTEGER FOR i = 1 TO 100 k[i] = NEW STRING[] 'add a string array k[i].add("HELLO")'add one element with "HELLO" NEXT

[Gambas-user] Cloning instances of a class to make an exact copy

2011-07-20 Thread nando
Question: Assume I have an instance of class myclass dimed as 'myclass1' and I want to clone all the data to NEW myclass2 The syntax may be something like: myclass2 = NEW myclass 'create instance myclass2.clone(myclass1) 'clone/copy I do realize that: myclass2 = myclass2 only assigns a seco

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-07-20 Thread gambas
Comment #11 on issue 74 by gambas...@gmail.com: printer error with gb.report and gb.qt http://code.google.com/p/gambas/issues/detail?id=74 if i remember well benoit is on ubuntu ... -- 10 Tips for Better Web Security

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-07-20 Thread Fabien Bodard
if i remember well benoit is on ubuntu ... 2011/7/20 : > > Comment #10 on issue 74 by flynetin...@gmail.com: printer error with > gb.report and gb.qt > http://code.google.com/p/gambas/issues/detail?id=74 > > I do not know why but I tried it on 3 different pc all with ubuntu natty > and gambas3 sv

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-07-20 Thread gambas
Comment #10 on issue 74 by flynetin...@gmail.com: printer error with gb.report and gb.qt http://code.google.com/p/gambas/issues/detail?id=74 I do not know why but I tried it on 3 different pc all with ubuntu natty and gambas3 svn and I have always the same problem. When using the ReportExam

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-07-20 Thread gambas
Comment #9 on issue 74 by gambas...@gmail.com: printer error with gb.report and gb.qt http://code.google.com/p/gambas/issues/detail?id=74 there is no problem with clone ... i've just tested it ! do you use the exemple report ? if not send me yours

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-07-20 Thread gambas
Comment #8 on issue 74 by flynetin...@gmail.com: printer error with gb.report and gb.qt http://code.google.com/p/gambas/issues/detail?id=74 After reviewing the code of the report component finds that the error on the FPreview form to implement the btnPrint_Click event. At this point using t