Re: [Gambas-user] Console message with LinuxMint 17

2014-06-02 Thread Roki
I have the same error just with a different number at the beginning. (blagajnagtk:3572): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed Did you find a solution? BTW - I do not use webview. On 01.06.2014 11:26, Jorge Carrión wrote: > Yesterday I updated

Re: [Gambas-user] Native Date functions and milliseconds

2014-06-02 Thread B Bruen
Aha, the inline completion help is correct. The wiki help page is wrong. Thanks Jussi. (But is there a Milliseconds(Date) funtion?) Bruce On Mon, 2 Jun 2014 17:52:07 +0300 Jussi Lahtinen wrote: > Documentation is not up to date. See attached screenshot. You don't see > this? > What is your Ga

Re: [Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread gian
Hello Benoit, many thanks for answer regards gianluigi Il 02/06/2014 20:25, Benoît Minisini ha scritto: > Le 02/06/2014 20:16, gian a écrit : >> Hi All, >> >> I have this result in my log file: >> >> systray/embed.c: In function 'embedder_reset_size': >> systray/embed.c:307:7: warning: 'or' of

Re: [Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread Benoît Minisini
Le 02/06/2014 20:16, gian a écrit : > Hi All, > > I have this result in my log file: > > systray/embed.c: In function 'embedder_reset_size': > systray/embed.c:307:7: warning: 'or' of unmatched not-equal tests is > always 1 [enabled by default] > (icon_sz.x < settings.icon_size && icon_sz.y

[Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread gian
Hi All, I have this result in my log file: systray/embed.c: In function 'embedder_reset_size': systray/embed.c:307:7: warning: 'or' of unmatched not-equal tests is always 1 [enabled by default] (icon_sz.x < settings.icon_size && icon_sz.y < settings.icon_size)) it's dangerous? gianluig

[Gambas-user] IsSpace() documentation

2014-06-02 Thread Tobias Boege
Hi, the documentation of IsSpace()[0] is apparently wrong in stating: PRINT IsSpace(" \\n \\r\\n") True "\\n" will be literally "\n" which is not space (actually running the code supports this). Misprint? Regards, Tobi [0] http://gambaswiki.org/wiki/lang/isspace -- "There's an old saying

Re: [Gambas-user] Native Date functions and milliseconds

2014-06-02 Thread Jussi Lahtinen
Documentation is not up to date. See attached screenshot. You don't see this? What is your Gambas version? Jussi On Mon, Jun 2, 2014 at 6:07 AM, B Bruen wrote: > I have just noticed that Date(Year,Month,Day,Hours,Minutes,Seconds) > truncates the seconds. It looks like it is expecting an integ

Re: [Gambas-user] Drawing accuracy 2

2014-06-02 Thread Jussi Lahtinen
> > Yes. But you have to call Draw.Begin() explicitely, otherwise it won't > be taken into account. > Not sure I understand what you mean. I'm using "Paint.LineJoin = Paint.LineJoinRound" inside draw event and it works. It also works with Draw.Begin() method. Or better: stop using the Draw class

[Gambas-user] R: ERROR in Rev. #6299

2014-06-02 Thread Ru Vuott
Well, OK, with rev. 6300 no problem: it works. Grazie. vuott Lun 2/6/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] ERROR in Rev. #6299 A: gambas-user@lists.sourceforge.net Data: Lunedì 2 giugno 2014, 04:50 Hello, updating my Gambas with

Re: [Gambas-user] gb.desktop.x11

2014-06-02 Thread Fabien Bodard
Le 2 juin 2014 02:48, "Benoît Minisini" a écrit : > > Le 31/05/2014 03:56, Benoît Minisini a écrit : > > Le 31/05/2014 01:07, herberth guzman a écrit : > >> Hi Benoit > >> > >> Thanks Benoit for Gambas3 , gb.desktop.x11 > >> Thanks to Fabien for his lib DesktopApps. > >> > >> My project is possibl