Re: [Gambas-user] TryIcon issues

2017-05-06 Thread Jorge Carrión
Thanks Charlie it works... almost. I used Quit command because in my project I have a watch class object, from gb.inotify component, and a project doesn't end if there is a watch active. I change de code to: mywachobject.Pause miwachobject = Null TrayIcon1.visible = False Me.Close And now

Re: [Gambas-user] TryIcon issues

2017-05-06 Thread Charlie
Try the following code: - *Public Sub form_Open() TrayIcon1.Visible = True End Public Sub Menu4_Click() TrayIcon1.Visible = False Me.Close End* The use of *Quit* is not recommended see http://gambaswiki.org/wiki/lang/quit I used *gb.gui* to get rid o

Re: [Gambas-user] TryIcon issues

2017-05-05 Thread Jorge Carrión
I must apologize about a mistake on the gbLauncher 0.1.4 uploaded this morning to Gambas's Farm. Usually I use my home language (spanish) to variable names etc. Before upload to gambas farm I translate the variables to a understandable english version... but I forgot translate de settings variable

[Gambas-user] TryIcon issues

2017-05-05 Thread Jorge Carrión
I've just upload to Gambas Farm a project called "gbLauncher" it's a utility that uses a TrayIcon with a configurable menu who launch comands and applications, check a pop3 account incoming email notifier and allows you tu send Post-it (Desktop Notes) to your own Desktop or to a remote Desktop usin