Re: [Gambas-user] Accesing workspace's tabs

2008-10-14 Thread Ron
Jorge Carrio'n wrote: >> Ron_2nd wrote: >> use this routine in my app, if a workspace is not already created it >> will be, if it is, it activates it >> >> ' load a page onto the workspace, or give already loaded page focus. >> PUBLIC SUB OpenPage(hForm AS Form) >> >> wrkMain.Add(hForm) >> wrkMain

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-14 Thread Benoit Minisini
On mardi 14 octobre 2008, M0E Lnx wrote: > Here is what I'd like to do... Not sure how to do it or if it is possible > at all > > I want to have an object like a gridview or tableview where I can have > at least 3 columns > > Column1 will have a checkbox (boolean) value > Column2 will have a string

Re: [Gambas-user] settings.read()

2008-10-14 Thread Benoit Minisini
On mardi 14 octobre 2008, [EMAIL PROTECTED] wrote: > Dear List, > > I want to read a settings file, which is not located in the standard > directory (User.Home &/ ".config/gambas" &/ Application.Name & ".conf"). > Is "Seetings.Read" the right solution for this purpose? When yes, can > anybody give

[Gambas-user] I think I found a bug in gambas

2008-10-14 Thread Kari Laine
Hi, I am making a backup program and I stumbled on vierd file names. genisoimage don't like them and when I started to make a cleanup routine with Gambas it also don't like them. This is bit difficult to describe. First the error I get when trying to search "gen.zip" in console window is "This ap

Re: [Gambas-user] Table view

2008-10-14 Thread Doriano Blengino
Doriano Blengino ha scritto: > Almanova Sistemi ha scritto: > >> Stefano Palmeri ha scritto: >> >> >>> TableView1.Rows.Height = 2000 >>> >>> >> Ok, >> I have tried with your instuction during TableView_Data event and I get >> a "Stack Overflow" messages. >> >> Why? >> >>

Re: [Gambas-user] Table view

2008-10-14 Thread Doriano Blengino
Almanova Sistemi ha scritto: > Stefano Palmeri ha scritto: > >> TableView1.Rows.Height = 2000 >> > Ok, > I have tried with your instuction during TableView_Data event and I get > a "Stack Overflow" messages. > > Why? > ...because, apparently, changing the height of a row makes the table

Re: [Gambas-user] Accesing workspace's tabs

2008-10-14 Thread Jorge Carrión
> Ron_2nd wrote: > use this routine in my app, if a workspace is not already created it > will be, if it is, it activates it > > ' load a page onto the workspace, or give already loaded page focus. > PUBLIC SUB OpenPage(hForm AS Form) > > wrkMain.Add(hForm) > wrkMain.ActiveWindow = hForm > > END >

Re: [Gambas-user] Test! Sorry!

2008-10-14 Thread M0E Lnx
not me On Tue, Oct 14, 2008 at 1:36 PM, <[EMAIL PROTECTED]> wrote: > Hi List! > > Today I sent a Mail to this list with topic "settings.read()", but it was > bounced, because "UNTRUSTED bli bla blub" :-( so this is a test! > Are there other people around, having the same probs? > > Sorry aga

[Gambas-user] Test! Sorry!

2008-10-14 Thread gambas
Hi List! Today I sent a Mail to this list with topic "settings.read()", but it was bounced, because "UNTRUSTED bli bla blub" :-( so this is a test! Are there other people around, having the same probs? Sorry again for pollution! Stevie -

[Gambas-user] How to nest a checkbox into a gridview's field

2008-10-14 Thread M0E Lnx
Here is what I'd like to do... Not sure how to do it or if it is possible at all I want to have an object like a gridview or tableview where I can have at least 3 columns Column1 will have a checkbox (boolean) value Column2 will have a string value (could be a textlabel or just the field's .text

Re: [Gambas-user] Table view

2008-10-14 Thread Almanova Sistemi
Stefano Palmeri ha scritto: > Il martedì 14 ottobre 2008 16:28:33 Almanova Sistemi ha scritto: > >> hello, >> >> how I can resize the height of a row of a table-view during run time ? >> >> Thank's >> >> > > i.e.: > > TableView1.Rows.Height = 2000 > > Ciao, > > Stefano > > >> Massimo. >>

Re: [Gambas-user] gb.crypt ?

2008-10-14 Thread Kari Laine
On Tue, Oct 14, 2008 at 6:47 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > Il martedì 14 ottobre 2008 17:27:31 Kari Laine ha scritto: > > Hi, > > > > could someone please send a little example how to use gb.crypt's MD5 to > > calculate checksum for a file? > > > > > > Best Regards > > Kari Laine

Re: [Gambas-user] gb.crypt ?

2008-10-14 Thread Stefano Palmeri
Il martedì 14 ottobre 2008 17:27:31 Kari Laine ha scritto: > Hi, > > could someone please send a little example how to use gb.crypt's MD5 to > calculate checksum for a file? > > > Best Regards > Kari Laine Reading the Gambas help, I don't think this is gb.c goal. -- gb.cr

[Gambas-user] gb.crypt ?

2008-10-14 Thread Kari Laine
Hi, could someone please send a little example how to use gb.crypt's MD5 to calculate checksum for a file? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the cool

Re: [Gambas-user] Table view

2008-10-14 Thread Stefano Palmeri
Il martedì 14 ottobre 2008 16:28:33 Almanova Sistemi ha scritto: > hello, > > how I can resize the height of a row of a table-view during run time ? > > Thank's > i.e.: TableView1.Rows.Height = 2000 Ciao, Stefano > > Massimo. > --

[Gambas-user] Table view

2008-10-14 Thread Almanova Sistemi
hello, how I can resize the height of a row of a table-view during run time ? Thank's Massimo. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with M

[Gambas-user] settings.read()

2008-10-14 Thread gambas
Dear List, I want to read a settings file, which is not located in the standard directory (User.Home &/ ".config/gambas" &/ Application.Name & ".conf"). Is "Seetings.Read" the right solution for this purpose? When yes, can anybody give me an example in form of a code snipplet, please? TIA Stev