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

2015-08-29 Thread bugtracker
Benoît MINISINI changed the state of the bug to: Closed. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-

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

2015-08-29 Thread bugtracker
Comment #5 by Benoît MINISINI: It should be fixed in revision #7253. "&&" and "& " are not considered as shortcuts anymore by the IDE, and so they are correctly saved. But the GUI toolkit will, and so "& " will display a space with an underscore, and "&&" will display a "&". ---

[Gambas-user] [Gambas Bug Tracker] Bug #688: RegExp causes Memory segmentation error 11

2015-08-29 Thread bugtracker
Comment #1 by Benoît MINISINI: Fixed in revision #7251. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-u

[Gambas-user] [Gambas Bug Tracker] Bug #688: RegExp causes Memory segmentation error 11

2015-08-29 Thread bugtracker
Benoît MINISINI changed the state of the bug to: Closed. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-

Re: [Gambas-user] Files "missing?" when compiling Gambas.

2015-08-29 Thread Moviga Technologies
For some reason unbeknownst to me, the sdl2.audio files now came a live. As for the gb.desktop.gnome.*, I think that should be a mistake with the Wiki, as it is not listed amongst the components here: http://gambaswiki.org/wiki/comp For the geom and draw's .list and .info, I guess Benoît must an

Re: [Gambas-user] Files "missing?" when compiling Gambas.

2015-08-29 Thread Moviga Technologies
Well, I just wanted to make sure that this is not normal behaviour before reporting a bug. For example that the wiki is not up to date with regards to the files listed. -- ___

Re: [Gambas-user] Files "missing?" when compiling Gambas.

2015-08-29 Thread Jussi Lahtinen
Please follow the instructions to report compiling problems. http://gambaswiki.org/wiki/doc/report#t3 Jussi On Sat, Aug 29, 2015 at 8:35 PM, Moviga Technologies wrote: > Hi! > > When I compile Gambas I notice that the following files are missing: > > usr/lib/gambas3/gb.desktop.gnome.* > usr/s

[Gambas-user] Files "missing?" when compiling Gambas.

2015-08-29 Thread Moviga Technologies
Hi! When I compile Gambas I notice that the following files are missing: usr/lib/gambas3/gb.desktop.gnome.* usr/share/gambas3/info/gb.desktop.gnome.* usr/lib/gambas3/gb.sdl2.audio.* usr/share/gambas3/info/gb.sdl2.audio.* usr/share/gambas3/info/gb.{geom,draw}.* Could I possibly have missed some

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

2015-08-29 Thread Jussi Lahtinen
> Ok, understood. Both Format$() and Format() use it > > Debug sLangu;; "Now()="; Now();; "Format$="; Format$(Now(), "dd/mm/ > hh:nn:ss.uu");; " Format="; Format(Now(), "dd/mm/ hh:nn:ss.uu") > > MMain.Main.19: en_CA.UTF-8 Now()=2015-08-29 15:38:55 Format$=29-08-2015 > 15:38:55.457 Format=2

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

2015-08-29 Thread Charlie Reinl
Am Samstag, den 29.08.2015, 11:55 +0200 schrieb Benoît Minisini: > Le 29/08/2015 11:08, Charlie Reinl a écrit : > > Am Samstag, den 29.08.2015, 04:22 +0300 schrieb Jussi Lahtinen: > >>> correct me if I go wrong, I still don't see for what we need the > >>> localization. > >>> Having a Date or Date/

Re: [Gambas-user] Mistake in Datasource.filter help?

2015-08-29 Thread Benoît Minisini
Le 29/08/2015 15:07, Moviga Technologies a écrit : > http://gambaswiki.org/wiki/comp/gb.db.form/datasource/filter says: > > Datasource.Filter = DB.Subst("Field &1", Text) > > Should it not be Field=&1 ??? > Fixed. -- Benoît Minisini --

[Gambas-user] Mistake in Datasource.filter help?

2015-08-29 Thread Moviga Technologies
http://gambaswiki.org/wiki/comp/gb.db.form/datasource/filter says: Datasource.Filter = DB.Subst("Field &1", Text) Should it not be Field=&1 ??? -- ___ Gambas-user mailing list

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

2015-08-29 Thread Benoît Minisini
Le 29/08/2015 14:08, adamn...@gmail.com a écrit : > On Sat, 29 Aug 2015 01:05:12 +0200 Benoît Minisini > wrote: > > >>> Hi, >>> >>> Can you try revision #7245 and tell me if it is fine for you? >>> >>> Now a component project can have any name you want. >>> >>> Then the packager will internally pr

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

2015-08-29 Thread adamn...@gmail.com
On Sat, 29 Aug 2015 01:05:12 +0200 Benoît Minisini wrote: > > Hi, > > > > Can you try revision #7245 and tell me if it is fine for you? > > > > Now a component project can have any name you want. > > > > Then the packager will internally prefix the project name with the > > vendor name if not pr

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

2015-08-29 Thread Benoît Minisini
Le 29/08/2015 11:55, Benoît Minisini a écrit : > > For the last time, Format$() *does* use the localization settings, as > explicitly stated in the documentation. > > But it uses them for its special formatting characters only. Non-special > characters are just inserted as is in the resulting strin

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

2015-08-29 Thread Benoît Minisini
Le 29/08/2015 11:08, Charlie Reinl a écrit : > Am Samstag, den 29.08.2015, 04:22 +0300 schrieb 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. >>

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

2015-08-29 Thread Charlie Reinl
Am Samstag, den 29.08.2015, 04:22 +0300 schrieb 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.