Re: [Gambas-user] Connect hang with latest revision

2013-06-06 Thread Ron
Thanks. The blocking mode issue is not that bad, since I always want to use non-blocking mode anyway, my project is too big to be interupted by sockets. About the timeout I thought gambas2 did this correctly, but I'm not sure now, since the ClientSocket example uses a timer to remove Socket if i

[Gambas-user] Draw a form over OpenGL

2013-06-06 Thread abbat81
I need to make some notification form. That form must be over any application running. Games too. I tried to make it to TopOnly in a Timer, but it's not helpfull. Is there any way to redraw a form? Thanks. -- View this message in context: http://gambas.8142.n7.nabble.com/Draw-a-form-over-Ope

Re: [Gambas-user] Connect hang with latest revision

2013-06-06 Thread Caveat
Hmmm... well I've taken a quick glance at the source and the documentation (Shock news! Developer looks at documentation!!!) and it looks like it's less simple than we thought. When making a connection, it seems as if Gambas insists on using Blocking mode True internally, there is no storage or

[Gambas-user] hi.

2013-06-06 Thread Mark Carter
http://kamawet.pl/wiitq/sgj.php -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer hi

Re: [Gambas-user] Issue 437 in gambas: Add Windows Code Explorer

2013-06-06 Thread gambas
Comment #1 on issue 437 by torredel...@gmail.com: Add Windows Code Explorer http://code.google.com/p/gambas/issues/detail?id=437 Note: The usefulness is that when you click on any item in the code editor appears the property / method / class / module where you pressed, code editing easier.

[Gambas-user] Issue 437 in gambas: Add Windows Code Explorer

2013-06-06 Thread gambas
Status: New Owner: Labels: Version-3.4.0 Priority-Medium OpSys-Any Desktop-Any New issue 437 by torredel...@gmail.com: Add Windows Code Explorer http://code.google.com/p/gambas/issues/detail?id=437 Add enhancement to Gambas Ide: I would like to request that you add the following enhancement

[Gambas-user] About Client FTP

2013-06-06 Thread Jorge CarriĆ³n
Using the ClientFtp control I have a behavior that I don't know if its a bug o its somthing supposed to happen: When I use the exec method, it works fine, but after all comands in exec allways perform a CWD name-of-folder who fails an generate an error. Example: Exec(["CWD /personales/jorge", "

[Gambas-user] examples/MyWebCam and gambas 3.4.1 (gstreamer-0_10)

2013-06-06 Thread munix9
hi, attached is a modified examples/MyWebCam which works with gambas 3.4.1 and gstreamer-0_10 (tested on openSUSE 12.3 with gstreamer 0.10.36) ciao paolo MyWebCam-3.3.90.tar.gz Description: GNU Zip compressed data -- H