Re: [Gambas-user] Resize event...

2008-11-12 Thread Doriano Blengino
Stephen Bungay ha scritto: Well, after much consultation with Benoit I finally understand what is going on and how to get around the problem. For the benefit of anyone else who has been reading this thread, Doraino and I were talking about instantiating a form inside a container on

[Gambas-user] Centos? x86_64 vs i386? GTK vs QT?

2008-11-12 Thread Frank Cox
Hello folks! I installed Gambas2 about two hours ago and have been sitting here in awe since then. To say that I'm impressed would be an understatement, and I'm truly looking forward to playing with this wonderful toy. I have three fairly basic questions (so far) and hope you will bear with me

Re: [Gambas-user] Resize event...

2008-11-12 Thread Stephen Bungay
Now we come to your source. The mFormInitialized variable serves what purpose? mFormInitialized is a hold over from something I used to do in VB, and ocaisionally find useful in Gambas, so I just never removed it. Call that a force of habit. It has proven useful allowing the Initialize

[Gambas-user] Multidimensional dynamic class objects

2008-11-12 Thread Stefan Miefert
Hello, how can i do this:) something like public objec as classname[] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great

Re: [Gambas-user] Multidimensional dynamic class objects

2008-11-12 Thread Benoit Minisini
On mercredi 12 novembre 2008, Stefan Miefert wrote: Hello, how can i do this:) something like public objec as classname[] You can do it in Gambas 3 only. In Gambas 2, you must use PUBLIC MyObject AS Object[] Regards, -- Benoit Minisini

Re: [Gambas-user] Multidimensional dynamic class objects

2008-11-12 Thread Stefan Miefert
You can do it in Gambas 3 only. In Gambas 2, you must use PUBLIC MyObject AS Object[] Hello, And how do it ona class? Public my object as new class[] ?!? - This SF.Net email is sponsored by the Moblin Your Move

Re: [Gambas-user] Latest Gambas packages for Ubuntu - Broken?

2008-11-12 Thread Daniel Campos
I was also concerned because the update said that it wanted to remove those Gambas programs that I have developed myself, and installed using synaptic so that I can update them as I go. I assume that I will have to recompile and reinstall those packages? If your packages depend on a

Re: [Gambas-user] Resize event...

2008-11-12 Thread Stephen Bungay
Look forward to it. Doriano Blengino wrote: Stephen Bungay ha scritto: Now we come to your source. The mFormInitialized variable serves what purpose? mFormInitialized is a hold over from something I used to do in VB, and ocaisionally find useful in Gambas, so I just never removed

[Gambas-user] Bug: in gb, net socket client code in combination with gb.qt

2008-11-12 Thread Ron
Hmm, got stuck on another strange bug, preventing me from releasing my project grrr... I posted sometime ago already that after changes in svn I got weird errors like these: QSocketNotifier: Multiple socket notifiers for same socket 18 and type read BUT, my socket code is almost the same as

Re: [Gambas-user] Bug: in gb, net socket client code in combination with gb.qt

2008-11-12 Thread Benoit Minisini
On mercredi 12 novembre 2008, Ron wrote: Hmm, got stuck on another strange bug, preventing me from releasing my project grrr... I posted sometime ago already that after changes in svn I got weird errors like these: QSocketNotifier: Multiple socket notifiers for same socket 18 and type read

Re: [Gambas-user] Latest Gambas packages for Ubuntu - Broken?

2008-11-12 Thread Gianni Piccini
On Tue, 11 Nov 2008 02:31:28 -0800 (PST) MaxVK [EMAIL PROTECTED] wrote: Firstly, Gianni: What does apt-get pinning mean? With apt-get, you can add a repository for the next version of your distro, and use it only for some applications. I've not Ubuntu but Debian, but it's similar, except for

Re: [Gambas-user] Draw Editor Dosn't Draw Circle AnyMore

2008-11-12 Thread richard terry
On Thu, 30 Oct 2008 10:10:28 pm Benoit Minisini wrote: On samedi 25 octobre 2008, richard terry wrote: On Fri, 24 Oct 2008 10:10:03 am Benoit Minisini wrote: On vendredi 24 octobre 2008, richard terry wrote: Just noticed my app stopped being able to draw circles, so I checked the