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
--
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
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.
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
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
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
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
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
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
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
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:
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
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
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
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.
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.
> 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
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
> 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
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
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.
--
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.
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.
---
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
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
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
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
---
27 matches
Mail list logo