Re: [Gambas-user] Issue 231 in gambas: Possible to build Gambas3 against GTK?

2012-04-15 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #3 on issue 231 by benoit.m...@gmail.com: Possible to build Gambas3 against GTK? http://code.google.com/p/gambas/issues/detail?id=231 If by Gambas3 you mean its IDE, it is not possible to use it with GTK+,

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-15 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Mmm. It works there with curl 7.21 on Ubuntu 11.10. curl 7.21.6 (x86_64-pc-linux-gnu) libcurl/7.21.6

[Gambas-user] Gambas 3.1.1

2012-04-15 Thread Benoît Minisini
Hi, I have just uploaded a tarball of gambas 3.1.1. It includes all fixes of annoying bugs of Gambas 3.1.0 that were recently reported. http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.1.1.tar.bz2/download If some people could test it before I make an official release, it would

Re: [Gambas-user] How can I flush the image cache?

2012-04-15 Thread M. Cs.
OK. I solved it with using Picture.Load(myimage) instead of Picture[myimage]. Like in this example: fView.Add(x, x, Picture.Load(myimage), 0).EnsureVisible Is this the correct way? Csaba 2012/4/15, M. Cs. mohar...@gmail.com: It happens that I change the pictures of a TreeView items during

[Gambas-user] Function/code for close icon?

2012-04-15 Thread sundar j
Is there any way that we can write function/code for close icon (top right corner of the window). When my program run it creates temp files which needs to be cleared when user click on this icon. Any help? -- For

Re: [Gambas-user] Function/code for close icon?

2012-04-15 Thread tobi
On Sun, 15 Apr 2012, sundar j wrote: Is there any way that we can write function/code for close icon (top right corner of the window). When my program run it creates temp files which needs to be cleared when user click on this icon. Any help?

Re: [Gambas-user] Function/code for close icon?

2012-04-15 Thread sundar j
Oh. That was the quickest response i have ever recieved. Thanks for the help. From: tobi lt;tobiasboeg...@googlemail.comgt; Sent: Sun, 15 Apr 2012 23:36:26 To: sundar_...@rediffmail.com, mailing list for gambas users lt;gambas-user@lists.sourceforge.netgt; Subject: Re: [Gambas-user]

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-15 Thread gambas
Comment #2 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 I tried to fix this problem by using permutations of old curl and openssl versions, including yours (curl 7.21.6 and openssl 1.0.0e), but with no

Re: [Gambas-user] How can I flush the image cache?

2012-04-15 Thread Fabien Bodard
2012/4/15 M. Cs. mohar...@gmail.com: OK. I solved it with using Picture.Load(myimage) instead of Picture[myimage]. Like in this example: fView.Add(x, x, Picture.Load(myimage), 0).EnsureVisible this way you not use the cache ... yes it's correct Is this the correct way? Csaba 2012/4/15, M.

Re: [Gambas-user] How can I flush the image cache?

2012-04-15 Thread Benoît Minisini
Le 15/04/2012 19:45, M. Cs. a écrit : It happens that I change the pictures of a TreeView items during runtime. When I clear the TreeView and repopulate, the pictures remains the same, although I did changed the source image used to be display. After the restart of the program, the proper new

Re: [Gambas-user] Gambas for Android

2012-04-15 Thread John Spikowski
On Tue, 2012-04-10 at 23:16 -0700, John Spikowski wrote: On Wed, 2012-04-11 at 06:55 +0100, John Rose wrote: I really like Rob Kudla's transpiler idea of being able to generate Dalvik bytecode from Gambas object code (.gambas?). A digression: Bluestacks looks like a useful piece of