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

2010-03-07 Thread shan...@831photography.com
awesome! for now I just used gb.net to manually do it. 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! Thanks for everything! Shan -Original Message- Date: Sunday, March 07, 2010 9:23:18 pm To: "

Re: [Gambas-user] Gambas3 "Dock Widget" in qt

2010-03-07 Thread kobolds
if anyone plan to do that please make something like dock panel , stack panel , wrap panel in WPF EA7DFH wrote: > > This is for Benoît :-) > > As far as I'm experimenting with latest Gambas3 snapshot, I haven't > found a "Dock Widget" like in Qt Widgets (Qt Designer). > > Is it planned to

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

2010-03-07 Thread Benoît Minisini
> I'm trying to connect to a server that requires a custom header. I'm using > CURL and Gambas v2.13. I can't find a way to modify the outgoing headers. > > Here's my code snippet: > > DIM mySock AS HttpClient > DIM myResponse AS String > DIM myRequest AS String > DIM AuthToken as String

[Gambas-user] Release of Gambas 2.20.1

2010-03-07 Thread 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, -- Benoît Minisini

[Gambas-user] Unable to convert from Gambas2 to Gambas3

2010-03-07 Thread EA7DFH
Hi I have a project in Gambas2 which I want to import in Gambas3. When I open it in Gambs3 IDE I need to convert all forms, but I get this error message when trying to convert: "Type Mismatch: Wanted FForm, got FTextEditor instead" I think this isn't the expected behavior. gb3 #2745 Regards,

Re: [Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread EA7DFH
Benoît Minisini escribió: >> i've the same error too ! >> >> 2010/3/7 EA7DFH : >>> Hi Benoît >>> >>> In svn 2741 (Gambas2) I've got this error from the IDE when trying to >>> open translation form: >>> >>> "It is not possible to open translation file for 'Spanish(Spain)' >>> language. >>> >>> FTran

Re: [Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread Fabien Bodard
thanks Le 7 mars 2010 17:17, Benoît Minisini a écrit : >> i've the same error too ! >> >> 2010/3/7 EA7DFH : >> > Hi Benoît >> > >> > In svn 2741 (Gambas2) I've got this error from the IDE when trying to >> > open translation form: >> > >> > "It is not possible to open translation file for 'Spanis

Re: [Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread Benoît Minisini
> i've the same error too ! > > 2010/3/7 EA7DFH : > > Hi Benoît > > > > In svn 2741 (Gambas2) I've got this error from the IDE when trying to > > open translation form: > > > > "It is not possible to open translation file for 'Spanish(Spain)' > > language. > > > > FTranslate.UpdateOrg.1084: Nul

Re: [Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread Fabien Bodard
i've the same error too ! 2010/3/7 EA7DFH : > Hi Benoît > > In svn 2741 (Gambas2) I've got this error from the IDE when trying to > open translation form: > > "It is not possible to open translation file for 'Spanish(Spain)' language. > > FTranslate.UpdateOrg.1084: Null object" > > Tested with sev

Re: [Gambas-user] GAMBAS AND ORACLE

2010-03-07 Thread Fabien Bodard
yes it is interesting .. but ... i see no package in my distrib :/... so maybe we have to embbed the source in the gambas one... Benoit ? what about that ? 2010/3/7 Ricardo Díaz Martín : > Fabien, that's right with sqlapi++. Like you, I think must choose other > option. > > I found ocilib at h

[Gambas-user] Possible bug in Translation Form (IDE)

2010-03-07 Thread EA7DFH
Hi Benoît In svn 2741 (Gambas2) I've got this error from the IDE when trying to open translation form: "It is not possible to open translation file for 'Spanish(Spain)' language. FTranslate.UpdateOrg.1084: Null object" Tested with several projects and all fail with the same error. Regards, Je

Re: [Gambas-user] GAMBAS AND ORACLE

2010-03-07 Thread Ricardo Díaz Martín
Fabien, that's right with sqlapi++. Like you, I think must choose other option. I found ocilib at hhtp://orclib.sourceforge.net. It's opensource and well documented C code. If you think it can be used, please let me know. Is there some guide when you can see the neccesary functions to integrate