Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Rolf-Werner Eilert
Nicolas Koch schrieb: > Rolf, > >> The question is simple: Is it possible to make a small window without >> any gadgets appear and disappear after some seconds showing a small hint >> such as "you got new messages..."? > > Yes. > > Ok on your project you have your main form say FMain, create ano

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Toni
Hi Rolf again, By ballon I meant "gb.form.ballon", a Message like class. I couldn't get it pointing to a Tray Icon, but otherwise I find it pretty nice and unobtrusive :) Regards, Toni En/na Rolf-Werner Eilert ha escrit: > Hi Toni, > > Toni schrieb: > >> Hi Rolf, >> I'm new to Gambas so mayb

Re: [Gambas-user] Coordinate system in Gambas Graphics

2008-12-04 Thread Charles Capaday
Thanks, this would be a nice feature indeed, however I was not looking for a component as such. Simply I asked whether the language has commands for mapping pixel values to x-y coordinate values, these where part of DOS Basic Compiler 7 for example and in VB as well I am pretty sure...

Re: [Gambas-user] Coordinate system in Gambas Graphics

2008-12-04 Thread Fabien Bodard
i'm currently working on it, and made richard's wich true 2008/12/3 richard terry <[EMAIL PROTECTED]>: > On Thu, 4 Dec 2008 05:05:22 am Charles Capaday wrote: > Fabians chart component may or may not help. > > I'll mail you some piccies of what it can do off list. > > Regards > > Richard > >> I'm

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Nicolas Koch
Rolf, > The question is simple: Is it possible to make a small window without > any gadgets appear and disappear after some seconds showing a small hint > such as "you got new messages..."? Yes. Ok on your project you have your main form say FMain, create another form call it FNewMsg. On FMain

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Rolf-Werner Eilert
Hi Toni, Toni schrieb: > Hi Rolf, > I'm new to Gambas so maybe other will tell otherwise..., but I think never mind :-) I've been into Gambas for quite some time now, but I'm still far away from being an expert... > "Ballon" is what you are looking for. Didn't find that - is it one of the exa

Re: [Gambas-user] TrayIcon control

2008-12-04 Thread Toni
Hi Demosthenes, I have changed my code in FMain Close event to ".Hide()" and to ".Show()" in TrayIcon1 DblClick event (instead of setting FMain visible property to FALSE/TRUE), with no difference. It still has the same two problems... Regards, Toni En/na Demosthenes Koptsis ha escrit: > i pr

Re: [Gambas-user] TrayIcon control

2008-12-04 Thread Demosthenes Koptsis
i propose to hide or show the FMain form instead close it. so this code may help you PUBLIC SUB TrayIcon1_DblClick() 'when double click tray icon show or hide FMain IF FMain.Visible = TRUE THEN FMain.Visible = FALSE ELSE FMain.Visible = TRUE END IF END PUBLIC SUB btnHide_Click()

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Toni
Hi Rolf, I'm new to Gambas so maybe other will tell otherwise..., but I think "Ballon" is what you are looking for. The only problem is that I haven't been able to get it working pointing to a TrayIcon (that low right edge of the screen you mention). Hope it helps and, in anycase, if there is

[Gambas-user] Small window without gadgets

2008-12-04 Thread Rolf-Werner Eilert
Hi everyone out there... The question is simple: Is it possible to make a small window without any gadgets appear and disappear after some seconds showing a small hint such as "you got new messages..."? What I want is something like these hints Thunderbird or the Suse update client produce at