Re: [Gambas-user] Gridview Select Multiple rows.

2010-11-04 Thread user
One solution is to use a dynamic array, and when user click a row to check if it is selected. if it is selected check if is in array if row is in array the user want to remove it, remove record from array if row is not in array the user want to add it to selection, add it to array. if it is not s

[Gambas-user] Gridview Select Multiple rows.

2010-11-04 Thread Michael
I'm a newbie to Gambas and very impressed. Managed to solve all my queries and port apps from VB. However I have one problem that has me beat:) I have a GridView with Mode = Multiple and can select multiple rows; either sequentially or at random. So far so good as similar to VB. I want to loop th

Re: [Gambas-user] Translat Wiki

2010-11-04 Thread Mauricio Baeza
El jue, 04-11-2010 a las 23:45 +0100, Benoît Minisini escribió: > If you can translate the undocumented page in english first, do it. > > Otherwise, if it is too complex for you, do the translation in spanish > only. > But when I will do the english translation, your spanish page will be > assum

Re: [Gambas-user] Translat Wiki

2010-11-04 Thread Benoît Minisini
> Hello... > > I have been translating some parts of the Wiki of English to Spanish. I > have the technical sufficient level to do this task. There are parts of > the original one in English that are incomplete or definitively they are > not documented. To document directly in English I do not fe

[Gambas-user] Translat Wiki

2010-11-04 Thread Mauricio Baeza
Hello... I have been translating some parts of the Wiki of English to Spanish. I have the technical sufficient level to do this task. There are parts of the original one in English that are incomplete or definitively they are not documented. To document directly in English I do not feel capabl

Re: [Gambas-user] Problem with control TableView

2010-11-04 Thread Benoît Minisini
> Hi all ... > > When I show TableView control on a form which, in turn this into a > Workspace control, shows me some items that I can not identify the image > here: http://uploadpie.com/ElT5E > > If I show the form outside the workspace, it displays the correct > TableView control. > > Does an

[Gambas-user] Problem with control TableView

2010-11-04 Thread Mauricio Baeza
Hi all ... When I show TableView control on a form which, in turn this into a Workspace control, shows me some items that I can not identify the image here: http://uploadpie.com/ElT5E If I show the form outside the workspace, it displays the correct TableView control. Does anyone know why? Than

[Gambas-user] Questions about project options

2010-11-04 Thread user
Good morning to all and have a nice day, I have a question about option properties of a project. There is an option "Modules symbols are public by default No/Yes" 1) What are the modules symbols? The module variables ? And another one. 2) How can we use the option "Stack size" ? ---

Re: [Gambas-user] .gambas folder?

2010-11-04 Thread Fabien Bodard
and you can use the isdir function to know if a path is a dir or use the option gb.directory with the dir() funtion to parse only directories or gb.file for file 2010/11/3 Jussi Lahtinen : > Ok, so no need to back up them, thanks! > > Jussi > > > 2010/11/3 Benoît Minisini > >> > Hi! >> > I'm wri