Re: [Gambas-user] XML since rev. #5036

2012-08-13 Thread Charlie Reinl
Am Montag, den 13.08.2012, 00:05 +0200 schrieb Adrien Prokopowicz: Le dimanche 12 août 2012 23:07:58 Karl Reinl a écrit : Salut Adrien, since rev. #5036 the attached xslt is no more a valide xml. Some minutes before on rev. #5019 and all the years before it did its job. test :

[Gambas-user] XML since rev. #5036

2012-08-13 Thread Charlie Reinl
Am Montag, den 13.08.2012, 00:05 +0200 schrieb Adrien Prokopowicz: Le dimanche 12 août 2012 23:07:58 Karl Reinl a écrit : Salut Adrien, since rev. #5036 the attached xslt is no more a valide xml. Some minutes before on rev. #5019 and all the years before it did its job. test :

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread nando
I'd say, if a number has been inputted and it's in the range -90 ... + 90 then it is a valid long. No more testing required. Period!!! If you multiply it by 6 zero's then it could be -90,000,000 ... +90,000,000 and you're defeating the whole thing. What you're doing is pointless. for this

Re: [Gambas-user] XML since rev. #5036

2012-08-13 Thread Adrien Prokopowicz
Le lundi 13 août 2012 11:57:56 Charlie Reinl a écrit : Am Montag, den 13.08.2012, 00:05 +0200 schrieb Adrien Prokopowicz: Le dimanche 12 août 2012 23:07:58 Karl Reinl a écrit : Salut Adrien, since rev. #5036 the attached xslt is no more a valide xml. Some minutes before on rev.

Re: [Gambas-user] XML since rev. #5036

2012-08-13 Thread Charlie Reinl
Am Montag, den 13.08.2012, 14:47 +0200 schrieb Adrien Prokopowicz: Le lundi 13 août 2012 11:57:56 Charlie Reinl a écrit : Am Montag, den 13.08.2012, 00:05 +0200 schrieb Adrien Prokopowicz: Le dimanche 12 août 2012 23:07:58 Karl Reinl a écrit : Salut Adrien, since rev. #5036

[Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread John Rose
Fernando, The number of digits does matter. The use of this Gambas app is for maintenance of a database which is used by an Android app that I'm currently developing. I don't intend to discuss why the number of digits matters to the Android app except to say that it does. Thus, the Gambas app is

[Gambas-user] Menu children shown even if parent is disabled

2012-08-13 Thread Emanuele Sottocorno
When a Menu is disabled the event Click isn't raised. But if you click on a closed enabled menu and then move the mouse over the disabled one it's children pop-ups. Is this correct? The attached project show the behaviour. Click on the Menu1 and move the pointer over Menu2 This happens with

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread nando
That's perfectly fine. Let me offer this plan of attack. Test if it is between -90 and +90 multiply by 1,000,000 into an INTEGER which chops all decimal digits to the right of the decimal point. then if you need float, divide by 1,000,000. But if you do that , don't be surprised for digits farther

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread Emil Lenngren
A 64-bit floating point value use to have about 14-15 correct digits. /Emil 2012/8/13 nando nand...@nothingsimple.com That's perfectly fine. Let me offer this plan of attack. Test if it is between -90 and +90 multiply by 1,000,000 into an INTEGER which chops all decimal digits to the right

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread Sebi
What about this?? Round(latitude, -6) http://gambasdoc.org/help/lang/round?v3 -Original Message- From: John Rose john.aaron.r...@gmail.com Date: Mon, 13 Aug 2012 14:31:32 To: GambasUsers MailingListgambas-user@lists.sourceforge.net Reply-To: mailing list for gambas users

Re: [Gambas-user] Check on entered number having more than 6 digits not working

2012-08-13 Thread Jussi Lahtinen
Conversion and checking is two different things... Jussi On 13 August 2012 19:09, nando nand...@nothingsimple.com wrote: That's perfectly fine. Let me offer this plan of attack. Test if it is between -90 and +90 multiply by 1,000,000 into an INTEGER which chops all decimal digits to the

[Gambas-user] R: Menu children shown even if parent is disabled

2012-08-13 Thread Ru Vuott
Soteeemaa ! --- Lun 13/8/12, Emanuele Sottocorno sot...@gmail.com ha scritto: Da: Emanuele Sottocorno sot...@gmail.com Oggetto: [Gambas-user] Menu children shown even if parent is disabled A: gambas-user@lists.sourceforge.net Data: Lunedì 13 agosto 2012, 16:53 When a Menu is

[Gambas-user] Issue 306 in gambas: gb.signal - apps dont terminate

2012-08-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 306 by adamn...@gmail.com: gb.signal - apps dont terminate http://code.google.com/p/gambas/issues/detail?id=306 1) Describe the problem. (This is one of several issues

[Gambas-user] Issue 307 in gambas: gb.signal - IDE automatically breakpoints in event handler

2012-08-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 307 by adamn...@gmail.com: gb.signal - IDE automatically breakpoints in event handler http://code.google.com/p/gambas/issues/detail?id=307 1) Describe the problem. When

[Gambas-user] Issue 308 in gambas: gb.signal - segfault when event handled

2012-08-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 308 by adamn...@gmail.com: gb.signal - segfault when event handled http://code.google.com/p/gambas/issues/detail?id=308 1) Describe the problem. Although the event handler

[Gambas-user] Issue 309 in gambas: gb.signal - Signal.Catch is indiscriminant

2012-08-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 309 by adamn...@gmail.com: gb.signal - Signal.Catch is indiscriminant http://code.google.com/p/gambas/issues/detail?id=309 1) Describe the problem. Signal[int].Catch

Re: [Gambas-user] Issue 309 in gambas: gb.signal - Signal.Catch is indiscriminant

2012-08-13 Thread gambas
Comment #1 on issue 309 by adamn...@gmail.com: gb.signal - Signal.Catch is indiscriminant http://code.google.com/p/gambas/issues/detail?id=309 WITHDRAWN! I didn't know that SIGUSR2 acts like a SIGKILL. -- Live