[Gambas-user] [SPAM] Re: OPEN unexpected error

2010-01-06 Thread norarg
hi Charlie yes, I used 2.13 shipped with ubuntu 9.10 until last week, as I startet to use the SVN. thanks - in this way everything works fine :) saludos norarg Am Mittwoch, den 06.01.2010, 22:54 +0100 schrieb Charlie Reinl: > Am Mittwoch, den 06.01.2010, 18:14 -0300 schrieb norarg: > > Hi

Re: [Gambas-user] OPEN unexpected error

2010-01-06 Thread Charlie Reinl
Am Mittwoch, den 06.01.2010, 18:14 -0300 schrieb norarg: > Hi, > > I have switched over to Gambas 2.99 (3), and can not figure out where I > have an error, this worked in ver. 2.13: > > Dim hf1 As File > . > . > . > Open Application.Path & "/Generate/DATAPANEL_FORM.gen_parse" For Read As > #hf1

[Gambas-user] OPEN unexpected error

2010-01-06 Thread norarg
Hi, I have switched over to Gambas 2.99 (3), and can not figure out where I have an error, this worked in ver. 2.13: Dim hf1 As File . . . Open Application.Path & "/Generate/DATAPANEL_FORM.gen_parse" For Read As #hf1 . . In this line I get "unexpected open". I have searched around, eventually f

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread Benoît Minisini
> Hi Fabien, > What a pity, you don't see the need for these events? > I could be on the wrong track? ;-( > > mmh... ok, e.g.: > > I want to create a contex-menue with right-mouse-click, or > delete a file with the DEL-Key like: "IF key.Code = key.Delete THEN ... > " > > Sorry, for my understan

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread JLichter
Ooops! I'm very sorry! I can use the needed events from the form! Many thanks for your patience! Jo Am Mittwoch, den 06.01.2010, 18:52 +0100 schrieb Fabien Bodard: > 2010/1/6 JLichter : > > Dear All! > > > > Confused: With the event FileChooser1_Activate() I can using as event a > > DbkCli

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread JLichter
Hi Fabien, What a pity, you don't see the need for these events? I could be on the wrong track? ;-( mmh... ok, e.g.: I want to create a contex-menue with right-mouse-click, or delete a file with the DEL-Key like: "IF key.Code = key.Delete THEN ... " Sorry, for my understanding I need such event

Re: [Gambas-user] FileChooser: KeyPress or MouseDown?

2010-01-06 Thread Fabien Bodard
2010/1/6 JLichter : > Dear All! > > Confused: With the event FileChooser1_Activate()  I can using as event a > DbkClick ;-) > > OK, but how can I using as event a KeyPress or MouseDown? > It seems to me, that both events do not work. > > Thanks in advance, > Jo > ---

Re: [Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-06 Thread Fabien Bodard
Le 6 janvier 2010 16:56, Benoît Minisini a écrit : >> Attached is a screenshot of what I'm talking about.  I've tried both GTK >> and QT toolkits, and it seems to do the same thing with both.  Shouldn't >> the entries "jump" from one to the next, and not let you stop anywhere >> in-between, as is

Re: [Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-06 Thread Benoît Minisini
> Attached is a screenshot of what I'm talking about. I've tried both GTK > and QT toolkits, and it seems to do the same thing with both. Shouldn't > the entries "jump" from one to the next, and not let you stop anywhere > in-between, as is shown in the screencap? Any ideas? I'd prefer a > comb

[Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-06 Thread Bill Richman
Attached is a screenshot of what I'm talking about. I've tried both GTK and QT toolkits, and it seems to do the same thing with both. Shouldn't the entries "jump" from one to the next, and not let you stop anywhere in-between, as is shown in the screencap? Any ideas? I'd prefer a combo-box, b

Re: [Gambas-user] Webview history cache

2010-01-06 Thread Benoît Minisini
> I wondered if it was possible to programatically clear the cache of URL's > from the webview control. > > Thanks in anticipation. > > Richard > For the moment, you have to do that: Shell "rm -rf " & Shell$(WebSettings.Cache.Path) &/ "*" Wait Regards, -- Benoît Minisini -