Re: [Gambas-user] Unexecuted Orphan Code or Something?

2013-11-04 Thread Fabien Bodard
The last format sentence is executed separately as there is no link between the previous line and this one (no comma or no &) Le 5 nov. 2013 05:30, "Bruce" a écrit : > > On Mon, 2013-11-04 at 19:53 -0800, 2aq9j93b7s wrote: > > hello > > > > Note: In preview mode this looked like a mess with the h

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread Rolf-Werner Eilert
Am 04.11.2013 22:30, schrieb PICCORO McKAY Lenz: > i have several I/O write and i wish to know what its the best choice: > > 1) If Exist(ruta_img_foto) Then Kill ruta_img_foto > > or > > 2) Try Kill ruta_img_foto > > of course, maybe depends of how the if-else works respect the try logic! > > pl

[Gambas-user] Destroying Forms Question

2013-11-04 Thread richard terry
Hi List, Simple question. If I have a form I've created an instance of attatched to say a tab strip on another form, but I want to destroy the form under some circumstances, what's the best way to do this. I've tried Form.close, doesn't work and Form = null which also doesn't work. Any help app

Re: [Gambas-user] Unexecuted Orphan Code or Something?

2013-11-04 Thread Bruce
On Mon, 2013-11-04 at 19:53 -0800, 2aq9j93b7s wrote: > hello > > Note: In preview mode this looked like a mess with the html codes so I > deleted them. > > It is a work in progress so I have been cutting, pasting and copying. Note > the last line after the commented line - the orphan. The line ab

[Gambas-user] Unexecuted Orphan Code or Something?

2013-11-04 Thread 2aq9j93b7s
hello Note: In preview mode this looked like a mess with the html codes so I deleted them. It is a work in progress so I have been cutting, pasting and copying. Note the last line after the commented line - the orphan. The line above the commented code ends the return component. The last line nei

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread Jussi Lahtinen
> > Why not simply write benchmark? > > > > A benchmark wouldn't be accurate, as it will be IO bound, !? Just repeat the commands couple thousand times with either case (file exist and file doesn't exist) and take the mean time for comparison. If the accuracy isn't enough to see the difference in

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread Sebastian Kulesz
On Mon, Nov 4, 2013 at 6:43 PM, Jussi Lahtinen wrote: > Why not simply write benchmark? > A benchmark wouldn't be accurate, as it will be IO bound, and being an old machine, better reduce disk IO than CPU usage (I'm guessing it uses IDE drives; which have low access time too). Besides, first opti

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread nando
I vote for (2) -- Original Message --- From: Jussi Lahtinen To: mailing list for gambas users Sent: Mon, 4 Nov 2013 23:43:10 +0200 Subject: Re: [Gambas-user] if-else vs try who are best faster in machine time? > Why not simply write benchmark? > > Jussi > > On Mon, Nov 4, 201

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread Jussi Lahtinen
Why not simply write benchmark? Jussi On Mon, Nov 4, 2013 at 11:30 PM, PICCORO McKAY Lenz wrote: > i have several I/O write and i wish to know what its the best choice: > > 1) If Exist(ruta_img_foto) Then Kill ruta_img_foto > > or > > 2) Try Kill ruta_img_foto > > of course, maybe depends of h

[Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread PICCORO McKAY Lenz
i have several I/O write and i wish to know what its the best choice: 1) If Exist(ruta_img_foto) Then Kill ruta_img_foto or 2) Try Kill ruta_img_foto of course, maybe depends of how the if-else works respect the try logic! please, i need this info, i use low end machines like daruma's (5

Re: [Gambas-user] Gambas Future: shift away from Linux?

2013-11-04 Thread Rob Kudla
On 2013-11-04 06:38, François Gallo wrote: > I don't care to have a lot of users from Windows or OS X who use Gambas > :-) . This is not my goal. My goal is just to be able to run Gambas > applications without imposing choices. Well, we can debate whether a given port should or shouldn't happen

[Gambas-user] Future Of Gambas (Re: Baze Project)

2013-11-04 Thread Nigel Verity
Hi Markus et al One of the big attractions of MS Access is that all the data, forms and queries can be delivered to the user in a single file. This is very attractive when it comes to distributing standalone databases to be run on the desktop. LibreOffice Base, at its simplest level, seek

Re: [Gambas-user] final error catch

2013-11-04 Thread Bruce
On Mon, 2013-11-04 at 22:36 +1030, Bruce wrote: > Some where recently I read about something that could catch errors at > the "top level" or something like that. I don't know if it was here or > in the help pages or even in the commit logs. > > Does anyone know what I'm talking about and where I c

[Gambas-user] final error catch

2013-11-04 Thread Bruce
Some where recently I read about something that could catch errors at the "top level" or something like that. I don't know if it was here or in the help pages or even in the commit logs. Does anyone know what I'm talking about and where I can "refind" the info? tia Bruce ---

Re: [Gambas-user] Gambas Future: shift away from Linux?

2013-11-04 Thread François Gallo
I agree with you but, if i want to see Gambas on others OS is because i've friends who would be to run my software without have to install any linux distributions. I don't care to have a lot of users from Windows or OS X who use Gambas :-) . This is not my goal. My goal is just to be able to run G

Re: [Gambas-user] Gambas Future: shift away from Linux?

2013-11-04 Thread wig
I will be one of the first to use the possibility to let users run some gambas app on OSX (not to work on it myself). But if I really have to, I can run in a VM, so I wouldn't ask someone/B. to spent time on it at the cost of the own advances of Gambas on Linux. We have a nice platform: Linux.

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-04 Thread Sebastian Kulesz
On Nov 4, 2013 4:31 AM, "Kende Krisztián" wrote: > > 2013-11-04 01:20 keltezéssel, Sebastian Kulesz írta: > > Sorry for my late step up, time has not been in my side. I just pushed the > > updated rules to the PPA. > > > > Note to Kendek: The testing of the new specifications should have been done