[Gambas-user] Testing Sites

2009-05-11 Thread Steven James Drinnan
Just a thought, there now seems to quite a few programmers here doing projects in one form or another. Witch is fantastic. Is there a site for us to download and test each others projects? I.E my thoughts would be Download binaries for for project pre-complied. To test for 1.ease of ins

Re: [Gambas-user] Re port for Gambas

2009-05-11 Thread Marc Miralles
-- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODA

[Gambas-user] drawingarea - clipping when saving to file

2009-05-11 Thread Björn Röder
Hello everyone! First of all, Gambas is a really great piece of software that I really enjoy to use. I am using it as my default programming language for practical laboratory tool development. Nevertheless I got stuck while programming a tool for simple image analysis and editing of scanned data.

Re: [Gambas-user] redirecting stdout/console output to a textbox

2009-05-11 Thread Mike Keehan
Kevin, Look up the SHELL command in the help browser - it takes parameters for Read|Write or Input|Output which can do what you want. And look at the Console example program which uses the EXEC and captures output. Mike. Kevin Fishburne wrote: > I'm using GAMBAS to control several daemons u

[Gambas-user] redirecting stdout/console output to a textbox

2009-05-11 Thread Kevin Fishburne
I'm using GAMBAS to control several daemons using the SHELL command, all of which output messages to the GAMBAS console. Is there a way to either grab the console output so that it can be placed in a textbox or similar control, or redirect it to such a control? I need the user to be able to see eve

Re: [Gambas-user] Gambas2 on FreeBSD

2009-05-11 Thread Garulfo Unix
It's really a good news for the FreeBSD community. In the past, i could not use Gambas 2.x on FreeBSD and by this fact, I'm came in back on GNU/Linux system :) . But now i think i'll return certainly on FreeBSD on my second computer. Thanks again. François. (the Windows port up coming soon ? [i

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:45:18 CelticBhoy ha scritto: > Thats strange, I already had that value set to true, but it still lets me > edit the field, and stores the value I have typed. Yes. Probably a bug. I send some other mails about it. Please, read them. Sourceforge is a little slow sometim

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
Thats strange, I already had that value set to true, but it still lets me edit the field, and stores the value I have typed. -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23485936.html Sent from the gambas-user mailing list archive at Na

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. It seems there a b

[Gambas-user] bug on valuebox control

2009-05-11 Thread Stefano Palmeri
Hi, Benoit. Probably a bug here. Run the attached example. ValueBox4 is set as ReadOnly = True, but if the user double-click directly the digit (I mean the user highlights the value, the digit) then is able to edit the value. Best regards, Stefano sales-0.0.1.tar.gz Description: application

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. Errata corrige:

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. Yes, it's already

[Gambas-user] Interpreter, function/sub argument checking

2009-05-11 Thread Jussi Lahtinen
Hi! This is probably stupid question, since I'm almost sure that there is good reason, but I had to ask... Why function/sub calling is checked at run time? Meaning number of arguments. Can it change after compiling? If compiler would check that, we would had two advantages; 1. Slightly improved p

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
Sorry I mean the valuebox containing the total. I dont want the user to be able to change the value apart from entering in valuebox 1, 2, & 3 in your example. The user should not be able to change valuebox4 directly. -- View this message in context: http://www.nabble.com/Looking-for-a-little-hel

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 16:37:53 CelticBhoy ha scritto: > OK that works for changing the value, now how do I stop use entry on this > field? My english is poor. Which field you're talking about? Taking my example, what you want to do? I mean, you insert a value, then another and get the total.

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
OK that works for changing the value, now how do I stop use entry on this field? -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23484641.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] behaviour of Last + Timer events

2009-05-11 Thread Benoît Minisini
> I got caught recently with a bug - many many weeks to uncover it, until I > did by random chance - a mix-up of what actually was 'Last'. So my question > basically is how Gambas determines what is 'Last'. > > I often use 'Last' in subroutines where I may have several controls which > are the same

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
Thanx that has opened it. -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23484163.html Sent from the gambas-user mailing list archive at Nabble.com. -- The NEW

Re: [Gambas-user] Wanted:explanation of some IDE code

2009-05-11 Thread Benoît Minisini
> Hi all/Benoit/Devlelopers et al, > > I'm in the process of (very poorly) attempting to write a help module for > my program, and decided (probably wrongly) to use bits of the IDE, so I've > been trying to understand the IDE. > > I started a new project and put the bits in it I thought I'd need, a

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread charlesg
Hi I also have this problem quite often :( unzip the file first with: gunzip sales-0.0.1.tar.gz and then extract it with a dble-click rgds -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23484102.html Sent from the gambas-user mailing l

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
Still wont open! ps bar is in Hamilton, Scotland. -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23483601.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 14:36:14 CelticBhoy ha scritto: > Could you re-send you example, the archive wont open. Strange. It's the second time that I send an example on the list and it will not open. Here on my desktop I've no problem. Anyway I re-send. To open it, try: tar xvzf sales-0.0.1.tar.

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
Could you re-send you example, the archive wont open. -- View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23482489.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Wanted:explanation of some IDE code

2009-05-11 Thread richard terry
Hi all/Benoit/Devlelopers et al, I'm in the process of (very poorly) attempting to write a help module for my program, and decided (probably wrongly) to use bits of the IDE, so I've been trying to understand the IDE. I started a new project and put the bits in it I thought I'd need, and I've s

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 11:51:58 CelticBhoy ha scritto: > I have written a small app for controlling the stock in the bar I own, but > I would like some advice on the best way to overcome a brick wall I have > hit. The attached screenshot shows the form I want to use to perform a > stock check. I

[Gambas-user] Looking for a little help with an app.

2009-05-11 Thread CelticBhoy
I have written a small app for controlling the stock in the bar I own, but I would like some advice on the best way to overcome a brick wall I have hit. The attached screenshot shows the form I want to use to perform a stock check. I want the 'total' fields to update when an amount is entered in a

Re: [Gambas-user] Re port for Gambas

2009-05-11 Thread Jack
Le samedi 09 mai 2009 13:35:52 charlesg, vous avez écrit : > Hi > > I think Laurux uses Kugar? Bonjour, I use no more Kugar. All reports of Laurux are now made with Gambas, but i can send you some Kugar reports samples if you want. Jack ---