Re: [Gambas-user] File date (and time) / Gambas2

2011-11-04 Thread Fabien Bodard
dim hFileinfo as FileInfo hFileInfo = Stat(user.home &/ "myfile") Print hFileInfo.LastModified http://gambasdoc.org/help/lang/stat http://gambasdoc.org/help/comp/gb/stat 2011/11/4 Bruce Bruen : > On Fri, 2011-11-04 at 12:03 +0100, Rolf-Werner Eilert wrote: > >> Hi folks, >> >> I know I solved t

Re: [Gambas-user] Weird non firing textbox_keypress event

2011-11-04 Thread Fabien Bodard
can you make a short demo of what go wrong ? 2011/11/3 richard terry : > On Thursday 03 November 2011 19:04:52 Benoît Minisini wrote: >> Le 03/11/2011 05:07, richard terry a écrit : >> > This is really weird. >> > >> > I havn't upgraded gambas since version 4152, upgraded yesterday to >> > 4230. >

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Fabien Bodard
well it was a problem before the rev #4178.because the compiler add a sapce ine the exec name in the binary archive ... be sur you use a rev more recent ! http://gambas.svn.sourceforge.net/viewvc/gambas?view=revision&revision=4178 2011/11/4 richard terry : > On Friday 04 November 2011 21:28:2

Re: [Gambas-user] File date (and time) / Gambas2

2011-11-04 Thread Bruce Bruen
On Fri, 2011-11-04 at 12:03 +0100, Rolf-Werner Eilert wrote: > Hi folks, > > I know I solved this somewhere in my projects a long time ago, but I > don't remember how... :-) So could you help me: How to find out a file's > date and time? > > I would expect a File.Date or something, but there i

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread richard terry
On Friday 04 November 2011 21:28:25 Caveat wrote: > Just copy it to your Desktop folder...(works for Ubuntu with Gnome) > dosn't work for me, maybe some file association problem, only ./executable-name works. Richard > Caveat > > On Fri, 2011-11-04 at 20:59 +1100, richard terry wrote: > > Hi L

[Gambas-user] File date (and time) / Gambas2

2011-11-04 Thread Rolf-Werner Eilert
Hi folks, I know I solved this somewhere in my projects a long time ago, but I don't remember how... :-) So could you help me: How to find out a file's date and time? I would expect a File.Date or something, but there isn't... Thanks for your hints! Rolf -

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Johny Provoost
Op 04-11-11 10:59, richard terry schreef: > Hi List > > Have run for long time just in the gambas ide, so wanted to just excute the > executable for the project. > > made the executable > > to run it I seem to have to type ./executable-name > > If I just drag/n drop to my task bar, it's opened like

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Caveat
Just copy it to your Desktop folder...(works for Ubuntu with Gnome) Caveat On Fri, 2011-11-04 at 20:59 +1100, richard terry wrote: > Hi List > > Have run for long time just in the gambas ide, so wanted to just excute the > executable for the project. > > made the executable > > to run it I s

[Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread richard terry
Hi List Have run for long time just in the gambas ide, so wanted to just excute the executable for the project. made the executable to run it I seem to have to type ./executable-name If I just drag/n drop to my task bar, it's opened like a text file. ?any advice to be able to just click on i

Re: [Gambas-user] Weird non firing textbox_keypress event - a clue

2011-11-04 Thread richard terry
On Thursday 03 November 2011 19:04:52 Benoît Minisini wrote: Benoit, I checked all my machines (I've 5 machines in my surgery running EasyGP and gambas networked). There was (by luck) one machine in the office I'd not updated gambas - it was stuck on version 4152 (kubuntu 10). I rolled back t