Re: [Gambas-user] Autoconf tools question

2008-08-27 Thread Laurent Carlier
Le Wednesday 27 August 2008 14:54:07 M0E Lnx, vous avez écrit : > I'm willing to test (pretty much all I can do) but I do appreciate you > guys considering it. I suposse many people will write their > appliactions in gambas and will need to depend on something else... so > it'll help to have it run

Re: [Gambas-user] gambas program to see screen resolution

2008-08-27 Thread Stefano Palmeri
Il mercoledì 27 agosto 2008 20:39:52 joshiggins ha scritto: > Hello. > > Is there a built in routine for gambas to detect the current screen > resolution? PRINT Desktop.Height PRINT Desktop.Width PRINT Desktop.Resolution Bye. -

[Gambas-user] gambas program to see screen resolution

2008-08-27 Thread joshiggins
Hello. Is there a built in routine for gambas to detect the current screen resolution? -- View this message in context: http://www.nabble.com/gambas-program-to-see-screen-resolution-tp19187146p19187146.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread Benoit Minisini
On mercredi 27 août 2008, HARADA Kazutaka wrote: > HARADA Kazutaka wrote: > > Woks fine! > > > > But, in my another project, which using trayicon, does not works fine. > > TrayIcon.Picture is not updated immediately. > > > > OK, I will check it again and report it later if I found something.^^; > >

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
HARADA Kazutaka wrote: > Woks fine! > > But, in my another project, which using trayicon, does not works fine. > TrayIcon.Picture is not updated immediately. > > OK, I will check it again and report it later if I found something.^^; > Sorry, my previous post was bit wrong. This only happens for

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
Benoit Minisini wrote: >> PUBLIC SUB Form_Show() >> >>SLEEP 3 >>TrayIcon1.Picture = Picture["green.png"] >>SLEEP 3 >>TrayIcon1.Picture = Picture["yhellow.png"] >>SLEEP 3 >>TrayIcon1.Picture = Picture["red.png"] >> >> END >> > What happens if you replace "SLEEP" by "WA

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread Benoit Minisini
On mercredi 27 août 2008, HARADA Kazutaka wrote: > Hi, > > Another problem for tray icon found. > > With gambas2-2.8.1, I found that the picture of tray icon is not > updated (changed) sometimes. > > I wrote a small project to reproduce it. > - create new form and put a trayicon in it > - set defau

[Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
Hi, Another problem for tray icon found. With gambas2-2.8.1, I found that the picture of tray icon is not updated (changed) sometimes. I wrote a small project to reproduce it. - create new form and put a trayicon in it - set default picutre of trayicon (TrayIcon1.Picture="blue.png") - then put f

Re: [Gambas-user] Autoconf tools question

2008-08-27 Thread M0E Lnx
I'm willing to test (pretty much all I can do) but I do appreciate you guys considering it. I suposse many people will write their appliactions in gambas and will need to depend on something else... so it'll help to have it run checks for those dependancies as well. Even if it means specifying them

Re: [Gambas-user] Autoconf tools question

2008-08-27 Thread Laurent Carlier
Le Wednesday 27 August 2008 10:45:13 Benoit Minisini, vous avez écrit : > On mardi 19 août 2008, M0E Lnx wrote: > > I've gotten my application to package with the autoconf tools creator > > from the IDE (very nice (in version 2.8 the DESTDIR is supported)). I > > have a question > > How can I make

Re: [Gambas-user] Autoconf tools question

2008-08-27 Thread Benoit Minisini
On mardi 19 août 2008, M0E Lnx wrote: > I've gotten my application to package with the autoconf tools creator > from the IDE (very nice (in version 2.8 the DESTDIR is supported)). I > have a question > How can I make these scripts run additional tests?. > My application for instance uses other thin

Re: [Gambas-user] gambasdoc.org bug

2008-08-27 Thread Benoit Minisini
On dimanche 24 août 2008, Laurent Carlier wrote: > The title of the page is always added when using then syntax{} > statement. > > See http://www.gambasdoc.org/help/tutorial/testloop > > When using the {syntax ... } box, you must specify "no-title" after the "syntax" keyword, otherwise the pa

Re: [Gambas-user] wiki DeskTop.Find missing syntax

2008-08-27 Thread Benoit Minisini
On vendredi 22 août 2008, Ron Onstenk wrote: > In the wiki the DeskTop.Find is missing the 'Syntax' box. > Also the in the 3.0 version and both differs in the head. > DeskTop.Find versus Find > > Ron 1st It should be fixed now. -- Benoit Minisini