Am Freitag, den 28.08.2015, 01:35 +0300 schrieb Jussi Lahtinen:
> I have a feeling this is not first time I get confused with that...
>
> So, this:
> Format(Now, "hh\\:mm dd\\/mm\\/")
>
> Yields this, ignoring localization:
> 15:08 27/08/2015
>
> Documentation could be bit more specific how
Le 28/08/2015 09:20, Wolfgang a écrit :
> Salut Benoît!
>
> After intensive research I now have my program running again. I had some
> purely written code, that worked in 3.6 and I could find the problems.
> That was that my many windows could be resized and I was not correct in
> my code there. Th
> you made that GambasTester, why not strip down to a version which checks
> only the Date-Format, and ask to the list to send a list with their
> localisation string + Format(Now, "") + the expected
> result.
> So Benoît can check easier the function.
>
I would like GambasTester to test localizat
ADMINISTRATOR changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-us
Comment #1 by ADMINISTRATOR:
Now I let the browser check the e-mail field. It's an HTML5 thing, so if your
browser is too old, you will still able to enter what you want. Maybe I will
add a server check later (which is the right thing to do anyway).
---
Benoît MINISINI changed the state of the bug to: Waiting.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #1 by Benoît MINISINI:
And there is another bug you didn't catch! The long lines are not correctly
highlighted at their end.
--
___
Gambas-user mailing list
Gambas-us
> But this kind of code could only test the localization you are currently
> using. However, it would be better than nothing...
>
Salut Jussi,
do we need the localization ? We do not test the localization, we want
testing the ability of the Format function. So we need a list of used
Date/Time for
The point was, how do I test whether Format function works in some other
language than what I'm currently using?
Month names are not any bigger problem than the separators. How do I know
which is the correct separator?
Jussi
On Fri, Aug 28, 2015 at 7:19 PM, Charlie Reinl
wrote:
> > But this ki
Comment #2 by Moviga TECHNOLOGIES:
Aha :) Goodd catch!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-us
On Fri, 28 Aug 2015, Jussi Lahtinen wrote:
> The point was, how do I test whether Format function works in some other
> language than what I'm currently using?
> Month names are not any bigger problem than the separators. How do I know
> which is the correct separator?
>
(Sorry, I haven't really
Le 28/08/2015 18:52, Tobias Boege a écrit :
> On Fri, 28 Aug 2015, Jussi Lahtinen wrote:
>> The point was, how do I test whether Format function works in some other
>> language than what I'm currently using?
>> Month names are not any bigger problem than the separators. How do I know
>> which is th
On Fri, Aug 28, 2015 at 8:04 PM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:
> Le 28/08/2015 18:52, Tobias Boege a écrit :
> > On Fri, 28 Aug 2015, Jussi Lahtinen wrote:
> >> The point was, how do I test whether Format function works in some other
> >> language than what I'm currently u
OK, new version of GambasTester will check the separators. Now accepted are
";" and "." for time, and "/" and "." for date.
Is there any other valid separators?
Jussi
On Fri, Aug 28, 2015 at 8:21 PM, Jussi Lahtinen
wrote:
>
>
> On Fri, Aug 28, 2015 at 8:04 PM, Benoît Minisini <
> gam...@user
Sorry, not ";", but ":".
Jussi
On Fri, Aug 28, 2015 at 8:47 PM, Jussi Lahtinen
wrote:
> OK, new version of GambasTester will check the separators. Now accepted
> are ";" and "." for time, and "/" and "." for date.
> Is there any other valid separators?
>
>
> Jussi
>
>
>
> On Fri, Aug 28, 2015
Comment #2 by Jussi LAHTINEN:
It seems to apply to both GTK+ v2 and Qt4.
[System]
Gambas=3.8.90 r7243
OperatingSystem=Linux
Kernel=3.13.0-37-generic
Architecture=x86_64
Distribution=Linux Mint 17.1 Rebecca
Desktop=GNOME
Theme=Gtk
Language=en_US.UTF-8
Memory=7985M
[Libraries]
Cairo=libcairo.so.2.
Jussi LAHTINEN added an attachment:
Ampersand-0.0.1.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #3 by Benoît MINISINI:
What's wrong with this project exactly?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/li
Comment #4 by Jussi LAHTINEN:
It looks different in design mode (IDE) than in run time.
Look attached picture (ignore green tint). But for some reason when I close the
project and re-open it, the button texts have changed...
Texts were "hi & bye", "hi && bye" and "hi &&& bye".
Am Freitag, den 28.08.2015, 19:43 +0300 schrieb Jussi Lahtinen:
> The point was, how do I test whether Format function works in some other
> language than what I'm currently using?
> Month names are not any bigger problem than the separators. How do I know
> which is the correct separator?
>
>
>
Jussi LAHTINEN added an attachment:
Screenshot from 2015-08-29 01:07:13.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lis
Le 18/08/2015 23:41, adamn...@gmail.com a écrit :
> On Tue, 18 Aug 2015 16:56:48 +0300
> Jussi Lahtinen wrote:
>
>> I tested packaging with revision 7222. In vendor name "-" is translated as
>> "_". I have some vague image in my head that this was done to comply with
>> some linux standard.
>> But
Le 29/08/2015 01:04, Benoît Minisini a écrit :
> Le 18/08/2015 23:41, adamn...@gmail.com a écrit :
>> On Tue, 18 Aug 2015 16:56:48 +0300
>> Jussi Lahtinen wrote:
>>
>>> I tested packaging with revision 7222. In vendor name "-" is
>>> translated as
>>> "_". I have some vague image in my head that t
> correct me if I go wrong, I still don't see for what we need the
> localization.
> Having a Date or Date/Time and we want to format it, where we need
> localisation there for.
>
> Using german date is Format(now(),"dd.mm.") but I also can write
> Format(now(),"mm/dd/") or Format(now(),"dd
25 matches
Mail list logo