Re: [Gambas-user] Paste bug in IDE

2014-06-01 Thread David Robertson
On Sun, 2014-06-01 at 17:36 -0700, VonZorch wrote: > I don't use the mouse to cot and paste, just keyboard commands. > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Paste-bug-in-IDE-tp46734p46810.html > Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Native Date functions and milliseconds

2014-06-01 Thread B Bruen
I have just noticed that Date(Year,Month,Day,Hours,Minutes,Seconds) truncates the seconds. It looks like it is expecting an integer. I am trying to work with a "Server Timestamp" string value that gives me the seconds as a Float e.g. "2014-06-02T10:11:15.330" and the milliseconds part has now b

[Gambas-user] ERROR in Rev. #6299

2014-06-01 Thread Ru Vuott
Hello, updating my Gambas with Rev. #6299 I obtain this error: ** In file included from systray/debug.h:16:0, from systray/common.h:12, from systray/systray.c:33: systray/settings.h:16:20: f

Re: [Gambas-user] Component Programing Question

2014-06-01 Thread B Bruen
On Mon, 02 Jun 2014 03:27:23 +0200 Benoît Minisini wrote: > Le 02/06/2014 03:07, VonZorch a écrit : > > I have found that inheriting UserControl makes a developing control stop > > intercepting mouse events. Is this normal? I have been going around in > > circles trying to get my SpeedListBox wo

Re: [Gambas-user] Drawing accuracy 2

2014-06-01 Thread Benoît Minisini
Le 02/06/2014 03:27, Jussi Lahtinen a écrit : > I found old thread about this same issue... it seems default value of > Paint.LineJoin has just changed. > This will fix the problem: > Paint.LineJoin = Paint.LineJoinRound > > Jussi > Yes. But you have to call Draw.Begin() explicitely, otherwise it

Re: [Gambas-user] Component Programing Question

2014-06-01 Thread Benoît Minisini
Le 02/06/2014 03:07, VonZorch a écrit : > I have found that inheriting UserControl makes a developing control stop > intercepting mouse events. Is this normal? I have been going around in > circles trying to get my SpeedListBox working. > > It currently appears in the toolbox but when placed on a

Re: [Gambas-user] Drawing accuracy 2

2014-06-01 Thread Jussi Lahtinen
I found old thread about this same issue... it seems default value of Paint.LineJoin has just changed. This will fix the problem: Paint.LineJoin = Paint.LineJoinRound Jussi On Sun, Jun 1, 2014 at 9:48 PM, Jussi Lahtinen wrote: > Here is similar minor accuracy problem. Not sure when this has ha

[Gambas-user] Component Programing Question

2014-06-01 Thread VonZorch
I have found that inheriting UserControl makes a developing control stop intercepting mouse events. Is this normal? I have been going around in circles trying to get my SpeedListBox working. It currently appears in the toolbox but when placed on a form it is 8 times as large as it should be and w

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

2014-06-01 Thread Benoît Minisini
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 possible thanks to Benoit and Fabien. >> >> >> Panel Innova Desktop (Desktop

Re: [Gambas-user] Paste bug in IDE

2014-06-01 Thread VonZorch
I don't use the mouse to cot and paste, just keyboard commands. -- View this message in context: http://gambas.8142.n7.nabble.com/Paste-bug-in-IDE-tp46734p46810.html Sent from the gambas-user mailing list archive at Nabble.com. --

[Gambas-user] vector-ball

2014-06-01 Thread Jack
Hi, do you know a vector ball written in Gambas ? No ? then follow the link below http://www.gambasforge.org/code-109-vector-ball.html Jack. -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.

[Gambas-user] Drawing accuracy 2

2014-06-01 Thread Jussi Lahtinen
Here is similar minor accuracy problem. Not sure when this has happened. See attachment. Look at the center of the pie chart. Jussi DrawingAccuracy2-0.0.1.tar.gz Description: GNU Zip compressed data -- Time is money. St

[Gambas-user] About treeview control

2014-06-01 Thread Jorge Carrión
I have a treeview and I like to show it with all it's items expanded in some cases and contracted on another cases. It's posible emulate the "Click on little arrow at left" from code? I can't find the property for that... Regards

Re: [Gambas-user] Feature Requests

2014-06-01 Thread VonZorch
Jussi Lahtinen wrote >> >> I was thinking several colors selectable from the open ColorChooser. >> > > OK. I have made the desired change to ColorChooser ColorChooserWithSave.gz this is just the project files, it will need

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

2014-06-01 Thread Jorge Carrión
Forget the lat mail: message still appears without javascript... Sorry for the noise. I'll be more carefull before send mails to list in future. Regards 2014-06-01 11:59 GMT+02:00 Jorge Carrión : > > Ok. Found the guilty: I use a webview control to show pie-charts and > bar-charts and use a jav

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

2014-06-01 Thread Jorge Carrión
Ok. Found the guilty: I use a webview control to show pie-charts and bar-charts and use a javasScript library (Chart.js) to make it. The warning is produced from webview. Don't know why, but I guess that is not a good thing mix different liquors in same cup... Regards 2014-06-01 11:33 GMT+02:00 B

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

2014-06-01 Thread Jorge Carrión
You mean the Cinnamon theme (I'm using the Mint default) or something like Cairo Dock? 2014-06-01 11:33 GMT+02:00 Benoît Minisini : > Le 01/06/2014 11:26, Jorge Carrión a écrit : > > Yesterday I updated my computer with LinuxMint 17 with Cinnamon. > > > > Since then I can read in IDE console a

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

2014-06-01 Thread Benoît Minisini
Le 01/06/2014 11:26, Jorge Carrión a écrit : > Yesterday I updated my computer with LinuxMint 17 with Cinnamon. > > Since then I can read in IDE console at runtime: > > (gbx3:3785): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion > 'GTK_IS_WIDGET (widget)' failed > > My project uses qt, no

[Gambas-user] Console message with LinuxMint 17

2014-06-01 Thread Jorge Carrión
Yesterday I updated my computer with LinuxMint 17 with Cinnamon. Since then I can read in IDE console at runtime: (gbx3:3785): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed My project uses qt, not gtk neither gui components. Regardas. -

Re: [Gambas-user] A smtpClient question

2014-06-01 Thread Benoît Minisini
Le 01/06/2014 11:10, Jorge Carrión a écrit : > No answers? No time. > It's important for me... but perhaps too silly question. > > I suppouse i'll have to compress all attachments in all mails. > > That no solve the problem... just go around it. > > Regards > > Please provide the resulting mail

Re: [Gambas-user] A smtpClient question

2014-06-01 Thread Jorge Carrión
No answers? It's important for me... but perhaps too silly question. I suppouse i'll have to compress all attachments in all mails. That no solve the problem... just go around it. Regards 2014-05-31 11:47 GMT+02:00 Jorge Carrión : > I've a Sub to send email. > > If I send a no-attachment mail

Re: [Gambas-user] Draw accuracy problem

2014-06-01 Thread gian
Hello Jussi, I believe that you should use Paint instead of Draw, and Paint.Dash instead of Draw.LineStyle I think that in the help it is well explained how to do. I hope this can be of help gianluigi Il 01/06/2014 02:57, Jussi Lahtinen ha scritto: > [System] > Gambas=3.5.90 > OperatingSys

Re: [Gambas-user] gb.xml: XMLElement.GetChildrenByAttributeValue with multiple criteria

2014-06-01 Thread Fabien Bodard
Byfilter ? Le 1 juin 2014 04:13, "B Bruen" a écrit : > In essence, I want to select all (first level) child elements of the > current element where attribute "Type"="R" and attribute "Status"="Open", > in one hit. Is this possible? > > tia > Bruce > > -- > B Bruen > > > -