Re: [Gambas-user] Issue 71 in gambas: Signal #11

2011-06-21 Thread gambas
Comment #2 on issue 71 by islamph...@gmail.com: Signal #11 http://code.google.com/p/gambas/issues/detail?id=71 i'll compile to the new version and seewhat happens -- EditLive Enterprise is the world's most technically a

Re: [Gambas-user] Issue 71 in gambas: Signal #11

2011-06-21 Thread gambas
Comment #1 on issue 71 by jussi.la...@gmail.com: Signal #11 http://code.google.com/p/gambas/issues/detail?id=71 From change log; * BUG: Calling Menu.Children.Clear() or deleting a menu during a Menu Show event should not crash anymore. Maybe this affects on your code (I didn't look your cod

[Gambas-user] Issue 71 in gambas: Signal #11

2011-06-21 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 71 by islamph...@gmail.com: Signal #11 http://code.google.com/p/gambas/issues/detail?id=71 1) Describe the problem.Signal #11 rises 2) GIVE THE FOLLOWING INFORMATIONS (if

[Gambas-user] My first Gambas patch (HttpClient content-type validation)

2011-06-21 Thread Caveat
I noticed that the validation on the content-type param (first param on a call to HttpClient.Post) seemed a little too strict. It wouldn't allow me to (for example) specify: http.Post("application/soap+xml; charset=utf-8", data) So I have patched line 247 of CHttpClient.c in trunk/gb.net.curl/sr

[Gambas-user] [Fwd: Web page 1st image (new idea)]

2011-06-21 Thread Demosthenes Koptsis
The new version with web site dimensions is this one http://img28.mediafire.com/b0446d5e58da5d399646c537750afc8edee9edc6edfd5c9245c87cc93ea7f46b6g.jpg -- Regards, Demosthenes Koptsis. --- Begin Message --- i saw the image from 1st page at site and i have some ideas to make it better. i would l

[Gambas-user] Web page 1st image (new idea)

2011-06-21 Thread Demosthenes Koptsis
i saw the image from 1st page at site and i have some ideas to make it better. i would like your opinion about that, as Benoit suggested. The concept is 1) the windows to be on a 3d-panorama position instead flat style. 2) Behind will be a star-wars like text from code. 3) And in front of them

Re: [Gambas-user] gambas3 and web services [bigger, better, faster, more]

2011-06-21 Thread Caveat
Hi Massimo, I just extended the example program I worked up to include all 4 main ways of calling a Web Service. These are: Http GET, Http POST, SOAP 1.1, and SOAP 1.2. One problem I ran into is that Gambas3 seems a little too fussy about the valid content types and will give a runtime error on

Re: [Gambas-user] gambas3 and web services

2011-06-21 Thread Caveat
I just made a quick example using one of the free Web Services out on the interwebbase ;-) Your project will need to include networking (obviously!) Dim http As HttpClient Dim buffer As String http = New HttpClient As "http" http.URL = "http://www.webservicex.net/ConvertTemperature.asmx/Co

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Caveat
Confirmed fixed in 3895. Many thanks for the lightning fast responses. :-) Regards, Caveat On Tue, 2011-06-21 at 12:18 +0200, Laurent Carlier wrote: > Le Tuesday 21 June 2011 12:08:51, Caveat a écrit : > > No change I'm afraid. Checked out revision 3894 and > > in .../gb.opengl/src/glsl still g

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Laurent Carlier
Le Tuesday 21 June 2011 12:08:51, Caveat a écrit : > No change I'm afraid. Checked out revision 3894 and > in .../gb.opengl/src/glsl still getting > > /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I../..-pipe -Wall -Wno-unused-value -fsigned-char > -fvisibility=

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Caveat
No change I'm afraid. Checked out revision 3894 and in .../gb.opengl/src/glsl still getting /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..-pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o ma

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Laurent Carlier
Le Tuesday 21 June 2011 11:28:43, Caveat a écrit : > Hi Laurent > > It's attached herewith. > > Thanks and regards, > Caveat > Should be fixed in trunk. Thanks for the report. ++ -- EditLive Enterprise is the world's

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Caveat
Hi Laurent It's attached herewith. Thanks and regards, Caveat On Tue, 2011-06-21 at 11:15 +0200, Laurent Carlier wrote: > Le Tuesday 21 June 2011 10:57:47, Caveat a écrit : > > Please find attached full stdout and stderr in result_comp_gambas3.gz > > > > Also (with thanks to Kevin Fishburne!) s

Re: [Gambas-user] Problem compiling gambas3 (glew.h not found)

2011-06-21 Thread Laurent Carlier
Le Tuesday 21 June 2011 10:57:47, Caveat a écrit : > Please find attached full stdout and stderr in result_comp_gambas3.gz > > Also (with thanks to Kevin Fishburne!) script comp_gambas > > Error appears to be that it can't find glew.h: > > GL.h:29: fatal error: glew.h: No such file or directory

Re: [Gambas-user] gambas3 and web services

2011-06-21 Thread Almanova Sistemi
attached to this mail the wsdl requested. I hope that this can hep me to develop my application. Regards, Massimo I think this should be possible. I've worked with Web Services from out of java and c# and in its simplest form it's just a case of POSTing parameters on a request. In java you ha