[Gambas-user] lib Poppler Problem

2008-11-12 Thread richard terry
I just upgraded my system and now have no /usr/lib/libpoppler.so.3, but this file /usr/lib/libpoppler.so.4, so Gambas won't run (at least the pdf module) despite a routine re-compile using 1703 I guess I can symlink, but wondered if this is my machine problem or if the pdf component of gambas

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 >

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 fo

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

2008-11-12 Thread Stephen Bungay
Haven't looked at it yet... so it works OK? Am unpacking it now to have a look. Doriano Blengino wrote: > Stephen Bungay ha scritto: >> Look forward to it. >> >> Doriano Blengino wrote: >> >>> >>> Right. This evening, at home, I will send the project which shows >>> that events fire correctl

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

2008-11-12 Thread Doriano Blengino
Stephen Bungay ha scritto: Look forward to it. Doriano Blengino wrote: Right. This evening, at home, I will send the project which shows that events fire correctly. Here it is. The swallowed form prints in a textarea some of the events it receives, and resizes itself. Works on Deb

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

2008-11-12 Thread Ron
Benoit Minisini wrote: > 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

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

[Gambas-user] Sending Udp broadcast?

2008-11-12 Thread Ron
Hi, Need some help in how to send a broadcast udp message. Like a wake on lan Magic Packet. I know how to create the message, but how do you sent a broadcast message with udpclient? Came up with this, but it results in a system error. hWOL = NEW UdpSocket AS "WOLSocket" hWOL.Broadcast = TRUE

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

[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 t

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 ne

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

2008-11-12 Thread Doriano Blengino
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 it. Call > that a force of habit. It ha

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

2008-11-12 Thread MaxVK
I suspected as much, thanks Daniel. Regards Max Daniel Campos-3 wrote: > >> >> >> 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

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] Multidimensional dynamic class objects

2008-11-12 Thread Stefan Miefert
Forget my question, i dont read your answer right -Ursprüngliche Nachricht- Von: Benoit Minisini [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2008 16:25 An: mailing list for gambas users Betreff: Re: [Gambas-user] Multidimensional dynamic class objects On mercredi 12 novemb

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 Develo

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 -

[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] 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 Initiali

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

2008-11-12 Thread MaxVK
Thanks Daniel, yes I have those branches added already. 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 th

[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 w

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