Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Gregor Burck
Oh, I think ValueBox is the clue! I've to test it, but I think it is, what the author of the application want orginally. But then I'v another problem. How to change all the Textboxes to valueboxes in the Forms? Maybe there is atrick over the GUI or should I do it in the source-data per script)

Re: [Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
On Fri, Oct 19, 2012 at 1:36 AM, Sebastian Kulesz wrote: > On Thu, Oct 18, 2012 at 8:22 PM, Markus Schatten > wrote: >> Dear all, >> >> is there a way to execute arbitrary statements dynamically in Gambas >> (for example from a string)? If I understand correctly Eval only >> evaluates expression

Re: [Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Sebastian Kulesz
On Thu, Oct 18, 2012 at 8:22 PM, Markus Schatten wrote: > Dear all, > > is there a way to execute arbitrary statements dynamically in Gambas > (for example from a string)? If I understand correctly Eval only > evaluates expressions, but statements like print or function > definitions cannot be han

[Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
Dear all, is there a way to execute arbitrary statements dynamically in Gambas (for example from a string)? If I understand correctly Eval only evaluates expressions, but statements like print or function definitions cannot be handled that way. What I would like to do is to provide a scripting int

[Gambas-user] configure error svn

2012-10-18 Thread Richard Terry
== configuring in gb.httpd (/home/richard/svn/gambas3/trunk/gb.httpd) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' --cache-file=/dev/null --srcdir=. configure: error: cannot find sources (configure.ac) in . configure: error: ./configure failed for gb.httpd ?

Re: [Gambas-user] gridView1.Rows[0].Height = 0 --> "Außerhalb der Array Grenzen"

2012-10-18 Thread Benoît Minisini
Le 18/10/2012 11:57, Gregor Burck a écrit : > Hi, > > In gambas3.3.3 (and earlier): > > maybe this is a bug?: > > Take a gridvie with one row. > Define height to 0, then I get a error and the Application hang. > In the 'stapelverfolgung' I see: > GridView.ScrollArea_Draw.427 > (Nativer Code) > Scro

Re: [Gambas-user] FileView.Dir = "NETWORK Dir"

2012-10-18 Thread Sebastian Kulesz
On Thu, Oct 18, 2012 at 4:29 PM, abbat wrote: > > HI, > > In Thunar I do it so: Cnrl+L "smb://192.168.0.101/" > > FileView.Dir = "smb://192.168.0.101/" - does not help me. > > I tried many ways but I could not make it work. > > Is it possible to use FileView control for network browsing? > > Thank

[Gambas-user] FileView.Dir = "NETWORK Dir"

2012-10-18 Thread abbat
HI, In Thunar I do it so: Cnrl+L "smb://192.168.0.101/" FileView.Dir = "smb://192.168.0.101/" - does not help me. I tried many ways but I could not make it work. Is it possible to use FileView control for network browsing? Thanks -- View this message in context: http://old.nabble.com/FileVi

Re: [Gambas-user] PostgreSQL multiple column problem

2012-10-18 Thread Markus Schatten
Dear Fabien, I'm using Gambas 3.3.0. Under database manager you mean the connection manager? I just tried it out, see attached screenshot. The query doesn't return any results, just pops up a "OK". All the best, M. On Thu, Oct 18, 2012 at 9:19 AM, Fabien Bodard wrote: > Have you try your sql r

Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Jussi Lahtinen
There is also valuebox and maskbox... do you have to use textbox? Jussi On Thu, Oct 18, 2012 at 1:07 PM, Gregor Burck wrote: > Hi, > > Use it with only digits. > OK, but how I could handle this: > > I overtook GamKuWa http://www.fishing-penguins.de/gamkuwa.html) for my use > In the project ,

Re: [Gambas-user] Gambas3 from Suse repos doesn't start

2012-10-18 Thread Benoît Minisini
Le 18/10/2012 16:15, Rolf-Werner Eilert a écrit : > On our new server, the Gambas3 which comes from the repos doesn't start. > > I tried it in a terminal and the error is > > ERROR: #27: Cannot load component 'gb.qt4': > /usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB > > > Any idea what is miss

[Gambas-user] Gambas3 from Suse repos doesn't start

2012-10-18 Thread Rolf-Werner Eilert
On our new server, the Gambas3 which comes from the repos doesn't start. I tried it in a terminal and the error is ERROR: #27: Cannot load component 'gb.qt4': /usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB Any idea what is missing? Regards Rolf --

[Gambas-user] GridView. ScrollBar into an Cell

2012-10-18 Thread abbat
Hi, Can we make a Cells of column in a GridView to be like scrollbar or spinbox? Thanks -- View this message in context: http://old.nabble.com/GridView.--ScrollBar-into-an-Cell-tp34572766p34572766.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Fabien Bodard
2012/10/18 Gregor Burck : > Hi, >> Use it with only digits. > OK, but how I could handle this: > > I overtook GamKuWa http://www.fishing-penguins.de/gamkuwa.html) for my use > In the project , there are often Formated TextBoxValues like "0,00 €". Later > the Value Is use to calculate. > > So the a

Re: [Gambas-user] Tutorial on building a "user control"?

2012-10-18 Thread Fabien Bodard
2012/10/17 Gerry Douglas : > Dear Fabien, > > Thank you for your advice. I have looked at the code for those user > controls, and I believe I understand the syntax for creating a user > control. However, I am not clear on how in the IDE to actually do this. > For example, I want to create a contr

Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Gregor Burck
Hi, > Use it with only digits. OK, but how I could handle this: I overtook GamKuWa http://www.fishing-penguins.de/gamkuwa.html) for my use In the project , there are often Formated TextBoxValues like "0,00 €". Later the Value Is use to calculate. So the author took Val to generate the Value of t

[Gambas-user] gridView1.Rows[0].Height = 0 --> "Außerhalb der Array Grenzen"

2012-10-18 Thread Gregor Burck
Hi, In gambas3.3.3 (and earlier): maybe this is a bug?: Take a gridvie with one row. Define height to 0, then I get a error and the Application hang. In the 'stapelverfolgung' I see: GridView.ScrollArea_Draw.427 (Nativer Code) ScrollArea.DrawingArea_Draw.427 With a gridview with 2 rows there ar

Re: [Gambas-user] GridView. Is a row selected or not?

2012-10-18 Thread Bruce
On Thu, 2012-10-18 at 02:09 -0700, abbat wrote: > Hi all, > > I cant understand how to get a property of a row, is it selected or it's > not. > > How can I know is a GridView1[2, 4] - selected or it is not? > > Thanks > > If GridView.Rows[2].Selected then... see > http://gambasdoc.org/help/c

[Gambas-user] GridView. Is a row selected or not?

2012-10-18 Thread abbat
Hi all, I cant understand how to get a property of a row, is it selected or it's not. How can I know is a GridView1[2, 4] - selected or it is not? Thanks -- View this message in context: http://old.nabble.com/GridView.-Is-a-row-selected-or-not--tp34571965p34571965.html Sent from the gambas-

Re: [Gambas-user] PostgreSQL multiple column problem

2012-10-18 Thread Fabien Bodard
Have you try your sql request in the gambas3 IDE database manager? Le 18 oct. 2012 02:54, "Markus Schatten" a écrit : > Dear Fabien and Ian, > > thank you for your reply. I was kind of hoping that there is a way to > index the results. I started of to write a query rewriter, but got > soon into t