Re: [Gambas-user] Update in fedora screwed up printing

2020-01-13 Thread Benoît Minisini
, Align.Left)   Paint.DrawText("Price", Clmn3, Y, Clmn3W, 14, Align.Right)   Paint.DrawText("Qty", Clmn4, Y, Clmn4W, 14, Align.Right)   Paint.DrawText("Amount", Clmn5, Y, Clmn5W, 14, Align.Right)   Y += 14   Paint.FillRect(30, Y, Paint.Width, 2, Color.Black)   R

Re: [Gambas-user] webpage editor

2019-10-08 Thread Benoît Minisini
e first place, and then move the cursor to another line? -- Benoît Minisini ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Where is the mistake?

2019-04-08 Thread Benoît Minisini
ow()), -8); " ▸ "; Format$(Time(Now()), "hh:nn:ss"); Format$(Time(Now()), "(t)") Output: Time-Part:  0,59328568 ▸ *14*:14:19 (CEST) ' UTC! Time-Part:  0,59328568 ▸ *16*:14:19 (CEST) Regards Hans Please use the new mailing-list. Regards, -- Benoît Minisini

Re: [Gambas-user] Frame container bug?

2018-10-23 Thread Benoît Minisini
Le 24/10/2018 à 04:07, sbungay a écrit : On 18-10-23 07:55 PM, Benoît Minisini wrote: Le 23/10/2018 à 17:56, sbungay a écrit : I did send a sample project along yesterday and it never got posted. Will try again, hope it gets through this time. I have two frames on the form, two text boxes

Re: [Gambas-user] DataBrowser Out of Bounds error

2018-10-21 Thread Benoît Minisini
eirdly, the row gets stored in the table, but the app crashes... What am I doing wrong? [...] Can you send a dump of your database? Not all the contents, but at least the table definition. Thanks. -- Benoît Minisini ___ Gambas-user mail

Re: [Gambas-user] Database1 program

2018-09-27 Thread Benoît Minisini
" & "\n\n" & Error.Text) End Can anybody who may have this book and the CD perhaps throw some light on what may be causing the problems? -- Sent from: http://gambas.8142.n7.nabble.com/gambas-user-f3.html ______

Re: [Gambas-user] Q) Again how to downgrade to earlier gambas version - continued postgres problems

2018-07-03 Thread Benoît Minisini
sts.gambas-basic.org/listinfo/user Regards, -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

Re: [Gambas-user] Multithreaded Programs

2018-05-31 Thread Benoît Minisini
world application for multithreading. not to mention it would make gambas immensely more powerful. "A Computer is a state machine. Threads are for people who can't program state machines." - Alan Cox. :-) --

Re: [Gambas-user] Reverting to earlier gambas version

2018-05-15 Thread Benoît Minisini
to an older version until I have the time to find out what has happened. Regards Richard Please post to the new mailing-list at http://lists.gambas-basic.org. This mailing-list is now deprecated. Thanks. -- Benoît Minisini

Re: [Gambas-user] Linux Mint 18.2, Gambas 3.10 installed from repos, no toolboxes on the screen

2018-03-19 Thread Benoît Minisini
Wall appliance. I will ask my colleagues. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

Re: [Gambas-user] Linux Mint 18.2, Gambas 3.10 installed from repos, no toolboxes on the screen

2018-03-19 Thread Benoît Minisini
asic.org. This mailing-list is now deprecated. Thanks. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http

Re: [Gambas-user] IDE Git Magic ...

2018-02-08 Thread Benoît Minisini
, but wrong mailing-list! :-) -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [Gambas-user] gb.report2 save to pdf

2018-02-05 Thread Benoît Minisini
to the new mailing-list at http://lists.gambas-basic.org. This mailing-list is now deprecated. Thanks. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

Re: [Gambas-user] Class array - Null Object

2018-01-28 Thread Benoît Minisini
Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Please post to the new mailing-list at http://lists.gambas-basic.org. This mailing-list is now deprecated. Thanks. -- Benoît Minisini ---

Re: [Gambas-user] Onion Omega2+

2018-01-26 Thread Benoît Minisini
Le 26/01/2018 à 14:25, Martin Cristia a écrit : Hi, does anyone tried to run gambas3 in it? https://onion.io/store/omega2p/ Please post to the new mailing-list at http://lists.gambas-basic.org. This mailing-list is deprecated. Thanks. -- Benoît Minisini

Re: [Gambas-user] DBus - How are signal data converted to Gambas data?

2018-01-26 Thread Benoît Minisini
][9] -> [2][10] -> (Collection 0x16ac048) [2][11] -> gvfs.time_detected_usec.1516884992931147 [2][12] -> (Collection 0x16ac188) With kind regards Hans -- Check out the vibrant tech community on one of the w

Re: [Gambas-user] Controls WebForm Ignore Events

2018-01-25 Thread Benoît Minisini
et/lists/listinfo/gambas-user Please post to the new mailing-list at http://lists.gambas-basic.org. This mailing-list is deprecated. Thanks. -- Benoît Minisini -- Check out the vibrant tech community on one of t

Re: [Gambas-user] WebTimer Event

2018-01-18 Thread Benoît Minisini
Sub WebTimer1_Timer() WebLabel1.Text = Now() WebTimer1.Stop() End Public Sub WebButton2_Click() WebTimer1.Stop() End Please subscribe to the new mailing-list at http://lists.gambas-basic.org, and post your question again. This mailing-list is deprecated. Thanks. -- Benoît Minisini

Re: [Gambas-user] WebTable Sort

2018-01-16 Thread Benoît Minisini
when returning the data. Regards, -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

Re: [Gambas-user] WebComboBox Clear

2018-01-16 Thread Benoît Minisini
rg, and post your question again. This mailing-list is deprecated. Thanks. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [Gambas-user] Problems with DataControl

2017-12-16 Thread Benoît Minisini
, and post your question again. This mailing-list is deprecated. Thanks. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [Gambas-user] How to specify a string constant in an Exec statement

2017-12-14 Thread Benoît Minisini
Le 14/12/2017 à 23:05, Jussi Lahtinen a écrit : OK... weird. I wonder if "announcement only" means what it sounds like. https://sourceforge.net/p/forge/documentation/Mailing%20Lists/#making-an-announcements-only-list Jussi Mmmm... Maybe, I will look at it. -- Benoî

Re: [Gambas-user] How to specify a string constant in an Exec statement

2017-12-14 Thread Benoît Minisini
ll me. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-user ma

Re: [Gambas-user] How to specify a string constant in an Exec statement

2017-12-14 Thread Benoît Minisini
put where sOutput is a string. However, this does not work. I've tried omitting the 2 lots of \" but that doesn't help. My code used to be (which worked): Exec ["get_iplayer", " --force", "--type=TV] To sOutput Please subscribe to the new mailing-list at

Re: [Gambas-user] Date picker in db application

2017-11-10 Thread Benoît Minisini
also lets (or requires me) to pick a time. I just want the date. How can I avoid the time part. -Bjorn Please subscribe to the new mailing-list at http://lists.gambas-basic.org, this one is disabled. Regards, -- Benoît Minisini

Re: [Gambas-user] Cannot find Gambas on Suse Leap 42.2

2017-10-30 Thread Benoît Minisini
ckage from "education", but it does not contain gbs3 for instance. In this case, I urgently need gbs3. Has someone an idea why I do not find the complete package? Thanks !!! Rolf Please stop using the old mailing-list, and use the new one instead. Regards,

Re: [Gambas-user] change columnview color

2017-10-19 Thread Benoît Minisini
lar column, to black so that the text can't be seen? Thanks for any/ all help - have a GREAT day, mikeB Please use the new mailing-list at lists.gambas-basic.org. It replaces the current SourceForge mailling-lists. Regards, --

[Gambas-user] Gambas mailing-list leaving SourceForge!

2017-10-15 Thread Benoît Minisini via Gambas-user
ly thing hosted by SourceForge. If you have any questions, please ask. Best regards, -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1199: Problems with USB/serial port in latest daily version.

2017-10-14 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1199: Problems with USB/serial port in latest daily version. Date : Sat, 14 Oct 2017 14:14:43 GMT De : bugtrac...@gambaswiki.org Pour : carlopan...@libero.it, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG

Re: [Gambas-user] New git support in the IDE

2017-10-12 Thread Benoît Minisini via Gambas-user
Le 12/10/2017 à 13:42, Christof Thalhofer a écrit : Am 12.10.2017 um 12:45 schrieb Benoît Minisini: I will see... Just as an annotation. I myself prefer using Git via commandline. Because since I started using Git for some source code and then became familiar with it I found a lot of other

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-10-12 Thread Benoît Minisini via Gambas-user
object=BUG.1193&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #831: .WebSetting.Cache.Path say some strange things and not work.

2017-10-12 Thread Benoît Minisini via Gambas-user
haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #716: loss of mouse functionalities

2017-10-12 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.716&from=L21haW4- Comment #8 by Benoît MINISINI: No news for a year, I close the issue. Benoît MINISINI changed the state of the bug to: Abandoned. -- Check out the vibrant tech communit

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1010: Custom runtime libraries not found

2017-10-12 Thread Benoît Minisini via Gambas-user
haW4- Comment #2 by Benoît MINISINI: No news for a year, I close the issue Benoît MINISINI changed the state of the bug to: Abandoned. -- Check out the vibrant tech community on one of the world's most engaging t

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #998: Bug in ToolBar

2017-10-12 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #998: Bug in ToolBar Date : Thu, 12 Oct 2017 11:06:22 GMT De : bugtrac...@gambaswiki.org Pour : g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.998&from=L21haW4- Comment #4 by Benoît MINISINI: No news

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-12 Thread Benoît Minisini via Gambas-user
.1198&from=L21haW4- Comment #3 by Benoît MINISINI: No problem, I was warned about the failed compilation by the gambas daily ppa too, and the problem was clear from their compilation log. -- Check out the vib

Re: [Gambas-user] New git support in the IDE

2017-10-12 Thread Benoît Minisini via Gambas-user
Le 12/10/2017 à 08:32, Christof Thalhofer a écrit : Am 12.10.2017 um 00:15 schrieb Benoît Minisini via Gambas-user: Maybe should I be lazy, and tell the user to install 'meld', 'kdiff3' or any similar tool, and configure the IDE so that it uses it to merge conflicts... Ye

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-12 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile Date : Thu, 12 Oct 2017 05:11:33 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1198&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-11 Thread Benoît Minisini via Gambas-user
.1198&from=L21haW4- Comment #1 by Benoît MINISINI: The problem is in gb.form.dialog, not in gb.desktop. Does last commit fix the problem? Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Chec

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-11 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile Date : Thu, 12 Oct 2017 00:59:05 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1198&

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
would based on the git library, it would change nothing to the dependencies, as git is based on the git library too. Logical... -- Benoît Minisini -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Le 11/10/2017 à 23:56, Benoît Minisini via Gambas-user a écrit : Hi, I have just committed git support in 'master'. The whole IDE version control management has been redesigned. Now version control is managed through a sub-menu in the 'Project' menu, or an equivalent men

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Le 12/10/2017 à 00:09, Tobias Boege a écrit : On Wed, 11 Oct 2017, Benoît Minisini via Gambas-user wrote: Hi, I have just committed git support in 'master'. The whole IDE version control management has been redesigned. Now version control is managed through a sub-menu in the 

[Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
be careful with your projects! Enjoy. -- Benoît Minisini -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1197: Error with Commit b1de31eb

2017-10-07 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1197: Error with Commit b1de31eb Date : Sun, 08 Oct 2017 01:26:43 GMT De : bugtrac...@gambaswiki.org Pour : vu...@yahoo.it, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1197&from=L21haW4- Comment #2 by v

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1197: Error with Commit b1de31eb

2017-10-07 Thread Benoît Minisini via Gambas-user
1 by Benoît MINISINI: This is a bug in the compiler or in your hardware. Benoît MINISINI changed the state of the bug to: Upstream. -- Check out the vibrant tech community on one of the world's most engaging t

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1197: Error with Commit b1de31eb

2017-10-07 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1197: Error with Commit b1de31eb Date : Sat, 07 Oct 2017 22:24:59 GMT De : bugtrac...@gambaswiki.org Pour : vu...@yahoo.it, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1197&from=L21haW4- vuott VUOTT rep

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-10-06 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request Date : Sat, 07 Oct 2017 00:59:59 GMT De : bugtrac...@gambaswiki.org Pour : pavel...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1193&fro

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-10-06 Thread Benoît Minisini via Gambas-user
object=BUG.1193&from=L21haW4- Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events

2017-10-06 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events Date : Fri, 06 Oct 2017 00:02:08 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugt

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events

2017-10-05 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.1195&from=L21haW4- Comment #2 by Benoît MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/commit/55a1701759bd29384079ad584aef8203f18686f5 Benoît MINISINI changed the state of the bug to: F

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-05 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available. Date : Thu, 05 Oct 2017 13:21:24 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1196&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-05 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available. Date : Thu, 05 Oct 2017 13:20:55 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1196&

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-05 Thread Benoît Minisini via Gambas-user
.  Comment out that line and Socket_rRead is never called. Logical, it's not the same problem. I have yet no idea why it does not attach the socket internally as it should do. -- Benoît Minisini -- Check out the vi

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-04 Thread Benoît Minisini via Gambas-user
&from=L21haW4- Comment #1 by Benoît MINISINI: Does commit https://gitlab.com/gambas/gambas/commit/e02d02880660eb796d60ca6b0d32fbf08bf9eb8f make Lof() work correctly on Sockets? Benoît MINISINI changed the state of the bug to: Needs

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available. Date : Thu, 05 Oct 2017 01:28:02 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1196&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available. Date : Thu, 05 Oct 2017 01:27:47 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1196&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available.

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1196: Socket Lof returns 0 when data is available. Date : Thu, 05 Oct 2017 01:27:17 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1196&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events

2017-10-04 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.1195&from=L21haW4- Comment #1 by Benoît MINISINI: Strange, this is done at CServerSocket.c:518 : socket = GB.New(GB.FindClass("Socket"),

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1194: Different limitation : Eval("&HFFFFFFFFFFFFFFF0"), I get Syntax Error

2017-10-04 Thread Benoît Minisini via Gambas-user
org/bugtracker/edit?object=BUG.1194&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/57820e6d44865a3e660d4a27c81fdeb3eeeb1317 Benoît MINISINI changed the state of

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1195: ServerSocket.Attach() returns a Socket object that does not raise events Date : Thu, 05 Oct 2017 00:56:30 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugt

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1194: Different limitation : Eval("&HFFFFFFFFFFFFFFF0"), I get Syntax Error

2017-10-04 Thread Benoît Minisini via Gambas-user
org/bugtracker/edit?object=BUG.1194&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashd

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank Date : Wed, 04 Oct 2017 16:12:33 GMT De : bugtrac...@gambaswiki.org Pour : isaf...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code Date : Wed, 04 Oct 2017 03:39:42 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracke

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1194: Different limitation : Eval("&HFFFFFFFFFFFFFFF0"), I get Syntax Error

2017-10-04 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1194: Different limitation : Eval("&HFFF0"), I get Syntax Error Date : Wed, 04 Oct 2017 04:03:21 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code

2017-10-03 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.808&from=L21haW4- Comment #6 by Benoît MINISINI: Now it's a year old, I mark that as Upstream. Do you still have the bug? Benoît MINISINI changed the state of the bug to: Upstream. -- Chec

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-10-03 Thread Benoît Minisini via Gambas-user
Comment #4 by Benoît MINISINI: Done in commit https://gitlab.com/gambas/gambas/commit/382f33c70dcd03fd06fe95a4e77630301df0071a Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech co

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-10-03 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request Date : Tue, 03 Oct 2017 20:16:00 GMT De : bugtrac...@gambaswiki.org Pour : pavel...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1193&fro

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-10-03 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.1093&from=L21haW4- Comment #3 by Benoît MINISINI: I still can't reproduce the bug, with QT 5.7.1. I suppose this is a bug in your version of QT. Do you upgrade it since? In the meanwhile, I marked the bug as "upstream". Benoît MINISINI changed the state of t

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker

2017-10-03 Thread Benoît Minisini via Gambas-user
?object=BUG.1173&from=L21haW4- Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-10-03 Thread Benoît Minisini via Gambas-user
object=BUG.1193&from=L21haW4- Comment #1 by Benoît MINISINI: Can you join a little project that reproduces the problem? Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Check out the vibrant tech comm

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1117: Search please

2017-10-03 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1117: Search please Date : Tue, 03 Oct 2017 18:27:10 GMT De : bugtrac...@gambaswiki.org Pour : chri...@deganius.de, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1117&from=L21haW4- Benoît MINI

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request

2017-09-30 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request Date : Sat, 30 Sep 2017 03:35:56 GMT De : bugtrac...@gambaswiki.org Pour : pavel...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1193&fro

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click

2017-09-29 Thread Benoît Minisini via Gambas-user
bugtracker/edit?object=BUG.844&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/3c6af994f630fbeb0c44d51a964a7878b1c9c9b7 Benoît MINISINI changed the state of the

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1009: Wish: Speed button for fast packaging

2017-09-29 Thread Benoît Minisini via Gambas-user
=BUG.1009&from=L21haW4- Comment #2 by Benoît MINISINI: Done in commit https://gitlab.com/gambas/gambas/commit/e204ae0c833a4f0ed81fde2b2e7369f410afedf7 Benoît MINISINI changed the state of the bug to: Fixed. -- Check

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time

2017-09-29 Thread Benoît Minisini via Gambas-user
from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/b2a4c166bf671a15bcf4d055057be69c7b124005 Benoît MINISINI changed the state of the bug to: Fixed. -- Check out

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly

2017-09-29 Thread Benoît Minisini via Gambas-user
haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/a2e9261032c0d24f45780386ec7096991743dfad Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date : Fri, 29 Sep 2017 18:43:51 GMT De : bugtrac...@gambaswiki.org Pour : mckaygerh...@gmail.com, adrien.prokopow...@gmail.com, jusabejus...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtrack

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly

2017-09-29 Thread Benoît Minisini via Gambas-user
haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time

2017-09-29 Thread Benoît Minisini via Gambas-user
from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-29 Thread Benoît Minisini via Gambas-user
/bugtracker/edit?object=BUG.1190&from=L21haW4- Comment #4 by Benoît MINISINI: I didn't realize you are doing that. I usually prefer using the command-line tools than the library, when performance is not a problem. It's better for the user that knows that the IDE will doing the same thing

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date : Fri, 29 Sep 2017 16:49:13 GMT De : bugtrac...@gambaswiki.org Pour : mckaygerh...@gmail.com, adrien.prokopow...@gmail.com, jusabejus...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtrack

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date : Fri, 29 Sep 2017 09:42:51 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Za

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date : Fri, 29 Sep 2017 12:10:23 GMT De : bugtrac...@gambaswiki.org Pour : mckaygerh...@gmail.com, jusabejus...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L2

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time Date : Fri, 29 Sep 2017 09:15:01 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1191&from=

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date : Fri, 29 Sep 2017 09:42:18 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Za

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date : Fri, 29 Sep 2017 09:42:31 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Za

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time

2017-09-29 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time Date : Fri, 29 Sep 2017 09:14:18 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1191&from=

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
acker/edit?object=BUG.1189&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/6cdcb477fc55f69008ce3d34e1635fbfb0fd4e37 Benoît MINISINI changed the state of the

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
acker/edit?object=BUG.1189&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. . -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http:

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date : Thu, 28 Sep 2017 20:50:35 GMT De : bugtrac...@gambaswiki.org Pour : jusabejus...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Benoît MINI

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-28 Thread Benoît Minisini via Gambas-user
1 by Benoît MINISINI: Not so simple... git repository is local, and not necessarily centralized, whereas subversion is always centralized. -- Check out the vibrant tech community on one of the world's most enga

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #928: Would it be possible to be admitted declare when going to be used

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #928: Would it be possible to be admitted declare when going to be used Date : Thu, 28 Sep 2017 12:06:50 GMT De : bugtrac...@gambaswiki.org Pour : mov...@mykolab.ch, tmore...@ajm-software.com, jusabejus...@gmail.com, g4m...@g

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date : Thu, 28 Sep 2017 02:43:18 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?obje

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date : Thu, 28 Sep 2017 11:57:45 GMT De : bugtrac...@gambaswiki.org Pour : jusabejus...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Julio SANCHEZ re

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date : Thu, 28 Sep 2017 02:41:10 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?obje

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date : Thu, 28 Sep 2017 02:39:12 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?obje

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ...

2017-09-28 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date : Thu, 28 Sep 2017 02:41:00 GMT De : bugtrac...@gambaswiki.org Pour : author.i...@gmail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?obje

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault

2017-09-27 Thread Benoît Minisini via Gambas-user
.1185&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/8a30ff0ec3485f235a789edc4d8e31c8ebf1a0a5 Benoît MINISINI changed the state of the bug to: Fixed. -- Check

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive

2017-09-27 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date : Wed, 27 Sep 2017 12:39:40 GMT De : bugtrac...@gambaswiki.org Pour : marc.hani...@googlemail.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1

  1   2   3   4   5   6   7   8   9   10   >