Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread John Rose
On 09/03/15 12:57, Fabien Bodard wrote: So we really need a pièce of code that show the problem. Le 9 mars 2015 08:34, John Rose john.aaron.r...@gmail.com a écrit : On 08/03/15 22:52, adamn...@gmail.com wrote: On Sun, 08 Mar 2015 19:58:56 + John Rose john.aaron.r...@gmail.com wrote:

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread Fabien Bodard
So we really need a pièce of code that show the problem. Le 9 mars 2015 08:34, John Rose john.aaron.r...@gmail.com a écrit : On 08/03/15 22:52, adamn...@gmail.com wrote: On Sun, 08 Mar 2015 19:58:56 + John Rose john.aaron.r...@gmail.com wrote: I compiled and saved a project OK. When

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread Charlie Reinl
Am Montag, den 09.03.2015, 13:01 + schrieb John Rose: On 09/03/15 12:57, Fabien Bodard wrote: So we really need a pièce of code that show the problem. Le 9 mars 2015 08:34, John Rose john.aaron.r...@gmail.com a écrit : On 08/03/15 22:52, adamn...@gmail.com wrote: On Sun, 08 Mar

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread Fabien Bodard
The error is in the maskbox 13... the last braket is not closed. Benoit ... an idea will be to display the control name when an error occur... and maybe we can be more explicit on the error. 2015-03-09 17:28 GMT+01:00 Fabien Bodard gambas...@gmail.com: this is the capture 2015-03-09 15:30

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread John Rose
Fabien, Thanks for that. I shouldn't have had 13 CamsMaskBoxes: 12 were required and there were errors on their tag values from 10 onwards. A related question: I want these CamsMaskBoxes only to contain values with . or x characters. However, when I have them defined on the form with their Text

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Fabien Bodard
Well generally I'm posting from my phone or from Gmail. And these mail client are setting for top posting by default. So as generally I have few time to answer on my truck, I forgot to take care at my message position. It's with spelling fault my bad side since 13 year now on my Gambas

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Charlie Reinl
Am Montag, den 09.03.2015, 21:24 +0200 schrieb Jussi Lahtinen: This is only mailing list where I have heard this is some kind of issue. When using gmail (or any similar interface) I don't see any difference. PS. I'm currently singed in six mailing lists. Most of them working on google

Re: [Gambas-user] Change value shown in Tray Icon

2015-03-09 Thread Benoît Minisini
Le 07/03/2015 08:11, bill-lancaster a écrit : Hello, I wish to display a number (say 1 to 20) in a tray icon. I can generate an icon sized .png file with with the value in it but the displayed icon does not show the changed value. Is is possible to do this? If so, what would be the best way

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Jussi Lahtinen
This is only mailing list where I have heard this is some kind of issue. When using gmail (or any similar interface) I don't see any difference. PS. I'm currently singed in six mailing lists. Most of them working on google groups. Jussi

Re: [Gambas-user] Possible bug in ValueBox coding of gb.form Component

2015-03-09 Thread Benoît Minisini
Le 08/03/2015 17:44, John Rose a écrit : I've attached a Test project. The significant controls are 13 ValueBoxes (named CypheredValueBox 1 etc, all in Group Cyphered) and 13 MaskBoxes (named PlainMaskBox1 etc, all in Group Plain): please ignore the other controls their coding. When I change

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Tobias Boege
On Mon, 09 Mar 2015, John Rose wrote: PS I've top posted this time as you are top posting. Tobi requested me on another query not to do bottom posting. Is top or bottom posting preferred for this mailing list? I prefer bottom posting and lots of people here do it. Are there any mailing lists

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Jussi Lahtinen
I prefer bottom posting and lots of people here do it. Are there any mailing lists -- which are a medium with focus on discussion -- in which top posting is done consciously? This is only mailing list where I have heard this is some kind of issue. When using gmail (or any similar interface)

Re: [Gambas-user] Top posting (was: Red no entry sign on Debug)

2015-03-09 Thread Jussi Lahtinen
here a signature from an ancient gambas-user from Ron_1st -- A: Delete the text you reply on. Q: What to do to get my post on top? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most

Re: [Gambas-user] Top posting

2015-03-09 Thread Kevin Fishburne
On 03/09/2015 06:53 PM, Jussi Lahtinen wrote: here a signature from an ancient gambas-user from Ron_1st -- A: Delete the text you reply on. Q: What to do to get my post on top? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad

[Gambas-user] Pre-release of Gambas 3.7 source package

2015-03-09 Thread Benoît Minisini
Hi everyone, I made a pre-release of the source package of Gambas 3.7 at: https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.7.0.tar.bz2/download Please test it, and tell me if you have any problem with it, before I make the official release of course. Waiting for the last minute

Re: [Gambas-user] annoying glitch

2015-03-09 Thread Gary Emms
Thank you On 08/03/15 15:08, Benoît Minisini wrote: Le 07/03/2015 18:41, Gary Emms a écrit : Hi I'm trying to follow a tutorial from Linux Format. I have 2 list boxes and I'm trying to move an entry from one to the other using: Public Sub btnLeft_Click() Dim i As Integer

Re: [Gambas-user] Red no entry sign on Debug

2015-03-09 Thread John Rose
On 08/03/15 22:52, adamn...@gmail.com wrote: On Sun, 08 Mar 2015 19:58:56 + John Rose john.aaron.r...@gmail.com wrote: I compiled and saved a project OK. When I try to run it within the IDE, all it does is to display a red no entry sign near the bottom of the screen. It does not display