[Gambas-user] Issue 103 in gambas: Treeview KeyRelease behaves differently with gtk and qt4

2011-09-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 103 by adamn...@gmail.com: Treeview KeyRelease behaves differently with gtk and qt4 http://code.google.com/p/gambas/issues/detail?id=103 1) Describe the problem. In qt4 t

[Gambas-user] Issue 102 in gambas: (Minor) help error for Settings array write

2011-09-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 102 by adamn...@gmail.com: (Minor) help error for Settings array write http://code.google.com/p/gambas/issues/detail?id=102 1) Describe the problem. This is pretty minor,

Re: [Gambas-user] yperlink and TextEdit control

2011-09-05 Thread Andrea Bertini
@Charlie thx:-) I insert an hyperlink in TextEdit control with the code (test code): TextEdit1.RichText = "" & $_Param[1] & "/a>" The problem is to insert an hyperlink in an existing text at the curson position Andrea --

Re: [Gambas-user] dateadd overflow...

2011-09-05 Thread Stephen Bungay
On 09/05/2011 10:44 PM, Stephen Bungay wrote: > Gambas 2.23 > >I have three variables, all of type date. > > mdStartTime > mdEndTime > newEndTime > > The first two contain time values with no date portion. This was > obtained from a function which used > > Time(CInt(TimeArray[0]), CInt(TimeArra

[Gambas-user] dateadd overflow...

2011-09-05 Thread Stephen Bungay
Gambas 2.23 I have three variables, all of type date. mdStartTime mdEndTime newEndTime The first two contain time values with no date portion. This was obtained from a function which used Time(CInt(TimeArray[0]), CInt(TimeArray[1]), CInt(TimeArray[2])) to generate the value to return. It en

Re: [Gambas-user] Pictures load from web

2011-09-05 Thread l k
Hello again, unfortunately, does not work. I wrote it another way: HttpClient1.URL = Trim (tb_webadres.Text) HttpClient1.get (myfile) image.load (myfile) Of course, I declare the variable myfile. I get an error when start program: Unable to open file for writing. I read the help but still can not f

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
oops, the most recent compiled .pet (package for puppy linux) is for gambas2.2 ... May be someone can create a new one, but at this moment I can't do it by myself (almost all my life was spent under Windows, bad way, I know). Ok, I will survive with small workaround. The full application works so

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread Benoît Minisini
> Hello, Mr Minisini, first of all, thank you for this answer, it's > emotioning to speak (write) to the creator of Gambas. Well, I've zipped 3 > files in a folder with the contents of originating mail text, the received > email and the procedure I used with Gambas2,2 on Puppy linux 4.3.1 : I'm > s

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
Hello, Mr Minisini, first of all, thank you for this answer, it's emotioning to speak (write) to the creator of Gambas. Well, I've zipped 3 files in a folder with the contents of originating mail text, the received email and the procedure I used with Gambas2,2 on Puppy linux 4.3.1 : I'm sure there

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
Ubuntu 10.04-3 rev 4094, it is fixed. Tanks, Emanuele -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Lo

Re: [Gambas-user] Issue 101 in gambas: Add support for adding extra files in the "AutoTools" packager

2011-09-05 Thread gambas
Updates: Status: Accepted Comment #2 on issue 101 by benoit.m...@gmail.com: Add support for adding extra files in the "AutoTools" packager http://code.google.com/p/gambas/issues/detail?id=101 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 101 in gambas: Add support for adding extra files in the "AutoTools" packager

2011-09-05 Thread gambas
Comment #1 on issue 101 by benoit.m...@gmail.com: Add support for adding extra files in the "AutoTools" packager http://code.google.com/p/gambas/issues/detail?id=101 Issue 65 has been merged into this issue. -- Specia

Re: [Gambas-user] Issue 65 in gambas: Trying to add an additional file when building an AutoTools package chashes the IDE

2011-09-05 Thread gambas
Updates: Status: Duplicate Mergedinto: 101 Comment #3 on issue 65 by benoit.m...@gmail.com: Trying to add an additional file when building an AutoTools package chashes the IDE http://code.google.com/p/gambas/issues/detail?id=65 (No comment was entered for this change.) ---

[Gambas-user] Issue 101 in gambas: Add support for adding extra files in the "AutoTools" packager

2011-09-05 Thread gambas
Status: New Owner: benoit.m...@gmail.com Labels: Version-TRUNK Type-Enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 101 by benoit.m...@gmail.com: Add support for adding extra files in the "AutoTools" packager http://code.google.com/p/gambas/issues/detail?i

Re: [Gambas-user] Issue 100 in gambas: GB2 to GB3 convert fails if .icon.png is a symbolic link or read-only(?)

2011-09-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 100 by benoit.m...@gmail.com: GB2 to GB3 convert fails if .icon.png is a symbolic link or read-only(?) http://code.google.com/p/gambas/issues/detail?id=100 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 99 in gambas: gb2 to gb3 port : deprecated control property not removed

2011-09-05 Thread gambas
Updates: Status: Fixed Comment #2 on issue 99 by benoit.m...@gmail.com: gb2 to gb3 port : deprecated control property not removed http://code.google.com/p/gambas/issues/detail?id=99 Fixed in revision #4093. --

Re: [Gambas-user] Issue 98 in gambas: IDE "System informations.." reports the wrong desktop

2011-09-05 Thread gambas
Updates: Status: Fixed Comment #2 on issue 98 by benoit.m...@gmail.com: IDE "System informations.." reports the wrong desktop http://code.google.com/p/gambas/issues/detail?id=98 It should be fixed in revision #4092. -

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Benoît Minisini
> Ubuntu 10.04-3 > > rev 4089 same error > libcurl rev. 7.9.17-1 > It should be fixed in revision #4091. Regards, -- Benoît Minisini -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log m

Re: [Gambas-user] Issue 99 in gambas: gb2 to gb3 port : deprecated control property not removed

2011-09-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 99 by benoit.m...@gmail.com: gb2 to gb3 port : deprecated control property not removed http://code.google.com/p/gambas/issues/detail?id=99 (No comment was entered for this change.) ---

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread Benoît Minisini
> Hello all, I'm playing with the gb.net.smtp component and there is > something strange in the behaviour. Almost all works fine, I can send my > emails using "text/plain", but sometimes, when I put dots '.' in the > message, some of those is preceeded (in the received email) by an equal > sign '='

Re: [Gambas-user] Issue 98 in gambas: IDE "System informations.." reports the wrong desktop

2011-09-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 98 by benoit.m...@gmail.com: IDE "System informations.." reports the wrong desktop http://code.google.com/p/gambas/issues/detail?id=98 Thanks, I will fix the script. --

[Gambas-user] Issue 100 in gambas: GB2 to GB3 convert fails if .icon.png is a symbolic link or read-only(?)

2011-09-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 100 by adamn...@gmail.com: GB2 to GB3 convert fails if .icon.png is a symbolic link or read-only(?) http://code.google.com/p/gambas/issues/detail?id=100 1) Describe the p

[Gambas-user] Issue 99 in gambas: gb2 to gb3 port : deprecated control property not removed

2011-09-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 99 by adamn...@gmail.com: gb2 to gb3 port : deprecated control property not removed http://code.google.com/p/gambas/issues/detail?id=99 1) Describe the problem. My gambas

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Fabien Bodard
wait for benoit answer :) 2011/9/5 Ru Vuott : > >> Yes we have >> > > > Well, Fabien ! >  So, do you think you'll can make something about it? > > Thanks > > Paolo > > > > -- > Special Offer -- Download ArcSight Logger for

Re: [Gambas-user] Pictures load from web

2011-09-05 Thread Fabien Bodard
yes there is httpclient1.url = "http..." httpClient.get(null, $myfile) image.load($myfile) 2011/9/5 l k : > Hello, is it possible to load the image from the web address? When I > try to load the address from the Google API, eg: > "http://maps.googleapis.com/maps/api/staticmap?center=Berkeley, C

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Ru Vuott
> Yes we have > Well, Fabien ! So, do you think you'll can make something about it? Thanks Paolo -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even bet

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Fabien Bodard
Yes we have Le lundi 5 septembre 2011, Ru Vuott a écrit : > >> >> And where will these file descriptors come from? >> > > Hello Benoît, > > did you receive my answer ? > Bye > Paolo > > -- > Special Offer -- Download ArcS

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
Ubuntu 10.04-3 rev 4089 same error libcurl rev. 7.9.17-1 -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Th

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread wally
no, same error On Monday, September 05, 2011 13:32:28 Laurent Carlier wrote: > Le Lundi 5 Septembre 2011 13:11:13, wally a écrit : > > same problem here: > > libcurl-devel 7.20.1-3.4 > > OpenSuse 11.3 > > Please check with rev 4089 > > ++ > > > ---

[Gambas-user] Pictures load from web

2011-09-05 Thread l k
Hello, is it possible to load the image from the web address? When I try to load the address from the Google API, eg: "http://maps.googleapis.com/maps/api/staticmap?center=Berkeley, CA & zoom = 14 & size = 400x400 & sensor = false" it does not display the map, only this: http:/ / imageshack.us/phot

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Laurent Carlier
Le Lundi 5 Septembre 2011 13:11:13, wally a écrit : > same problem here: > libcurl-devel 7.20.1-3.4 > OpenSuse 11.3 > Please check with rev 4089 ++ -- Special Offer -- Download ArcSight Logger for FREE! Finally, a worl

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread wally
same problem here: libcurl-devel 7.20.1-3.4 OpenSuse 11.3 On Monday, September 05, 2011 12:32:57 Laurent Carlier wrote: > Le Lundi 5 Septembre 2011 12:14:16, Emanuele Sottocorno a écrit : > > CNet.c:136: error: ‘CURLE_FTP_PRET_FAILED’ undeclared here (not in a > > function) > > CNet.c:139: erro

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Laurent Carlier
Le Lundi 5 Septembre 2011 12:14:16, Emanuele Sottocorno a écrit : > CNet.c:136: error: ‘CURLE_FTP_PRET_FAILED’ undeclared here (not in a > function) > CNet.c:139: error: ‘CURLE_FTP_BAD_FILE_LIST’ undeclared here (not in a > function) > CNet.c:140: error: ‘CURLE_CHUNK_FAILED’ undeclared here (not in

[Gambas-user] General Mouse and Keyboard Monitor

2011-09-05 Thread Rolf-Werner Eilert
Hi folks, Is there a general function that counts or registers mouse and keyboard events on an application-wide level? In Gambas 2 ? What I need is something that simply watches if the user has clicked or typed ANYWHERE into the program within a given period without having to count the clicks

[Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
CNet.c:136: error: ‘CURLE_FTP_PRET_FAILED’ undeclared here (not in a function) CNet.c:139: error: ‘CURLE_FTP_BAD_FILE_LIST’ undeclared here (not in a function) CNet.c:140: error: ‘CURLE_CHUNK_FAILED’ undeclared here (not in a function) make[4]: *** [CNet.lo] Errore 1 [System] OperatingSystem=Linux

[Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
Hello all, I'm playing with the gb.net.smtp component and there is something strange in the behaviour. Almost all works fine, I can send my emails using "text/plain", but sometimes, when I put dots '.' in the message, some of those is preceeded (in the received email) by an equal sign '=' ; note:

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-05 Thread Ru Vuott
> > And where will these file descriptors come from? > Hello Benoît, did you receive my answer ? Bye Paolo -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an e

Re: [Gambas-user] Hyperlink and TextEdit control

2011-09-05 Thread Fabien Bodard
Le 5 septembre 2011 10:18, Charlie Reinl a écrit : > Am Montag, den 05.09.2011, 07:39 +0200 schrieb Fabien Bodard: >> TextEdit.Link (gb.qt.ext) >> EVENT Link ( Path AS String ) >> This event is raised when the user clicks on a link. >> >> Path is the contents of the link specified in the = markup.

Re: [Gambas-user] Hyperlink and TextEdit control

2011-09-05 Thread Charlie Reinl
Am Montag, den 05.09.2011, 07:39 +0200 schrieb Fabien Bodard: > TextEdit.Link (gb.qt.ext) > EVENT Link ( Path AS String ) > This event is raised when the user clicks on a link. > > Path is the contents of the link specified in the = markup. > >This event is raised only if ReadOnly is set

[Gambas-user] Issue 98 in gambas: IDE "System informations.." reports the wrong desktop

2011-09-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 98 by adamn...@gmail.com: IDE "System informations.." reports the wrong desktop http://code.google.com/p/gambas/issues/detail?id=98 1) Describe the problem. Under LXDE, t