Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
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

Re: [Gambas-user] Different behaviour of Gambas 3.6.2 and Gambas 3.8

2015-08-28 Thread Benoît Minisini
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Jussi Lahtinen
> 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

[Gambas-user] [Gambas Bug Tracker] Bug #697: Changing(Rename) the e-mail name requires a validation

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #697: Changing(Rename) the e-mail name requires a validation

2015-08-28 Thread bugtracker
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). ---

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
> 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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread 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 On Fri, Aug 28, 2015 at 7:19 PM, Charlie Reinl wrote: > > But this ki

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Tobias Boege
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Benoît Minisini
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Jussi Lahtinen
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Jussi Lahtinen
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Jussi Lahtinen
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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.

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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".

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Charlie Reinl
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? > > >

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

Re: [Gambas-user] I am getting really irritated.

2015-08-28 Thread Benoît Minisini
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

Re: [Gambas-user] I am getting really irritated.

2015-08-28 Thread Benoît Minisini
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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-28 Thread Jussi Lahtinen
> 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