[Gambas-user] New Error message with 2.9

2008-11-13 Thread moon_walker
Hi, i just updated my 2.8 to 2.9 successfully on OpenSuSE 11 with packages by valor's repo. If i want to create an executable or even edit the project properties i receive an error message: "Unable to create desktop shortcut. File is a directory. Project.SearchPathVariable.2372" please help. b

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Ron
Werner schreef: > Ron wrote: > >> Werner schreef: >> >> Thanks! I have noticed that Ubuntu 8.04 only returns localhost address on hostname -i [EMAIL PROTECTED]:~$ hostname -i 127.0.1.1 But thats no problem in my case. >>

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Werner
Ron wrote: > Werner schreef: > >>> Thanks! >>> >>> I have noticed that Ubuntu 8.04 only returns localhost address on >>> hostname -i >>> >>> [EMAIL PROTECTED]:~$ hostname -i >>> 127.0.1.1 >>> >>> But thats no problem in my case. >>> >>> >> I have this on openSUSE 11.0: >> $ hostname

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

2008-11-13 Thread Stephen Bungay
I two lines of code to the resize event so that the embedded form does get positioned in the middle of the parent (perhaps I just misunderstood the print statement "received RESIZE event - I want to be middle in the middle"?). Anyway, this all seems to work quite nicely. Works properly und

Re: [Gambas-user] lib Poppler Problem

2008-11-13 Thread Benoit Minisini
On jeudi 13 novembre 2008, richard terry wrote: > 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 th

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Ron
Werner schreef: >> Thanks! >> >> I have noticed that Ubuntu 8.04 only returns localhost address on >> hostname -i >> >> [EMAIL PROTECTED]:~$ hostname -i >> 127.0.1.1 >> >> But thats no problem in my case. >> > I have this on openSUSE 11.0: > $ hostname -V > net-tools 1.60 > hostname 1.100 (20

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Werner
> Thanks! > > I have noticed that Ubuntu 8.04 only returns localhost address on > hostname -i > > [EMAIL PROTECTED]:~$ hostname -i > 127.0.1.1 > > But thats no problem in my case. I have this on openSUSE 11.0: $ hostname -V net-tools 1.60 hostname 1.100 (2001-04-14) Also, I had forgotten to ment

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Ron
Werner schreef: > Ron wrote: > >> 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. >>

Re: [Gambas-user] Sending Udp broadcast?

2008-11-13 Thread Werner
Ron wrote: > 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 "WOLSo