Re: [Gambas-user] TrayIcon error

2014-09-26 Thread Jørn Erik Mørne
Den 26. sep. 2014 23:57, skrev Benoît Minisini: > Le 26/09/2014 23:40, Jørn Erik Mørne a écrit : It's attached >>> I just tested this in Ubuntu 14.04 and here it runs without error, but >>> there's no icon added to the tray, and when I close the window, Gambas >>> "believes" it is still runnu

Re: [Gambas-user] TrayIcon error

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 23:40, Jørn Erik Mørne a écrit : >>> It's attached >> I just tested this in Ubuntu 14.04 and here it runs without error, but >> there's no icon added to the tray, and when I close the window, Gambas >> "believes" it is still runnung, so I need to use stop... > > Any news about this? >

Re: [Gambas-user] [CRASH REPORT] any project type.

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 11:32, Ian a écrit : > Greetings, > > > If you create a breakpoint and highlight a variable of Type 'Result' you > get a seg fault 11. > > If the break point is before the result contains a value then it returns > NULL which is expected behaviour. > Once the Result holds a value and y

Re: [Gambas-user] Example: PhotoTouch gives error

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 00:07, Willy Raets a écrit : > During translation of the PhotoTouch example I wanted to run and see if > translations are correct. > > I got an error thrown at me stating: > gb.qt4: DrawingArea.Painted is depricated Do not use this anymore > > Time for an update I guess... ;) > Fixed

Re: [Gambas-user] TrayIcon error

2014-09-26 Thread Jørn Erik Mørne
Den 14. sep. 2014 00:14, skrev Jørn Erik Mørne: > Den 13. sep. 2014 18:58, skrev Jørn Erik Mørne: >> Den 13. sep. 2014 18:52, skrev Benoît Minisini: >>> Le 13/09/2014 18:42, Jørn Erik Mørne a écrit : Den 12. sep. 2014 23:19, skrev Jørn Erik Mørne: > Hello Benoît! > > If I drop a T

Re: [Gambas-user] Session managment

2014-09-26 Thread Jussi Lahtinen
> Normally with your desktop, whatever it is, run all its applications > through session manager, which is a program that register running > application when you quit your desktop, and run them back when you come > back. > > But it needs support from the application. > What you mean by support fro

Re: [Gambas-user] Question on the .gitignore file

2014-09-26 Thread Willy Raets
On vr, 2014-09-26 at 19:09 +0200, Benoît Minisini wrote: > Le 26/09/2014 17:00, Willy Raets a écrit : > > Hi, > > > > At work I have been playing with setting up a git repository on a server > > to have some version control on Gambas development. > > > > Now I have seen that the Gambas (trunk versi

Re: [Gambas-user] Ctrl+ +/- Zoom Shortcuts don't work anymore

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 17:52, Jesus a écrit : > Hi Benoît et all > > Ctrl++ and Ctrl+-, even Ctrl+mouse wheel, don't work anymore in my > setup. I have no idea when it started happening, sorry. Currently I'm > using latest development version from 'gambas-team' PPA. > > [System] > Gambas=3.5.90 > OperatingS

Re: [Gambas-user] Question on the .gitignore file

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 17:00, Willy Raets a écrit : > Hi, > > At work I have been playing with setting up a git repository on a server > to have some version control on Gambas development. > > Now I have seen that the Gambas (trunk version) default makes > a .gitignore file, witch is a very handy thing when

Re: [Gambas-user] Session managment

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 14:27, Jussi Lahtinen a écrit : > Revision 6392 introduced automatic session management. Not sure what it > means, but I think it is reason why I see some of my programs having two > instances after reboot, if I have not closed it before the reboot. > > So, how to handle this? Can I d

[Gambas-user] Ctrl+ +/- Zoom Shortcuts don't work anymore

2014-09-26 Thread Jesus
Hi Benoît et all Ctrl++ and Ctrl+-, even Ctrl+mouse wheel, don't work anymore in my setup. I have no idea when it started happening, sorry. Currently I'm using latest development version from 'gambas-team' PPA. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x

[Gambas-user] Question on the .gitignore file

2014-09-26 Thread Willy Raets
Hi, At work I have been playing with setting up a git repository on a server to have some version control on Gambas development. Now I have seen that the Gambas (trunk version) default makes a .gitignore file, witch is a very handy thing when working with git. I was wondering what is the use of

[Gambas-user] Session managment

2014-09-26 Thread Jussi Lahtinen
Revision 6392 introduced automatic session management. Not sure what it means, but I think it is reason why I see some of my programs having two instances after reboot, if I have not closed it before the reboot. So, how to handle this? Can I disable the session management with some code? Or do I n

[Gambas-user] [CRASH REPORT] any project type.

2014-09-26 Thread Ian
Greetings, If you create a breakpoint and highlight a variable of Type 'Result' you get a seg fault 11. If the break point is before the result contains a value then it returns NULL which is expected behaviour. Once the Result holds a value and you highlight it, the Gambas GUI gives the seg