[Gambas-user] (no subject)

2011-11-26 Thread Leo Sendra
.. http://www.supersaw.us/winterpharm.html?lelinkFriend=9xaf2 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudul

Re: [Gambas-user] Form.Screen is incorrectly overridden in class FMain

2011-11-26 Thread M. Cs.
Thanks! Gambas 3 did really improve in the last 6 months! I've tried to port the same app then, but there were many problems which are simply solved now! 2011/11/26, Benoît Minisini : > Le 26/11/2011 20:25, M. Cs. a écrit : >> What could that mean? >> I'm trying to port a G2 project to G3, but t

Re: [Gambas-user] Form.Screen is incorrectly overridden in class FMain

2011-11-26 Thread Benoît Minisini
Le 26/11/2011 20:25, M. Cs. a écrit : > What could that mean? > I'm trying to port a G2 project to G3, but this error is shown upon > program start. > Thanks! > > Csaba > Form.Screen is a new property in Gambas 3. So you must use another name for your own use. Regards, -- Benoît Minisini

[Gambas-user] Form.Screen is incorrectly overridden in class FMain

2011-11-26 Thread M. Cs.
What could that mean? I'm trying to port a G2 project to G3, but this error is shown upon program start. Thanks! Csaba -- All the data continuously generated in your IT infrastructure contains a definitive record of cust

Re: [Gambas-user] Install gambas3 on Oneiric

2011-11-26 Thread M. Cs.
THANKS! Csaba 2011/11/26, Jussi Lahtinen : > I don't have packages, but compiling the source is not difficult. > > > 1. First install essential packages you need to compile: > > *sudo apt-get install build-essential autoconf libbz2-dev libfbclient2 > libmysqlclient-dev unixodbc-dev libpq-dev libs

[Gambas-user] Issue 151 in gambas: Gambas3 Quick Variable View in debugging has strange colour

2011-11-26 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 151 by ron.mcin...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 1) Describe the problem. Wh

Re: [Gambas-user] Install gambas3 on Oneiric

2011-11-26 Thread Jussi Lahtinen
I don't have packages, but compiling the source is not difficult. 1. First install essential packages you need to compile: *sudo apt-get install build-essential autoconf libbz2-dev libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libgtk2.0-dev libldap2-dev lib

Re: [Gambas-user] Install gambas3 on Oneiric

2011-11-26 Thread Jesus
El 26/11/11 13:13, M. Cs. escribió: > Hi, I would like to install Gambas3 on Oneiric 64bit, but using > Haywood's PPA for Natty I couldn't fulfill the task. Are there > packages for this release? > > Thanks! > > -- > All

[Gambas-user] Install gambas3 on Oneiric

2011-11-26 Thread M. Cs.
Hi, I would like to install Gambas3 on Oneiric 64bit, but using Haywood's PPA for Natty I couldn't fulfill the task. Are there packages for this release? Thanks! -- All the data continuously generated in your IT infrastru

Re: [Gambas-user] Moviebox with animated gif, need tranparent background

2011-11-26 Thread Benoît Minisini
Le 26/11/2011 11:15, Ron a écrit : > I display movieboxes with an animated gifs, and have it use a transparent > background, the gifs are already transparant. > > I can do this for TextLabel with property .Transparant, but how can I do > this for MovieBoxes? > > Small code: > > WITH hM

[Gambas-user] Moviebox with animated gif, need tranparent background

2011-11-26 Thread Ron
I display movieboxes with an animated gifs, and have it use a transparent background, the gifs are already transparant. I can do this for TextLabel with property .Transparant, but how can I do this for MovieBoxes? Small code: WITH hMovieBox TRY .Path = "/some/animated.g