Re: [Gambas-user] Cannot scroll gridview by mouse wheel with hidden row (gb.gtk)

2009-05-05 Thread HARADA Kazutaka
Hi, (06 May 2009 01:34) Benoît Minisini wrote: > The bug was fixed in revision #1948. Both in gb.gtk and gb.qt, as gb.qt > sometimes crashed when resizing a row during a Data event. > Tanks Benoît. I'm really grad to hear that the problem is fixed! Regards, -- -

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Andreas Müller
read this: man xhost best regards -andreas > From: Stefan Miefert > Subject: Re: [Gambas-user] Execute Gamabs? > Hello, > > the gambas program is a gtk program. When I start it via console I get > an error. Canot open display > > how can I fix this? > --

Re: [Gambas-user] Cannot scroll gridview by mouse wheel with hidden row (gb.gtk)

2009-05-05 Thread Benoît Minisini
> With gb.gtk, I cannot scroll gridview by mouse wheel > if some hidden row (gridview.rows[].height = 0) exist. > > I attached small project to check it. > > When you click Button1, then even rows are set as hidden. > Scroll bar works, but cannot scroll with mouse wheel > even though mouse pointer

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Jussi Lahtinen
I have done this with; SHELL "gbr2 " & Path &/ "programname.gambas" and I haven't run into any problems. Jussi On Tue, May 5, 2009 at 19:16, Ron_1st wrote: > On Tuesday 05 May 2009, Stefan Miefert wrote: >> Message >> >> No protocol defined >> >> -Ursprüngliche Nachricht- >> Von: Werne

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Ron_1st
On Tuesday 05 May 2009, Stefan Miefert wrote: > Message > > No protocol defined > > -Ursprüngliche Nachricht- > Von: Werner [mailto:wd...@netfront.net] > Gesendet: Dienstag, 5. Mai 2009 15:28 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Execute Gamabs? > > Stefan Mie

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefan Miefert
Message No protocol defined -Ursprüngliche Nachricht- Von: Werner [mailto:wd...@netfront.net] Gesendet: Dienstag, 5. Mai 2009 15:28 An: mailing list for gambas users Betreff: Re: [Gambas-user] Execute Gamabs? Stefan Miefert wrote: > Hello, > > the gambas program is a gtk program. When I

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Werner
Stefan Miefert wrote: > Hello, > > the gambas program is a gtk program. When I start it via console I get an > error. Canot open display > > how can I fix this? > > -Ursprüngliche Nachricht- > Von: Stefano Palmeri [mailto:rospolo...@tiscali.it] > Gesendet: Dienstag, 5. Mai 2009 14:35 > A

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefan Miefert
Hello, thanks! I try the same ten times and i always get errors and now it runs :) Il martedì 5 maggio 2009 14:54:33 Stefan Miefert ha scritto: > Hello, > > and when i want to start it in another directory? > > Via the desktop I can execute the program in my own directory > give the full path

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefan Miefert
Hello, the gambas program is a gtk program. When I start it via console I get an error. Canot open display how can I fix this? -Ursprüngliche Nachricht- Von: Stefano Palmeri [mailto:rospolo...@tiscali.it] Gesendet: Dienstag, 5. Mai 2009 14:35 An: mailing list for gambas users Betreff:

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefano Palmeri
Il martedì 5 maggio 2009 14:54:33 Stefan Miefert ha scritto: > Hello, > > and when i want to start it in another directory? > > Via the desktop I can execute the program in my own directory > give the full path. es: EXEC ["/home/user/test.gambas"] > -Ursprüngliche Nachricht- > Von: St

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefan Miefert
Hello, and when i want to start it in another directory? Via the desktop I can execute the program in my own directory -Ursprüngliche Nachricht- Von: Stefano Palmeri [mailto:rospolo...@tiscali.it] Gesendet: Dienstag, 5. Mai 2009 14:35 An: mailing list for gambas users Betreff: Re: [Gam

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefano Palmeri
Il martedì 5 maggio 2009 14:22:36 Stefan Miefert ha scritto: > Hello, > > i want to execute a gambasprogramm like this > > exec("test.gambas") > > but how can I start a gambas programm in the terminal? > > I get always the answer "not found" > You have to copy test.gambas in one of the directory o

[Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefan Miefert
Hello, i want to execute a gambasprogramm like this exec("test.gambas") but how can I start a gambas programm in the terminal? I get always the answer "not found" -- The NEW KODAK i700 Series Scanners deliver under AN

Re: [Gambas-user] Gambas2 on FreeBSD

2009-05-05 Thread Benoît Minisini
> Hi guys :) > > Finally, I have finish to make gambas2 FreeBSD ports. It is around of > 29 ports and I'll commit them to FreeBSD ports tree as soon as > possible (I need pass some tests more). This is the list of gambas2 > ports: > > archivers/gambas2-gb-compress-bzlib2 > archivers/gambas2-gb-comp

Re: [Gambas-user] What does the "?" for a datatype?

2009-05-05 Thread Rolf-Werner Eilert
Stefano Palmeri schrieb: > Il martedì 5 maggio 2009 10:36:29 Rolf-Werner Eilert ha scritto: >> Hi folks, >> >> just stumbled over this: When typing AS Integer or AS Boolean, the IDE >> gives me several completions to choose from: >> >> Integer >> Integer? >> Integer[] >> >> or >> >> Boolean >> Bool

Re: [Gambas-user] What does the "?" for a datatype?

2009-05-05 Thread Stefano Palmeri
Il martedì 5 maggio 2009 10:36:29 Rolf-Werner Eilert ha scritto: > Hi folks, > > just stumbled over this: When typing AS Integer or AS Boolean, the IDE > gives me several completions to choose from: > > Integer > Integer? > Integer[] > > or > > Boolean > Boolean? > Boolean[] > > What is the questio

[Gambas-user] What does the "?" for a datatype?

2009-05-05 Thread Rolf-Werner Eilert
Hi folks, just stumbled over this: When typing AS Integer or AS Boolean, the IDE gives me several completions to choose from: Integer Integer? Integer[] or Boolean Boolean? Boolean[] What is the questionmark variation good for? Rolf --