Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Shannon Smith
That's cool - MMX=Year of G3, right? :-) Thanks so much! Shan 2010/3/8 Benoît Minisini > > That would work, but I still need to send that custom header. :-( > > > > Everything for that is in Gambas 3 now, but I'm afraid I can't backport it > to > Gambas 2 as I had to change the component inter

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Benoît Minisini
> That would work, but I still need to send that custom header. :-( > Everything for that is in Gambas 3 now, but I'm afraid I can't backport it to Gambas 2 as I had to change the component interface! -- Benoît Minisini -

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Shannon Smith
That would work, but I still need to send that custom header. :-( Manual it is. 2010/3/8 Benoît Minisini > > > On 8 March 2010 14:26, shan...@831photography.com > > > > > > wrote: > > > > Related question: sending a jpg as POST data - open the file as > sring? > > > > byte? I've tried all

Re: [Gambas-user] Release of Gambas 2.20.1

2010-03-08 Thread Rolf-Werner Eilert
Am 08.03.2010 14:59, schrieb Benoît Minisini: >> Am 08.03.2010 00:13, schrieb Benoît Minisini: >>> Hi, >>> >>> I released a small update to Gambas 2.20 that fixes the way the ComboBox >>> raises its Click event (and so the project translation dialog). >>> >>> For more details, read the wiki documen

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Benoît Minisini
> > On 8 March 2010 14:26, shan...@831photography.com > > > > wrote: > > > Related question: sending a jpg as POST data - open the file as sring? > > > byte? I've tried all without success. Any guidance would be helpful! > > > > Get the data in byte format and use the enctype="multipart/form-dat

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Benoît Minisini
> On 8 March 2010 14:26, shan...@831photography.com > > wrote: > > Related question: sending a jpg as POST data - open the file as sring? > > byte? I've tried all without success. Any guidance would be helpful! > > Get the data in byte format and use the enctype="multipart/form-data" > protocol.

Re: [Gambas-user] Release of Gambas 2.20.1

2010-03-08 Thread Benoît Minisini
> Am 08.03.2010 00:13, schrieb Benoît Minisini: > > Hi, > > > > I released a small update to Gambas 2.20 that fixes the way the ComboBox > > raises its Click event (and so the project translation dialog). > > > > For more details, read the wiki documentation on the ComboBox Click > > event. > >

Re: [Gambas-user] Gambas 2.19 on Ubuntu 10.04 Alpha 3 [Lucid Lynx]

2010-03-08 Thread Laurent Carlier
Le Lundi 08 Mars 2010 12:23:24, charlesg a écrit : > Hi > > Its the same old saga of incomplete Ubuntu repository installation. You > have to go to Synaptic, search on Gambas and install the missing > components. > > I have already left a post on the Lucid development section of the Ubuntu > foru

Re: [Gambas-user] Gambas 2.19 on Ubuntu 10.04 Alpha 3 [Lucid Lynx]

2010-03-08 Thread charlesg
Hi Its the same old saga of incomplete Ubuntu repository installation. You have to go to Synaptic, search on Gambas and install the missing components. I have already left a post on the Lucid development section of the Ubuntu forum to try and sort this out before final release. So far no respons

Re: [Gambas-user] Gambas 2.19 on Ubuntu 10.04 Alpha 3 [Lucid Lynx]

2010-03-08 Thread Stefano Palmeri
Il lunedì 8 marzo 2010 11:29:52 Szenográdi Norbert ha scritto: > Hi All, > > I'm testing the new Ubuntu Release.. > I installed a Gambas2.19 and when I want create an installation package, > that failed at Step 4. > See attached picture. > Is this a bug or missing package(s) ? > > regards, Sevoir

Re: [Gambas-user] X--tag-CC command not found (solved)

2010-03-08 Thread richard terry
On Saturday 06 March 2010 14:24:15 rte...@pacific.net.au wrote: > kubuntu jaunty lib tool 2.2.6 > > Won''t compile,any help appriated. > > richard > > gambas-u...@lists.sourceforge.nettool 1.16 > > > --- > --- Download Int

Re: [Gambas-user] Release of Gambas 2.20.1

2010-03-08 Thread Rolf-Werner Eilert
Am 08.03.2010 00:13, schrieb Benoît Minisini: > Hi, > > I released a small update to Gambas 2.20 that fixes the way the ComboBox > raises its Click event (and so the project translation dialog). > > For more details, read the wiki documentation on the ComboBox Click event. > > Regards, > Reading t

Re: [Gambas-user] CURL: Custom outgoing headers

2010-03-08 Thread Kadaitcha Man
On 8 March 2010 14:26, shan...@831photography.com wrote: > Related question: sending a jpg as POST data - open the file as sring? byte? > I've tried all without success. Any guidance would be helpful! Get the data in byte format and use the enctype="multipart/form-data" protocol. http://www.w3