Re: [Gambas-user] How to lock a file

2008-09-25 Thread nando
Can you tell why you have to lock it.. for what reason? -- Original Message --- From: Almanova Sistemi <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Wed, 24 Sep 2008 15:40:53 +0200 Subject: [Gambas-user] How to lock a file > Hi, > > I have a problem with LOCK > >

Re: [Gambas-user] Advanced tutorials

2008-09-25 Thread Scott Hayes
- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the

Re: [Gambas-user] Advanced tutorials

2008-09-25 Thread Benoit Minisini
On vendredi 26 septembre 2008, Scott Hayes wrote: > Hi everyone, > > I had used Visual Basic since it came out as version 1. Stopped with > version six because I moved to Linux, great move as far as I'm > concerned. I have just installed Gambas and I'm in love. I have been > doing well so far but I

Re: [Gambas-user] destroying and re-creating objects in a form

2008-09-25 Thread Benoit Minisini
On vendredi 26 septembre 2008, Benoit Minisini wrote: > On jeudi 25 septembre 2008, M0E Lnx wrote: > > I have a form with buttons, textlabels, and the like. > > > > Is there a way to destroy these objects and then re-create them? > > I was told on another thread about translations that for translat

[Gambas-user] Advanced tutorials

2008-09-25 Thread Scott Hayes
Hi everyone, I had used Visual Basic since it came out as version 1. Stopped with version six because I moved to Linux, great move as far as I'm concerned. I have just installed Gambas and I'm in love. I have been doing well so far but I am looking for more advanced tutorials, all I can find i

Re: [Gambas-user] destroying and re-creating objects in a form

2008-09-25 Thread Benoit Minisini
On jeudi 25 septembre 2008, M0E Lnx wrote: > I have a form with buttons, textlabels, and the like. > > Is there a way to destroy these objects and then re-create them? > I was told on another thread about translations that for translations > to take effect this needs to be done > > I have tried

Re: [Gambas-user] EXPORT and INHERITANCE

2008-09-25 Thread Benoit Minisini
On jeudi 25 septembre 2008, Kari Laine wrote: > Hi, > > still learning gb.form > What conceptual difference has the following > > FileView > > INHERITS UserControl > EXPORT > > > DirView > > EXPORT > INHERITS Use

[Gambas-user] EXPORT and INHERITANCE

2008-09-25 Thread Kari Laine
Hi, still learning gb.form What conceptual difference has the following FileView INHERITS UserControl EXPORT DirView EXPORT INHERITS UserControl I noticed that _new is not called

Re: [Gambas-user] gb.form

2008-09-25 Thread Kari Laine
On Thu, Sep 25, 2008 at 4:15 PM, Kari Laine <[EMAIL PROTECTED]>wrote: > I am studying gb.form > I can't figure out how the stock.class _get gets called. > > Could someone tell me please? > > I figure out how _put and _get works - I think. If example included with this post is wrong let me know.

[Gambas-user] destroying and re-creating objects in a form

2008-09-25 Thread M0E Lnx
I have a form with buttons, textlabels, and the like. Is there a way to destroy these objects and then re-create them? I was told on another thread about translations that for translations to take effect this needs to be done I have tried the object's delete methods, that indeed destroys the

[Gambas-user] gb.form

2008-09-25 Thread Kari Laine
I am studying gb.form I can't figure out how the stock.class _get gets called. Could someone tell me please? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build th

Re: [Gambas-user] Applying translation to a running application

2008-09-25 Thread M0E Lnx
On the form buttons click() event change the code to this system.Language = trim(listbox1.text) me.close wait 1 FMain.show That will crash it with a signal 11 On Wed, Sep 24, 2008 at 6:31 PM, Benoit Minisini <[EMAIL PROTECTED]> wrote: > On mercredi 24 septembre 2008, M0E Lnx wrote: >> I'm sorr

Re: [Gambas-user] IDE bug: Click on text > cursor wrong position

2008-09-25 Thread Benoit Minisini
On jeudi 25 septembre 2008, richard terry wrote: > Build 1593. > > Just to let you know this is happening. > > This has been happening for the last few builds. Its inconsistant but what > happens is if one clicks on a line of text the cursor dosn't go to where > one clicks, but sometimes up to six

[Gambas-user] IDE bug: Click on text > cursor wrong position

2008-09-25 Thread richard terry
Build 1593. Just to let you know this is happening. This has been happening for the last few builds. Its inconsistant but what happens is if one clicks on a line of text the cursor dosn't go to where one clicks, but sometimes up to six or more characters to the left. Affects copy/paste as well