Re: [Gambas-user] Gambas Calculator

2011-06-02 Thread Rolf Schmidt
Hi Richard I wondered if anyone on the list would have the code/form for a simple calculator in gambas they would be willing to share. If you can live with german variable names and comments, here is a runnable version (but it is in Gambas 2.x) Fine regards Rolf calculator.tgz Description:

Re: [Gambas-user] odd gb3 issue

2011-06-02 Thread Kevin Fishburne
On 06/01/2011 02:06 AM, Kevin Fishburne wrote: > On 05/30/2011 03:31 PM, BenoƮt Minisini wrote: >>> Any reason a compiled app would behave differently than an app run in >>> the IDE? My app stalls half-way through receiving network packets from >>> the server when compiled, but when both are runnin

Re: [Gambas-user] Gambas Calculator

2011-06-02 Thread Jussi Lahtinen
Not exactly, but this might help; http://gambasdoc.org/help/lang/eval You can use it to do calculations, example: Print Eval("1 + 2") Or you can use variables like in documentation example. Jussi On Fri, Jun 3, 2011 at 01:32, richard terry wrote: > I wondered if anyone on the list would have

[Gambas-user] Gambas Calculator

2011-06-02 Thread richard terry
I wondered if anyone on the list would have the code/form for a simple calculator in gambas they would be willing to share. REgards richard -- Simplify data backup and recovery for your virtual environment with vRanger.

[Gambas-user] Key input - Globally

2011-06-02 Thread Christian DaGeek247 Stephens
*How would i catch a keypress glbally? like when someone presses "F9" when the gambas window is NOT selected, and a event is still raised? * -- *Live Chat room!* *http://dglivechat.tk My Website: dageek247.tk* *Calvin: *BU-URP! *Mom:* Good heavens, Calvin! What do we say after that? *Calvin:* "Mus

Re: [Gambas-user] Issue 63 in gambas: HttpClient doesn't honor https connections

2011-06-02 Thread gambas
Updates: Status: Fixed Comment #2 on issue 63 by benoit.m...@gmail.com: HttpClient doesn't honor https connections http://code.google.com/p/gambas/issues/detail?id=63 Done in revision #3868. You can assign an url starting with "https://"; to the HttpClient URL property, and it is tak