[Gambas-user] Displaying Mouse.Wait while running a SHELL Command

2010-11-23 Thread vikram
Hi, How do i display a wait cursor while a process is running? I have tried using     ME.mouse = Mouse.Wait without much luck. Heres a code snippet:   ME.mouse = Mouse.Wait   Application.Busy = 1   command = sha512sum filePath |awk '{print $1}'   SHELL command TO

Re: [Gambas-user] Displaying Mouse.Wait while running a SHELL Command

2010-11-23 Thread Laurent Carlier
Le mardi 23 novembre 2010 11:45:47, vikram a écrit : Hi, How do i display a wait cursor while a process is running? I have tried using ME.mouse = Mouse.Wait without much luck. Heres a code snippet: ME.mouse = Mouse.Wait Application.Busy = 1

[Gambas-user] DateBox/DateChoose - numbers on calendar all the same

2010-11-23 Thread richard terry
Hi List ?Just my machine, but for some reason in my last update there all the days of the mont h are '31' any ideas? Richard -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest

Re: [Gambas-user] Displaying Mouse.Wait while running a SHELL Command

2010-11-23 Thread vikram
You can use the Wait keyword, see http://gambasdoc.org/help/lang/shell Something like: SHELL command Wait TO checksum Thanks for the quick reply. Adding WAIT to the SHELL command is not causing the mouse cursor to change to Mouse.Wait :( Regards, Vikram

Re: [Gambas-user] Displaying Mouse.Wait while running a SHELL Command

2010-11-23 Thread Ron
Strange, this simply works here: ' Gambas class file PUBLIC SUB Form_Open() END PUBLIC SUB Form_Activate() DIM Checksum AS String ME.Mouse = Mouse.Wait Application.Busy = TRUE SHELL ls -lR TO checksum Application.Busy = FALSE ME.Mouse = Mouse.DEFAULT 'PRINT checksum

Re: [Gambas-user] Displaying Mouse.Wait while running a SHELL Command

2010-11-23 Thread vikram
Hi, heres a sample program. iam running sha512sum on file which are 100MB+ in size, its takes around 5 seconds. right now the button stays depressed until the hash has been displayed. regards, Vikram GenerateSHA512.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] To the wish list: FHelpBrowser

2010-11-23 Thread Benoît Minisini
1. As I asked before, why does the HelpBrowser have to be a utility window that you can't minimize? I can't see no reason why it couldn't be a normal window that could be used much easier. Read, minimize, try, and read again... Upgrade to the latest revision, and set Use utility windows to

[Gambas-user] About arrays

2010-11-23 Thread Benoît Minisini
Hi, This is a clarification about Gambas arrays for Demosthene and all who answered him. There are two kinds of arrays in Gambas: - Normal arrays. - Embedded arrays. Fabien used the word static arrays for embedded arrays because this was the word I used first. Then I changed to embedded to

Re: [Gambas-user] To the wish list: FHelpBrowser - error

2010-11-23 Thread math.e...@t-online.de
Too bad, can't update to rev 3311. It's the make / webkit error again. This time it is: Making all in webkit make[5]: Entering directory `/Platte2/Downloads/gambas3/3311/trunk/gb.qt4/src/webkit' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.

Re: [Gambas-user] About arrays

2010-11-23 Thread Demosthenes Koptsis
Thanks Benoît, i understood the array subject well. But one note. i cant do in Gambas2-2.21 PUBLIC aInt2[10] AS Integer in declaration section of a class so the syntax [Static] {Private|Public} EmbeddedArray[A, B] As Type is it correct, for the Public keyword? On Tue, 2010-11-23 at 19:13

[Gambas-user] Release of Gambas 2.22

2010-11-23 Thread Benoît Minisini
Hi, I release a new version of Gambas 2. It was a long time since the 2.21 release, and so there are a lot of bug fixes. Now I'm developing on Ubuntu, so please test the source package, and tell me if you encounter any problem. You may notice that the package is bigger than the old ones made

Re: [Gambas-user] Release of Gambas 2.22

2010-11-23 Thread Laurent Carlier
Le mercredi 24 novembre 2010 01:05:49, Benoît Minisini a écrit : Hi, I release a new version of Gambas 2. It was a long time since the 2.21 release, and so there are a lot of bug fixes. Now I'm developing on Ubuntu, so please test the source package, and tell me if you encounter any

Re: [Gambas-user] Release of Gambas 2.22

2010-11-23 Thread Mauricio Baeza
El mié, 24-11-2010 a las 01:05 +0100, Benoît Minisini escribió: Hi, I release a new version of Gambas 2. It was a long time since the 2.21 release, and so there are a lot of bug fixes. Now I'm developing on Ubuntu, so please test the source package, and tell me if you encounter any

Re: [Gambas-user] Release of Gambas 2.22

2010-11-23 Thread Mauricio Baeza
El mié, 24-11-2010 a las 01:34 +0100, Laurent Carlier escribió: Le mercredi 24 novembre 2010 01:05:49, Benoît Minisini a écrit : Hi, I release a new version of Gambas 2. It was a long time since the 2.21 release, and so there are a lot of bug fixes. Now I'm developing on Ubuntu, so