From tmorehen at ...3602... Fri Sep 1 04:27:19 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Thu, 31 Aug 2017 22:27:19 -0400 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1132: Dbus will only monitor the first declared bus for signals In-Reply-To: References: <59a718af.8cbf1c0a.4d60d.9c6fSMTPIN_ADDED_BROKEN@...2392...> <80741662-0a2b-4acf-5cae-542e7af27f35@...3602...> <25977ccb-71be-6354-506e-4281aa9871de@...3219...> Message-ID: <30447542-99c2-f1e8-fab8-ddf2be0c615d@...3602...> Hans, I've uploaded gbAutoMount to the Software Farm.? It shows what you can do with Udisks2 and desktop notifications. On 2017-08-31 12:43 PM, Hans Lehmann wrote: > Am 31.08.2017 um 16:40 schrieb Tony Morehen: >> There were issues with dbus signals that were cleared up in the >> recent development release. > > OK. > In the console is now: > > /Main.UdisksDbusSignal_Signal.20: Adding:? sdb1// > //Main.UdisksDbusSignal_Signal.24: Removed:? sdb1/ > > The program in my DBUS project work as expected.Fine! > > Now only the questions remain for me: > > * How do I link the project to a different GUI project? > * How do I access the two results in the console from another program? > > Best regards > > Hans From gambas at ...1... Fri Sep 1 04:27:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 1 Sep 2017 04:27:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories In-Reply-To: <59a8c535.4fc41c0a.59cb9.cc96SMTPIN_ADDED_BROKEN@...2392...> References: <59a8c535.4fc41c0a.59cb9.cc96SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <33d7f28e-3388-886e-3fb5-4e1513a52ce4@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories Date?: Fri, 01 Sep 2017 02:25:56 GMT De?: bugtracker at ...3416... Pour?: allegfede at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1074&from=L21haW4- Comment #4 by Beno?t MINISINI: Does the commit https://gitlab.com/gambas/gambas/commit/fcfb16b779dfc2f11840774fe24e7b017287c5a0 fix your problem? Beno?t MINISINI changed the state of the bug to: Accepted. From hans at ...3219... Fri Sep 1 09:15:54 2017 From: hans at ...3219... (Hans Lehmann) Date: Fri, 1 Sep 2017 09:15:54 +0200 Subject: [Gambas-user] TerminalView1.Exec(...) In-Reply-To: References: <3691541b-2d9a-0100-5a9a-3a5da6f8ab6f@...1...> <20170814222453.b39a9329f85fcbf716854af5@...626...> <1502900352.5677.100.camel@...3609...> <6b4ae492-9d00-7a85-4e82-0015a1e661a3@...1...> Message-ID: <8391cee7-608c-57f7-dcfe-c3efd7cca2b8@...3219...> Hello, I currently test the component gb.form.terminal with the class TerminalView. The class works as expected with TerminalView1.Exec (["bash"]) or with TerminalView1.Exec (["sudo", "apt-get", "install", "libxml2-utils"]. Is there a way for TerminalView1.Exec (["bash"]) to pass a command to the terminal and then run it automatically or after ENTER? Best regards Hans From tmorehen at ...3602... Fri Sep 1 15:05:25 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Fri, 1 Sep 2017 09:05:25 -0400 Subject: [Gambas-user] TerminalView1.Exec(...) In-Reply-To: <8391cee7-608c-57f7-dcfe-c3efd7cca2b8@...3219...> References: <3691541b-2d9a-0100-5a9a-3a5da6f8ab6f@...1...> <20170814222453.b39a9329f85fcbf716854af5@...626...> <1502900352.5677.100.camel@...3609...> <6b4ae492-9d00-7a85-4e82-0015a1e661a3@...1...> <8391cee7-608c-57f7-dcfe-c3efd7cca2b8@...3219...> Message-ID: <4087275e-9dee-9644-56aa-41a519a47edc@...3602...> If you're using a recent commit, you can use hTerminalView.Input("somecommand\n") to run it automatically or don't include "\n" and press ENTER. On 2017-09-01 03:15 AM, Hans Lehmann wrote: > Hello, > > I currently test the component gb.form.terminal with the class > TerminalView. The class works as expected with TerminalView1.Exec > (["bash"]) or with TerminalView1.Exec (["sudo", "apt-get", "install", > "libxml2-utils"]. Is there a way for TerminalView1.Exec (["bash"]) to > pass a command to the terminal and then run it automatically or after > ENTER? > > Best regards > > Hans > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From hans at ...3219... Fri Sep 1 17:09:27 2017 From: hans at ...3219... (Hans Lehmann) Date: Fri, 1 Sep 2017 17:09:27 +0200 Subject: [Gambas-user] TerminalView1.Exec(...) In-Reply-To: <4087275e-9dee-9644-56aa-41a519a47edc@...3602...> References: <3691541b-2d9a-0100-5a9a-3a5da6f8ab6f@...1...> <1502900352.5677.100.camel@...3609...> <6b4ae492-9d00-7a85-4e82-0015a1e661a3@...1...> <8391cee7-608c-57f7-dcfe-c3efd7cca2b8@...3219...> <4087275e-9dee-9644-56aa-41a519a47edc@...3602...> Message-ID: <1923db87-8402-6010-a61d-34c62bd790ad@...3219...> Am 01.09.2017 um 15:05 schrieb Tony Morehen: > If you're using a recent commit, you can use > hTerminalView.Input("somecommand\n") to run it automatically or don't > include "\n" and press ENTER. Hello Tony, [System] Gambas=3.10.90 5bb80e5 (master) OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86_64 Distribution=Linux Mint 17.3 Rosa Desktop=CINNAMON Theme=Gtk Language=de_DE.UTF-8 Memory=1855M I always get the message "Unknown symbol 'Input' in the class 'TerminalView'. What now? Regards Hans From tmorehen at ...3602... Fri Sep 1 18:15:24 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Fri, 1 Sep 2017 12:15:24 -0400 Subject: [Gambas-user] TerminalView1.Exec(...) In-Reply-To: <1923db87-8402-6010-a61d-34c62bd790ad@...3219...> References: <3691541b-2d9a-0100-5a9a-3a5da6f8ab6f@...1...> <1502900352.5677.100.camel@...3609...> <6b4ae492-9d00-7a85-4e82-0015a1e661a3@...1...> <8391cee7-608c-57f7-dcfe-c3efd7cca2b8@...3219...> <4087275e-9dee-9644-56aa-41a519a47edc@...3602...> <1923db87-8402-6010-a61d-34c62bd790ad@...3219...> Message-ID: Your version is dated Aug 21.? Input() was added Aug 22. TerminalView has been updated quite a lot recently.? You should update to the current commit. On 2017-09-01 11:09 AM, Hans Lehmann wrote: > Am 01.09.2017 um 15:05 schrieb Tony Morehen: >> If you're using a recent commit, you can use >> hTerminalView.Input("somecommand\n") to run it automatically or don't >> include "\n" and press ENTER. > Hello Tony, > > [System] > Gambas=3.10.90 5bb80e5 (master) > OperatingSystem=Linux > Kernel=3.19.0-32-generic > Architecture=x86_64 > Distribution=Linux Mint 17.3 Rosa > Desktop=CINNAMON > Theme=Gtk > Language=de_DE.UTF-8 > Memory=1855M > > I always get the message "Unknown symbol 'Input' in the class > 'TerminalView'. What now? > > Regards > > Hans > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From mikeB at ...3673... Fri Sep 1 22:18:59 2017 From: mikeB at ...3673... (mikeB) Date: Fri, 1 Sep 2017 14:18:59 -0600 Subject: [Gambas-user] OH NO - not this ? again... Message-ID: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> eGreetings - The World of Gambas, Most likely most of you will be thinking "OH NO - not this subject again" but I'm sure I'm not the only one trying to switch from vb6(M$) to Gambas (Linux freedom) that after many hours of research - is very confused on what is required to create/ re-distribute an install file (e.g. xxx.deb). I'm finding that this problem is harder to understand/ solve then the codling diff (vb6 vs Gambas). Maybe, surely your advice will help many others ;-) So here goes - my newbie questions: * are the Gambas runtime files most always backward compatible? * if so = why doesn't the "MAKE > Installation package" function automatically include them? From my testing it does not - get install error "Can not install - "Gambas runtime files missing blah, blah.." Not a criticism but only a question - there most likely is a good reason? * Is there somewhere/ someone that creates/ offers the current runtime files for download as a setup (e.g. Gambas-runtime.deb)? I'm think'n that I could just have the end user download and run before install of my offering (Gambas app.) * If not = how do I deal with this (include the runtime files) - PLEASE, so even I can understand ;-) A BIG THANKS to anyone taking the time to advance this newbie, and others knowledge! It will be a big help in advancing development of Linux Gambas apps so folks can rid themselves from M$. Have a GREAT day, mikeB PS: see that there are some of you that is working hard on the terminal component - will be a VERY exciting addition to Gambas when completed - if you would, please inform the list when stable (and what is needed to do to implement). From gambas at ...1... Fri Sep 1 22:39:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 1 Sep 2017 22:39:42 +0200 Subject: [Gambas-user] New domain name for Gambas Message-ID: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Hi, As gambas.{org,net,com...} are all unavailable, I'm thinking about buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. Another solution would be buying gambashq.org or gambas-something.org... But I find g4mbas more funny. What do you think about that, people? -- Beno?t Minisini From criguada at ...626... Fri Sep 1 23:00:20 2017 From: criguada at ...626... (Cristiano Guadagnino) Date: Fri, 1 Sep 2017 23:00:20 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may give the false impression that Gambas is something childish, not a real mature product like it is. Just my 2 euro-cents :-). Cris On Fri, Sep 1, 2017 at 10:39 PM, Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net> wrote: > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about buying > g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From chrisml at ...3340... Fri Sep 1 23:02:47 2017 From: chrisml at ...3340... (Christof Thalhofer) Date: Fri, 1 Sep 2017 23:02:47 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <9a3dde5a-9518-df06-1fcf-9202e2342988@...3340...> Am 01.09.2017 um 22:39 schrieb Beno?t Minisini via Gambas-user: > As gambas.{org,net,com...} are all unavailable, I'm thinking about > buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? g4mbas is funny but cannot be found if searched for "Gambas" ... Also be careful because domain grabbers like to grab domains and sell it later for much more money. So, if anybody has a good idea, I think it's better to send a mail direct to Benoit and dont tell it in the mailinlist. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From adrien.prokopowicz at ...626... Fri Sep 1 23:13:02 2017 From: adrien.prokopowicz at ...626... (Adrien Prokopowicz) Date: Fri, 01 Sep 2017 23:13:02 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: I have the same feeling about the g4mbas name : it doesn't feel very mature, and you can't read it very well. Personally I've been thinking about something like gambas-basic or gambas-lang. This way it's much more readable and easy to type in. gambashq looks nicer, but it isn't really obvious what HQ is. (And to be honest I'm not sure either :-) ). Le Fri, 01 Sep 2017 23:00:20 +0200, Cristiano Guadagnino a ?crit: > I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may give > the false impression that Gambas is something childish, not a real mature > product like it is. > > Just my 2 euro-cents :-). > > Cris > > > On Fri, Sep 1, 2017 at 10:39 PM, Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net> wrote: > >> Hi, >> >> As gambas.{org,net,com...} are all unavailable, I'm thinking about >> buying >> g4mbas.org (or .net, .com...) as a new domain name for Gambas. >> >> Another solution would be buying gambashq.org or gambas-something.org... >> But I find g4mbas more funny. >> >> What do you think about that, people? >> >> -- >> 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 mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Adrien Prokopowicz From tmorehen at ...3602... Fri Sep 1 23:36:19 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Fri, 1 Sep 2017 17:36:19 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <9612af66-ce72-fef5-00ff-9e714544ddba@...3602...> My preference is for gambas-basic.? It would make it easier for potential visitors to find the site. another option is perhaps to take over the gambas.guru site. It seems to be well structured? but has been read only for some time. On 2017-09-01 05:13 PM, Adrien Prokopowicz wrote: > I have the same feeling about the g4mbas name : it doesn't feel very > mature, and > you can't read it very well. > > Personally I've been thinking about something like gambas-basic or > gambas-lang. > This way it's much more readable and easy to type in. > > gambashq looks nicer, but it isn't really obvious what HQ is. (And to > be honest > I'm not sure either :-) ). > > Le Fri, 01 Sep 2017 23:00:20 +0200, Cristiano Guadagnino > a ?crit: > >> I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may >> give >> the false impression that Gambas is something childish, not a real >> mature >> product like it is. >> >> Just my 2 euro-cents :-). >> >> Cris >> >> >> On Fri, Sep 1, 2017 at 10:39 PM, Beno?t Minisini via Gambas-user < >> gambas-user at lists.sourceforge.net> wrote: >> >>> Hi, >>> >>> As gambas.{org,net,com...} are all unavailable, I'm thinking about >>> buying >>> g4mbas.org (or .net, .com...) as a new domain name for Gambas. >>> >>> Another solution would be buying gambashq.org or >>> gambas-something.org... >>> But I find g4mbas more funny. >>> >>> What do you think about that, people? >>> >>> -- >>> 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 mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> ------------------------------------------------------------------------------ >> >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Sat Sep 2 00:31:03 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 00:31:03 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <9a3dde5a-9518-df06-1fcf-9202e2342988@...3340...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <9a3dde5a-9518-df06-1fcf-9202e2342988@...3340...> Message-ID: <252ad063-1b4c-aaee-4e94-b1111e00b9b0@...1...> Le 01/09/2017 ? 23:02, Christof Thalhofer a ?crit : > Am 01.09.2017 um 22:39 schrieb Beno?t Minisini via Gambas-user: > >> As gambas.{org,net,com...} are all unavailable, I'm thinking about >> buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. >> >> Another solution would be buying gambashq.org or gambas-something.org... >> But I find g4mbas more funny. >> >> What do you think about that, people? > > g4mbas is funny but cannot be found if searched for "Gambas" ... > > Also be careful because domain grabbers like to grab domains and sell it > later for much more money. > > So, if anybody has a good idea, I think it's better to send a mail > direct to Benoit and dont tell it in the mailinlist. > > > Alles Gute > > Christof Thalhofer > > OK, I have bought gambas-basic.org for one year. That way, if someone finds a better idea, it won't cost me too much. Regards, -- Beno?t Minisini From mckaygerhard at ...626... Sat Sep 2 01:34:32 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 1 Sep 2017 19:34:32 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: why gambas are unnavailable? how many days left to one of that domains? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-01 16:39 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about buying > g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From tmorehen at ...3602... Sat Sep 2 01:42:39 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Fri, 1 Sep 2017 19:42:39 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <7390a543-4895-2143-c203-9b32789d58de@...3602...> .org and .net are owned by buydomains.com, expire 5/18 On 2017-09-01 07:34 PM, PICCORO McKAY Lenz wrote: > why gambas are unnavailable? > > how many days left to one of that domains? > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-09-01 16:39 GMT-04:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > >> Hi, >> >> As gambas.{org,net,com...} are all unavailable, I'm thinking about buying >> g4mbas.org (or .net, .com...) as a new domain name for Gambas. >> >> Another solution would be buying gambashq.org or gambas-something.org... >> But I find g4mbas more funny. >> >> What do you think about that, people? >> >> -- >> 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 mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From mckaygerhard at ...626... Sat Sep 2 02:09:45 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 1 Sep 2017 20:09:45 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <7390a543-4895-2143-c203-9b32789d58de@...3602...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <7390a543-4895-2143-c203-9b32789d58de@...3602...> Message-ID: 2017-09-01 19:42 GMT-04:00 Tony Morehen : > .org and .net are owned by buydomains.com, expire 5/18 are the most close to expire? how many expensive can be? > > > > On 2017-09-01 07:34 PM, PICCORO McKAY Lenz wrote: > >> why gambas are unnavailable? >> >> how many days left to one of that domains? >> >> Lenz McKAY Gerardo (PICCORO) >> http://qgqlochekone.blogspot.com >> >> 2017-09-01 16:39 GMT-04:00 Beno?t Minisini via Gambas-user < >> gambas-user at lists.sourceforge.net>: >> >> Hi, >>> >>> As gambas.{org,net,com...} are all unavailable, I'm thinking about buying >>> g4mbas.org (or .net, .com...) as a new domain name for Gambas. >>> >>> Another solution would be buying gambashq.org or gambas-something.org... >>> But I find g4mbas more funny. >>> >>> What do you think about that, people? >>> >>> -- >>> 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 mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Sep 2 03:00:46 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 03:00:46 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories In-Reply-To: <59aa0202.4c141c0a.34272.b745SMTPIN_ADDED_BROKEN@...2392...> References: <59aa0202.4c141c0a.34272.b745SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <138746a1-030c-5a59-99f2-7589300ba614@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories Date?: Sat, 02 Sep 2017 00:57:37 GMT De?: bugtracker at ...3416... Pour?: allegfede at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1074&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 2 03:05:41 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 03:05:41 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aa02c0.d1bf1c0a.7713e.b3abSMTPIN_ADDED_BROKEN@...2392...> References: <59aa02c0.d1bf1c0a.7713e.b3abSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <84fa147a-87b8-95ba-1b5b-fcac51d7c098@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 01:00:48 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #1 by Beno?t MINISINI: I can't reproduce that. Please post a full project that reproduces the bug. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 2 03:55:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 03:55:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #999: Qt5 -editable- comboboxes looks weird with oxygen style In-Reply-To: <59aa0ed8.cb5e1c0a.233a6.d058SMTPIN_ADDED_BROKEN@...2392...> References: <59aa0ed8.cb5e1c0a.233a6.d058SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8b2b9af3-bd94-c96d-1e64-7f5c423b21f0@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #999: Qt5 -editable- comboboxes looks weird with oxygen style Date?: Sat, 02 Sep 2017 01:52:24 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.999&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/commit/c02be7127fe217838da3571211af0cb8a1123c6c. Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 2 03:55:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 03:55:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #953: Stock Icons In-Reply-To: <59aa0f4b.2e8edf0a.4eecf.db43SMTPIN_ADDED_BROKEN@...2392...> References: <59aa0f4b.2e8edf0a.4eecf.db43SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6fb1631e-42ad-e61d-7827-32d77e1603a9@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #953: Stock Icons Date?: Sat, 02 Sep 2017 01:54:19 GMT De?: bugtracker at ...3416... Pour?: mufeed.ali53 at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.953&from=L21haW4- Comment #7 by Beno?t MINISINI: Alas the Gambas controls do not react to icon theme changes too. You still have to restart the application. Beno?t MINISINI changed the state of the bug to: Rejected. From gambas at ...1... Sat Sep 2 04:00:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 04:00:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1029: BUG: SpinBar does not block mousewheel scroll when inside a scrollview In-Reply-To: <59aa103d.44bf1c0a.ebc97.c4a6SMTPIN_ADDED_BROKEN@...2392...> References: <59aa103d.44bf1c0a.ebc97.c4a6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8fd437e9-725b-23bc-0311-2e2ee1642801@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1029: BUG: SpinBar does not block mousewheel scroll when inside a scrollview Date?: Sat, 02 Sep 2017 01:58:21 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1029&from=L21haW4- Comment #3 by Beno?t MINISINI: It's fixed in commit https://gitlab.com/gambas/gambas/commit/de0689e90ae7ad2cbd5dc5b76d4c1c5410f44c50. Beno?t MINISINI changed the state of the bug to: Fixed. From nando_f at ...951... Sat Sep 2 05:18:41 2017 From: nando_f at ...951... (nando_f at ...951...) Date: Fri, 1 Sep 2017 23:18:41 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <20170902031739.M96084@...951...> Gambas.ca is available I am in Canada, I will donate purchase it for you on an on-going basis. -Fernando (in Canada) -- Open WebMail Project (http://openwebmail.org) ---------- Original Message ----------- From: Beno?t Minisini via Gambas-user To: gambas-user at lists.sourceforge.net Cc: Beno?t Minisini Sent: Fri, 1 Sep 2017 22:39:42 +0200 Subject: [Gambas-user] New domain name for Gambas > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about > buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------- End of Original Message ------- From hans at ...3219... Sat Sep 2 08:57:01 2017 From: hans at ...3219... (Hans Lehmann) Date: Sat, 2 Sep 2017 08:57:01 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <20170902031739.M96084@...951...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <20170902031739.M96084@...951...> Message-ID: Hello, that would be OK: gambas4all Hans From moviga at ...3488... Sat Sep 2 09:52:05 2017 From: moviga at ...3488... (Moviga Technologies) Date: Sat, 02 Sep 2017 09:52:05 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <6b579353de5b6ab1bb14b48bb415c646@...3488...> I agree! g4mbas may not be making a false impression of the quality of Gambas. gambashq sounds OK though, just like winehq.org (Wine) is a respected piece of software. On 2017-09-01 23:00, Cristiano Guadagnino wrote: > I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may give > the false impression that Gambas is something childish, not a real mature > product like it is. > > Just my 2 euro-cents :-). > > Cris > > On Fri, Sep 1, 2017 at 10:39 PM, Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net> wrote: > >> Hi, >> >> As gambas.{org,net,com...} are all unavailable, I'm thinking about buying >> g4mbas.org (or .net, .com...) as a new domain name for Gambas. >> >> Another solution would be buying gambashq.org or gambas-something.org... >> But I find g4mbas more funny. >> >> What do you think about that, people? >> >> -- >> 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 mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From moviga at ...3488... Sat Sep 2 10:36:29 2017 From: moviga at ...3488... (Moviga Technologies) Date: Sat, 02 Sep 2017 10:36:29 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <6b579353de5b6ab1bb14b48bb415c646@...3488...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <6b579353de5b6ab1bb14b48bb415c646@...3488...> Message-ID: <7f7a7019632a93fff333ed2e1006cded@...3488...> minus not... where did that come from ;) On 2017-09-02 09:52, Moviga Technologies wrote: > I agree! g4mbas may not be making a false impression of the quality of > Gambas. > > gambashq sounds OK though, just like winehq.org (Wine) is a respected > piece of software. > > On 2017-09-01 23:00, Cristiano Guadagnino wrote: > > I'd prefer gambashq.org. While g4mbas is indeed funny, I fear it may give > the false impression that Gambas is something childish, not a real mature > product like it is. > > Just my 2 euro-cents :-). > > Cris > > On Fri, Sep 1, 2017 at 10:39 PM, Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net> wrote: > > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about buying > g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From fernandojosecabral at ...626... Sat Sep 2 11:35:23 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Sat, 2 Sep 2017 06:35:23 -0300 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> Message-ID: Myself? I'd be benefited with a comprehensive answer to this quest. To this moment I have not been able to create a package that, by itself, would work in a new machine. Up to now, the solution I have found is no solution at all: I install the whole gambas package and then copy the source directory. It would be great to know what is the right thing to do. - fernando 2017-09-01 17:18 GMT-03:00 mikeB : > eGreetings - The World of Gambas, > > Most likely most of you will be thinking "OH NO - not this subject again" > but I'm sure I'm not the only one trying to switch from vb6(M$) to Gambas > (Linux freedom) > that after many hours of research - is very confused on what is required > to create/ re-distribute > an install file (e.g. xxx.deb). > > I'm finding that this problem is harder to understand/ solve then the > codling diff (vb6 vs Gambas). > Maybe, surely your advice will help many others ;-) > > So here goes - my newbie questions: > * are the Gambas runtime files most always backward compatible? > > * if so = why doesn't the "MAKE > Installation package" function > automatically include them? > From my testing it does not - get install error "Can not install - "Gambas > runtime files missing blah, blah.." > > Not a criticism but only a question - there most likely is a good reason? > > * Is there somewhere/ someone that creates/ offers the current runtime > files for download as a setup (e.g. Gambas-runtime.deb)? > I'm think'n that I could just have the end user download and run before > install of my offering (Gambas app.) > > * If not = how do I deal with this (include the runtime files) - PLEASE, > so even I can understand ;-) > > A BIG THANKS to anyone taking the time to advance this newbie, and others > knowledge! > > It will be a big help in advancing development of Linux Gambas apps so > folks can rid themselves from M$. > > Have a GREAT day, > mikeB > > PS: see that there are some of you that is working hard on the terminal > component - will be a VERY exciting addition to Gambas > > when completed - if you would, please inform the list when stable (and > what is needed to do to implement). > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From gambas at ...1... Sat Sep 2 13:11:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 13:11:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aa1607.85ba1c0a.1b93.f263SMTPIN_ADDED_BROKEN@...2392...> References: <59aa1607.85ba1c0a.1b93.f263SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 02:23:03 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Tony MOREHEN added an attachment: gbTerm-0.1.tar.gz From gambas at ...1... Sat Sep 2 13:11:36 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 13:11:36 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aa1d70.6786df0a.ec734.042bSMTPIN_ADDED_BROKEN@...2392...> References: <59aa1d70.6786df0a.ec734.042bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <5d7197b0-e2f3-2f40-54cc-a51f6bea788f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 02:54:39 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #4 by Tony MOREHEN: I added my sysinfo From gambas at ...1... Sat Sep 2 13:11:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 13:11:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aa15e4.d796df0a.603fa.4ca4SMTPIN_ADDED_BROKEN@...2392...> References: <59aa15e4.d796df0a.603fa.4ca4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0de6a7ea-d5a8-7b7b-f6e4-6afecc87757b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 02:22:27 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #2 by Tony MOREHEN: I published the program with the problem to the Software Farm as gbTerm. Yes yet another terminal emulator. This emulator has a quick navigate sidebar on the left. It also has a pretty full cli, comparable to other standard emulators. gbTerm -h for instructions. BTW I can't see any way to attach the program to this report. Any way, the version I uploaded uses QT for the gui; you'll need to switch to one of the gtk components. Clich Edit then Preferences then crash. I did some more error tracing. The crash occurs the first time that FillPicture in ColorButton.class is run. When QT runs this function, $hPicture is Null. When gtk runs FillPicture, $hPicture is not Null, but has 0 width and height (and probably other invalid parameters). Hence, the crash at Draw.Begin. Private Sub FillPicture() If $hPicture Then '$hPicture.Fill($iColor) Draw.Begin($hPicture) '<===== crashes here Draw.LineStyle = Line.None Draw.FillStyle = Fill.Solid Draw.FillColor = $iColor Draw.Rect(2, 2, $hPicture.Width - 4, $hPicture.Height - 4) Draw.LineStyle = Line.Solid Draw.FillStyle = Fill.None Draw.Foreground = Color.LightForeground Draw.Rect(0, 0, $hPicture.Width, $hPicture.Height) Draw.Foreground = Color.White Draw.Rect(1, 1, $hPicture.Width - 2, $hPicture.Height - 2) Draw.End Endif $hButton.Picture = $hPicture End Tony MOREHEN changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 2 13:11:36 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 13:11:36 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aa1625.55b31c0a.6c002.e02cSMTPIN_ADDED_BROKEN@...2392...> References: <59aa1625.55b31c0a.6c002.e02cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 02:23:32 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #3 by Tony MOREHEN: Now I see how to attach a file. From Karl.Reinl at ...2345... Sat Sep 2 13:44:43 2017 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Sat, 02 Sep 2017 13:44:43 +0200 Subject: [Gambas-user] gambas3 debugging Message-ID: <1504352683.23248.61.camel@...3609...> Salut, does anyone have something like a 'How debug with the Gambas3-IDE' in English? -- Amicalement Charlie From gambas at ...1... Sat Sep 2 14:03:09 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 14:03:09 +0200 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> Message-ID: Le 02/09/2017 ? 11:35, Fernando Cabral a ?crit : > Myself? I'd be benefited with a comprehensive answer to this quest. To this > moment I have not been able to create a package that, by itself, would work > in a new machine. Up to now, the solution I have found is no solution at > all: I install the whole gambas package and then copy the source directory. > > It would be great to know what is the right thing to do. > > - fernando > > 2017-09-01 17:18 GMT-03:00 mikeB : > >> eGreetings - The World of Gambas, >> >> Most likely most of you will be thinking "OH NO - not this subject again" >> but I'm sure I'm not the only one trying to switch from vb6(M$) to Gambas >> (Linux freedom) >> that after many hours of research - is very confused on what is required >> to create/ re-distribute >> an install file (e.g. xxx.deb). >> >> I'm finding that this problem is harder to understand/ solve then the >> codling diff (vb6 vs Gambas). >> Maybe, surely your advice will help many others ;-) >> >> So here goes - my newbie questions: >> * are the Gambas runtime files most always backward compatible? >> >> * if so = why doesn't the "MAKE > Installation package" function >> automatically include them? >> From my testing it does not - get install error "Can not install - "Gambas >> runtime files missing blah, blah.." >> >> Not a criticism but only a question - there most likely is a good reason? >> >> * Is there somewhere/ someone that creates/ offers the current runtime >> files for download as a setup (e.g. Gambas-runtime.deb)? >> I'm think'n that I could just have the end user download and run before >> install of my offering (Gambas app.) >> >> * If not = how do I deal with this (include the runtime files) - PLEASE, >> so even I can understand ;-) >> >> A BIG THANKS to anyone taking the time to advance this newbie, and others >> knowledge! >> >> It will be a big help in advancing development of Linux Gambas apps so >> folks can rid themselves from M$. >> >> Have a GREAT day, >> mikeB >> >> PS: see that there are some of you that is working hard on the terminal >> component - will be a VERY exciting addition to Gambas >> >> when completed - if you would, please inform the list when stable (and >> what is needed to do to implement). >> >> Packaging on Linux is based on two things: 1) A package of your project, made by the IDE. 2) The binary packages of the runtime, managed by your Linux distribution, or by Sebasti?n Kulesz on launchpad for Ubuntu. Every interpreted language works this way. Just make a package, and if you have bugs or problem, report them. That way, we can make 1) working correctly. As for 2), this is a big deal. Sebasti?n Kulesz make all the needed packages many versions of Ubuntu. As for other distributions, it relies on voluntaries or companies to deliver the binary Gambas packages regularly. - Debian packages are of course out of date, unless on unstable. - RedHat (and its cousins) packages seems to be up to date. - OpenSuSE used to be unable to package Gambas, but now it seems to be fixed - ArchLinux seems to be ok afaik. - Gentoo has no packages - ... It depends on your distribution, and you have to report any problem or better fill the wiki with all the information you gather. By the way, the TerminalView control should be ok now in the development version. Regards, -- Beno?t Minisini From t.lee.davidson at ...626... Sat Sep 2 16:06:03 2017 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Sat, 2 Sep 2017 10:06:03 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: On 09/01/2017 05:13 PM, Adrien Prokopowicz wrote: > Personally I've been thinking about something like gambas-basic or gambas-lang. > This?way?it's?much?more?readable?and?easy?to?type?in. gambas-basic is good. I like gambas-lang better. -- Lee From t.lee.davidson at ...626... Sat Sep 2 16:10:40 2017 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Sat, 2 Sep 2017 10:10:40 -0400 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> Message-ID: <7927ac22-f408-fa34-9246-75b247f02aef@...626...> On 09/02/2017 08:03 AM, Beno?t Minisini via Gambas-user wrote: > Le 02/09/2017 ? 11:35, Fernando Cabral a ?crit : >> Myself? I'd be benefited with a comprehensive answer to this quest. To this >> moment I have not been able to create a package that, by itself, would work >> in a new machine. Up to now, the solution I have found is no solution at >> all: I install the whole gambas package and then copy the source directory. >> >> It would be great to know what is the right thing to do. >> >> - fernando >> >> 2017-09-01 17:18 GMT-03:00 mikeB : >> >>> eGreetings - The World of Gambas, >>> >>> Most likely most of you will be thinking "OH NO - not this subject again" >>> but I'm sure I'm not the only one trying to switch from vb6(M$) to Gambas >>> (Linux freedom) >>> that after many hours of research - is very confused on what is required >>> to create/ re-distribute >>> an install file (e.g. xxx.deb). >>> >>> I'm finding that this problem is harder to understand/ solve then the >>> codling diff (vb6 vs Gambas). >>> Maybe, surely your advice will help many others ;-) >>> >>> So here goes - my newbie questions: >>> * are the Gambas runtime files most always backward compatible? >>> >>> * if so = why doesn't the "MAKE > Installation package" function >>> automatically include them? >>> ?From my testing it does not - get install error "Can not install - "Gambas >>> runtime files missing blah, blah.." >>> >>> Not a criticism but only a question - there most likely is a good reason? >>> >>> * Is there somewhere/ someone that creates/ offers the current runtime >>> files for download as a setup (e.g. Gambas-runtime.deb)? >>> I'm think'n that I could just have the end user download and run before >>> install of my offering (Gambas app.) >>> >>> * If not = how do I deal with this (include the runtime files) - PLEASE, >>> so even I can understand ;-) >>> >>> A BIG THANKS to anyone taking the time to advance this newbie, and others >>> knowledge! >>> >>> It will be a big help in advancing development of Linux Gambas apps so >>> folks can rid themselves from M$. >>> >>> Have a GREAT day, >>> mikeB >>> >>> PS: see that there are some of you that is working hard on the terminal >>> component - will be a VERY exciting addition to Gambas >>> >>> when completed - if you would, please inform the list when stable (and >>> what is needed to do to implement). >>> >>> > > Packaging on Linux is based on two things: > > 1) A package of your project, made by the IDE. > > 2) The binary packages of the runtime, managed by your Linux distribution, or by Sebasti?n Kulesz on launchpad for Ubuntu. > > Every interpreted language works this way. > > Just make a package, and if you have bugs or problem, report them. That way, we can make 1) working correctly. > > As for 2), this is a big deal. > > Sebasti?n Kulesz make all the needed packages many versions of Ubuntu. As for other distributions, it relies on voluntaries or > companies to deliver the binary Gambas packages regularly. > > - Debian packages are of course out of date, unless on unstable. > - RedHat (and its cousins) packages seems to be up to date. > - OpenSuSE used to be unable to package Gambas, but now it seems to be fixed > - ArchLinux seems to be ok afaik. > - Gentoo has no packages > - ... > > It depends on your distribution, and you have to report any problem or better fill the wiki with all the information you gather. > > By the way, the TerminalView control should be ok now in the development version. > > Regards, > Just for clarity, exactly which run-time packages need to be pre-installed for a project installation package to install relatively hassle-free and work "out of the box"? Will the installer prompt for installation of needed component dependencies? -- Lee From gambas at ...1... Sat Sep 2 16:55:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 16:55:24 +0200 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: <7927ac22-f408-fa34-9246-75b247f02aef@...626...> References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> <7927ac22-f408-fa34-9246-75b247f02aef@...626...> Message-ID: <1dccbcc6-070b-e47e-963c-a6186738a0ba@...1...> Le 02/09/2017 ? 16:10, T Lee Davidson a ?crit : > On 09/02/2017 08:03 AM, Beno?t Minisini via Gambas-user wrote: >> Le 02/09/2017 ? 11:35, Fernando Cabral a ?crit : >>> Myself? I'd be benefited with a comprehensive answer to this quest. >>> To this >>> moment I have not been able to create a package that, by itself, >>> would work >>> in a new machine. Up to now, the solution I have found is no solution at >>> all: I install the whole gambas package and then copy the source >>> directory. >>> >>> It would be great to know what is the right thing to do. >>> >>> - fernando >>> >>> 2017-09-01 17:18 GMT-03:00 mikeB : >>> >>>> eGreetings - The World of Gambas, >>>> >>>> Most likely most of you will be thinking "OH NO - not this subject >>>> again" >>>> but I'm sure I'm not the only one trying to switch from vb6(M$) to >>>> Gambas >>>> (Linux freedom) >>>> that after many hours of research - is very confused on what is >>>> required >>>> to create/ re-distribute >>>> an install file (e.g. xxx.deb). >>>> >>>> I'm finding that this problem is harder to understand/ solve then the >>>> codling diff (vb6 vs Gambas). >>>> Maybe, surely your advice will help many others ;-) >>>> >>>> So here goes - my newbie questions: >>>> * are the Gambas runtime files most always backward compatible? >>>> >>>> * if so = why doesn't the "MAKE > Installation package" function >>>> automatically include them? >>>> From my testing it does not - get install error "Can not install - >>>> "Gambas >>>> runtime files missing blah, blah.." >>>> >>>> Not a criticism but only a question - there most likely is a good >>>> reason? >>>> >>>> * Is there somewhere/ someone that creates/ offers the current runtime >>>> files for download as a setup (e.g. Gambas-runtime.deb)? >>>> I'm think'n that I could just have the end user download and run before >>>> install of my offering (Gambas app.) >>>> >>>> * If not = how do I deal with this (include the runtime files) - >>>> PLEASE, >>>> so even I can understand ;-) >>>> >>>> A BIG THANKS to anyone taking the time to advance this newbie, and >>>> others >>>> knowledge! >>>> >>>> It will be a big help in advancing development of Linux Gambas apps so >>>> folks can rid themselves from M$. >>>> >>>> Have a GREAT day, >>>> mikeB >>>> >>>> PS: see that there are some of you that is working hard on the terminal >>>> component - will be a VERY exciting addition to Gambas >>>> >>>> when completed - if you would, please inform the list when stable (and >>>> what is needed to do to implement). >>>> >>>> >> >> Packaging on Linux is based on two things: >> >> 1) A package of your project, made by the IDE. >> >> 2) The binary packages of the runtime, managed by your Linux >> distribution, or by Sebasti?n Kulesz on launchpad for Ubuntu. >> >> Every interpreted language works this way. >> >> Just make a package, and if you have bugs or problem, report them. >> That way, we can make 1) working correctly. >> >> As for 2), this is a big deal. >> >> Sebasti?n Kulesz make all the needed packages many versions of Ubuntu. >> As for other distributions, it relies on voluntaries or companies to >> deliver the binary Gambas packages regularly. >> >> - Debian packages are of course out of date, unless on unstable. >> - RedHat (and its cousins) packages seems to be up to date. >> - OpenSuSE used to be unable to package Gambas, but now it seems to be >> fixed >> - ArchLinux seems to be ok afaik. >> - Gentoo has no packages >> - ... >> >> It depends on your distribution, and you have to report any problem or >> better fill the wiki with all the information you gather. >> >> By the way, the TerminalView control should be ok now in the >> development version. >> >> Regards, >> > > Just for clarity, exactly which run-time packages need to be > pre-installed for a project installation package to install relatively > hassle-free and work "out of the box"? Will the installer prompt for > installation of needed component dependencies? > > Yes. When the IDE make the package, it defines all its dependencies, which are package names. But it means that the distribution *must* follow a specific package naming scheme (documented in the wiki). And I'm not sure they all do that. Someone should check! -- Beno?t Minisini From clangbone at ...43... Sat Sep 2 17:09:44 2017 From: clangbone at ...43... (dude) Date: Sat, 2 Sep 2017 08:09:44 -0700 (MST) Subject: [Gambas-user] draw image Message-ID: <1504364984392-0.post@...3046...> Gambas 3.10.0 I have drawn a little graphic in the Gambas image editor. How do i display this graphic in a drawingarea or a picturebox on the form? Thanks! -- Sent from: http://gambas.8142.n7.nabble.com/gambas-user-f3.html From mckaygerhard at ...626... Sat Sep 2 18:45:45 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 2 Sep 2017 12:45:45 -0400 Subject: [Gambas-user] Mailinglist In-Reply-To: <1598be04-53cf-3fd9-7bb4-5425d48f8704@...1...> References: <0f4d04ba-7a24-915c-0994-98f9e3fb3042@...3340...> <5dcf10ca-09e2-6cf7-fef4-6146a06b3c96@...1...> <1598be04-53cf-3fd9-7bb4-5425d48f8704@...1...> Message-ID: hi all, sorry for resurecting this, but what about the savannah mail list services? http://savannah.nongnu.org/mail/ Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-20 14:34 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Le 20/08/2017 ? 10:53, Christof Thalhofer a ?crit : > >> Am 19.08.2017 um 19:13 schrieb Beno?t Minisini via Gambas-user: >> >> So we must find: >>> >>> - Someone who can host the mailing-list and who has time to manage the >>> server. >>> >> >> Our servers* are powerful servers running with Debian, mirrored by DRBD, >> backupped to another datacenter at night and used for shared hosting. >> There are hostmasters who manage the servers. The only thing I had to do >> would be configuring Mailman. This is done once and then it runs forever. >> >> Do you know the count of users and traffic of the Gambas ML? >> > > I can't access the subscription interface of the mailing-lists anymore, so > I don't know exactly. About 500 users for the user mailing-list, far less > for the developer mailing-list. As for the number of mails, you can see it > on the mailing-list archives on SourceForge. It gives you the number of > mails by month. And maybe I will merge the developer and the user > mailing-list. One mailing-list to rule them all! > > >> One web-packet there costs 5?/month, has 1GB webspace and 10GB traffic >> included, I would have no problem to donate it to the Gambas community, >> but for sure there are better ways to finance it (maybe a Gambas >> Foundation, that is owner of the web-packet?). >> > > You will tell me. There is 500 users ; each mails had a limit of 512 Kb; > there is about 300 mails by month ; most of the mails are... let's say 16 > Kb. So: 16 x 300 x 500 ~= 2,4 Gb / month. > > 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 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mikeB at ...3673... Sat Sep 2 18:51:02 2017 From: mikeB at ...3673... (mikeB) Date: Sat, 2 Sep 2017 10:51:02 -0600 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: <1dccbcc6-070b-e47e-963c-a6186738a0ba@...1...> References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> <7927ac22-f408-fa34-9246-75b247f02aef@...626...> <1dccbcc6-070b-e47e-963c-a6186738a0ba@...1...> Message-ID: ******************************************************************************************* Just to clarify a few questions that were presented in your MUCH APPRECIATED answers: * when try to install the deb file on a virgin Mint 8.1 puter = the installer starts its "thing" then returns an error message saying "ERROR: Dependency is not satisfied: gambas3-runtime(>=3.10). After more research found a cmd line that says will update the runtime files (which would be GREAT if it actually worked ;-( as expected by a very new Linux user. "sudo apt-get install gambas3-runtime" the terminal return = mikeb at ...3685... ~ $ sudo apt-get install gambas3-runtime [sudo] password for mikeb: Reading package lists... Done Building dependency tree Reading state information... Done gambas3-runtime is already the newest version (3.8.4-2ubuntu3.1). gambas3-runtime set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 325 not upgraded. mikeb at ...3685... ~ $ Notice that it says "newest version 3.8.4-2 when at the same time the installer error reports needs " gambas3-runtime(.=3.10)" yep.. very confusing for me anyway. Thank you for your support, mikeB PS: before I upgraded to v10 from v8 the install of gambas apps seemed to go as expected - I as well as several of my beta testers had no problem: the install did however find a couple files that it needed but installed them automatically (after confirm to do so). ********************************************************************************************** On 09/02/2017 08:55 AM, Beno?t Minisini via Gambas-user wrote: > Le 02/09/2017 ? 16:10, T Lee Davidson a ?crit : >> On 09/02/2017 08:03 AM, Beno?t Minisini via Gambas-user wrote: >>> Le 02/09/2017 ? 11:35, Fernando Cabral a ?crit : >>>> Myself? I'd be benefited with a comprehensive answer to this quest. >>>> To this >>>> moment I have not been able to create a package that, by itself, >>>> would work >>>> in a new machine. Up to now, the solution I have found is no >>>> solution at >>>> all: I install the whole gambas package and then copy the source >>>> directory. >>>> >>>> It would be great to know what is the right thing to do. >>>> >>>> - fernando >>>> >>>> 2017-09-01 17:18 GMT-03:00 mikeB : >>>> >>>>> eGreetings - The World of Gambas, >>>>> >>>>> Most likely most of you will be thinking "OH NO - not this subject >>>>> again" >>>>> but I'm sure I'm not the only one trying to switch from vb6(M$) to >>>>> Gambas >>>>> (Linux freedom) >>>>> that after many hours of research - is very confused on what is >>>>> required >>>>> to create/ re-distribute >>>>> an install file (e.g. xxx.deb). >>>>> >>>>> I'm finding that this problem is harder to understand/ solve then the >>>>> codling diff (vb6 vs Gambas). >>>>> Maybe, surely your advice will help many others ;-) >>>>> >>>>> So here goes - my newbie questions: >>>>> * are the Gambas runtime files most always backward compatible? >>>>> >>>>> * if so = why doesn't the "MAKE > Installation package" function >>>>> automatically include them? >>>>> From my testing it does not - get install error "Can not install >>>>> - "Gambas >>>>> runtime files missing blah, blah.." >>>>> >>>>> Not a criticism but only a question - there most likely is a good >>>>> reason? >>>>> >>>>> * Is there somewhere/ someone that creates/ offers the current >>>>> runtime >>>>> files for download as a setup (e.g. Gambas-runtime.deb)? >>>>> I'm think'n that I could just have the end user download and run >>>>> before >>>>> install of my offering (Gambas app.) >>>>> >>>>> * If not = how do I deal with this (include the runtime files) - >>>>> PLEASE, >>>>> so even I can understand ;-) >>>>> >>>>> A BIG THANKS to anyone taking the time to advance this newbie, and >>>>> others >>>>> knowledge! >>>>> >>>>> It will be a big help in advancing development of Linux Gambas >>>>> apps so >>>>> folks can rid themselves from M$. >>>>> >>>>> Have a GREAT day, >>>>> mikeB >>>>> >>>>> PS: see that there are some of you that is working hard on the >>>>> terminal >>>>> component - will be a VERY exciting addition to Gambas >>>>> >>>>> when completed - if you would, please inform the list when stable >>>>> (and >>>>> what is needed to do to implement). >>>>> >>>>> >>> >>> Packaging on Linux is based on two things: >>> >>> 1) A package of your project, made by the IDE. >>> >>> 2) The binary packages of the runtime, managed by your Linux >>> distribution, or by Sebasti?n Kulesz on launchpad for Ubuntu. >>> >>> Every interpreted language works this way. >>> >>> Just make a package, and if you have bugs or problem, report them. >>> That way, we can make 1) working correctly. >>> >>> As for 2), this is a big deal. >>> >>> Sebasti?n Kulesz make all the needed packages many versions of >>> Ubuntu. As for other distributions, it relies on voluntaries or >>> companies to deliver the binary Gambas packages regularly. >>> >>> - Debian packages are of course out of date, unless on unstable. >>> - RedHat (and its cousins) packages seems to be up to date. >>> - OpenSuSE used to be unable to package Gambas, but now it seems to >>> be fixed >>> - ArchLinux seems to be ok afaik. >>> - Gentoo has no packages >>> - ... >>> >>> It depends on your distribution, and you have to report any problem >>> or better fill the wiki with all the information you gather. >>> >>> By the way, the TerminalView control should be ok now in the >>> development version. >>> >>> Regards, >>> >> >> Just for clarity, exactly which run-time packages need to be >> pre-installed for a project installation package to install >> relatively hassle-free and work "out of the box"? Will the installer >> prompt for installation of needed component dependencies? >> >> > > Yes. When the IDE make the package, it defines all its dependencies, > which are package names. But it means that the distribution *must* > follow a specific package naming scheme (documented in the wiki). And > I'm not sure they all do that. Someone should check! > From gambas at ...1... Sat Sep 2 19:15:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 19:15:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1134: The scrollbar in gb.form.terminal is virtually illegible against a black background. In-Reply-To: <59aae658.15851c0a.6fa13.8443SMTPIN_ADDED_BROKEN@...2392...> References: <59aae658.15851c0a.6fa13.8443SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <764d91f9-ca11-cc26-57ea-9b3bba307965@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1134: The scrollbar in gb.form.terminal is virtually illegible against a black background. Date?: Sat, 02 Sep 2017 17:11:51 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1134&from=L21haW4- Tony MOREHEN changed the state of the bug to: Upstream. From gambas at ...1... Sat Sep 2 19:25:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 19:25:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aae8bb.0a8bdf0a.2a1ba.7a34SMTPIN_ADDED_BROKEN@...2392...> References: <59aae8bb.0a8bdf0a.2a1ba.7a34SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <237074da-c1f4-aba4-405c-b948c4efb0ec@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 17:22:03 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #5 by Beno?t MINISINI: I get "DirView.RootName is not a property" when starting the project... Is there something missing somewhere? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 2 19:25:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 19:25:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property In-Reply-To: References: Message-ID: <8765dc31-a2d9-b9c9-cb9e-89884df8b57a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property Date?: Sat, 02 Sep 2017 17:21:03 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1156&from=L21haW4- Tony MOREHEN reported a new bug. Summary ------- IDE crashes when you click on ... for the Picture property Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- In the IDE, select an object that has a picture property. Click on Property in the property editor. Then click on ... IDE crashes with the following message: This application has raised an unexpected error and must abort. Unknown item: /home/tony. _TreeView._get.79 System information ------------------ [System] Gambas=3.10.90 OperatingSystem=Linux Kernel=4.11.12-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=Gtk Language=en_CA.utf8 Memory=3859M [Libraries] Cairo=libcairo.so.2.11400.10 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.13 GStreamer=libgstreamer-1.0.so.0.1202.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.18 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.68.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=xfce GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK_MODULES=canberra-gtk-module:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_CA.utf8 LC_ADDRESS=en_CA.UTF-8 LC_IDENTIFICATION=en_CA.UTF-8 LC_MEASUREMENT=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_NAME=en_CA.UTF-8 LC_NUMERIC=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_TELEPHONE=en_CA.UTF-8 LC_TIME=en_CA.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/11830,unix/:/tmp/.ICE-unix/11830 SHELL=/bin/bash SHLVL=1 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c9 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session3 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/xfce4-session From gambas at ...1... Sat Sep 2 19:30:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 19:30:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59aae9d0.c1a1df0a.4ce12.8da7SMTPIN_ADDED_BROKEN@...2392...> References: <59aae9d0.c1a1df0a.4ce12.8da7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 17:26:39 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #6 by Beno?t MINISINI: OK, I remove the reference to that property, and could run the project. I got the bug. Beno?t MINISINI changed the state of the bug to: Accepted. From taboege at ...626... Sat Sep 2 19:32:33 2017 From: taboege at ...626... (Tobias Boege) Date: Sat, 2 Sep 2017 19:32:33 +0200 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> <7927ac22-f408-fa34-9246-75b247f02aef@...626...> <1dccbcc6-070b-e47e-963c-a6186738a0ba@...1...> Message-ID: <20170902173233.GA32224@...3600...> On Sat, 02 Sep 2017, mikeB wrote: > ******************************************************************************************* > > Just to clarify a few questions that were presented in your MUCH APPRECIATED > answers: > > * when try to install the deb file on a virgin Mint 8.1 puter = the > installer starts its "thing" > > then returns an error message saying > > "ERROR: Dependency is not satisfied: gambas3-runtime(>=3.10). > > > After more research found a cmd line that says will update the runtime files > > (which would be GREAT if it actually worked ;-( as expected by a very new > Linux user. > > "sudo apt-get install gambas3-runtime" > > the terminal return = > > mikeb at ...3685... ~ $ sudo apt-get install gambas3-runtime > [sudo] password for mikeb: > Reading package lists... Done > Building dependency tree > Reading state information... Done > gambas3-runtime is already the newest version (3.8.4-2ubuntu3.1). > gambas3-runtime set to manually installed. > 0 upgraded, 0 newly installed, 0 to remove and 325 not upgraded. > mikeb at ...3685... ~ $ > > Notice that it says "newest version 3.8.4-2 when at the same time > > the installer error reports needs " gambas3-runtime(.=3.10)" > > yep.. very confusing for me anyway. > Don't be confused, it tells you exactly what the problem is. You wrote a Gambas program with Gambas 3.10. If you generate an installation package of your program, the packager will enter the Gambas runtime and all the components your project uses as dependencies into the package, so that the package manager (apt-get in your case) can automatically install all the missing packages on the target system, to make sure your program will have all the bits available to function correctly. Since you used Gambas 3.10 to package your program, the dependencies of the runtime and components will be >= 3.10, because the current version is the lowest version that the Gambas IDE can assume your project works with. Now, as is often the case, your distribution doesn't have the latest version of Gambas in its repository. It only has access to 3.8.4, as it tells you, so the version requirement of >= 3.10 is unsatisfiable and you cannot install your program. Just releasing Gambas 3.10 on our site doesn't magically make it available in every distribution's package repository. That requires people putting in some work to integrate the new Gambas version and it may just be that those people are lacking for a specific distribution or that distributions have more conservative policies of when to upgrade their software repositories. In the case of Linux Mint, or any Ubuntu-based distribution, you can install very recent Gambas versions through the PPA maintained by Sebastian Kulesz. See the wiki [1] for how to do that. Essentially you have to add another software repository (called a PPA)to your system: $ sudo add-apt-repository ppa:gambas-team/gambas3 $ sudo apt-get update and once you did that, apt-get will find the newer Gambas versions. Your deb should install now. NOTE however that I'm not a Linux Mint or Ubuntu user. I just copied these commands from the wiki page linked in [1], for completeness' sake. I can only say that those lines don't seem horribly wrong to me. Regards, Tobi [1] http://gambaswiki.org/wiki/install/linux_mint -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From tmorehen at ...3602... Sat Sep 2 20:09:59 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sat, 2 Sep 2017 14:09:59 -0400 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: References: Message-ID: <71aeccaf-4a0d-dc24-4a07-c9201a40583e@...3602...> Sorry, I realized after I uploaded the project that I uploaded a version using a customized DirView.? Is there any way to delete the gbTerm I published to the Software Farm? My version of DirView has some new events and properties.? It is otherwise 100% compatible with the standard DirView. ShowFiles(boolean) True shows the files contained in the current folder. FoldersFirst(boolean) When files are shown, sort folders first RootName(string) Change name of root ie change "/" to "System" Event IconByType(sPath As String, iIconType As Integer) Raised after Icon event, sPath is the same as Icon's sPath, iIconType type of icon to supply 0=file, 1=closed folder, 2=open folder I'd be happy to contribute this component to Gambas. On 2017-09-02 01:26 PM, bugtracker at ...3416... wrote: > http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- > > Comment #6 by Beno?t MINISINI: > > OK, I remove the reference to that property, and could run the project. I got the bug. > > Beno?t MINISINI changed the state of the bug to: Accepted. > From gambas at ...1... Sat Sep 2 20:47:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 20:47:29 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <71aeccaf-4a0d-dc24-4a07-c9201a40583e@...3602...> References: <71aeccaf-4a0d-dc24-4a07-c9201a40583e@...3602...> Message-ID: Le 02/09/2017 ? 20:09, Tony Morehen a ?crit : > Sorry, I realized after I uploaded the project that I uploaded a version > using a customized DirView. Is there any way to delete the gbTerm I > published to the Software Farm? Click on the "Remove" button. You can remove a project from the software farm only if you have published it. > > My version of DirView has some new events and properties. It is > otherwise 100% compatible with the standard DirView. > > ShowFiles(boolean) True shows the files contained in the current folder. > FoldersFirst(boolean) When files are shown, sort folders first > RootName(string) Change name of root ie change "/" to "System" > > Event IconByType(sPath As String, iIconType As Integer) > Raised after Icon event, sPath is the same as Icon's sPath, iIconType > type of icon to supply 0=file, 1=closed folder, 2=open folder > > I'd be happy to contribute this component to Gambas. If you put an exported DirView class in your project, it will automatically inherits and override the gb.form DirView class. That way, you can enhance the DirView and publish your project without having to wait for your changes to be merged. Regards, -- Beno?t Minisini From tmorehen at ...3602... Sat Sep 2 21:06:04 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sat, 2 Sep 2017 15:06:04 -0400 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: References: <71aeccaf-4a0d-dc24-4a07-c9201a40583e@...3602...> Message-ID: <05d2b11a-a8ec-dcc1-f41b-ab81b0380952@...3602...> Some how I've wound up with 2 gambaswiki accounts.? I logged in with the wrong account so didn't see the remove button. On 2017-09-02 02:47 PM, Beno?t Minisini wrote: > Le 02/09/2017 ? 20:09, Tony Morehen a ?crit : >> Sorry, I realized after I uploaded the project that I uploaded a >> version using a customized DirView. Is there any way to delete the >> gbTerm I published to the Software Farm? > > Click on the "Remove" button. You can remove a project from the > software farm only if you have published it. > >> >> My version of DirView has some new events and properties.? It is >> otherwise 100% compatible with the standard DirView. >> >> ShowFiles(boolean) True shows the files contained in the current folder. >> FoldersFirst(boolean) When files are shown, sort folders first >> RootName(string) Change name of root ie change "/" to "System" >> >> Event IconByType(sPath As String, iIconType As Integer) >> Raised after Icon event, sPath is the same as Icon's sPath, iIconType >> type of icon to supply 0=file, 1=closed folder, 2=open folder >> >> I'd be happy to contribute this component to Gambas. > > If you put an exported DirView class in your project, it will > automatically inherits and override the gb.form DirView class. That > way, you can enhance the DirView and publish your project without > having to wait for your changes to be merged. > > Regards, > From gambas at ...1... Sat Sep 2 21:28:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 21:28:25 +0200 Subject: [Gambas-user] GTK+ 3, the library that is a full mess at each new minor release Message-ID: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> Hi, I have just noticed that GTK+ 3 has changed its internal drawing model (for the n-th time) since 3.20 (I think). And, as usual, this new drawing model is not API backward-compatible, and so now the Gambas Style drawing methods do not work anymore in Gambas. At the moment, I have no idea how to draw the widgets components with the new GTK+3, and if it is possible outside of the library. Really, I would not like to be in the brain of a GTK+ library developer... Someone should explain them what a "minor release" really is some day... -- Beno?t Minisini From gambas at ...1... Sat Sep 2 21:30:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 21:30:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads In-Reply-To: <59ab05cd.3087df0a.29303.e3aaSMTPIN_ADDED_BROKEN@...2392...> References: <59ab05cd.3087df0a.29303.e3aaSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8eff5fe9-fd34-6076-c472-eaf7ee9c92e2@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads Date?: Sat, 02 Sep 2017 19:26:04 GMT De?: bugtracker at ...3416... Pour?: Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1157&from=L21haW4- Charlie REINL added an attachment: Bildschirmfoto vom 2017-09-02 21:21:11.png From gambas at ...1... Sat Sep 2 21:30:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 21:30:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads Date?: Sat, 02 Sep 2017 19:25:45 GMT De?: bugtracker at ...3416... Pour?: Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1157&from=L21haW4- Charlie REINL reported a new bug. Summary ------- IDE crashes when project loads Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- when loading an older project the IDE crash with a 13 System information ------------------ [System] Gambas=3.10.90 de0689e (master) OperatingSystem=Linux Kernel=3.13.0-128-generic Architecture=x86 Distribution=Ubuntu 14.04.5 LTS Desktop=UNITY Theme=Plastique Language=de_DE.UTF-8 Memory=2015M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-HDhTZljs88 DEFAULTS_PATH=/usr/share/gconf/gnome-fallback.default.path DESKTOP_SESSION=gnome-fallback DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=gnome-fallback GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/Gambas III.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5236 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-nMjkKM GNOME_KEYRING_PID=4306 GPG_AGENT_INFO=/run/user/1000/keyring-nMjkKM/gpg:0:1 GTK_MODULES=canberra-gtk-module:overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=de_DE.UTF-8 LANGUAGE=de_DE:en LC_MESSAGES=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/gnome-fallback.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/local/games PWD= QT_NO_GLIB=1 QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=gnome-fallback SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/4704,unix/:/tmp/.ICE-unix/4704 SHELL=/bin/bash SHLVL=0 SPEECHD_PORT=7560 SSH_AUTH_SOCK=/run/user/1000/keyring-nMjkKM/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UBUNTU_MENUPROXY=0 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/4308 USER= USERNAME= WINDOWPATH=7 XAUTHORITY=/var/run/gdm/auth-for--3a37kX/database XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome-fallback:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/gnome-fallback:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_MENU_PREFIX=gnome-flashback- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_ID=c3 XDG_VTNR=7 From gambas at ...1... Sat Sep 2 21:35:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 21:35:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads In-Reply-To: <59ab07b7.952e1c0a.a9946.ab3cSMTPIN_ADDED_BROKEN@...2392...> References: <59ab07b7.952e1c0a.a9946.ab3cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads Date?: Sat, 02 Sep 2017 19:34:14 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1157&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: hi charlie, you put "master" in the bug, but wich commit? some info about desktop environment and install process may help! PICCORO LENZ MCKAY changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 2 21:45:28 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 21:45:28 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads In-Reply-To: <59ab09f0.0684df0a.86d31.db0dSMTPIN_ADDED_BROKEN@...2392...> References: <59ab09f0.0684df0a.86d31.db0dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6e2a3317-3112-17f6-a6c3-7f6be433199c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads Date?: Sat, 02 Sep 2017 19:43:44 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1157&from=L21haW4- Comment #2 by Beno?t MINISINI: Is it fixed by commit https://gitlab.com/gambas/gambas/commit/ae97d469fbc6031102caf776ba076e2175aa3a46? Beno?t MINISINI changed the state of the bug to: Fixed. From mckaygerhard at ...626... Sat Sep 2 21:52:04 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 2 Sep 2017 15:52:04 -0400 Subject: [Gambas-user] GTK+ 3, the library that is a full mess at each new minor release In-Reply-To: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> References: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> Message-ID: the GTK3 was a paint since its release, mantain that module it's a hard work... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-02 15:28 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Hi, > > > > I have just noticed that GTK+ 3 has changed its internal drawing model > (for the n-th time) since 3.20 (I think). > > And, as usual, this new drawing model is not API backward-compatible, and > so now the Gambas Style drawing methods do not work anymore in Gambas. > > At the moment, I have no idea how to draw the widgets components with the > new GTK+3, and if it is possible outside of the library. > > Really, I would not like to be in the brain of a GTK+ library developer... > Someone should explain them what a "minor release" really is some day... > > > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Sep 2 22:26:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 22:26:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property In-Reply-To: <59ab13d8.53b21c0a.cad74.e899SMTPIN_ADDED_BROKEN@...2392...> References: <59ab13d8.53b21c0a.cad74.e899SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property Date?: Sat, 02 Sep 2017 20:25:59 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1156&from=L21haW4- Comment #1 by Beno?t MINISINI: No problem there. Please provide a project that reproduces the bug (as usual...) Beno?t MINISINI changed the state of the bug to: NeedsInfo. From Karl.Reinl at ...2345... Sat Sep 2 22:29:39 2017 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Sat, 02 Sep 2017 22:29:39 +0200 Subject: [Gambas-user] size limit for files at Gambas Bug Tracker Message-ID: <1504384179.23248.71.camel@...3609...> Salut Beno?t, is there a size limit for files at Gambas Bug Tracker? I wanted attach a 6,5 MB valgrind output, but the Gambas Bug Tracker crashed while sending. -- Amicalement Charlie From gambas at ...1... Sat Sep 2 22:31:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 22:31:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 In-Reply-To: <59ab148e.01911c0a.11cae.c76eSMTPIN_ADDED_BROKEN@...2392...> References: <59ab148e.01911c0a.11cae.c76eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <5d1ad675-308c-cdae-04ec-bb45f9d6c7b1@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1136: ColorButton fails with error bad drawing under gtk2 and gtk3 Date?: Sat, 02 Sep 2017 20:29:01 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1136&from=L21haW4- Comment #7 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/628c1f387562c0d0839c24a09045ab91505dfb6a. Beware that the problem with gb.gtk3 (Style drawing methods do not work anymore since GTK+ 3.20) is not fixed. Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 2 22:36:23 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 22:36:23 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads In-Reply-To: <59ab155d.83271c0a.17b49.c631SMTPIN_ADDED_BROKEN@...2392...> References: <59ab155d.83271c0a.17b49.c631SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8f6dc141-dcf7-7d10-be7b-9de1fd3b83a2@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1157: IDE crashes when project loads Date?: Sat, 02 Sep 2017 20:32:28 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1157&from=L21haW4- Comment #3 by Charlie REINL: Yes, can load it again. Thanks From bagonergi at ...626... Sat Sep 2 22:47:34 2017 From: bagonergi at ...626... (Gianluigi) Date: Sat, 2 Sep 2017 22:47:34 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: I like gambas-something.com etc. Es. gambas-org.com? Regards Gianluigi 2017-09-01 22:39 GMT+02:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about buying > g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Sep 2 22:52:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 2 Sep 2017 22:52:35 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: <09a372d1-7f4d-a39f-7103-c4e69585ca34@...1...> Le 02/09/2017 ? 22:47, Gianluigi a ?crit : > I like gambas-something.com etc. > Es. gambas-org.com? > > Regards > Gianluigi > At the moment, I bought gambas-basic.org for one year. -- Beno?t Minisini From bagonergi at ...626... Sat Sep 2 23:17:13 2017 From: bagonergi at ...626... (Gianluigi) Date: Sat, 2 Sep 2017 23:17:13 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <09a372d1-7f4d-a39f-7103-c4e69585ca34@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <09a372d1-7f4d-a39f-7103-c4e69585ca34@...1...> Message-ID: yes i like it Regards Gianluigi 2017-09-02 22:52 GMT+02:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Le 02/09/2017 ? 22:47, Gianluigi a ?crit : > >> I like gambas-something.com etc. >> Es. gambas-org.com? >> >> Regards >> Gianluigi >> >> > At the moment, I bought gambas-basic.org for one year. > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sat Sep 2 23:58:56 2017 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 2 Sep 2017 23:58:56 +0200 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> <09a372d1-7f4d-a39f-7103-c4e69585ca34@...1...> Message-ID: Gambas-basic is the good Choice as it link well the name of the project and its principal purpose Le 2 sept. 2017 23:17, "Gianluigi" a ?crit : > yes i like it > > Regards > Gianluigi > > 2017-09-02 22:52 GMT+02:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > > > Le 02/09/2017 ? 22:47, Gianluigi a ?crit : > > > >> I like gambas-something.com etc. > >> Es. gambas-org.com? > >> > >> Regards > >> Gianluigi > >> > >> > > At the moment, I bought gambas-basic.org for one year. > > > > -- > > 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 mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From adrien.prokopowicz at ...626... Sun Sep 3 00:26:09 2017 From: adrien.prokopowicz at ...626... (Adrien Prokopowicz) Date: Sun, 03 Sep 2017 00:26:09 +0200 Subject: [Gambas-user] GTK+ 3, the library that is a full mess at each new minor release In-Reply-To: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> References: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> Message-ID: Le Sat, 02 Sep 2017 21:28:25 +0200, Beno?t Minisini via Gambas-user a ?crit: > Hi, > > > > I have just noticed that GTK+ 3 has changed its internal drawing model > (for the n-th time) since 3.20 (I think). > > And, as usual, this new drawing model is not API backward-compatible, > and so now the Gambas Style drawing methods do not work anymore in > Gambas. > > At the moment, I have no idea how to draw the widgets components with > the new GTK+3, and if it is possible outside of the library. > > Really, I would not like to be in the brain of a GTK+ library > developer... Someone should explain them what a "minor release" really > is some day... > > > I found this blog post to be somewhat informative on how the GTK devs think about versioning : https://blogs.gnome.org/desrt/2016/06/13/gtk-4-0-is-not-gtk-4/ From what I understood : GTK does not use SemVer. At all. Assuming X.Y.Z versions, a .Y release IS a breaking change. If you want stability (API or ABI-wise), use the previous major version. Only when GTK4 will come out, you will have a stable GTK3 (which means : make a gb.gtk4 component only when GTK5 is out). They also want to have a stricter release schedule : a minor release every six months, and a major release every two years. This is a versioning scheme I completely agree with. I too would use this scheme, if I wasn't able to design APIs without breaking everything every time I wanted to add something in. (Yes, this is sarcasm.) So, long story short : if you want to use GTK, either you rewrite your code every six months whenever a minor release comes out, or you wait two years for a new major release to bring you new features (and rewrite literally everything this time). As for your issues, I think it may be related to how they broke themes in recent releases, but I can't remember exactly when. I only remember they broke it at least in two GTK3 versions, and 3.20 is definitely one of them. -- Adrien Prokopowicz From gambas at ...1... Sun Sep 3 00:34:45 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 3 Sep 2017 00:34:45 +0200 Subject: [Gambas-user] GTK+ 3, the library that is a full mess at each new minor release In-Reply-To: References: <011b0a19-05c8-4a58-403a-e9f99e3519ac@...1...> Message-ID: <931bd3b3-3f72-2e47-e07d-435e2552d980@...1...> Le 03/09/2017 ? 00:26, Adrien Prokopowicz a ?crit : > Le Sat, 02 Sep 2017 21:28:25 +0200, Beno?t Minisini via Gambas-user > a ?crit: > >> Hi, >> >> >> >> I have just noticed that GTK+ 3 has changed its internal drawing model >> (for the n-th time) since 3.20 (I think). >> >> And, as usual, this new drawing model is not API backward-compatible, >> and so now the Gambas Style drawing methods do not work anymore in >> Gambas. >> >> At the moment, I have no idea how to draw the widgets components with >> the new GTK+3, and if it is possible outside of the library. >> >> Really, I would not like to be in the brain of a GTK+ library >> developer... Someone should explain them what a "minor release" really >> is some day... >> >> >> > > I found this blog post to be somewhat informative on how the GTK devs think > about versioning : > > https://blogs.gnome.org/desrt/2016/06/13/gtk-4-0-is-not-gtk-4/ > > From what I understood : GTK does not use SemVer. At all. Assuming > X.Y.Z versions, > a .Y release IS a breaking change. > > If you want stability (API or ABI-wise), use the previous major version. > Only when GTK4 will come out, you will have a stable GTK3 (which means : > make a gb.gtk4 component only when GTK5 is out). > They also want to have a stricter release schedule : a minor release every > six months, and a major release every two years. > > This is a versioning scheme I completely agree with. I too would use this > scheme, if I wasn't able to design APIs without breaking everything > every time > I wanted to add something in. > > (Yes, this is sarcasm.) > > So, long story short : if you want to use GTK, either you rewrite your code > every six months whenever a minor release comes out, or you wait two years > for a new major release to bring you new features (and rewrite literally > everything this time). > > As for your issues, I think it may be related to how they broke themes > in recent > releases, but I can't remember exactly when. I only remember they broke > it at > least in two GTK3 versions, and 3.20 is definitely one of them. > I think 3.20 is the third drawing model. Things broke in 3.16, and maybe before, I don't know. Anyway, I just succeeded in finding a new hack. Regards, -- Beno?t Minisini From author.ilmi at ...626... Sun Sep 3 01:56:23 2017 From: author.ilmi at ...626... (zainudin ahmad) Date: Sun, 3 Sep 2017 06:56:23 +0700 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: many programming language web using *-lang.org https://www.google.com/search?client=ubuntu&channel=fs&q=site%3A*-lang.org&ie=utf-8&oe=utf-8 :) On 9/2/17, Beno?t Minisini via Gambas-user wrote: > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about > buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > Another solution would be buying gambashq.org or gambas-something.org... > But I find g4mbas more funny. > > What do you think about that, people? > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Sun Sep 3 02:52:26 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 2 Sep 2017 20:52:26 -0400 Subject: [Gambas-user] New domain name for Gambas In-Reply-To: References: <4dff0565-1e1f-5a55-241a-ce1813c38f05@...1...> Message-ID: yeah, despiste the winbuntu client propaganda, almost all lang sites have "-lang" Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-02 19:56 GMT-04:00 zainudin ahmad : > many programming language web using *-lang.org > > https://www.google.com/search?client=ubuntu&channel=fs&q= > site%3A*-lang.org&ie=utf-8&oe=utf-8 > > :) > > On 9/2/17, Beno?t Minisini via Gambas-user > wrote: > > Hi, > > > > As gambas.{org,net,com...} are all unavailable, I'm thinking about > > buying g4mbas.org (or .net, .com...) as a new domain name for Gambas. > > > > Another solution would be buying gambashq.org or gambas-something.org... > > But I find g4mbas more funny. > > > > What do you think about that, people? > > > > -- > > 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 mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sun Sep 3 09:28:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 3 Sep 2017 09:28:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property In-Reply-To: <59ab6190.0f2f1c0a.96ee5.4941SMTPIN_ADDED_BROKEN@...2392...> References: <59ab6190.0f2f1c0a.96ee5.4941SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1156: IDE crashes when you click on ... for the Picture property Date?: Sun, 03 Sep 2017 01:57:35 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1156&from=L21haW4- Tony MOREHEN changed the state of the bug to: Invalid. From mckaygerhard at ...626... Sun Sep 3 13:56:33 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sun, 3 Sep 2017 07:56:33 -0400 Subject: [Gambas-user] OH NO - not this ? again... In-Reply-To: <20170902173233.GA32224@...3600...> References: <1139ad28-ff3f-7311-7a9f-eee5db1c47ee@...3673...> <7927ac22-f408-fa34-9246-75b247f02aef@...626...> <1dccbcc6-070b-e47e-963c-a6186738a0ba@...1...> <20170902173233.GA32224@...3600...> Message-ID: hi! the problem here its that the winbuntu ppa's are incompatible with current releases of Debian.. so then i setup a suse build service with proper packages.. wheantime a gambas 3.10 are in venenux repositories.. : http://intranet1.net.ve/debian/venenux/mskcommon/devel/gambas310/ of course: no gtk3, no qt5 and no media components Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-02 13:32 GMT-04:00 Tobias Boege : > On Sat, 02 Sep 2017, mikeB wrote: > > ************************************************************ > ******************************* > > > > Just to clarify a few questions that were presented in your MUCH > APPRECIATED > > answers: > > > > * when try to install the deb file on a virgin Mint 8.1 puter = the > > installer starts its "thing" > > > > then returns an error message saying > > > > "ERROR: Dependency is not satisfied: gambas3-runtime(>=3.10). > > > > > > After more research found a cmd line that says will update the runtime > files > > > > (which would be GREAT if it actually worked ;-( as expected by a very new > > Linux user. > > > > "sudo apt-get install gambas3-runtime" > > > > the terminal return = > > > > mikeb at ...3685... ~ $ sudo apt-get install gambas3-runtime > > [sudo] password for mikeb: > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > gambas3-runtime is already the newest version (3.8.4-2ubuntu3.1). > > gambas3-runtime set to manually installed. > > 0 upgraded, 0 newly installed, 0 to remove and 325 not upgraded. > > mikeb at ...3685... ~ $ > > > > Notice that it says "newest version 3.8.4-2 when at the same time > > > > the installer error reports needs " gambas3-runtime(.=3.10)" > > > > yep.. very confusing for me anyway. > > > > Don't be confused, it tells you exactly what the problem is. > > You wrote a Gambas program with Gambas 3.10. If you generate an > installation > package of your program, the packager will enter the Gambas runtime and all > the components your project uses as dependencies into the package, so that > the package manager (apt-get in your case) can automatically install all > the > missing packages on the target system, to make sure your program will have > all the bits available to function correctly. > > Since you used Gambas 3.10 to package your program, the dependencies of the > runtime and components will be >= 3.10, because the current version is the > lowest version that the Gambas IDE can assume your project works with. > > Now, as is often the case, your distribution doesn't have the latest > version > of Gambas in its repository. It only has access to 3.8.4, as it tells you, > so the version requirement of >= 3.10 is unsatisfiable and you cannot > install > your program. > > Just releasing Gambas 3.10 on our site doesn't magically make it available > in every distribution's package repository. That requires people putting in > some work to integrate the new Gambas version and it may just be that those > people are lacking for a specific distribution or that distributions have > more conservative policies of when to upgrade their software repositories. > > In the case of Linux Mint, or any Ubuntu-based distribution, you can > install > very recent Gambas versions through the PPA maintained by Sebastian Kulesz. > See the wiki [1] for how to do that. Essentially you have to add another > software repository (called a PPA)to your system: > > $ sudo add-apt-repository ppa:gambas-team/gambas3 > $ sudo apt-get update > > and once you did that, apt-get will find the newer Gambas versions. > Your deb should install now. > > NOTE however that I'm not a Linux Mint or Ubuntu user. I just copied > these commands from the wiki page linked in [1], for completeness' sake. > I can only say that those lines don't seem horribly wrong to me. > > Regards, > Tobi > > [1] http://gambaswiki.org/wiki/install/linux_mint > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sun Sep 3 18:50:47 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 3 Sep 2017 18:50:47 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt Date?: Sun, 03 Sep 2017 10:22:48 GMT De?: bugtracker at ...3416... Pour?: adamnt42 at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1158&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- The gb.chart Chart class "Proportionnal" property is misspellt Type : Bug Priority : Low Gambas version : 3.10 Product : Language Description ----------- Not a real biggy, unless you are programming outside the IDE, but it should be "Proportional". From gambas at ...1... Sun Sep 3 18:50:47 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 3 Sep 2017 18:50:47 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt In-Reply-To: <59abdbe8.93c5df0a.1202a.921dSMTPIN_ADDED_BROKEN@...2392...> References: <59abdbe8.93c5df0a.1202a.921dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <80993064-d7e8-557f-54e9-26451b41aaf9@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt Date?: Sun, 03 Sep 2017 10:39:35 GMT De?: bugtracker at ...3416... Pour?: adamnt42 at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1158&from=L21haW4- Comment #1 by Bruce BRUEN: Oh OK, "misspelled". (Bloody useless spellcheckers.) From gambas at ...1... Sun Sep 3 19:24:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 3 Sep 2017 19:24:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1159: do not remember login In-Reply-To: References: Message-ID: <4a50a1ba-32ca-6fa9-5c7b-9b976acf660e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1159: do not remember login Date?: Sun, 03 Sep 2017 17:21:17 GMT De?: bugtracker at ...3416... Pour?: uno.cero at ...3595..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1159&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- do not remember login Type : Bug Priority : Low Gambas version : 3.10 Product : Software farm Description ----------- is logged on and while shrimp is open if you remember login but if it is closed when opening it again does not remember the session. System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Mon Sep 4 03:17:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 4 Sep 2017 03:17:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1160: Can be used maximized in profiling window? In-Reply-To: References: Message-ID: <4a1b8f2d-c859-9593-d4b8-8c6d486b7524@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1160: Can be used maximized in profiling window? Date?: Mon, 04 Sep 2017 01:14:52 GMT De?: bugtracker at ...3416... Pour?: uno.cero at ...3595..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1160&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- Can be used maximized in profiling window? Type : Request Priority : Low Gambas version : 3.10 Product : Unknown Description ----------- Can be used maximized in profiling window? (enable profiling) System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From jussi.lahtinen at ...626... Mon Sep 4 04:20:32 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 4 Sep 2017 05:20:32 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> Message-ID: Benoit, any clue about this? It seems to still happen with the latest revision. Jussi On Tue, Aug 22, 2017 at 12:10 AM, Jussi Lahtinen wrote: > OK, I made isolated loop. Here is output of the run. Just search the log > for "Main.Main.41: sTest did not contain String 'test', instead: ''". > Just in case I also attached the used project. > > > Jussi > > On Mon, Aug 21, 2017 at 2:52 PM, Beno?t Minisini < > gambas at ...1...> wrote: > >> Le 21/08/2017 ? 03:34, Jussi Lahtinen a ?crit : >> >>> OK, now I'm experiencing only the old already reported error, which no >>> one else seem to be able to reproduce. IE the variable sTest remains empty >>> (example in mTest.DoTest line 1686). >>> >>> >>> Jussi >>> >>> >> Can you try that? >> >> 1) Uncomment the line #65 in the 'main/gbx/gbx_c_process.c' file >> ("//#define DEBUG_ME") >> >> 2) Run "make" and "sudo make install" again in the "/main" directory (so >> that you don't reinstall everything). >> >> 3) Run your test program, and send me the output. >> >> 4) Alternatively, you can just run Exec/Shell test loop, and run it more >> times (at least 1000 times), as the other tests seem to not have any >> problem. >> >> Regards, >> >> -- >> Beno?t Minisini >> > > From charlie at ...2793... Mon Sep 4 14:33:17 2017 From: charlie at ...2793... (Charlie Ogier) Date: Mon, 4 Sep 2017 13:33:17 +0100 Subject: [Gambas-user] draw image In-Reply-To: <1504364984392-0.post@...3046...> References: <1504364984392-0.post@...3046...> Message-ID: <87a785f5-35fd-2c42-af5f-e7cd0ffb0c58@...2793...> On 02/09/17 16:09, dude via Gambas-user wrote: > Gambas 3.10.0 > > I have drawn a little graphic in the Gambas image editor. > How do i display this graphic in a drawingarea or a picturebox on the form? > Thanks! > > > > > -- > Sent from: http://gambas.8142.n7.nabble.com/gambas-user-f3.html > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Have a look at the attached. Check out gambas.one -------------- next part -------------- A non-text attachment was scrubbed... Name: GUITest.tar.gz Type: application/gzip Size: 266746 bytes Desc: not available URL: From gambas at ...1... Tue Sep 5 12:29:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 12:29:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: Message-ID: <000428bd-bd2c-e0af-adca-3da4bd951f5a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Tue, 05 Sep 2017 01:11:13 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO reported a new bug. Summary ------- Class Editor is Locked Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- I can't type any code in class editor, it is locked. It is possible to paste with Ctrl+V. The files and its permissions is ok and I able to edit the them using any text editor. I have installed Gambas from repository as follow. sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt-get update sudo apt-get install gambas3 bellow follows my system settings. System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.12.10-041210-generic Architecture=x86_64 Distribution=Ubuntu 17.04 Desktop=KDE5 Theme=Breeze Language=en_US.UTF-8 Memory=7900M [Libraries] Cairo=libcairo.so.2.11400.8 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.7 GStreamer=libgstreamer-1.0.so.0.1004.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.11 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.64.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.7.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf//usr/share/xsessions/plasma.default.path DERBY_HOME=/usr/lib/jvm/java-8-oracle/db DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 GB_GUI=gb.qt4 GS_LIB=/.fonts HOME= J2REDIR=/usr/lib/jvm/java-8-oracle/jre J2SDKDIR=/usr/lib/jvm/java-8-oracle JAVA_HOME=/usr/lib/jvm/java-8-oracle KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=en_US.UTF-8 LC_ADDRESS=pt_BR.UTF-8 LC_CTYPE=pt_BR.UTF-8 LC_IDENTIFICATION=pt_BR.UTF-8 LC_MEASUREMENT=pt_BR.UTF-8 LC_MONETARY=pt_BR.UTF-8 LC_NAME=pt_BR.UTF-8 LC_NUMERIC=pt_BR.UTF-8 LC_PAPER=pt_BR.UTF-8 LC_TELEPHONE=pt_BR.UTF-8 LC_TIME=pt_BR.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf//usr/share/xsessions/plasma.mandatory.path PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket PAM_KWALLET_LOGIN=/run/user/1000/kwallet.socket PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin PULSE_PROP_OVERRIDE_application.icon_name=plasma PULSE_PROP_OVERRIDE_application.name=Plasma PULSE_PROP_OVERRIDE_application.version=5.10.5 PWD= QMLSCENE_DEVICE= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_NO_GLIB=1 QT_QUICK_CONTROLS_STYLE=org.kde.desktop SESSION_MANAGER=local/:@/tmp/.ICE-unix/2201,unix/:/tmp/.ICE-unix/2201 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2141 SSH_AUTH_SOCK=/tmp/ssh-421LaQZS6h5k/agent.2079 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-/usr/share/xsessions/plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share/:/usr/share//usr/share/xsessions/plasma:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=3 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From fernandojosecabral at ...626... Tue Sep 5 13:14:38 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Tue, 5 Sep 2017 08:14:38 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <000428bd-bd2c-e0af-adca-3da4bd951f5a@...1...> References: <000428bd-bd2c-e0af-adca-3da4bd951f5a@...1...> Message-ID: Delio CARVALHO wrote: > I can't type any code in class editor, it is locked. > It is possible to paste with Ctrl+V. > The files and its permissions is ok and I able to edit the them using any > text editor. > > I have installed Gambas from repository as follow. > > sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt-get update > sudo apt-get install gambas3 > Just to confirm I still have the same issue here. The IDE works when I use a virtual machine. This week I installed a brand new machine, with a Linux mint fresh install and made a Gambas install from scratch. To my surprise, I had the same problem. I can't use the IDE. Now I know the locking has nothing to do with some left over files. Or some protection scheme I could have knowingly or unknowingly tinkered with. But, then, how can it work with a virtual machine with the same software configuration? - fernando PS -- Knowing that other people are having the same problem at least alleviates my suffering: now I know for sure it is not some dumb thing I am doing. Or -- if it is -- then at least I am in good company. 2017-09-05 7:29 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > > -------- Message transf?r? -------- > Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked > Date : Tue, 05 Sep 2017 01:11:13 GMT > De : bugtracker at ...3416... > Pour : deliocf at ...626..., g4mba5 at ...626... > > http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- > > Delio CARVALHO reported a new bug. > > Summary > ------- > > Class Editor is Locked > > Type : Bug > Priority : Medium > Gambas version : Unknown > Product : Unknown > > > Description > ----------- > > I can't type any code in class editor, it is locked. > It is possible to paste with Ctrl+V. > The files and its permissions is ok and I able to edit the them using any > text editor. > > I have installed Gambas from repository as follow. > > sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt-get update > sudo apt-get install gambas3 > > bellow follows my system settings. > > > System information > ------------------ > > [System] > Gambas=3.10 > OperatingSystem=Linux > Kernel=4.12.10-041210-generic > Architecture=x86_64 > Distribution=Ubuntu 17.04 > Desktop=KDE5 > Theme=Breeze > Language=en_US.UTF-8 > Memory=7900M > > [Libraries] > Cairo=libcairo.so.2.11400.8 > Curl=libcurl.so.4.4.0 > DBus=libdbus-1.so.3.14.7 > GStreamer=libgstreamer-1.0.so.0.1004.0 > GTK+2=libgtk-x11-2.0.so.0.2400.31 > GTK+3=libgtk-3.so.0.2200.11 > OpenGL=libGL.so.1.2.0 > Poppler=libpoppler.so.64.0.0 > QT4=libQtCore.so.4.8.7 > QT5=libQt5Core.so.5.7.1 > SDL=libSDL-1.2.so.0.11.4 > SQLite=libsqlite3.so.0.8.6 > > [Environment] > DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus > DEFAULTS_PATH=/usr/share/gconf//usr/share/xsessions/plasma.default.path > DERBY_HOME=/usr/lib/jvm/java-8-oracle/db > DESKTOP_SESSION=/usr/share/xsessions/plasma > DISPLAY=:0 > GB_GUI=gb.qt4 > GS_LIB=/.fonts > HOME= > J2REDIR=/usr/lib/jvm/java-8-oracle/jre > J2SDKDIR=/usr/lib/jvm/java-8-oracle > JAVA_HOME=/usr/lib/jvm/java-8-oracle > KDE_FULL_SESSION=true > KDE_SESSION_UID=1000 > KDE_SESSION_VERSION=5 > LANG=en_US.UTF-8 > LC_ADDRESS=pt_BR.UTF-8 > LC_CTYPE=pt_BR.UTF-8 > LC_IDENTIFICATION=pt_BR.UTF-8 > LC_MEASUREMENT=pt_BR.UTF-8 > LC_MONETARY=pt_BR.UTF-8 > LC_NAME=pt_BR.UTF-8 > LC_NUMERIC=pt_BR.UTF-8 > LC_PAPER=pt_BR.UTF-8 > LC_TELEPHONE=pt_BR.UTF-8 > LC_TIME=pt_BR.UTF-8 > LOGNAME= > MANDATORY_PATH=/usr/share/gconf//usr/share/xsessions/plasma.mandatory.path > PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket > PAM_KWALLET_LOGIN=/run/user/1000/kwallet.socket > PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/ > usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/ > usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/ > bin:/usr/lib/jvm/java-8-oracle/jre/bin > PULSE_PROP_OVERRIDE_application.icon_name=plasma > PULSE_PROP_OVERRIDE_application.name=Plasma > PULSE_PROP_OVERRIDE_application.version=5.10.5 > PWD= > QMLSCENE_DEVICE= > QT_ACCESSIBILITY=1 > QT_AUTO_SCREEN_SCALE_FACTOR=0 > QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 > QT_NO_GLIB=1 > QT_QUICK_CONTROLS_STYLE=org.kde.desktop > SESSION_MANAGER=local/:@/tmp/.ICE-unix/2201,unix/< > hostname>:/tmp/.ICE-unix/2201 > SHELL=/bin/bash > SHLVL=0 > SSH_AGENT_PID=2141 > SSH_AUTH_SOCK=/tmp/ssh-421LaQZS6h5k/agent.2079 > TZ=:/etc/localtime > USER= > XAUTHORITY=/.Xauthority > XCURSOR_SIZE=24 > XCURSOR_THEME=breeze_cursors > XDG_CONFIG_DIRS=/etc/xdg/xdg-/usr/share/xsessions/plasma:/et > c/xdg:/usr/share/kubuntu-default-settings/kf5-settings > XDG_CURRENT_DESKTOP=KDE > XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var > /lib/flatpak/exports/share/:/usr/share//usr/share/xsessions > /plasma:/.local/share/flatpak/exports/share:/var/ > lib/flatpak/exports/share:/usr/local/share:/usr/share:/ > var/lib/snapd/desktop > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_CLASS=user > XDG_SESSION_DESKTOP=KDE > XDG_SESSION_ID=3 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 > XDG_SESSION_TYPE=x11 > XDG_VTNR=7 > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From gambas at ...1... Tue Sep 5 13:24:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 13:24:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Tue, 05 Sep 2017 11:21:11 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #1 by Beno?t MINISINI: Which X11 input method do you use? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Tue Sep 5 13:29:54 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 13:29:54 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1159: do not remember login In-Reply-To: <59ae89ac.1996df0a.3461c.30b6SMTPIN_ADDED_BROKEN@...2392...> References: <59ae89ac.1996df0a.3461c.30b6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1159: do not remember login Date?: Tue, 05 Sep 2017 11:25:31 GMT De?: bugtracker at ...3416... Pour?: uno.cero at ...3595..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1159&from=L21haW4- Comment #1 by Beno?t MINISINI: It works here. Please give more details and use a better english. For example, run the IDE from the command-line, and check if you have warning messages. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Tue Sep 5 13:49:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 13:49:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images In-Reply-To: <59ae8e6c.8e9edf0a.40cc2.3cccSMTPIN_ADDED_BROKEN@...2392...> References: <59ae8e6c.8e9edf0a.40cc2.3cccSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <33fda61c-ac93-f367-a24c-d7d027409509@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images Date?: Tue, 05 Sep 2017 11:45:48 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1044&from=L21haW4- Comment #7 by Beno?t MINISINI: This is a bug in the Qt library, that ignores the errors returned by the JPEG library. Apparently that bug is there since the beginning, and they don't care fixing it. Beno?t MINISINI changed the state of the bug to: Upstream. From gambas at ...1... Tue Sep 5 13:49:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 13:49:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images In-Reply-To: <59ae8ed2.c5c71c0a.eee0d.3b2bSMTPIN_ADDED_BROKEN@...2392...> References: <59ae8ed2.c5c71c0a.eee0d.3b2bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images Date?: Tue, 05 Sep 2017 11:47:30 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1044&from=L21haW4- Comment #8 by Beno?t MINISINI: A trick could be checking if your image contains a lot of pixels with &H808080 opaque color, as the JPEG library uses it for corrupted pixels. From fernandojosecabral at ...626... Tue Sep 5 14:55:47 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Tue, 5 Sep 2017 09:55:47 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> Message-ID: Beno?t, I don't know which input method I am using and I don't know how to find it. Nevertheless, I know for sure it is the standard method for Linux Mint, whichever it is. I've never tinkered with it. Also, IDE used to work. All of sudden, it stopped working. I had changed nothing between the working stage and the non-working stage. Besides, when I install the virtual machines, I use the default input method (whichever it is). Perhaps you can provide me with a command to find out what input method I am using. The nearest I got to it was by looking into the files at /etc/X11/xinit. Basically, either they are empty or say "default". Regards - fernando 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > > -------- Message transf?r? -------- > Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked > Date : Tue, 05 Sep 2017 11:21:11 GMT > De : bugtracker at ...3416... > Pour : deliocf at ...626..., g4mba5 at ...626... > > http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- > > Comment #1 by Beno?t MINISINI: > > Which X11 input method do you use? > > 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/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From gambas at ...1... Tue Sep 5 15:07:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 15:07:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> Message-ID: Please answer on the bugtracker. Le 05/09/2017 ? 14:55, Fernando Cabral a ?crit : > Beno?t, I don't know which input method I am using and I don't know how > to find it. > Nevertheless, I know for sure it is the standard method for Linux Mint, > whichever it is. > I've never tinkered with it. Also, IDE used to work. All of sudden, it > stopped working. > I had changed nothing between the working stage and the non-working stage. > Besides, when I install the virtual machines, I use the default input > method (whichever it is). > > Perhaps you can provide me with a command to find out what input method > I am using. > The nearest I got to it was by looking into the files at /etc/X11/xinit. > Basically, either they are empty or say "default". > > Regards > > - fernando > > > 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user > >: > > > > -------- Message transf?r? -------- > Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked > Date : Tue, 05 Sep 2017 11:21:11 GMT > De : bugtracker at ...3416... > Pour : deliocf at ...626... , > g4mba5 at ...626... > > http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- > > > Comment #1 by Beno?t MINISINI: > > Which X11 input method do you use? > > 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/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > Fernando Cabral > Blogue: http://fernandocabral.org > Twitter: http://twitter.com/fjcabral > e-mail: fernandojosecabral at ...626... > Facebook: f at ...3654... > Telegram: +55 (37) 99988-8868 > Wickr ID: fernandocabral > WhatsApp: +55 (37) 99988-8868 > Skype: fernandojosecabral > Telefone fixo: +55 (37) 3521-2183 > Telefone celular: +55 (37) 99988-8868 > > Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, > nenhum pol?tico ou cientista poder? se gabar de nada. > -- Beno?t Minisini From tmorehen at ...3602... Tue Sep 5 15:10:50 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Tue, 5 Sep 2017 09:10:50 -0400 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> Message-ID: <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Fernando, The fact that Gambas runs properly from a vm strongly suggests that the problem is not Gambas, but is the system environment that Gambas is running in. What directory is your project located?? Have you tried copying the project to your home directory?? In the vm, is Gambas loading the project directly from the original directory or from a copy in the vm. Does your system enable extended ACLs?? Are you running AppArmor or SELinux?? What about in the vm? On 2017-09-05 08:55 AM, Fernando Cabral wrote: > Beno?t, I don't know which input method I am using and I don't know how to > find it. > Nevertheless, I know for sure it is the standard method for Linux Mint, > whichever it is. > I've never tinkered with it. Also, IDE used to work. All of sudden, it > stopped working. > I had changed nothing between the working stage and the non-working stage. > Besides, when I install the virtual machines, I use the default input > method (whichever it is). > > Perhaps you can provide me with a command to find out what input method I > am using. > The nearest I got to it was by looking into the files at /etc/X11/xinit. > Basically, either they are empty or say "default". > > Regards > > - fernando > > > 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > >> >> -------- Message transf?r? -------- >> Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked >> Date : Tue, 05 Sep 2017 11:21:11 GMT >> De : bugtracker at ...3416... >> Pour : deliocf at ...626..., g4mba5 at ...626... >> >> http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- >> >> Comment #1 by Beno?t MINISINI: >> >> Which X11 input method do you use? >> >> 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/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From tyrone.lucero at ...626... Tue Sep 5 15:20:36 2017 From: tyrone.lucero at ...626... (Tyrone Lucero) Date: Tue, 5 Sep 2017 09:20:36 -0400 Subject: [Gambas-user] git wiki points! Message-ID: Hi all, i just read the git wiki and have some points: The wiki http://gambaswiki.org/wiki/howto/contribute is a compendium of links .. it really does not say much about how things should be done .. for example "You need an account, go to LINK" and that's all. .. While http://gambaswiki.org/wiki/howto/git is too loaded, it explains the exact organization of how the team INTERNALLY works (and not just gitlab link of workflow) but has too many issues and needs improvement in the wording IT'S better join effors for better results... -- *F?nix* From gambas at ...1... Tue Sep 5 15:35:19 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 15:35:19 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images In-Reply-To: <59aea764.47071c0a.ae5bc.7304SMTPIN_ADDED_BROKEN@...2392...> References: <59aea764.47071c0a.ae5bc.7304SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images Date?: Tue, 05 Sep 2017 13:32:20 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1044&from=L21haW4- Comment #9 by Antonio OREFICE: Thanks. Yes, but it is quite expansive. Can i somehow intercept the text "Corrupt JPEG data: premature end of data segment" which is printed in the console instead? From fernandojosecabral at ...626... Tue Sep 5 15:52:08 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Tue, 5 Sep 2017 10:52:08 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Message-ID: Tony Morehen wrote: The fact that Gambas runs properly from a vm strongly suggests that the > problem is not Gambas, but is the system environment that Gambas is running > in. Agreed. But so far, this understanding has not helped me to find a solution. What directory is your project located? Have you tried copying the project > to your home directory? > > It is on my home directory (everything is under /home/fernando/Dropbox/Gambas/*"). Directory Dropbox is a local directory that is replicated by Dropbox so I have a copy available in other machines that respect the same structure). In the vm, is Gambas loading the project directly from the original > directory or from a copy in the vm. > Yes. In the VM Gambas works with the same files directly. The above-mentioned directory is mounted on the VM so Gambas sees them as local files (local to the VM). Does your system enable extended ACLs? Are you running AppArmor or > SELinux? What about in the vm? > Not running AppArmor or SELinux. Extended ACLs not enabled. OS running on the physical machine is precisely the same that runs on the virtual machine. I install them both from the same source and give them the same configuration. For instance, now I am running Linux Mint 18.2 on the metal and, under VirtualBox I have the same Linux Mint 18.2 (technically it is not a clone, but it looks a lot like it). Regards - fernando 2017-09-05 10:10 GMT-03:00 Tony Morehen : > Fernando, > > The fact that Gambas runs properly from a vm strongly suggests that the > problem is not Gambas, but is the system environment that Gambas is running > in. > > What directory is your project located? Have you tried copying the > project to your home directory? In the vm, is Gambas loading the project > directly from the original directory or from a copy in the vm. > > Does your system enable extended ACLs? Are you running AppArmor or > SELinux? What about in the vm? > > > > On 2017-09-05 08:55 AM, Fernando Cabral wrote: > >> Beno?t, I don't know which input method I am using and I don't know how to >> find it. >> Nevertheless, I know for sure it is the standard method for Linux Mint, >> whichever it is. >> I've never tinkered with it. Also, IDE used to work. All of sudden, it >> stopped working. >> I had changed nothing between the working stage and the non-working stage. >> Besides, when I install the virtual machines, I use the default input >> method (whichever it is). >> >> Perhaps you can provide me with a command to find out what input method I >> am using. >> The nearest I got to it was by looking into the files at /etc/X11/xinit. >> Basically, either they are empty or say "default". >> >> Regards >> >> - fernando >> >> >> 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user < >> gambas-user at lists.sourceforge.net>: >> >> >>> -------- Message transf?r? -------- >>> Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked >>> Date : Tue, 05 Sep 2017 11:21:11 GMT >>> De : bugtracker at ...3416... >>> Pour : deliocf at ...626..., g4mba5 at ...626... >>> >>> http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- >>> >>> Comment #1 by Beno?t MINISINI: >>> >>> Which X11 input method do you use? >>> >>> 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/slashdot >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> >> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From hans at ...3219... Tue Sep 5 16:08:01 2017 From: hans at ...3219... (Hans Lehmann) Date: Tue, 5 Sep 2017 16:08:01 +0200 Subject: [Gambas-user] git wiki points! In-Reply-To: References: Message-ID: <6b61892e-8b41-0146-0330-5beed07fdf78@...3219...> Am 05.09.2017 um 15:20 schrieb Tyrone Lucero: > IT'S better join effors for better results... O.K. Installation of * stable * version of Gambas ---------------------------------------------- The installation was tested for MINT 17.1 (1) Installing the git program if the program is not already installed: hans at ...3686... ~ $ sudo apt-get install git (2) Installation of required packages: hans at ...3686... ~ $ sudo apt-get install build-essential g++ automake autoconf libtool libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev postgresql-server-dev-9.3 libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev libglew1.5-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-dev llvm llvm-3.5-dev libalure-dev libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-image-dev sane-utils libdumb1-dev libssl-dev libqt5opengl5-dev libqt5svg5-dev libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev (3) Download A copy of the repository is downloaded to the local PC in the ~ / gambas directory. The complete repository with about 100 MB must be downloaded only once in the Gambas life - if you do not change in the installation directory. hans at ...3686... ~ $ git clone https://gitlab.com/gambas/gambas (4) Change to the * automatically * created directory 'gambas' in the home directory: hans at ...3686... ~ $ cd ~/gambas Check immediately after download: hans at ...3686... ~/gambas $ git pull Already up-to-date. This result was to be expected ... (5) All tags - ie all stable versions - can be sorted sorted with this command: hans at ...3686... ~ $ git tag | sort -V The highest version number then appears at the bottom - which corresponds to the current, stable version (*). hans at ...3686... ~/gambas $ git tag | sort -V v1.9.44 v1.9.45 ... v3.9.1 v3.9.2 v3.10.0 The following command brings the source code to the current stable version - currently v3.10.0: hans at ...3686... ~/gambas $ git checkout $(git tag | sort -V | tail -n 1) Alternative: Direct input of the stable version from the exploration (*) of the current, stable version: hans at ...3686... ~/gambas $ git checkout v3.10.0 Note: With 'checkout' you can quickly rebuild the repository file system so that it corresponds to the version version. This is extremely fast because you have the complete repository on the local disk. (6) The stable version is installed in the following steps: (6.1) ./reconf-all (6.2) LLVM_CONFIG=llvm-config-3.5 ./configure -C (6.3) make (6.4) sudo make install (7) (7.1) Start of Gambas in the console: hans at ...3686... $ /usr/bin/gambas3 or hans at ...3686... $ gambas3 Alternative: (7.2) Create a starter on the desktop (7.2.1) Enter as command /usr/bin/gambas3 (7.2.2) Select a suitable icon for the starter (8th) Update for a new version: (8.1) hans at ...3686... ~ $ cd ~/gambas (8.2) hans at ...3686... ~ $ sudo make uninstall Go to item 6 ... Regards Hans www.gambas-buch.de From gambas at ...1... Tue Sep 5 16:35:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 16:35:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images In-Reply-To: <59aeb56e.2784df0a.4b784.a308SMTPIN_ADDED_BROKEN@...2392...> References: <59aeb56e.2784df0a.4b784.a308SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <702fa644-f4ff-2ae0-e202-01e2063cbb70@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1044: Gambas should trow an error or at least a warning when loading corrupted images Date?: Tue, 05 Sep 2017 14:32:13 GMT De?: bugtracker at ...3416... Pour?: kokoko3k at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1044&from=L21haW4- Comment #10 by Beno?t MINISINI: According to Google, no with QT4, but maybe with QT5 as the message seems to be redirected to the QT5 internal warning functions. But I don't want to start dealing with such nasty hacks. From tmorehen at ...3602... Tue Sep 5 17:49:23 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Tue, 5 Sep 2017 11:49:23 -0400 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Message-ID: Some more questions / things to try: 1) Copy the project folder elsewhere in your home directory, but not in the dropbox tree.? Try to edit. 2) In the copied folder, run chmod --recursive a+w *.? Try to edit. 3) Try creating a new module, class or form.? Try this in both the copied folder and the original.? Try to add code and edit the new module etc. 4) Can the problems be related to dropbox. On 2017-09-05 09:52 AM, Fernando Cabral wrote: > Tony Morehen wrote: > > The fact that Gambas runs properly from a vm strongly suggests that the >> problem is not Gambas, but is the system environment that Gambas is running >> in. > > Agreed. But so far, this understanding has not helped me to find a solution. > > What directory is your project located? Have you tried copying the project >> to your home directory? >> >> It is on my home directory (everything is under > /home/fernando/Dropbox/Gambas/*"). Directory Dropbox is a local directory > that is replicated by Dropbox so I have a copy available in other machines > that respect the same structure). > > In the vm, is Gambas loading the project directly from the original >> directory or from a copy in the vm. >> > Yes. In the VM Gambas works with the same files directly. The > above-mentioned directory is mounted on the VM so Gambas sees them as local > files (local to the VM). > > Does your system enable extended ACLs? Are you running AppArmor or >> SELinux? What about in the vm? >> > Not running AppArmor or SELinux. Extended ACLs not enabled. > > OS running on the physical machine is precisely the same that runs on the > virtual machine. I install them both from the same source and give them the > same configuration. For instance, now I am running Linux Mint 18.2 on the > metal and, under VirtualBox I have the same Linux Mint 18.2 (technically it > is not a clone, but it looks a lot like it). > > Regards > > - fernando > > > 2017-09-05 10:10 GMT-03:00 Tony Morehen : > >> Fernando, >> >> The fact that Gambas runs properly from a vm strongly suggests that the >> problem is not Gambas, but is the system environment that Gambas is running >> in. >> >> What directory is your project located? Have you tried copying the >> project to your home directory? In the vm, is Gambas loading the project >> directly from the original directory or from a copy in the vm. >> >> Does your system enable extended ACLs? Are you running AppArmor or >> SELinux? What about in the vm? >> >> >> >> On 2017-09-05 08:55 AM, Fernando Cabral wrote: >> >>> Beno?t, I don't know which input method I am using and I don't know how to >>> find it. >>> Nevertheless, I know for sure it is the standard method for Linux Mint, >>> whichever it is. >>> I've never tinkered with it. Also, IDE used to work. All of sudden, it >>> stopped working. >>> I had changed nothing between the working stage and the non-working stage. >>> Besides, when I install the virtual machines, I use the default input >>> method (whichever it is). >>> >>> Perhaps you can provide me with a command to find out what input method I >>> am using. >>> The nearest I got to it was by looking into the files at /etc/X11/xinit. >>> Basically, either they are empty or say "default". >>> >>> Regards >>> >>> - fernando >>> >>> >>> 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user < >>> gambas-user at lists.sourceforge.net>: >>> >>> >>>> -------- Message transf?r? -------- >>>> Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked >>>> Date : Tue, 05 Sep 2017 11:21:11 GMT >>>> De : bugtracker at ...3416... >>>> Pour : deliocf at ...626..., g4mba5 at ...626... >>>> >>>> http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- >>>> >>>> Comment #1 by Beno?t MINISINI: >>>> >>>> Which X11 input method do you use? >>>> >>>> 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/slashdot >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> >>> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From fernandojosecabral at ...626... Tue Sep 5 18:21:23 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Tue, 5 Sep 2017 13:21:23 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Message-ID: 2017-09-05 12:49 GMT-03:00 Tony Morehen : > Some more questions / things to try: > > 1) Copy the project folder elsewhere in your home directory, but not in > the dropbox tree. Try to edit. > 2) In the copied folder, run chmod --recursive a+w *. Try to edit. > 3) Try creating a new module, class or form. Try this in both the copied > folder and the original. Try to add code and edit the new module etc. > 4) Can the problems be related to dropbox. > > I have already tried this all in various combinations. Some even more radical, like making every file and directory 777. I've created a user named gambas and everything completely open. Now, I know it has to do with permissions because if I run "sudo gambas3" it will work! Now, if I set the user id bit (chmod u+s gambas3, for instance), it does not work. How come? Every single directory and file is rwxrwxrwd. They all belong to me (owner and group). This issue has mystified me for several months now. I had settled down and accepted the idea of keeping using the virtual machine to do the editing. Until this morning, when someone else refered to the same issue. - fernando > > On 2017-09-05 09:52 AM, Fernando Cabral wrote: > >> Tony Morehen wrote: >> >> The fact that Gambas runs properly from a vm strongly suggests that the >> >>> problem is not Gambas, but is the system environment that Gambas is >>> running >>> in. >>> >> >> Agreed. But so far, this understanding has not helped me to find a >> solution. >> >> What directory is your project located? Have you tried copying the >> project >> >>> to your home directory? >>> >>> It is on my home directory (everything is under >>> >> /home/fernando/Dropbox/Gambas/*"). Directory Dropbox is a local directory >> that is replicated by Dropbox so I have a copy available in other machines >> that respect the same structure). >> >> In the vm, is Gambas loading the project directly from the original >> >>> directory or from a copy in the vm. >>> >>> Yes. In the VM Gambas works with the same files directly. The >> above-mentioned directory is mounted on the VM so Gambas sees them as >> local >> files (local to the VM). >> >> Does your system enable extended ACLs? Are you running AppArmor or >> >>> SELinux? What about in the vm? >>> >>> Not running AppArmor or SELinux. Extended ACLs not enabled. >> >> OS running on the physical machine is precisely the same that runs on the >> virtual machine. I install them both from the same source and give them >> the >> same configuration. For instance, now I am running Linux Mint 18.2 on the >> metal and, under VirtualBox I have the same Linux Mint 18.2 (technically >> it >> is not a clone, but it looks a lot like it). >> >> Regards >> >> - fernando >> >> >> 2017-09-05 10:10 GMT-03:00 Tony Morehen : >> >> Fernando, >>> >>> The fact that Gambas runs properly from a vm strongly suggests that the >>> problem is not Gambas, but is the system environment that Gambas is >>> running >>> in. >>> >>> What directory is your project located? Have you tried copying the >>> project to your home directory? In the vm, is Gambas loading the project >>> directly from the original directory or from a copy in the vm. >>> >>> Does your system enable extended ACLs? Are you running AppArmor or >>> SELinux? What about in the vm? >>> >>> >>> >>> On 2017-09-05 08:55 AM, Fernando Cabral wrote: >>> >>> Beno?t, I don't know which input method I am using and I don't know how >>>> to >>>> find it. >>>> Nevertheless, I know for sure it is the standard method for Linux Mint, >>>> whichever it is. >>>> I've never tinkered with it. Also, IDE used to work. All of sudden, it >>>> stopped working. >>>> I had changed nothing between the working stage and the non-working >>>> stage. >>>> Besides, when I install the virtual machines, I use the default input >>>> method (whichever it is). >>>> >>>> Perhaps you can provide me with a command to find out what input method >>>> I >>>> am using. >>>> The nearest I got to it was by looking into the files at /etc/X11/xinit. >>>> Basically, either they are empty or say "default". >>>> >>>> Regards >>>> >>>> - fernando >>>> >>>> >>>> 2017-09-05 8:24 GMT-03:00 Beno?t Minisini via Gambas-user < >>>> gambas-user at lists.sourceforge.net>: >>>> >>>> >>>> -------- Message transf?r? -------- >>>>> Sujet : [Gambas Bug Tracker] Bug #1161: Class Editor is Locked >>>>> Date : Tue, 05 Sep 2017 11:21:11 GMT >>>>> De : bugtracker at ...3416... >>>>> Pour : deliocf at ...626..., g4mba5 at ...626... >>>>> >>>>> http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- >>>>> >>>>> Comment #1 by Beno?t MINISINI: >>>>> >>>>> Which X11 input method do you use? >>>>> >>>>> 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/slashdot >>>>> _______________________________________________ >>>>> Gambas-user mailing list >>>>> Gambas-user at lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>> >>>>> >>>>> >>>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> >> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From taboege at ...626... Tue Sep 5 19:42:49 2017 From: taboege at ...626... (Tobias Boege) Date: Tue, 5 Sep 2017 19:42:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Message-ID: <20170905174249.GF32224@...3600...> On Tue, 05 Sep 2017, Fernando Cabral wrote: > 2017-09-05 12:49 GMT-03:00 Tony Morehen : > > > Some more questions / things to try: > > > > 1) Copy the project folder elsewhere in your home directory, but not in > > the dropbox tree. Try to edit. > > 2) In the copied folder, run chmod --recursive a+w *. Try to edit. > > 3) Try creating a new module, class or form. Try this in both the copied > > folder and the original. Try to add code and edit the new module etc. > > 4) Can the problems be related to dropbox. > > > > I have already tried this all in various combinations. Some even more > radical, like > making every file and directory 777. I've created a user named gambas and > everything completely open. > > Now, I know it has to do with permissions because if I run "sudo gambas3" > it will work! > Now, if I set the user id bit (chmod u+s gambas3, for instance), it does > not work. > > How come? > I'm as puzzled by this issue as you are, but about this specific question: Becoming root opens gates other than those pertaining to file permissions. For example, you can access all devices freely and, as with any other user, switching to root makes programs read another set of configuration files. If anything, your experiments indicate that it is /not/ a file permission issue. You tried it with a+rwx, so unless file permissions are impossibly buggy or there are some surrounding problems like, I don't know, ACLs (which you confirmed are not) or weird mount options, we can assume it's not the permissions. Plus, if the file was non-writable, the IDE would tell you that by appending "[read-only]" to the file name in the tab caption. Only then the editor would be locked and its contents non-editable. Other- wise nothing can prevent the IDE from editing a copy of the source code in a graphical editor. To me it sounds more plausible that your input isn't handled correctly somewhere in the long chain of actors that touch the input to a Gambas process. As for the X11 input method, I learned what an input method in general is from Wikipedia. I don't know what information exactly determines an X11 input method, but the output of $ setxkbmap -print -verbose 10 is probably relevant as this is about keyboard input. Other than that, I found https://wiki.ubuntu.com/X/Config/Input Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Tue Sep 5 19:50:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 19:50:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59ae88a8.4ea1df0a.3ba04.31e1SMTPIN_ADDED_BROKEN@...2392...> <02ea3137-62cc-4c65-93bd-dcbf16c3d808@...1...> <2dd9dc78-e0e6-5ea5-31f8-d0bc164ee461@...3602...> Message-ID: Le 05/09/2017 ? 18:21, Fernando Cabral a ?crit : > 2017-09-05 12:49 GMT-03:00 Tony Morehen : > >> Some more questions / things to try: >> >> 1) Copy the project folder elsewhere in your home directory, but not in >> the dropbox tree. Try to edit. >> 2) In the copied folder, run chmod --recursive a+w *. Try to edit. >> 3) Try creating a new module, class or form. Try this in both the copied >> folder and the original. Try to add code and edit the new module etc. >> 4) Can the problems be related to dropbox. >> >> I have already tried this all in various combinations. Some even more > radical, like > making every file and directory 777. I've created a user named gambas and > everything completely open. > > Now, I know it has to do with permissions because if I run "sudo gambas3" > it will work! > Now, if I set the user id bit (chmod u+s gambas3, for instance), it does > not work. > > How come? > > Every single directory and file is rwxrwxrwd. They all belong to me (owner > and group). > > This issue has mystified me for several months now. I had settled down and > accepted the idea of keeping using the virtual machine to do the editing. > Until this morning, when someone else refered to the same issue. > > - fernando > I am agree with Tobias, it must be something related to the keyboard configuration. Did you try to change your keyboard mapping for example? Do you have different keyboard languages? And so on... -- Beno?t Minisini From gambas at ...1... Tue Sep 5 19:52:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 5 Sep 2017 19:52:32 +0200 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> Message-ID: <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> Le 04/09/2017 ? 04:20, Jussi Lahtinen a ?crit : > Benoit, any clue about this? It seems to still happen with the latest > revision. > > > Jussi > I saw no problem with your project. Except that printing a new line on a terminal now sends a "\r\n" sequence by default. -- Beno?t Minisini From jussi.lahtinen at ...626... Tue Sep 5 22:27:58 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 5 Sep 2017 23:27:58 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> Message-ID: I mean the debug information you asked *'Uncomment the line #65 in the 'main/gbx/gbx_c_process.c' file ("//#define DEBUG_ME")',* did it gave you any clue what is going on in my end? "\r\n" is expected in the test project. That is not the problem. Here they are attached again. Jussi On Tue, Sep 5, 2017 at 8:52 PM, Beno?t Minisini < gambas at ...1...> wrote: > Le 04/09/2017 ? 04:20, Jussi Lahtinen a ?crit : > >> Benoit, any clue about this? It seems to still happen with the latest >> revision. >> >> >> Jussi >> >> > I saw no problem with your project. Except that printing a new line on a > terminal now sends a "\r\n" sequence by default. > > -- > Beno?t Minisini > -------------- next part -------------- A non-text attachment was scrubbed... Name: Isolation-0.0.8.tar.gz Type: application/x-gzip Size: 11752 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: output.txt.tar.gz Type: application/x-gzip Size: 11405 bytes Desc: not available URL: From gambas at ...1... Wed Sep 6 00:15:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 00:15:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1159: do not remember login In-Reply-To: <59af2100.bcb0df0a.ac7a9.b4f5SMTPIN_ADDED_BROKEN@...2392...> References: <59af2100.bcb0df0a.ac7a9.b4f5SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <760391fe-d297-3a3d-82b7-69e002338e0d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1159: do not remember login Date?: Tue, 05 Sep 2017 22:11:11 GMT De?: bugtracker at ...3416... Pour?: uno.cero at ...3595..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1159&from=L21haW4- Comment #2 by V?ctor PEREZ: probe the following: jhon at ...3687... ~ $ gambas3 -t /home/jhon/.local/share/gambas3/src/postapase/VisorRV1960/ CModule._get.44: #13: Null object CModule._get.44 FEditor.panToolBar_Configure.3083 ToolBar._RaiseConfigure.126 FToolBar.LoadConfig.1488 FToolBar.Form_Open.624 jhon at ...3687... ~ $ gambas3 -t /home/jhon/.local/share/gambas3/src/ajmsoftware/gbAutoMount/ gbx3: warning: circular references detected: gbx3: 1 TextHighlighter_gambas gbx3: 4 CBookmark gbx3: 4 CInsertColor gbx3: 4 CCompletion gbx3: 12 CSymbolInfo gbx3: 1 CDocumentation gbx3: 1 FTextEditor gbx3: 3 FEditor gbx3: 4 ToolBar gbx3: 4 _TextEditor_Rows gbx3: 4 CDocument gbx3: 4 _TextEditor_Styles gbx3: 4 TextEditor gbx3: 16 MenuButton gbx3: 4 VSplit gbx3: 4 ScrollArea gbx3: 4 HSplit gbx3: 71 Picture gbx3: warning: 5007 allocation(s) non freed. jhon at ...3687... ~ $ gambas3 -t /home/jhon/.local/share/gambas3/src/postapase/VisorRV1960/ CModule._get.44: #13: Null object CModule._get.44 FEditor.panToolBar_Configure.3083 ToolBar._RaiseConfigure.126 FToolBar.LoadConfig.1488 FToolBar.Form_Open.624 jhon at ...3687... ~ $ gambas3 -t /home/jhon/Escritorio/Proyectos\ Setiembre\ 2017/VisorRV1960\ 0.6.7/VisorRV1960/ libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area CModule._get.44: #13: Null object CModule._get.44 FEditor.panToolBar_Configure.3083 ToolBar._RaiseConfigure.126 FToolBar.LoadConfig.1488 FToolBar.Form_Open.624 V?ctor PEREZ changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 6 00:20:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 00:20:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1159: do not remember login In-Reply-To: <59af22b1.05bbdf0a.347b4.a194SMTPIN_ADDED_BROKEN@...2392...> References: <59af22b1.05bbdf0a.347b4.a194SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2e901a26-c52d-b39c-1509-48eaba72c563@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1159: do not remember login Date?: Tue, 05 Sep 2017 22:18:25 GMT De?: bugtracker at ...3416... Pour?: uno.cero at ...3595..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1159&from=L21haW4- Comment #3 by V?ctor PEREZ: sorry i change the state unintentionally From mckaygerhard at ...626... Wed Sep 6 07:02:08 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Wed, 6 Sep 2017 01:02:08 -0400 Subject: [Gambas-user] git wiki points! In-Reply-To: <6b61892e-8b41-0146-0330-5beed07fdf78@...3219...> References: <6b61892e-8b41-0146-0330-5beed07fdf78@...3219...> Message-ID: hi hans, thanks, but i think the discussion is about organization of "gambas" development respect to gitlab I recognize that the wiki for git I did had been with misspellings, but 90% are already corrected, and if there is still some let me know. However the wiki "contribution" is true that only have gitlab doc related, and nothing about specific "gambas" development organization process, by example, why there are a gambas team and why others must made pull request.. that i explain clarelly in the gitwiki, or that now a normal user can "pull" a patch to the repository, that with the svn are not possible and hans, why do you not make some reading about the wiki for installing "gambas" already has instructions on how to do it for each distro, maybe you could made some changes, but of course only for specific distro... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-05 10:08 GMT-04:00 Hans Lehmann : > Am 05.09.2017 um 15:20 schrieb Tyrone Lucero: > >> IT'S better join effors for better results... >> > O.K. > > > Installation of * stable * version of Gambas > ---------------------------------------------- > The installation was tested for MINT 17.1 > > (1) > Installing the git program if the program is not already installed: > > hans at ...3686... ~ $ sudo apt-get install git > > (2) > Installation of required packages: > > hans at ...3686... ~ $ sudo apt-get install build-essential g++ automake > autoconf libtool libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev > postgresql-server-dev-9.3 libsqlite0-dev libsqlite3-dev libglib2.0-dev > libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev > libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev > libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev > libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev > libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev > libglew1.5-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev > libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev > libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev > libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-dev llvm llvm-3.5-dev > libalure-dev libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev > libsdl2-ttf-dev libsdl2-image-dev sane-utils libdumb1-dev libssl-dev > libqt5opengl5-dev libqt5svg5-dev libqt5webkit5-dev libqt5x11extras5-dev > qtbase5-dev > > (3) > Download > A copy of the repository is downloaded to the local PC in the ~ / gambas > directory. The complete repository with about 100 MB must be downloaded > only once in the Gambas life - if you do not change in the installation > directory. > > hans at ...3686... ~ $ git clone https://gitlab.com/gambas/gambas > > (4) > Change to the * automatically * created directory 'gambas' in the home > directory: > > hans at ...3686... ~ $ cd ~/gambas > > Check immediately after download: > > hans at ...3686... ~/gambas $ git pull > Already up-to-date. > > This result was to be expected ... > > (5) > All tags - ie all stable versions - can be sorted sorted with this command: > > hans at ...3686... ~ $ git tag | sort -V > > The highest version number then appears at the bottom - which corresponds > to the current, stable version (*). > > hans at ...3686... ~/gambas $ git tag | sort -V > v1.9.44 > v1.9.45 > ... > v3.9.1 > v3.9.2 > v3.10.0 > > The following command brings the source code to the current stable version > - currently v3.10.0: > > hans at ...3686... ~/gambas $ git checkout $(git tag | sort -V | tail -n 1) > > Alternative: Direct input of the stable version from the exploration (*) > of the current, stable version: > > hans at ...3686... ~/gambas $ git checkout v3.10.0 > > Note: With 'checkout' you can quickly rebuild the repository file system > so that it corresponds to the version version. This is extremely fast > because you have the complete repository on the local disk. > > (6) > The stable version is installed in the following steps: > > (6.1) ./reconf-all > (6.2) LLVM_CONFIG=llvm-config-3.5 ./configure -C > (6.3) make > (6.4) sudo make install > > (7) > (7.1) Start of Gambas in the console: > > hans at ...3686... $ /usr/bin/gambas3 or > hans at ...3686... $ gambas3 > > Alternative: > (7.2) Create a starter on the desktop > (7.2.1) Enter as command /usr/bin/gambas3 > (7.2.2) Select a suitable icon for the starter > > (8th) > Update for a new version: > > (8.1) hans at ...3686... ~ $ cd ~/gambas > (8.2) hans at ...3686... ~ $ sudo make uninstall > > Go to item 6 ... > > Regards > > Hans > www.gambas-buch.de > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Sep 6 08:28:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af4d12.8cc7df0a.4488f.3406SMTPIN_ADDED_BROKEN@...2392...> References: <59af4d12.8cc7df0a.4488f.3406SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <81b492c4-89a9-08a6-517f-c9018537c5b2@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 01:19:13 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #5 by Zainudin AHMAD: but if I switch or open any window, everything become fine and work as expected . From gambas at ...1... Wed Sep 6 08:28:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af46d9.28b0df0a.b37f3.183cSMTPIN_ADDED_BROKEN@...2392...> References: <59af46d9.28b0df0a.b37f3.183cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 00:52:40 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #3 by Zainudin AHMAD: I have similar issue, but this happens if I run an IDE with a gb.qt4 componen (with special condition in xfce4/xubuntu 16.04) It's better if someone have this issue, he can try from virtual terminal : GB_GUI=gb.qt5 gambas3 (you should install all gb.qt5 components first) and qt5 component can be default component for gambas IDE and ...... this happens with "qt4 designer" application too, so Gambas not alone :) From gambas at ...1... Wed Sep 6 08:28:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af5008.37c3df0a.3ba58.7b09SMTPIN_ADDED_BROKEN@...2392...> References: <59af5008.37c3df0a.3ba58.7b09SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7315fa57-e8b0-1dd2-0a03-1f1fd9f7650b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 01:31:51 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #6 by Delio CARVALHO: I'm using Qt Creator 4.3.2 and it is works well. . From gambas at ...1... Wed Sep 6 08:28:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af305e.37c3df0a.3ba58.2958SMTPIN_ADDED_BROKEN@...2392...> References: <59af305e.37c3df0a.3ba58.2958SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <02438b6b-5acd-6944-fb37-6c0f3b5feaaa@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Tue, 05 Sep 2017 23:16:45 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #2 by Delio CARVALHO: My active input method is set to ibus I use to commute among pt-br and en-us languages My im-config settings is as follow: --------------------------------------------------------- Current configuration for the input method: * Active configuration: ibus (normally missing) * Normal automatic choice: ibus (normally ibus or fcitx or uim) * Override rule: zh_CN,fcitx:zh_TW,fcitx:zh_HK,fcitx:zh_SG,fcitx:ja_JP,fcitx:ko_KR,fcitx:vi_VN,fcitx * Current override choice: (pt_BR) * Current automatic choice: ibus * Number of valid choices: 2 (normally 1) Delio CARVALHO changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 6 08:28:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af4b4f.43b4df0a.576eb.0f9bSMTPIN_ADDED_BROKEN@...2392...> References: <59af4b4f.43b4df0a.576eb.0f9bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <267eb25d-2f06-dfe2-1da1-87cac3c623de@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 01:11:42 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Zainudin AHMAD added an attachment: qtcreator-project.png . From gambas at ...1... Wed Sep 6 08:28:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af5bb2.8eb0df0a.aadda.5dbaSMTPIN_ADDED_BROKEN@...2392...> References: <59af5bb2.8eb0df0a.aadda.5dbaSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0c9c061d-c76e-0cc1-8cae-f4f180f4b7dc@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 02:21:38 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #8 by Delio CARVALHO: Yes, all components is correctly installed and typing "GB_GUI=gb.qt5 gambas3" on a terminal opens Gambas3 IDE without warnings or errors, but its class editor remains not editable. From gambas at ...1... Wed Sep 6 08:28:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 08:28:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af59da.43b41c0a.418ad.56b1SMTPIN_ADDED_BROKEN@...2392...> References: <59af59da.43b41c0a.418ad.56b1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0d78dc1c-ea76-eca7-820f-b682f16cd65f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 02:13:45 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #7 by Zainudin AHMAD: (make sure all gb.qt5 component has installed )have you try this ? GB_GUI=gb.qt5 gambas3 . From fernandojosecabral at ...626... Wed Sep 6 12:42:50 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Wed, 6 Sep 2017 07:42:50 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <0c9c061d-c76e-0cc1-8cae-f4f180f4b7dc@...1...> References: <59af5bb2.8eb0df0a.aadda.5dbaSMTPIN_ADDED_BROKEN@...2392...> <0c9c061d-c76e-0cc1-8cae-f4f180f4b7dc@...1...> Message-ID: 2017-09-06 3:28 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > > Comment #8 by Delio CARVALHO: > > Yes, all components is correctly installed and typing "GB_GUI=gb.qt5 > gambas3" on a terminal opens Gambas3 IDE without warnings or errors, but > its class editor remains not editable. > > Now we might be on something here. Running GB_GUI=qb.qt5 gambas3 on my regular machine I got the error message: *$ GB_GUI=qb.qt5 gambas3gb.gui: warning: 'qb.qt5' component not supported* But, if I run the same command on the virtual machine (on which gambas IDE is working) I got no error message. So, having or not having the qb.qt5 component installed might the cause of the problem. Now my questions is: how do I do to install the qb.qt5 component in order to see if it solves the issue? By the way: I installed gambas on both machine using the same command sequence (with PPA). > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From gambas at ...1... Wed Sep 6 16:08:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 16:08:24 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af9fbe.11991c0a.b48fa.d5c6SMTPIN_ADDED_BROKEN@...2392...> References: <59af9fbe.11991c0a.b48fa.d5c6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6cdf9ec9-0db3-8601-9523-574d9be147a4@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 07:11:57 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #9 by Zainudin AHMAD: can you try this project (attach project) . > open project with gambas ide > Run > change each text in textbox, textarea and texteditor . This all for make sure the issue only with gb.qt (this project using gb.gtk3) . (after you try it) My question is, Can you change the text ? . [sorry for my english :)] From gambas at ...1... Wed Sep 6 16:08:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 16:08:24 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59af9fd0.4fa7df0a.60e91.8a88SMTPIN_ADDED_BROKEN@...2392...> References: <59af9fd0.4fa7df0a.60e91.8a88SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <36bf09e6-576d-f4c1-6cbe-71ad3f565c1b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 07:12:15 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Zainudin AHMAD added an attachment: test-GTK3-0.0.1.tar.gz . From gambas at ...1... Wed Sep 6 16:08:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 16:08:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59afed36.932d1c0a.d431.536aSMTPIN_ADDED_BROKEN@...2392...> References: <59afed36.932d1c0a.d431.536aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9ec6e941-6b7a-87be-b61b-040e2d0809ee@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 12:42:29 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #10 by Delio CARVALHO: Gui editor works properly. I can edit text, properties and layout as well. Only code editor is blocked. but I can paste text in it pressing Ctrl+V or through the option paste on popup menu. From gambas at ...1... Wed Sep 6 16:08:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 16:08:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59afed39.57471c0a.1e817.726bSMTPIN_ADDED_BROKEN@...2392...> References: <59afed39.57471c0a.1e817.726bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9ff14de3-0c3e-2eef-c9fd-9429577c699d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 12:42:32 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #11 by Delio CARVALHO: Gui editor works properly. I can edit text, properties and layout as well. Only code editor is blocked. but I can paste text in it pressing Ctrl+V or through the option paste on popup menu. From author.ilmi at ...626... Wed Sep 6 19:41:15 2017 From: author.ilmi at ...626... (zainudin ahmad) Date: Thu, 7 Sep 2017 00:41:15 +0700 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59af5bb2.8eb0df0a.aadda.5dbaSMTPIN_ADDED_BROKEN@...2392...> <0c9c061d-c76e-0cc1-8cae-f4f180f4b7dc@...1...> Message-ID: sudo apt-get install gambas3-gb-qt5 gambas3-gb-qt5-ext gambas3-gb-qt5-opengl gambas3-gb-qt5-webkit I am sure we have the different issue :) On 9/6/17, Fernando Cabral wrote: > 2017-09-06 3:28 GMT-03:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > >> >> >> Comment #8 by Delio CARVALHO: >> >> Yes, all components is correctly installed and typing "GB_GUI=gb.qt5 >> gambas3" on a terminal opens Gambas3 IDE without warnings or errors, but >> its class editor remains not editable. >> >> Now we might be on something here. Running GB_GUI=qb.qt5 gambas3 on my > regular machine I got the error message: > > > > *$ GB_GUI=qb.qt5 gambas3gb.gui: warning: 'qb.qt5' component not supported* > > But, if I run the same command on the virtual machine (on which gambas IDE > is working) I got no error message. > > So, having or not having the qb.qt5 component installed might the cause of > the problem. > Now my questions is: how do I do to install the qb.qt5 component in order > to see if it solves the issue? > > By the way: I installed gambas on both machine using the same command > sequence (with PPA). > > >> >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > -- > Fernando Cabral > Blogue: http://fernandocabral.org > Twitter: http://twitter.com/fjcabral > e-mail: fernandojosecabral at ...626... > Facebook: f at ...3654... > Telegram: +55 (37) 99988-8868 > Wickr ID: fernandocabral > WhatsApp: +55 (37) 99988-8868 > Skype: fernandojosecabral > Telefone fixo: +55 (37) 3521-2183 > Telefone celular: +55 (37) 99988-8868 > > Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, > nenhum pol?tico ou cientista poder? se gabar de nada. > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Sep 6 22:25:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 22:25:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b02f53.308fdf0a.b9664.60a2SMTPIN_ADDED_BROKEN@...2392...> References: <59b02f53.308fdf0a.b9664.60a2SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <203034c9-e5c0-cf38-9798-4fb33e4179da@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 17:24:34 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #12 by Zainudin AHMAD: Can you try to : . 1) rename gambas3.conf file in ~/.config/gambas3/ directory, from gambas3.conf to gambas3.conf-org (or other) 2) run gambas IDE and open/create any project 3) try write someting in code editor . it's work ??? . From gambas at ...1... Wed Sep 6 22:25:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 6 Sep 2017 22:25:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b03550.b2a0df0a.6b385.845aSMTPIN_ADDED_BROKEN@...2392...> References: <59b03550.b2a0df0a.6b385.845aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <171a9dc2-b65d-6c5a-89a7-e84e72d1157b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 06 Sep 2017 17:50:08 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #13 by Delio CARVALHO: I did a completely uninstall of Gambas3 IDE, its dependencies and components, after that, I've purged all its remaining files including ~/.config/gambas3/ directory. then, I reinstalled everything again. But the problem persists. Today I'm going to uninstall Gambas3 and reinstall, but now, compiling it from the source code instead of installing from repository. "By the way... Sorry for my english too!" From fernandojosecabral at ...626... Wed Sep 6 23:49:48 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Wed, 6 Sep 2017 18:49:48 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <171a9dc2-b65d-6c5a-89a7-e84e72d1157b@...1...> References: <59b03550.b2a0df0a.6b385.845aSMTPIN_ADDED_BROKEN@...2392...> <171a9dc2-b65d-6c5a-89a7-e84e72d1157b@...1...> Message-ID: 2017-09-06 17:25 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > Comment #13 by Delio CARVALHO: > > I did a completely uninstall of Gambas3 IDE, its dependencies and > components, after that, I've purged all its remaining files including > ~/.config/gambas3/ directory. then, I reinstalled everything again. But the > problem persists. > Today I'm going to uninstall Gambas3 and reinstall, but now, compiling it > from the source code instead of installing from repository. > Several weeks ago I did the same to no avail. This week (for other reasons, not because of Gambas), a did a fresh install in a brand new machine. Did no work. Same problem. So, I guess you will just waist your time. But who knows? When black magic sets in, anything may happen. - fernando > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From fernandojosecabral at ...626... Wed Sep 6 23:50:52 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Wed, 6 Sep 2017 18:50:52 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <203034c9-e5c0-cf38-9798-4fb33e4179da@...1...> References: <59b02f53.308fdf0a.b9664.60a2SMTPIN_ADDED_BROKEN@...2392...> <203034c9-e5c0-cf38-9798-4fb33e4179da@...1...> Message-ID: 2017-09-06 17:25 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > Comment #12 by Zainudin AHMAD: > > Can you try to : > . > 1) rename gambas3.conf file in ~/.config/gambas3/ directory, from > gambas3.conf to gambas3.conf-org (or other) > 2) run gambas IDE and open/create any project > 3) try write someting in code editor > . > it's work ??? I've tried your suggestion. No, it did not work. - fernando > > > > . > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From fernandojosecabral at ...626... Wed Sep 6 23:52:50 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Wed, 6 Sep 2017 18:52:50 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59af5bb2.8eb0df0a.aadda.5dbaSMTPIN_ADDED_BROKEN@...2392...> <0c9c061d-c76e-0cc1-8cae-f4f180f4b7dc@...1...> Message-ID: 2017-09-06 14:41 GMT-03:00 zainudin ahmad : > sudo apt-get install gambas3-gb-qt5 gambas3-gb-qt5-ext > gambas3-gb-qt5-opengl gambas3-gb-qt5-webkit > gambas3-gb-qt5 gambas3-gb-qt5-opengl were already installed. apt did not find packages gambas3-gb-qt5-ext and gambas3-gb-webkit - fernando > > I am sure we have the different issue :) > > On 9/6/17, Fernando Cabral wrote: > > 2017-09-06 3:28 GMT-03:00 Beno?t Minisini via Gambas-user < > > gambas-user at lists.sourceforge.net>: > > > >> > >> > >> Comment #8 by Delio CARVALHO: > >> > >> Yes, all components is correctly installed and typing "GB_GUI=gb.qt5 > >> gambas3" on a terminal opens Gambas3 IDE without warnings or errors, but > >> its class editor remains not editable. > >> > >> Now we might be on something here. Running GB_GUI=qb.qt5 gambas3 on my > > regular machine I got the error message: > > > > > > > > *$ GB_GUI=qb.qt5 gambas3gb.gui: warning: 'qb.qt5' component not > supported* > > > > But, if I run the same command on the virtual machine (on which gambas > IDE > > is working) I got no error message. > > > > So, having or not having the qb.qt5 component installed might the cause > of > > the problem. > > Now my questions is: how do I do to install the qb.qt5 component in order > > to see if it solves the issue? > > > > By the way: I installed gambas on both machine using the same command > > sequence (with PPA). > > > > > >> > >> > >> > >> ------------------------------------------------------------ > >> ------------------ > >> Check out the vibrant tech community on one of the world's most > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > > > > > > -- > > Fernando Cabral > > Blogue: http://fernandocabral.org > > Twitter: http://twitter.com/fjcabral > > e-mail: fernandojosecabral at ...626... > > Facebook: f at ...3654... > > Telegram: +55 (37) 99988-8868 > > Wickr ID: fernandocabral > > WhatsApp: +55 (37) 99988-8868 > > Skype: fernandojosecabral > > Telefone fixo: +55 (37) 3521-2183 > > Telefone celular: +55 (37) 99988-8868 > > > > Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, > > nenhum pol?tico ou cientista poder? se gabar de nada. > > ------------------------------------------------------------ > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From gambas at ...1... Thu Sep 7 10:37:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 10:37:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b0a6df.9aa7df0a.c4863.b273SMTPIN_ADDED_BROKEN@...2392...> References: <59b0a6df.9aa7df0a.c4863.b273SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <91da3f3a-4723-49e5-dd68-5dacbe42b029@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 01:54:38 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #14 by Delio CARVALHO: Bad news... As mentioned before, I have just removed and reinstalled Gambas3 by compiling it from source code. The whole process went smoothly, but unfortunately the problem continues. Code editor remains locked. :-( But... I discover that running Gambas as root, everything works well... What could it be??? From gambas at ...1... Thu Sep 7 10:37:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 10:37:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b0cf4b.04badf0a.2d931.0d1aSMTPIN_ADDED_BROKEN@...2392...> References: <59b0cf4b.04badf0a.2d931.0d1aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 04:47:06 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Zainudin AHMAD added an attachment: test-KeyPress-0.0.1.tar.gz From gambas at ...1... Thu Sep 7 10:37:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 10:37:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b0cf58.08691c0a.2652e.c534SMTPIN_ADDED_BROKEN@...2392...> References: <59b0cf58.08691c0a.2652e.c534SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 04:47:19 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Zainudin AHMAD added an attachment: Test-KeyPress.png From gambas at ...1... Thu Sep 7 10:37:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 10:37:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b0cf3a.41bd1c0a.27c21.c064SMTPIN_ADDED_BROKEN@...2392...> References: <59b0cf3a.41bd1c0a.27c21.c064SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 04:46:49 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #15 by Zainudin AHMAD: may be this is the last. . can you try this project, open project(attach project) and folow this instruction(attach pic). . I am waiting your screenshot. From gambas at ...1... Thu Sep 7 10:52:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 10:52:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b10890.88de1c0a.9f2b5.1000SMTPIN_ADDED_BROKEN@...2392...> References: <59b10890.88de1c0a.9f2b5.1000SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 08:51:27 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #16 by Beno?t MINISINI: It should be something related to the keyboard configuration that makes Gambas Qt keyboard events management dizzy. I don't see anything wrong at the moment, as that management is very simple: Qt gives you the event with the text to insert inside, and I create a Gambas event from that. Is it possible for you (or other people) to compare the list of your environment variables between a real system (where the bug occurs) and a virtual machine with the same system (where the bug does not occur)? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 7 11:17:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 11:17:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 09:12:40 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Print txtDate.Text, I get "Type Mismatch ..." Type : Bug Priority : Low Gambas version : Master Product : GUI components Description ----------- This control is ValueBox, I set Type Property to Date When doing "Print txtDate.Text", I get "Type Mismatch ..." message (attach pic) This happens with QT4,QT5,GTK+ and GTK3. . Reproduce the bug : 1) Open this project (attach project) 2) Run System information ------------------ [System] Gambas=3.10.90 b77004d (master) OperatingSystem=Linux Kernel=4.10.0-28-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xXdOrc6Okg DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_ALL=en_US LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1253,unix/:/tmp/.ICE-unix/1253 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1072 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Thu Sep 7 11:17:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 11:17:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b10db1.81911c0a.a7c5a.2b4eSMTPIN_ADDED_BROKEN@...2392...> References: <59b10db1.81911c0a.a7c5a.2b4eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <20b13594-7334-0224-e6f1-e3d5b24d3a80@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 09:13:20 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Zainudin AHMAD added an attachment: Bug-ValueBox-Text-0.0.1.tar.gz From gambas at ...1... Thu Sep 7 11:17:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 11:17:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b10d9d.0daadf0a.58a1e.6d6aSMTPIN_ADDED_BROKEN@...2392...> References: <59b10d9d.0daadf0a.58a1e.6d6aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3515d5b6-4ea0-1402-8934-beaaaccc0fb4@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 09:13:01 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Zainudin AHMAD added an attachment: Bug-ValueBox-Text.png . From gambas at ...1... Thu Sep 7 16:54:52 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 16:54:52 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b15cbc.d2a81c0a.737ee.dc5bSMTPIN_ADDED_BROKEN@...2392...> References: <59b15cbc.d2a81c0a.737ee.dc5bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0d628db8-3892-a63a-9344-f394695d10b3@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 14:50:34 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #17 by Delio CARVALHO: OK. I've loaded and executed your Test-KeyPress project and it's textboxes are locked as in the IDE's code editor. Now. I will mount a virtual machine with the same OS that I am using, install and test Gambas in it, and export the environment variables to compare. ps... I wanna attach a screen capture of the test, but I don't know how to do this, here on "gambaswiki.org". Any help? Delio CARVALHO changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 7 16:54:52 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 16:54:52 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b15cd1.cfc5df0a.beb29.27b5SMTPIN_ADDED_BROKEN@...2392...> References: <59b15cd1.cfc5df0a.beb29.27b5SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0bc9fc23-0ea8-c75a-d63c-e2f05612f12e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 14:50:56 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: My-Teste-KeyPress.png From gambas at ...1... Thu Sep 7 17:34:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 17:34:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b165e2.c3ac1c0a.b495a.e95cSMTPIN_ADDED_BROKEN@...2392...> References: <59b165e2.c3ac1c0a.b495a.e95cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9a9f40c7-21c7-765c-e626-1fc8a2a729d5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 15:29:36 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Comment #1 by Tony MOREHEN: Replace Print txtDate.Text with Print txtDate.Value For a ValueBox, the Text property seems to be invalid. The Value property returns the text you are looking for. From gambas at ...1... Thu Sep 7 17:39:37 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 17:39:37 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1678a.e3acdf0a.f24f1.eca2SMTPIN_ADDED_BROKEN@...2392...> References: <59b1678a.e3acdf0a.f24f1.eca2SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 15:36:42 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #18 by PICCORO LENZ MCKAY: i cannot reproduce that problem, using Debian 9 or Devuan 8, in my case i not use qt5 either have it, DELIOCF please can you try other distribution, i mean can you install winbuntu and install snapshot daily build from ppa and confirm.? seems its a problem on your side! From gambas at ...1... Thu Sep 7 17:44:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 17:44:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b16924.c4471c0a.f3f2f.fc5aSMTPIN_ADDED_BROKEN@...2392...> References: <59b16924.c4471c0a.f3f2f.fc5aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <40e0555a-e7c8-d7b8-ec48-917566de7811@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 15:43:31 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #19 by PICCORO LENZ MCKAY: also please do not try in your distro of problem it's possible that the virtual machine can inherit the problem in different way.. i mean try to install in another hardware away of the one with the problem, by example you can use for debian this repository https://software.opensuse.org//download.html?project=home%3Amckaygerhard%3Agambas3&package=gambas3 From gambas at ...1... Thu Sep 7 17:49:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 17:49:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b16a57.0ca5df0a.f2962.6ac8SMTPIN_ADDED_BROKEN@...2392...> References: <59b16a57.0ca5df0a.f2962.6ac8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <95c497c9-11cf-34f1-e1a3-fba8e108c3e9@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 15:48:38 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., mckaygerhard at ...626..., author.ilmi at ...1212......, g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: umm quite strange, i have a "unkown symbol" respect .text! From fernandojosecabral at ...626... Thu Sep 7 18:18:43 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Thu, 7 Sep 2017 13:18:43 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <40e0555a-e7c8-d7b8-ec48-917566de7811@...1...> References: <59b16924.c4471c0a.f3f2f.fc5aSMTPIN_ADDED_BROKEN@...2392...> <40e0555a-e7c8-d7b8-ec48-917566de7811@...1...> Message-ID: > > Comment #19 by PICCORO LENZ MCKAY: > > also please do not try in your distro of problem it's possible that the > virtual machine can inherit the problem in different way.. > i mean try to install in another hardware away of the one with the > problem, by example you can use for debian this repository > https://software.opensuse.org//download.html?project=home%3A > mckaygerhard%3Agambas3&package=gambas3 > > I did not get your point, McKay. if we know that it is running OK on the virtual machine, but not on the bare metal machine, we know it can not be an inheritance problem. Otherwise, it would not be running on the virtual machine either... Perhaps I have lost track of your reasoning. - fernando Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. From fernandojosecabral at ...626... Thu Sep 7 18:22:21 2017 From: fernandojosecabral at ...626... (Fernando Cabral) Date: Thu, 7 Sep 2017 13:22:21 -0300 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59b10890.88de1c0a.9f2b5.1000SMTPIN_ADDED_BROKEN@...2392...> Message-ID: 2017-09-07 5:52 GMT-03:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > Is it possible for you (or other people) to compare the list of your > environment variables between a real system (where the bug occurs) and a > virtual machine with the same system (where the bug does not occur)? > I am attaching two files with the variables used in the virtual and real environments. To me they look the same except for minor details that do not seem related to the issue. Best regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecabral at ...626... Facebook: f at ...3654... Telegram: +55 (37) 99988-8868 Wickr ID: fernandocabral WhatsApp: +55 (37) 99988-8868 Skype: fernandojosecabral Telefone fixo: +55 (37) 3521-2183 Telefone celular: +55 (37) 99988-8868 Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, nenhum pol?tico ou cientista poder? se gabar de nada. -------------- next part -------------- declare -x CINNAMON_VERSION="3.4.6" declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-oBdGoF8tYz,guid=87572c4175772bd8eccc1b4c59b15956" declare -x DEFAULTS_PATH="/usr/share/gconf/cinnamon.default.path" declare -x DERBY_HOME="/usr/lib/jvm/java-9-oracle/db" declare -x DESKTOP_SESSION="cinnamon" declare -x DISPLAY=":0" declare -x GDM_LANG="pt_BR" declare -x GDMSESSION="cinnamon" declare -x GJS_DEBUG_OUTPUT="stderr" declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG" declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated" declare -x GTK_MODULES="gail:atk-bridge" declare -x GTK_OVERLAY_SCROLLING="1" declare -x HOME="/home/fernando" declare -x J2REDIR="/usr/lib/jvm/java-9-oracle" declare -x J2SDKDIR="/usr/lib/jvm/java-9-oracle" declare -x JAVA_HOME="/usr/lib/jvm/java-9-oracle" declare -x LANG="pt_BR.UTF-8" declare -x LANGUAGE="pt_BR:pt:en" declare -x LESSCLOSE="/usr/bin/lesspipe %s %s" declare -x LESSOPEN="| /usr/bin/lesspipe %s" declare -x LOGNAME="fernando" declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:" declare -x MANDATORY_PATH="/usr/share/gconf/cinnamon.mandatory.path" declare -x OLDPWD="/home/fernando" declare -x PATH="/home/fernando/bin:/home/fernando/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-9-oracle/bin:/usr/lib/jvm/java-9-oracle/db/bin" declare -x PWD="/home/fernando/Downloads" declare -x QT_ACCESSIBILITY="1" declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1" declare -x QT_QPA_PLATFORMTHEME="qgnomeplatform" declare -x QT_STYLE_OVERRIDE="gtk" declare -x SESSION_MANAGER="local/fernando-amd:@/tmp/.ICE-unix/2311,unix/fernando-amd:/tmp/.ICE-unix/2311" declare -x SHELL="/bin/bash" declare -x SHLVL="1" declare -x SSH_AGENT_PID="2368" declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh" declare -x TERM="xterm-256color" declare -x USER="fernando" declare -x VTE_VERSION="4205" declare -x WINDOWID="136314886" declare -x XAUTHORITY="/home/fernando/.Xauthority" declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-cinnamon:/etc/xdg" declare -x XDG_CURRENT_DESKTOP="X-Cinnamon" declare -x XDG_DATA_DIRS="/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/" declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/fernando" declare -x XDG_RUNTIME_DIR="/run/user/1000" declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0" declare -x XDG_SEAT="seat0" declare -x XDG_SESSION_DESKTOP="cinnamon" declare -x XDG_SESSION_ID="c2" declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0" declare -x XDG_SESSION_TYPE="x11" declare -x XDG_VTNR="7" -------------- next part -------------- A non-text attachment was scrubbed... Name: EnvVirtualMachine Type: application/octet-stream Size: 3652 bytes Desc: not available URL: From taboege at ...626... Thu Sep 7 18:35:42 2017 From: taboege at ...626... (Tobias Boege) Date: Thu, 7 Sep 2017 18:35:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59b10890.88de1c0a.9f2b5.1000SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <20170907163542.GE4971@...3600...> On Thu, 07 Sep 2017, Fernando Cabral wrote: > 2017-09-07 5:52 GMT-03:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > > > > > Is it possible for you (or other people) to compare the list of your > > environment variables between a real system (where the bug occurs) and a > > virtual machine with the same system (where the bug does not occur)? > > > > I am attaching two files with the variables used in the virtual and real > environments. To me they look the same except for minor details that do not > seem related to the issue. > Fernando, you should participate in this issue on the bug tracker, not on the mailing list. None of your comments reached the person that reported the bug, unless they are subscribed to the mailing list as well, and it's hard for people who do use the bug tracker to address your comments. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From mckaygerhard at ...626... Thu Sep 7 18:38:12 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Thu, 7 Sep 2017 12:38:12 -0400 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: References: <59b10890.88de1c0a.9f2b5.1000SMTPIN_ADDED_BROKEN@...2392...> Message-ID: hi fernando, yeah.. a similar problem happened last year, i dont remenber and dont have the exact mail.. but i for sure was a similar problem.. please can you try to use different desktop in your bare metal? prefered a qt based! and report feedback.. if this works, the problem its as benoit said the input method... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-07 12:22 GMT-04:00 Fernando Cabral : > 2017-09-07 5:52 GMT-03:00 Beno?t Minisini via Gambas-user < > gambas-user at lists.sourceforge.net>: > > > > > Is it possible for you (or other people) to compare the list of your > > environment variables between a real system (where the bug occurs) and a > > virtual machine with the same system (where the bug does not occur)? > > > > I am attaching two files with the variables used in the virtual and real > environments. To me they look the same except for minor details that do not > seem related to the issue. > > Best regards > > - fernando > > > -- > Fernando Cabral > Blogue: http://fernandocabral.org > Twitter: http://twitter.com/fjcabral > e-mail: fernandojosecabral at ...626... > Facebook: f at ...3654... > Telegram: +55 (37) 99988-8868 > Wickr ID: fernandocabral > WhatsApp: +55 (37) 99988-8868 > Skype: fernandojosecabral > Telefone fixo: +55 (37) 3521-2183 > Telefone celular: +55 (37) 99988-8868 > > Enquanto houver no mundo uma s? pessoa sem casa ou sem alimentos, > nenhum pol?tico ou cientista poder? se gabar de nada. > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Thu Sep 7 18:53:53 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 18:53:53 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1797e.b1b2df0a.58e14.14f6SMTPIN_ADDED_BROKEN@...2392...> References: <59b1797e.b1b2df0a.58e14.14f6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <528d9297-2b73-95f3-bfff-b9c334d505f8@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 16:53:17 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #20 by Charlie REINL: Can you virtualize your box, and look if that still happens ? From gambas at ...1... Thu Sep 7 19:28:48 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 19:28:48 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b181c3.96231c0a.6948d.2782SMTPIN_ADDED_BROKEN@...2392...> References: <59b181c3.96231c0a.6948d.2782SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7c75133b-9d5d-2bc7-eaea-6fa4ec9751b0@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 17:28:33 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #21 by Delio CARVALHO: Firstly, sorry by my english, but what do you mean by virtualizing my box? by any chance would it be creating one vm from my entire hard drive? From gambas at ...1... Thu Sep 7 19:48:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 19:48:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1866b.119bdf0a.fb2c4.38fbSMTPIN_ADDED_BROKEN@...2392...> References: <59b1866b.119bdf0a.fb2c4.38fbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <663c7c57-a0c2-dda8-16ad-ec1648be4b54@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 17:48:26 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #22 by Charlie REINL: Yes, that is it what I mean. From gambas at ...1... Thu Sep 7 20:39:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:39:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19173.912f1c0a.927d1.4e59SMTPIN_ADDED_BROKEN@...2392...> References: <59b19173.912f1c0a.927d1.4e59SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9d0f93da-0fdf-ae14-84a7-2716f934e465@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:35:29 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #23 by Delio CARVALHO: Hi Charlie, Sorry, but at the moment I have no enough free space in my hard disk to create such VM. I going to try it later. but for now I'm sending four dumb of environment variables, one of them is from my computer "env-my-host-[as-user]-kubuntu1704-fail.txt" it doesn't work. Other important dump is from my computer too "env-my-host-[as-root]-kubuntu1704-ok.txt", but this are environment variables from the root session where gambas3 works well. Other dumb "env-vm-kubuntu1704-ok.txt" is from a VM with the same OS as may one "Kubuntu 17.04". In this VM Gambas3 works well too. One more dumb "env-manjaro-ok.txt" is from another VM with Manjaro Linux + KDE 5 PLasma. It works well too. From gambas at ...1... Thu Sep 7 20:39:03 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:39:03 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19189.d397df0a.82a30.5ffbSMTPIN_ADDED_BROKEN@...2392...> References: <59b19189.d397df0a.82a30.5ffbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <20a88fce-43df-ddcb-a85f-f61782993245@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:35:52 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: env-my-host-[as-root]-kubuntu1704-ok.txt From gambas at ...1... Thu Sep 7 20:39:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:39:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19178.919cdf0a.98cde.5015SMTPIN_ADDED_BROKEN@...2392...> References: <59b19178.919cdf0a.98cde.5015SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:35:36 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: env-vm-kubuntu1704-ok.txt From gambas at ...1... Thu Sep 7 20:39:03 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:39:03 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19190.2981df0a.6da7b.6407SMTPIN_ADDED_BROKEN@...2392...> References: <59b19190.2981df0a.6da7b.6407SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0d970698-bc2c-82c5-cf42-4c99f1c1e1e7@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:36:00 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: env-manjaro-ok.txt From gambas at ...1... Thu Sep 7 20:39:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:39:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19181.84611c0a.2079c.444fSMTPIN_ADDED_BROKEN@...2392...> References: <59b19181.84611c0a.2079c.444fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <661a9f6a-7d05-3162-af29-ffd9be71095b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:35:45 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: env-my-host-[as-user]-kubuntu1704-fail.txt From gambas at ...1... Thu Sep 7 20:49:18 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 20:49:18 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19461.919ddf0a.90833.0443SMTPIN_ADDED_BROKEN@...2392...> References: <59b19461.919ddf0a.90833.0443SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <104e2664-43ae-2596-a491-a26a54a94463@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:48:00 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #24 by Tony MOREHEN: Is everyone using ibus as an input method? Qt can have setup issues when it comes to ibus. Do a search on linux ibus xim and see if anything helps. Also, run qtconfig-qt4, check the interface tab for the input method info at the bottom. You may need to change the settings if your system uses ibus. From gambas at ...1... Thu Sep 7 21:04:05 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:04:05 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19717.1491190a.f57c5.00e2SMTPIN_ADDED_BROKEN@...2392...> References: <59b19717.1491190a.f57c5.00e2SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <90114527-c3fc-42ae-c333-9d4d53aa257d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 18:59:34 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #25 by Charlie REINL: I have this kind of problem every time, when I work(ed) with the mouse inside the completion windows. But I only lose/lost mouse functionalities. http://gambaswiki.org/bugtracker/edit?object=BUG.716&from=L21haW4.dGFiPTEmdXBkYXRlPS5tZW51JnM9MA From gambas at ...1... Thu Sep 7 21:19:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:19:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash Date?: Thu, 07 Sep 2017 19:17:05 GMT De?: bugtracker at ...3416... Pour?: claus.dietrich at ...308..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1163&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- The Image.despeckle function of the image.effect class causes Gambas to crash Type : Bug Priority : High Gambas version : 3.10 Product : Unknown Description ----------- The image.despeckle function of the image.effect class causes Gambas to crash. The bug can be reproduced as follows: Dim hImg As Image hImg = Image.Load(Application.path & "/Screenshot.png") hImg.Despeckle '<- point of crash System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=3.16.0-38-generic Architecture=x86 Distribution=Linux Mint 17.2 Rafaela Desktop=MATE Theme=Gtk Language=de_DE.UTF-8 Memory=4052M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-uhy8zf0Ias,guid=b711cc19b1f49f965345cddc59b172c4 DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=mate GDM_XSERVER_LOCATION=local GNOME_KEYRING_CONTROL=/run/user/1000/keyring-9NIb2g GNOME_KEYRING_PID=1827 GPG_AGENT_INFO=/run/user/1000/keyring-9NIb2g/gpg:0:1 HOME= LANG=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=de_DE.UTF-8 MDM_XSERVER_LOCATION=local PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1625,unix/:/tmp/.ICE-unix/1625 SHELL=/bin/bash SSH_AGENT_PID=1777 SSH_AUTH_SOCK=/run/user/1000/keyring-9NIb2g/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=cec7bd74c8d183e593c74ffc56ae75b5-1504801475.797209-1218556428 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=8 From gambas at ...1... Thu Sep 7 21:19:03 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:19:03 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19aa0.911a1c0a.30f8c.0140SMTPIN_ADDED_BROKEN@...2392...> References: <59b19aa0.911a1c0a.30f8c.0140SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 19:14:39 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #26 by Beno?t MINISINI: @Charlie : I have had these kinds of problems in the past, but I don't have them anymore since Ubuntu 16.10 I think. . From gambas at ...1... Thu Sep 7 21:19:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:19:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19b95.e3acdf0a.baa46.0f24SMTPIN_ADDED_BROKEN@...2392...> References: <59b19b95.e3acdf0a.baa46.0f24SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <77d8b5d8-6f8b-616e-29fd-6375f7b892b1@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 19:18:45 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #27 by Beno?t MINISINI: @Delio : And if you play with the QT_IM_MODULE environment variable, does it change something? For example: $ export QT_IM_MODULE= $ gambas3 From gambas at ...1... Thu Sep 7 21:39:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:39:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b19feb.877e1c0a.70c69.0091SMTPIN_ADDED_BROKEN@...2392...> References: <59b19feb.877e1c0a.70c69.0091SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 19:37:14 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #28 by Fernando CABRAL: As suggested by Ahmad, I have tested both TestGTK3 and Test-Keypress. On the bare metal machine, the first one works, the second one does not. On the virtual machine, both work (same OS, same Gambas. Everything is the same, except for the fact that one is running on the bare metal and the other is running over the first one). From gambas at ...1... Thu Sep 7 21:39:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:39:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1a06d.4495df0a.51763.27e7SMTPIN_ADDED_BROKEN@...2392...> References: <59b1a06d.4495df0a.51763.27e7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <70bc800d-069d-61a0-f7d7-c58f160c0f93@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 19:39:24 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #30 by Fernando CABRAL: Beno?t, I tried your suggestion here (export QT_IM_MODULE=). Does not work. From gambas at ...1... Thu Sep 7 21:39:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 21:39:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1a043.01c1df0a.c01ff.2633SMTPIN_ADDED_BROKEN@...2392...> References: <59b1a043.01c1df0a.c01ff.2633SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <93d4931c-9da1-8ce7-c943-f0d942760829@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 19:38:42 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #29 by Delio CARVALHO: I've tried this three ways. And nothing. :-( env QT4_IM_MODULE=xim CLUTTER_IM_MODULE=xim QT_IM_MODULE=xim XMODIFIERS=@...3498...=xim GTK_IM_MODULE=xim gambas3 env QT4_IM_MODULE=ibus CLUTTER_IM_MODULE=ibus QT_IM_MODULE=ibus XMODIFIERS=@...3498...=ibus GTK_IM_MODULE=ibus gambas3 env QT4_IM_MODULE= CLUTTER_IM_MODULE= QT_IM_MODULE= XMODIFIERS=@...3498...= GTK_IM_MODULE= gambas3 From gambas at ...1... Thu Sep 7 22:04:23 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:04:23 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1a616.1e8bdf0a.698d6.2481SMTPIN_ADDED_BROKEN@...2392...> References: <59b1a616.1e8bdf0a.698d6.2481SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:03:33 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #31 by Beno?t MINISINI: I have added in the latest commit debugging messages for QT keyboard events. https://gitlab.com/gambas/gambas/commit/b4899b113bb72c6b9591ccc7976c50846d56c39d You enable these messages by setting the GB_QT_KEY_DEBUG environmental variable to 1. Can people try that and tell me what it reports when the editor is locked? Thanks! Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 7 22:18:51 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:18:51 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1a9a0.9da2df0a.4e401.303aSMTPIN_ADDED_BROKEN@...2392...> References: <59b1a9a0.9da2df0a.4e401.303aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:18:39 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 7 22:18:51 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:18:51 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1a996.919ddf0a.90833.3d8fSMTPIN_ADDED_BROKEN@...2392...> References: <59b1a996.919ddf0a.90833.3d8fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7f791c38-85c5-639f-7c7a-88f0b8e53569@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:18:29 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #32 by Beno?t MINISINI: Better use https://gitlab.com/gambas/gambas/commit/54a0ce9d312a0c0876d872feb39cb6a244f7163c Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 7 22:23:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:23:56 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1aa1c.07bf1c0a.d2caf.1243SMTPIN_ADDED_BROKEN@...2392...> References: <59b1aa1c.07bf1c0a.d2caf.1243SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:20:43 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #33 by Delio CARVALHO: Let me see if I got it... First I need to recompile gambas3 with your commited files... then... export GB_QT_KEY_DEBUG=1 and execute Gambas3? Is correct? Delio CARVALHO changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 7 22:34:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:34:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1ad22.10d51c0a.5d261.1df3SMTPIN_ADDED_BROKEN@...2392...> References: <59b1ad22.10d51c0a.5d261.1df3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7fe4fa91-6cee-6b6c-69bb-c3f11baafb3e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:33:37 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #34 by Beno?t MINISINI: Yes. You should get a message for all keyboard events get by Gambas code from Qt. From gambas at ...1... Thu Sep 7 22:53:39 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 7 Sep 2017 22:53:39 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b1b0bf.829edf0a.8edc8.4e84SMTPIN_ADDED_BROKEN@...2392...> References: <59b1b0bf.829edf0a.8edc8.4e84SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3e480c00-49ae-d4b6-1d41-1eb2a9cb1875@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Thu, 07 Sep 2017 20:49:02 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #35 by Delio CARVALHO: Beno?t, I'm not achieving to download your correct CWidget.cpp. can you help me? From gambas at ...1... Fri Sep 8 00:42:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 00:42:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash In-Reply-To: <59b1cab6.b78adf0a.b19cf.96cdSMTPIN_ADDED_BROKEN@...2392...> References: <59b1cab6.b78adf0a.b19cf.96cdSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash Date?: Thu, 07 Sep 2017 22:39:49 GMT De?: bugtracker at ...3416... Pour?: claus.dietrich at ...308..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1163&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 8 00:42:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 00:42:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty In-Reply-To: <59b1cad2.09c21c0a.5282b.6b52SMTPIN_ADDED_BROKEN@...2392...> References: <59b1cad2.09c21c0a.5282b.6b52SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <397b52e4-1b50-9bfd-1931-70d3c10ac284@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty Date?: Thu, 07 Sep 2017 22:40:18 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1164&from=L21haW4- Zainudin AHMAD added an attachment: Bug-Movie.mkv From gambas at ...1... Fri Sep 8 00:42:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 00:42:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty In-Reply-To: References: Message-ID: <94025add-7138-f944-a614-17d2e9c694a7@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty Date?: Thu, 07 Sep 2017 22:39:50 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1164&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Gambas IDE freeze, when combobox server(login dialog) empty. . Reproduce the Bug : (Attach Video) 1) Open Gambas IDE 2) Open Gambas Software Farm. 3) Click Login Button {Login dialog showed} 4) Click Preference Button {Farm Server dialog showed} 5) Add item "farm.test" and make position on Top. 6) Click Ok {Farm Server dialog closed} 7) Select "farm.test" and Click Ok {Login dialog closed} 8) Close Sofware Farm dialog. 9) Open again Sofware Farm dialog 10) Click Login Button, {Login dialog showed} 11) Click Preference Button, {Farm Server dialog showed} 12) Delete "farm.test" item. 13) Click Ok {Farm Server dialog closed} 14) Click Ok {Login dialog closed} 15) Close Sofware Farm dialog. 16) Close Gambas IDE. 17) Open again Gambas IDE. 18) Open Sofware Farm dialog 19) Click Login Button, {Login dialog showed} 20) Click Ok I get "[13] Null object. FFarmLogin.btnOK_Click.37" error message box. System information ------------------ [System] Gambas=3.10.90 b77004d (master) OperatingSystem=Linux Kernel=4.10.0-28-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xXdOrc6Okg DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_ALL=en_US LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1253,unix/:/tmp/.ICE-unix/1253 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1072 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Fri Sep 8 00:47:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 00:47:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b1cbeb.11541c0a.6f1af.6ddbSMTPIN_ADDED_BROKEN@...2392...> References: <59b1cbeb.11541c0a.6f1af.6ddbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Thu, 07 Sep 2017 22:44:58 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., mckaygerhard at ...626..., author.ilmi at ...1212......, g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 8 02:17:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 02:17:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." In-Reply-To: <59b1e113.05251c0a.1926c.a6fbSMTPIN_ADDED_BROKEN@...2392...> References: <59b1e113.05251c0a.1926c.a6fbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9a8c8dd3-7efc-f88f-fd74-f0704e600e72@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1162: Print txtDate.Text, I get "Type Mismatch ..." Date?: Fri, 08 Sep 2017 00:15:14 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., mckaygerhard at ...626..., author.ilmi at ...1212......, g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1162&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/2384212c8f739270eae9fcad51914b6b11517a56 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Fri Sep 8 02:17:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 02:17:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash In-Reply-To: <59b1e086.7ab9df0a.39b80.d59aSMTPIN_ADDED_BROKEN@...2392...> References: <59b1e086.7ab9df0a.39b80.d59aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7b62593b-738f-7a68-7896-ddf8428506fb@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1163: The Image.despeckle function of the image.effect class causes Gambas to crash Date?: Fri, 08 Sep 2017 00:12:53 GMT De?: bugtracker at ...3416... Pour?: claus.dietrich at ...308..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1163&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/ce5780c9167feaf817c255125a6e6797228c799c Beno?t MINISINI changed the state of the bug to: Fixed. From mckaygerhard at ...626... Fri Sep 8 03:05:33 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Thu, 7 Sep 2017 21:05:33 -0400 Subject: [Gambas-user] gambas software convention names and usage Message-ID: as i can see names for gambas software are too deorganized and without convention, inclusivelly in software farm i recently packaged and build gogs for debian and noted the go languaje organization: 1. any older or newer version of linux can build and setup go languaje, event my lenny 2. all the software in go packaged or not, have a tree hierarchy and organization well defined The name of a package in og keep package names short and meaningful.?, but inside that name are the path and meaning of.. as example io/ioutil but not io/util for paths and also for the name itselft suffixarray not suffix_array i think that the woftware farm must have a better rules to organizae all of them, so as go languaje does, packages and programs in farm can be reuse! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From gambas at ...1... Fri Sep 8 16:45:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 16:45:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b2acb8.51b6df0a.49670.5a94SMTPIN_ADDED_BROKEN@...2392...> References: <59b2acb8.51b6df0a.49670.5a94SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1feebdae-3357-e091-05bf-01cd78f110c2@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 14:44:08 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #37 by Delio CARVALHO: Disregard my last message please, I think I have performed your suggested test correctly, but unfortunately anything was wrong. I couldn't see any output as expected. What did I do? 1 - I did a download of your file 2 - I copied your commited overriding /gb.qt4/src/CWidget.cpp 3 - I Recompiled Gambas3 as follow: ./reconf-all ./configure -C make sudo make install 4 - I export GB_QT_KEY_DEBUG=1 5 - I Executed Gambas3 and tried to type anything. The problem is that I coudn't see any output... What did I do wrong? Ps. See a Screen Capture of what I did. From gambas at ...1... Fri Sep 8 16:45:45 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 16:45:45 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b2accc.49abdf0a.9fa8d.62dfSMTPIN_ADDED_BROKEN@...2392...> References: <59b2accc.49abdf0a.9fa8d.62dfSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 14:44:28 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: Screenshot_20170908_105520.png From gambas at ...1... Fri Sep 8 16:45:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 8 Sep 2017 16:45:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b2ac0e.51b4df0a.6b7ca.6b7cSMTPIN_ADDED_BROKEN@...2392...> References: <59b2ac0e.51b4df0a.6b7ca.6b7cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8e9eff74-3f5b-af17-c033-9c4630bf65d3@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 14:41:17 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #36 by Delio CARVALHO: Disregard my last message please, I think I have performed your suggested test correctly, but unfortunately anything was wrong. I couldn't see any output as expected. What did I do? 1 - I did a download of your file 2 - I copied your commited overriding /gb.qt4/src/CWidget.cpp 3 - I Recompiled Gambas3 as follow: ./reconf-all ./configure -C make $ sudo make install From gambas at ...1... Sat Sep 9 00:52:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b301f4.c23d1c0a.34a91.517dSMTPIN_ADDED_BROKEN@...2392...> References: <59b301f4.c23d1c0a.34a91.517dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 20:47:46 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #39 by Fernando CABRAL: D?lio, as per previous instructions (above) I think the command is: GB_GUI=gb.qt4 gambas3. Nevertheless, I have tried that to no avail. From gambas at ...1... Sat Sep 9 00:52:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form Date?: Fri, 08 Sep 2017 22:17:54 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1165&from=L21haW4- Tony MOREHEN reported a new bug. Summary ------- Gambas refuses to open files with timers on the form Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- When opening a project that I haven't edited in some time, Gambas refuses to open forms that have a timer on them, reporting an out-of-bounds error at line 489 in FForm. line 489 is part of the code interpreting a Move command. The relevant FForm code: aCoord = Split(Mid$(sLine, 6, -1)) X = CInt(aCoord[0]) Y = CInt(aCoord[1]) W = CInt(aCoord[2]) '<-- 489 H = CInt(aCoord[3]) My FMain.form code: { Timer1 #Timer #Move(168,77) '<-- this is sLine when the error arises Enabled = True Delay = 600000 } I have never hand edited the FMain.form file, nor does the file look corrupt. It seems at some point, Gambas changed its file format for timers. System information ------------------ [System] Gambas=3.9.90 r8018 OperatingSystem=Linux Kernel=4.8.15-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=Gtk Language=en_CA.utf8 Memory=3947M [Libraries] Cairo=libcairo.so.2.11400.8 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1002.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.5 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.66.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.7.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xfce GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module HOME= LANG=en_CA.utf8 LC_ADDRESS=en_CA.UTF-8 LC_IDENTIFICATION=en_CA.UTF-8 LC_MEASUREMENT=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_NAME=en_CA.UTF-8 LC_NUMERIC=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_TELEPHONE=en_CA.UTF-8 LC_TIME=en_CA.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_QPA_PLATFORMTHEME=qt5ct SAL_USE_VCLPLUGIN=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/9931,unix/:/tmp/.ICE-unix/9931 SHELL=/bin/bash SHLVL=2 SSH_AGENT_PID=9936 SSH_AUTH_SOCK=/tmp/ssh-bUdChQqs4Zo0/agent.9935 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/gambas3 From gambas at ...1... Sat Sep 9 00:52:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b2d340.50421c0a.51f61.eea1SMTPIN_ADDED_BROKEN@...2392...> References: <59b2d340.50421c0a.51f61.eea1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 17:28:31 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #38 by Delio CARVALHO: I made an important discovery. As Gambas IDE works well when I execute it as root, So I executed two simultaneously instances of the IDE. The first one as root "sudo Gambas3" and the second one as a normal user "Gambas3". So I dumped memory used by both Instances to compare and noticed that the instance runned as root has loaded Qt4 libraries while the instance loaded as normal user has loaded QT5 libraries. (See attached image) So, how can I force Gambas IDE to use QT4 instead QT5? From gambas at ...1... Sat Sep 9 00:52:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b2d355.588bdf0a.e7b83.f315SMTPIN_ADDED_BROKEN@...2392...> References: <59b2d355.588bdf0a.e7b83.f315SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8ba0f1dd-9e24-b8fb-e50e-fa52bfe8aa19@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 17:28:51 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Delio CARVALHO added an attachment: Compare_root_vs_normal_user.png . From gambas at ...1... Sat Sep 9 00:52:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form In-Reply-To: <59b318f2.09641c0a.e9ca5.a71dSMTPIN_ADDED_BROKEN@...2392...> References: <59b318f2.09641c0a.e9ca5.a71dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form Date?: Fri, 08 Sep 2017 22:25:53 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1165&from=L21haW4- Comment #1 by Tony MOREHEN: Gambas itself saves the timer specs without the 3rd and 4th elements. If I manually add them, it will open the form ok, but if I then save, exit Gambas, then reopen Gambas, Gambas again will refuse to open the form. I will work around this by declaring the Time in code. From gambas at ...1... Sat Sep 9 00:52:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang In-Reply-To: References: Message-ID: <92bc404e-8811-4e3a-eecc-b9451e72006d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang Date?: Fri, 08 Sep 2017 22:44:02 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1166&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang. It's fine when run from IDE but after Make Executable and run it from terminal the application hang and eat much memory and cpu resource. Reproduce the Bug : 1) Open Project (attach project) 2) Make Executable 3) Run from terminal ./Bug-Hang-Dir.gambas System information ------------------ [System] Gambas=3.10.90 b77004d (master) OperatingSystem=Linux Kernel=4.10.0-28-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xXdOrc6Okg DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_ALL=en_US LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1253,unix/:/tmp/.ICE-unix/1253 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1072 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Sat Sep 9 00:52:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 00:52:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang In-Reply-To: <59b31d3f.48961c0a.d672b.985aSMTPIN_ADDED_BROKEN@...2392...> References: <59b31d3f.48961c0a.d672b.985aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <11f04c8c-77e9-ab91-dc17-ccffeb60524f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang Date?: Fri, 08 Sep 2017 22:44:15 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1166&from=L21haW4- Zainudin AHMAD added an attachment: Bug-Hang-Dir-0.0.7.tar.gz From gambas at ...1... Sat Sep 9 01:06:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:06:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form In-Reply-To: <59b32161.54a9df0a.b05e7.d854SMTPIN_ADDED_BROKEN@...2392...> References: <59b32161.54a9df0a.b05e7.d854SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <41b6d62a-e89f-be87-2d55-e34eecb68708@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form Date?: Fri, 08 Sep 2017 23:01:52 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1165&from=L21haW4- Comment #2 by Beno?t MINISINI: Strange, I have old projects with timers, and I have no problem opening them. Can you send ma a project you can't open? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 9 01:06:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:06:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang In-Reply-To: <59b32206.8997df0a.e53df.40beSMTPIN_ADDED_BROKEN@...2392...> References: <59b32206.8997df0a.e53df.40beSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6aed30ab-a479-7ab1-84ad-b77c785cf073@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang Date?: Fri, 08 Sep 2017 23:04:38 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1166&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 9 01:11:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:11:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b322d8.10c4df0a.a81c4.f0d8SMTPIN_ADDED_BROKEN@...2392...> References: <59b322d8.10c4df0a.a81c4.f0d8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7bd29328-f075-0849-311a-d5263291b48e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 08 Sep 2017 23:08:07 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #40 by Beno?t MINISINI: That's it: GB_GUI=gb.qt4 gambas3 From gambas at ...1... Sat Sep 9 01:16:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:16:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor In-Reply-To: References: Message-ID: <96ccfbd8-0669-6dad-75fc-5934dac998bb@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor Date?: Fri, 08 Sep 2017 23:12:21 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1167&from=L21haW4- Tony MOREHEN reported a new bug. Summary ------- Selecting Gambas Highlighting Changes text in gb.form.editor Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- 1) Enter the following text into the text editor "# Gambas Form File 3.0" 2) Change text editor highlighting to gambas 3) The space following "#" will disappear System information ------------------ [System] Gambas=3.9.90 r8018 OperatingSystem=Linux Kernel=4.8.15-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=Gtk Language=en_CA.utf8 Memory=3947M [Libraries] Cairo=libcairo.so.2.11400.8 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1002.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.5 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.66.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.7.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xfce GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module HOME= LANG=en_CA.utf8 LC_ADDRESS=en_CA.UTF-8 LC_IDENTIFICATION=en_CA.UTF-8 LC_MEASUREMENT=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_NAME=en_CA.UTF-8 LC_NUMERIC=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_TELEPHONE=en_CA.UTF-8 LC_TIME=en_CA.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_QPA_PLATFORMTHEME=qt5ct SAL_USE_VCLPLUGIN=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/9931,unix/:/tmp/.ICE-unix/9931 SHELL=/bin/bash SHLVL=2 SSH_AGENT_PID=9936 SSH_AUTH_SOCK=/tmp/ssh-bUdChQqs4Zo0/agent.9935 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/gambas3 From gambas at ...1... Sat Sep 9 01:36:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:36:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor In-Reply-To: <59b32963.17b3df0a.8724f.ffcbSMTPIN_ADDED_BROKEN@...2392...> References: <59b32963.17b3df0a.8724f.ffcbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor Date?: Fri, 08 Sep 2017 23:36:02 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1167&from=L21haW4- Comment #1 by Beno?t MINISINI: Yes, Gambas highlighting rewrites the text, as it assumes it is Gambas Basic code. Beno?t MINISINI changed the state of the bug to: Rejected. From gambas at ...1... Sat Sep 9 01:36:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:36:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang In-Reply-To: <59b328fd.cdea1c0a.d848d.4c3bSMTPIN_ADDED_BROKEN@...2392...> References: <59b328fd.cdea1c0a.d848d.4c3bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <351aeab3-39cc-0650-9ac5-0492c34d36df@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1166: Doing : For Each sDir In Dir("./MyDir", "", gb.Directory), Gambas hang Date?: Fri, 08 Sep 2017 23:34:20 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1166&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/82c94e87a44e71f20a5348d08a73d6f4f5a65999 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 9 01:41:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:41:24 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1168: After JSON DECODE, Key column is available but no other columns can be accessed In-Reply-To: References: Message-ID: <3a2d3113-b468-997f-1d35-0793dc9a8989@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1168: After JSON DECODE, Key column is available but no other columns can be accessed Date?: Fri, 08 Sep 2017 23:37:09 GMT De?: bugtracker at ...3416... Pour?: BradRDoyle at ...3688..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1168&from=L21haW4- Brad DOYLE reported a new bug. Summary ------- After JSON DECODE, Key column is available but no other columns can be accessed Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Within the following Sub: Public Sub Get_Exchange_Info() Dim Get_Exchange_Info As HttpClient Dim sBuffer As String Dim colTradingPair As Collection Dim colLast As Collection Dim colId As Collection Dim test As Boolean Get_Exchange_Info = New HttpClient As "Get_Exchange_Info" Get_Exchange_Info.URL = "https://poloniex.com/public?command=returnTicker" Get_Exchange_Info.Async = False Get_Exchange_Info.Timeout = 60 Get_Exchange_Info.Get If Get_Exchange_Info.Status < 0 Then Print "ERROR" Else sBuffer = Get_Exchange_Info.ReadLine() colTradingPair = JSON.Decode(sBuffer) colId = colTradingPair["id"] test = colTradingPair.Exist("quoteVolume") Print sBuffer End If End I get sBuffer back as: "{\"BTC_BCN\":{\"id\":7,\"last\":\"0.00000039\",\"lowestAsk\":\"0.00000040\",\"highestBid\":\"0.00000039\",\"percentChange\":\"-0.09302325\",\"baseVolume\":\"151.03308398\",\"quoteVolume\":\"375702658.33824027\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000044\",\"low24hr\":\"0.00000037\"},\"BTC_BELA\":{\"id\":8,\"last\":\"0.00003792\",\"lowestAsk\":\"0.00003812\",\"highestBid\":\"0.00003761\",\"percentChange\":\"-0.02418939\",\"baseVolume\":\"19.44421270\",\"quoteVolume\":\"503084.79461159\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004095\",\"low24hr\":\"0.00003717\"},\"BTC_BLK\":{\"id\":10,\"last\":\"0.00005115\",\"lowestAsk\":\"0.00005097\",\"highestBid\":\"0.00005049\",\"percentChange\":\"-0.07033805\",\"baseVolume\":\"30.18338515\",\"quoteVolume\":\"570597.75885334\",\"isFrozen\":\"0\",\"high24hr\":\"0.00005664\",\"low24hr\":\"0.00005036\"},\"BTC_BTCD\":{\"id\":12,\"last\":\"0.03030467\",\"lowestAsk\":\"0.03065146\",\"highestBid\":\"0.03030481\",\"percentChange\":\"-0.08881154\",\"baseVolume\":\"175.79798196\",\"quoteVolume\":\"5417.46408255\",\"isFrozen\":\"0\",\"high24hr\":\"0.03795000\",\"low24hr\":\"0.02895911\"},\"BTC_BTM\":{\"id\":13,\"last\":\"0.00013650\",\"lowestAsk\":\"0.00013650\",\"highestBid\":\"0.00013601\",\"percentChange\":\"-0.07463900\",\"baseVolume\":\"8.28335834\",\"quoteVolume\":\"58029.20888826\",\"isFrozen\":\"0\",\"high24hr\":\"0.00015362\",\"low24hr\":\"0.00013265\"},\"BTC_BTS\":{\"id\":14,\"last\":\"0.00002988\",\"lowestAsk\":\"0.00003000\",\"highestBid\":\"0.00002988\",\"percentChange\":\"-0.07377557\",\"baseVolume\":\"1815.07026208\",\"quoteVolume\":\"59301878.86164513\",\"isFrozen\":\"0\",\"high24hr\":\"0.00003250\",\"low24hr\":\"0.00002889\"},\"BTC_BURST\":{\"id\":15,\"last\":\"0.00000242\",\"lowestAsk\":\"0.00000246\",\"highestBid\":\"0.00000244\",\"percentChange\":\"-0.06201550\",\"baseVolume\":\"135.90670794\",\"quoteVolume\":\"52832438.02447187\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000278\",\"low24hr\":\"0.00000240\"},\"BTC_CLAM\":{\"id\":20,\"last\":\"0.00165146\",\"lowestAsk\":\"0.00165146\",\"highestBid\":\"0.00164236\",\"percentChange\":\"-0.00076842\",\"baseVolume\":\"79.38234672\",\"quoteVolume\":\"48573.12134851\",\"isFrozen\":\"0\",\"high24hr\":\"0.00168822\",\"low24hr\":\"0.00161000\"},\"BTC_DASH\":{\"id\":24,\"last\":\"0.07607694\",\"lowestAsk\":\"0.07616345\",\"highestBid\":\"0.07588931\",\"percentChange\":\"0.01166143\",\"baseVolume\":\"1670.00857835\",\"quoteVolume\":\"21715.48471222\",\"isFrozen\":\"0\",\"high24hr\":\"0.08050005\",\"low24hr\":\"0.07315803\"},\"BTC_DGB\":{\"id\":25,\"last\":\"0.00000378\",\"lowestAsk\":\"0.00000380\",\"highestBid\":\"0.00000378\",\"percentChange\":\"-0.05025125\",\"baseVolume\":\"793.18202848\",\"quoteVolume\":\"206429625.03812858\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000405\",\"low24hr\":\"0.00000366\"},\"BTC_DOGE\":{\"id\":27,\"last\":\"0.00000041\",\"lowestAsk\":\"0.00000042\",\"highestBid\":\"0.00000041\",\"percentChange\":\"-0.06818181\",\"baseVolume\":\"300.92895930\",\"quoteVolume\":\"717164928.01750696\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000044\",\"low24hr\":\"0.00000040\"},\"BTC_EMC2\":{\"id\":28,\"last\":\"0.00000838\",\"lowestAsk\":\"0.00000838\",\"highestBid\":\"0.00000832\",\"percentChange\":\"-0.01295641\",\"baseVolume\":\"20.08517340\",\"quoteVolume\":\"2401590.15059601\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000855\",\"low24hr\":\"0.00000801\"},\"BTC_FLDC\":{\"id\":31,\"last\":\"0.00000321\",\"lowestAsk\":\"0.00000324\",\"highestBid\":\"0.00000322\",\"percentChange\":\"-0.00310559\",\"baseVolume\":\"9.92500569\",\"quoteVolume\":\"3077844.21258267\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000336\",\"low24hr\":\"0.00000308\"},\"BTC_FLO\":{\"id\":32,\"last\":\"0.00001840\",\"lowestAsk\":\"0.00001845\",\"highestBid\":\"0.00001825\",\"percentChange\":\"0.00601421\",\"baseVolume\":\"40.47268848\",\"quoteVolume\":\"2156185.12532102\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001994\",\"low24hr\":\"0.00001800\"},\"BTC_GAME\":{\"id\":38,\"last\":\"0.00046503\",\"lowestAsk\":\"0.00047049\",\"highestBid\":\"0.00046554\",\"percentChange\":\"0.01978026\",\"baseVolume\":\"448.60664833\",\"quoteVolume\":\"895839.16790901\",\"isFrozen\":\"0\",\"high24hr\":\"0.00053900\",\"low24hr\":\"0.00044819\"},\"BTC_GRC\":{\"id\":40,\"last\":\"0.00000779\",\"lowestAsk\":\"0.00000783\",\"highestBid\":\"0.00000779\",\"percentChange\":\"-0.02867830\",\"baseVolume\":\"8.34119701\",\"quoteVolume\":\"1051396.62539752\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000806\",\"low24hr\":\"0.00000775\"},\"BTC_HUC\":{\"id\":43,\"last\":\"0.00002360\",\"lowestAsk\":\"0.00002341\",\"highestBid\":\"0.00002314\",\"percentChange\":\"-0.02398676\",\"baseVolume\":\"10.27057339\",\"quoteVolume\":\"443499.44077414\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002500\",\"low24hr\":\"0.00002200\"},\"BTC_LTC\":{\"id\":50,\"last\":\"0.01710895\",\"lowestAsk\":\"0.01711580\",\"highestBid\":\"0.01710895\",\"percentChange\":\"-0.01929769\",\"baseVolume\":\"6064.41086802\",\"quoteVolume\":\"359764.78118953\",\"isFrozen\":\"0\",\"high24hr\":\"0.01760000\",\"low24hr\":\"0.01601251\"},\"BTC_MAID\":{\"id\":51,\"last\":\"0.00014378\",\"lowestAsk\":\"0.00014378\",\"highestBid\":\"0.00014258\",\"percentChange\":\"-0.00512039\",\"baseVolume\":\"403.52433325\",\"quoteVolume\":\"2778582.32052463\",\"isFrozen\":\"0\",\"high24hr\":\"0.00015300\",\"low24hr\":\"0.00013500\"},\"BTC_OMNI\":{\"id\":58,\"last\":\"0.00762369\",\"lowestAsk\":\"0.00762369\",\"highestBid\":\"0.00761634\",\"percentChange\":\"-0.11352338\",\"baseVolume\":\"107.36490315\",\"quoteVolume\":\"13287.89075756\",\"isFrozen\":\"0\",\"high24hr\":\"0.00864649\",\"low24hr\":\"0.00689919\"},\"BTC_NAUT\":{\"id\":60,\"last\":\"0.00003918\",\"lowestAsk\":\"0.00003969\",\"highestBid\":\"0.00003919\",\"percentChange\":\"-0.03521300\",\"baseVolume\":\"17.87956717\",\"quoteVolume\":\"438117.41637242\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004300\",\"low24hr\":\"0.00003803\"},\"BTC_NAV\":{\"id\":61,\"last\":\"0.00029936\",\"lowestAsk\":\"0.00029934\",\"highestBid\":\"0.00029704\",\"percentChange\":\"-0.06441228\",\"baseVolume\":\"411.43737659\",\"quoteVolume\":\"1373279.03069498\",\"isFrozen\":\"0\",\"high24hr\":\"0.00032800\",\"low24hr\":\"0.00026751\"},\"BTC_NEOS\":{\"id\":63,\"last\":\"0.00090006\",\"lowestAsk\":\"0.00090868\",\"highestBid\":\"0.00090007\",\"percentChange\":\"-0.04654661\",\"baseVolume\":\"20.95925631\",\"quoteVolume\":\"23038.95199497\",\"isFrozen\":\"0\",\"high24hr\":\"0.00095312\",\"low24hr\":\"0.00088000\"},\"BTC_NMC\":{\"id\":64,\"last\":\"0.00039466\",\"lowestAsk\":\"0.00039354\",\"highestBid\":\"0.00039250\",\"percentChange\":\"-0.03919563\",\"baseVolume\":\"16.32443553\",\"quoteVolume\":\"40514.49264188\",\"isFrozen\":\"0\",\"high24hr\":\"0.00041299\",\"low24hr\":\"0.00038993\"},\"BTC_NOTE\":{\"id\":66,\"last\":\"0.00001578\",\"lowestAsk\":\"0.00001578\",\"highestBid\":\"0.00001559\",\"percentChange\":\"0.15944158\",\"baseVolume\":\"75.42682067\",\"quoteVolume\":\"4492841.40105128\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001945\",\"low24hr\":\"0.00001343\"},\"BTC_NXT\":{\"id\":69,\"last\":\"0.00002261\",\"lowestAsk\":\"0.00002263\",\"highestBid\":\"0.00002261\",\"percentChange\":\"-0.02459016\",\"baseVolume\":\"603.98754755\",\"quoteVolume\":\"25975716.89707072\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002526\",\"low24hr\":\"0.00002103\"},\"BTC_PINK\":{\"id\":73,\"last\":\"0.00000659\",\"lowestAsk\":\"0.00000661\",\"highestBid\":\"0.00000647\",\"percentChange\":\"-0.08089260\",\"baseVolume\":\"59.27124462\",\"quoteVolume\":\"8822931.26830967\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000724\",\"low24hr\":\"0.00000614\"},\"BTC_POT\":{\"id\":74,\"last\":\"0.00002086\",\"lowestAsk\":\"0.00002108\",\"highestBid\":\"0.00002087\",\"percentChange\":\"-0.06875000\",\"baseVolume\":\"25.03986785\",\"quoteVolume\":\"1166566.13474438\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002254\",\"low24hr\":\"0.00002073\"},\"BTC_PPC\":{\"id\":75,\"last\":\"0.00038625\",\"lowestAsk\":\"0.00038625\",\"highestBid\":\"0.00038617\",\"percentChange\":\"-0.04636693\",\"baseVolume\":\"20.46425509\",\"quoteVolume\":\"52150.99788063\",\"isFrozen\":\"0\",\"high24hr\":\"0.00041330\",\"low24hr\":\"0.00037994\"},\"BTC_RIC\":{\"id\":83,\"last\":\"0.00001459\",\"lowestAsk\":\"0.00001459\",\"highestBid\":\"0.00001444\",\"percentChange\":\"-0.07306226\",\"baseVolume\":\"17.05707873\",\"quoteVolume\":\"1124380.10413040\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001630\",\"low24hr\":\"0.00001429\"},\"BTC_SJCX\":{\"id\":86,\"last\":\"0.00016632\",\"lowestAsk\":\"0.00016698\",\"highestBid\":\"0.00016650\",\"percentChange\":\"-0.01858736\",\"baseVolume\":\"31.03432774\",\"quoteVolume\":\"183705.11833309\",\"isFrozen\":\"0\",\"high24hr\":\"0.00017500\",\"low24hr\":\"0.00016170\"},\"BTC_STR\":{\"id\":89,\"last\":\"0.00000422\",\"lowestAsk\":\"0.00000424\",\"highestBid\":\"0.00000422\",\"percentChange\":\"-0.03872437\",\"baseVolume\":\"466.62230366\",\"quoteVolume\":\"109199608.29447395\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000451\",\"low24hr\":\"0.00000409\"},\"BTC_SYS\":{\"id\":92,\"last\":\"0.00006866\",\"lowestAsk\":\"0.00006865\",\"highestBid\":\"0.00006849\",\"percentChange\":\"0.04046067\",\"baseVolume\":\"437.98029665\",\"quoteVolume\":\"6510375.27315119\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007190\",\"low24hr\":\"0.00006127\"},\"BTC_VIA\":{\"id\":97,\"last\":\"0.00028462\",\"lowestAsk\":\"0.00028505\",\"highestBid\":\"0.00028462\",\"percentChange\":\"-0.03453188\",\"baseVolume\":\"39.22765015\",\"quoteVolume\":\"137996.67751767\",\"isFrozen\":\"0\",\"high24hr\":\"0.00031250\",\"low24hr\":\"0.00026526\"},\"BTC_XVC\":{\"id\":98,\"last\":\"0.00006793\",\"lowestAsk\":\"0.00006786\",\"highestBid\":\"0.00006717\",\"percentChange\":\"-0.01264534\",\"baseVolume\":\"3.63594116\",\"quoteVolume\":\"53309.60502508\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007100\",\"low24hr\":\"0.00006700\"},\"BTC_VRC\":{\"id\":99,\"last\":\"0.00008362\",\"lowestAsk\":\"0.00008362\",\"highestBid\":\"0.00008358\",\"percentChange\":\"-0.03885057\",\"baseVolume\":\"18.56396892\",\"quoteVolume\":\"218191.32424646\",\"isFrozen\":\"0\",\"high24hr\":\"0.00008941\",\"low24hr\":\"0.00008220\"},\"BTC_VTC\":{\"id\":100,\"last\":\"0.00019307\",\"lowestAsk\":\"0.00019478\",\"highestBid\":\"0.00019307\",\"percentChange\":\"-0.08985056\",\"baseVolume\":\"66.76817172\",\"quoteVolume\":\"325704.06910708\",\"isFrozen\":\"0\",\"high24hr\":\"0.00021979\",\"low24hr\":\"0.00019001\"},\"BTC_XBC\":{\"id\":104,\"last\":\"0.01808055\",\"lowestAsk\":\"0.01844631\",\"highestBid\":\"0.01808070\",\"percentChange\":\"-0.00392468\",\"baseVolume\":\"52.69841147\",\"quoteVolume\":\"2721.19981313\",\"isFrozen\":\"0\",\"high24hr\":\"0.02122974\",\"low24hr\":\"0.01790000\"},\"BTC_XCP\":{\"id\":108,\"last\":\"0.00263646\",\"lowestAsk\":\"0.00263654\",\"highestBid\":\"0.00262260\",\"percentChange\":\"-0.04607424\",\"baseVolume\":\"26.24073357\",\"quoteVolume\":\"9718.11643745\",\"isFrozen\":\"0\",\"high24hr\":\"0.00283423\",\"low24hr\":\"0.00261006\"},\"BTC_XEM\":{\"id\":112,\"last\":\"0.00006450\",\"lowestAsk\":\"0.00006449\",\"highestBid\":\"0.00006404\",\"percentChange\":\"0.01081335\",\"baseVolume\":\"681.42920750\",\"quoteVolume\":\"10875258.09156967\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006500\",\"low24hr\":\"0.00005919\"},\"BTC_XMR\":{\"id\":114,\"last\":\"0.02739999\",\"lowestAsk\":\"0.02740000\",\"highestBid\":\"0.02739999\",\"percentChange\":\"0.03106401\",\"baseVolume\":\"4566.62766634\",\"quoteVolume\":\"166376.59197646\",\"isFrozen\":\"0\",\"high24hr\":\"0.02902143\",\"low24hr\":\"0.02601009\"},\"BTC_XPM\":{\"id\":116,\"last\":\"0.00006420\",\"lowestAsk\":\"0.00006547\",\"highestBid\":\"0.00006421\",\"percentChange\":\"-0.16384475\",\"baseVolume\":\"42.53158670\",\"quoteVolume\":\"613519.79041568\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007697\",\"low24hr\":\"0.00006265\"},\"BTC_XRP\":{\"id\":117,\"last\":\"0.00004919\",\"lowestAsk\":\"0.00004920\",\"highestBid\":\"0.00004919\",\"percentChange\":\"-0.00121827\",\"baseVolume\":\"2255.43648501\",\"quoteVolume\":\"46030860.23136033\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004984\",\"low24hr\":\"0.00004800\"},\"USDT_BTC\":{\"id\":121,\"last\":\"4328.78355000\",\"lowestAsk\":\"4328.78355000\",\"highestBid\":\"4326.68863233\",\"percentChange\":\"-0.06546123\",\"baseVolume\":\"73528964.96798424\",\"quoteVolume\":\"17038.44391614\",\"isFrozen\":\"0\",\"high24hr\":\"4678.10000000\",\"low24hr\":\"4050.00000000\"},\"USDT_DASH\":{\"id\":122,\"last\":\"327.39746672\",\"lowestAsk\":\"327.72746672\",\"highestBid\":\"327.39746672\",\"percentChange\":\"-0.05686276\",\"baseVolume\":\"2155618.30673055\",\"quoteVolume\":\"6403.68800459\",\"isFrozen\":\"0\",\"high24hr\":\"372.66725000\",\"low24hr\":\"295.20000000\"},\"USDT_LTC\":{\"id\":123,\"last\":\"74.17899996\",\"lowestAsk\":\"74.17800000\",\"highestBid\":\"73.71000004\",\"percentChange\":\"-0.08208554\",\"baseVolume\":\"16706263.67809752\",\"quoteVolume\":\"229464.48093416\",\"isFrozen\":\"0\",\"high24hr\":\"82.20000000\",\"low24hr\":\"66.62136379\"},\"USDT_NXT\":{\"id\":124,\"last\":\"0.09742724\",\"lowestAsk\":\"0.09744650\",\"highestBid\":\"0.09742724\",\"percentChange\":\"-0.09454246\",\"baseVolume\":\"2489245.28588040\",\"quoteVolume\":\"24581630.33338632\",\"isFrozen\":\"0\",\"high24hr\":\"0.11600820\",\"low24hr\":\"0.08601100\"},\"USDT_STR\":{\"id\":125,\"last\":\"0.01830168\",\"lowestAsk\":\"0.01830168\",\"highestBid\":\"0.01829948\",\"percentChange\":\"-0.09818530\",\"baseVolume\":\"845977.74975082\",\"quoteVolume\":\"45962396.01858639\",\"isFrozen\":\"0\",\"high24hr\":\"0.02078428\",\"low24hr\":\"0.01680000\"},\"USDT_XMR\":{\"id\":126,\"last\":\"117.81000000\",\"lowestAsk\":\"118.36151979\",\"highestBid\":\"117.55110023\",\"percentChange\":\"-0.03962318\",\"baseVolume\":\"6148413.39420420\",\"quoteVolume\":\"51491.07129068\",\"isFrozen\":\"0\",\"high24hr\":\"135.05061997\",\"low24hr\":\"105.00000000\"},\"USDT_XRP\":{\"id\":127,\"last\":\"0.21237760\",\"lowestAsk\":\"0.21244204\",\"highestBid\":\"0.21237800\",\"percentChange\":\"-0.07218173\",\"baseVolume\":\"4583647.52363585\",\"quoteVolume\":\"21678891.07353241\",\"isFrozen\":\"0\",\"high24hr\":\"0.22900000\",\"low24hr\":\"0.19654971\"},\"XMR_BCN\":{\"id\":129,\"last\":\"0.00001449\",\"lowestAsk\":\"0.00001498\",\"highestBid\":\"0.00001418\",\"percentChange\":\"-0.11049723\",\"baseVolume\":\"12.16793638\",\"quoteVolume\":\"780919.70978327\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001670\",\"low24hr\":\"0.00001361\"},\"XMR_BLK\":{\"id\":130,\"last\":\"0.00186067\",\"lowestAsk\":\"0.00195130\",\"highestBid\":\"0.00186067\",\"percentChange\":\"-0.11960955\",\"baseVolume\":\"61.74945403\",\"quoteVolume\":\"31217.00301813\",\"isFrozen\":\"0\",\"high24hr\":\"0.00215217\",\"low24hr\":\"0.00185469\"},\"XMR_BTCD\":{\"id\":131,\"last\":\"1.09225075\",\"lowestAsk\":\"1.14126270\",\"highestBid\":\"1.09530659\",\"percentChange\":\"-0.12271402\",\"baseVolume\":\"76.25858630\",\"quoteVolume\":\"63.90420691\",\"isFrozen\":\"0\",\"high24hr\":\"1.36334354\",\"low24hr\":\"1.07440000\"},\"XMR_DASH\":{\"id\":132,\"last\":\"2.78231271\",\"lowestAsk\":\"2.79000000\",\"highestBid\":\"2.77177134\",\"percentChange\":\"-0.01212749\",\"baseVolume\":\"126.83775966\",\"quoteVolume\":\"45.42995725\",\"isFrozen\":\"0\",\"high24hr\":\"2.87500000\",\"low24hr\":\"2.62000000\"},\"XMR_LTC\":{\"id\":137,\"last\":\"0.62231603\",\"lowestAsk\":\"0.62907560\",\"highestBid\":\"0.61997963\",\"percentChange\":\"-0.04157933\",\"baseVolume\":\"1121.35886022\",\"quoteVolume\":\"1808.63559487\",\"isFrozen\":\"0\",\"high24hr\":\"0.66769422\",\"low24hr\":\"0.59645221\"},\"XMR_MAID\":{\"id\":138,\"last\":\"0.00513759\",\"lowestAsk\":\"0.00529264\",\"highestBid\":\"0.00520001\",\"percentChange\":\"-0.08169754\",\"baseVolume\":\"200.30645466\",\"quoteVolume\":\"30964.74466892\",\"isFrozen\":\"0\",\"high24hr\":\"0.00960000\",\"low24hr\":\"0.00458000\"},\"XMR_NXT\":{\"id\":140,\"last\":\"0.00081849\",\"lowestAsk\":\"0.00082287\",\"highestBid\":\"0.00081608\",\"percentChange\":\"-0.07086909\",\"baseVolume\":\"147.67635632\",\"quoteVolume\":\"174961.41242831\",\"isFrozen\":\"0\",\"high24hr\":\"0.00094569\",\"low24hr\":\"0.00078999\"},\"BTC_ETH\":{\"id\":148,\"last\":\"0.07137595\",\"lowestAsk\":\"0.07137592\",\"highestBid\":\"0.07123115\",\"percentChange\":\"-0.01484836\",\"baseVolume\":\"8923.11219913\",\"quoteVolume\":\"126119.10876165\",\"isFrozen\":\"0\",\"high24hr\":\"0.07268150\",\"low24hr\":\"0.06870000\"},\"USDT_ETH\":{\"id\":149,\"last\":\"308.21018800\",\"lowestAsk\":\"308.21018800\",\"highestBid\":\"307.54508000\",\"percentChange\":\"-0.08109696\",\"baseVolume\":\"28113414.77230599\",\"quoteVolume\":\"92823.14869491\",\"isFrozen\":\"0\",\"high24hr\":\"336.30000000\",\"low24hr\":\"277.00000000\"},\"BTC_SC\":{\"id\":150,\"last\":\"0.00000166\",\"lowestAsk\":\"0.00000166\",\"highestBid\":\"0.00000165\",\"percentChange\":\"-0.01775147\",\"baseVolume\":\"440.90690815\",\"quoteVolume\":\"270387328.69519913\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000170\",\"low24hr\":\"0.00000152\"},\"BTC_BCY\":{\"id\":151,\"last\":\"0.00010024\",\"lowestAsk\":\"0.00010024\",\"highestBid\":\"0.00009987\",\"percentChange\":\"0.00229977\",\"baseVolume\":\"28.84136486\",\"quoteVolume\":\"285322.68293251\",\"isFrozen\":\"0\",\"high24hr\":\"0.00010500\",\"low24hr\":\"0.00009701\"},\"BTC_EXP\":{\"id\":153,\"last\":\"0.00069897\",\"lowestAsk\":\"0.00069910\",\"highestBid\":\"0.00069897\",\"percentChange\":\"-0.05288617\",\"baseVolume\":\"38.81918290\",\"quoteVolume\":\"55030.81390412\",\"isFrozen\":\"0\",\"high24hr\":\"0.00074584\",\"low24hr\":\"0.00068001\"},\"BTC_FCT\":{\"id\":155,\"last\":\"0.00616993\",\"lowestAsk\":\"0.00616993\",\"highestBid\":\"0.00614431\",\"percentChange\":\"0.03343891\",\"baseVolume\":\"1156.40011477\",\"quoteVolume\":\"191135.73187104\",\"isFrozen\":\"0\",\"high24hr\":\"0.00643077\",\"low24hr\":\"0.00558000\"},\"BTC_RADS\":{\"id\":158,\"last\":\"0.00137172\",\"lowestAsk\":\"0.00137172\",\"highestBid\":\"0.00135934\",\"percentChange\":\"-0.07175725\",\"baseVolume\":\"29.72170417\",\"quoteVolume\":\"21125.03068650\",\"isFrozen\":\"0\",\"high24hr\":\"0.00149185\",\"low24hr\":\"0.00133281\"},\"BTC_AMP\":{\"id\":160,\"last\":\"0.00004243\",\"lowestAsk\":\"0.00004243\",\"highestBid\":\"0.00004228\",\"percentChange\":\"-0.04608812\",\"baseVolume\":\"31.90852600\",\"quoteVolume\":\"743864.81709012\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004540\",\"low24hr\":\"0.00004056\"},\"BTC_DCR\":{\"id\":162,\"last\":\"0.00720461\",\"lowestAsk\":\"0.00726696\",\"highestBid\":\"0.00720501\",\"percentChange\":\"-0.02674600\",\"baseVolume\":\"154.51727834\",\"quoteVolume\":\"20697.35430132\",\"isFrozen\":\"0\",\"high24hr\":\"0.00792453\",\"low24hr\":\"0.00720000\"},\"BTC_LSK\":{\"id\":163,\"last\":\"0.00167656\",\"lowestAsk\":\"0.00167656\",\"highestBid\":\"0.00167000\",\"percentChange\":\"0.02360964\",\"baseVolume\":\"2165.79722638\",\"quoteVolume\":\"1342639.74681055\",\"isFrozen\":\"0\",\"high24hr\":\"0.00175000\",\"low24hr\":\"0.00145000\"},\"ETH_LSK\":{\"id\":166,\"last\":\"0.02336983\",\"lowestAsk\":\"0.02355811\",\"highestBid\":\"0.02336983\",\"percentChange\":\"0.05762156\",\"baseVolume\":\"1354.91176889\",\"quoteVolume\":\"59411.97355483\",\"isFrozen\":\"0\",\"high24hr\":\"0.02575998\",\"low24hr\":\"0.02076470\"},\"BTC_LBC\":{\"id\":167,\"last\":\"0.00007401\",\"lowestAsk\":\"0.00007422\",\"highestBid\":\"0.00007403\",\"percentChange\":\"-0.01069375\",\"baseVolume\":\"144.82828014\",\"quoteVolume\":\"1939514.44483083\",\"isFrozen\":\"0\",\"high24hr\":\"0.00008030\",\"low24hr\":\"0.00006870\"},\"BTC_STEEM\":{\"id\":168,\"last\":\"0.00027736\",\"lowestAsk\":\"0.00027870\",\"highestBid\":\"0.00027736\",\"percentChange\":\"-0.04067515\",\"baseVolume\":\"141.10804477\",\"quoteVolume\":\"506106.27490137\",\"isFrozen\":\"0\",\"high24hr\":\"0.00029465\",\"low24hr\":\"0.00026017\"},\"ETH_STEEM\":{\"id\":169,\"last\":\"0.00387099\",\"lowestAsk\":\"0.00387099\",\"highestBid\":\"0.00385000\",\"percentChange\":\"-0.02949870\",\"baseVolume\":\"134.24954307\",\"quoteVolume\":\"33505.50440195\",\"isFrozen\":\"0\",\"high24hr\":\"0.00413922\",\"low24hr\":\"0.00380000\"},\"BTC_SBD\":{\"id\":170,\"last\":\"0.00022074\",\"lowestAsk\":\"0.00022075\",\"highestBid\":\"0.00021754\",\"percentChange\":\"0.02870724\",\"baseVolume\":\"6.56706421\",\"quoteVolume\":\"30178.69893131\",\"isFrozen\":\"0\",\"high24hr\":\"0.00022166\",\"low24hr\":\"0.00020864\"},\"BTC_ETC\":{\"id\":171,\"last\":\"0.00390419\",\"lowestAsk\":\"0.00390414\",\"highestBid\":\"0.00388811\",\"percentChange\":\"-0.02680153\",\"baseVolume\":\"1182.95973417\",\"quoteVolume\":\"302872.21279134\",\"isFrozen\":\"0\",\"high24hr\":\"0.00403339\",\"low24hr\":\"0.00378000\"},\"ETH_ETC\":{\"id\":172,\"last\":\"0.05478843\",\"lowestAsk\":\"0.05470000\",\"highestBid\":\"0.05432134\",\"percentChange\":\"-0.00762514\",\"baseVolume\":\"754.04589598\",\"quoteVolume\":\"13668.29387998\",\"isFrozen\":\"0\",\"high24hr\":\"0.05642269\",\"low24hr\":\"0.05409449\"},\"USDT_ETC\":{\"id\":173,\"last\":\"16.84999999\",\"lowestAsk\":\"16.85052541\",\"highestBid\":\"16.84999999\",\"percentChange\":\"-0.08918920\",\"baseVolume\":\"5428774.59637915\",\"quoteVolume\":\"321340.11493176\",\"isFrozen\":\"0\",\"high24hr\":\"18.75479973\",\"low24hr\":\"15.00000000\"},\"BTC_REP\":{\"id\":174,\"last\":\"0.00517130\",\"lowestAsk\":\"0.00517130\",\"highestBid\":\"0.00512277\",\"percentChange\":\"0.00608949\",\"baseVolume\":\"155.95046887\",\"quoteVolume\":\"29935.44029788\",\"isFrozen\":\"0\",\"high24hr\":\"0.00543298\",\"low24hr\":\"0.00501124\"},\"USDT_REP\":{\"id\":175,\"last\":\"22.07258200\",\"lowestAsk\":\"22.07258200\",\"highestBid\":\"21.94249125\",\"percentChange\":\"-0.06678836\",\"baseVolume\":\"476725.77340645\",\"quoteVolume\":\"20690.12976398\",\"isFrozen\":\"0\",\"high24hr\":\"25.00000000\",\"low24hr\":\"21.00000000\"},\"ETH_REP\":{\"id\":176,\"last\":\"0.07187764\",\"lowestAsk\":\"0.07222406\",\"highestBid\":\"0.07103644\",\"percentChange\":\"0.01698497\",\"baseVolume\":\"362.60038167\",\"quoteVolume\":\"4974.72937030\",\"isFrozen\":\"0\",\"high24hr\":\"0.07699964\",\"low24hr\":\"0.07088547\"},\"BTC_ARDR\":{\"id\":177,\"last\":\"0.00003428\",\"lowestAsk\":\"0.00003428\",\"highestBid\":\"0.00003401\",\"percentChange\":\"0.01031535\",\"baseVolume\":\"425.14169685\",\"quoteVolume\":\"11400199.07002938\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004300\",\"low24hr\":\"0.00003237\"},\"BTC_ZEC\":{\"id\":178,\"last\":\"0.05199990\",\"lowestAsk\":\"0.05199999\",\"highestBid\":\"0.05171457\",\"percentChange\":\"-0.02985297\",\"baseVolume\":\"610.71049150\",\"quoteVolume\":\"11735.98199774\",\"isFrozen\":\"0\",\"high24hr\":\"0.05399934\",\"low24hr\":\"0.05100000\"},\"ETH_ZEC\":{\"id\":179,\"last\":\"0.73003300\",\"lowestAsk\":\"0.73047758\",\"highestBid\":\"0.73003300\",\"percentChange\":\"-0.01068990\",\"baseVolume\":\"610.27236442\",\"quoteVolume\":\"829.32164381\",\"isFrozen\":\"0\",\"high24hr\":\"0.75284400\",\"low24hr\":\"0.72165086\"},\"USDT_ZEC\":{\"id\":180,\"last\":\"223.25594308\",\"lowestAsk\":\"224.08911287\",\"highestBid\":\"223.25594310\",\"percentChange\":\"-0.09926594\",\"baseVolume\":\"2811187.86129319\",\"quoteVolume\":\"12462.10481432\",\"isFrozen\":\"0\",\"high24hr\":\"249.49999998\",\"low24hr\":\"207.00000000\"},\"XMR_ZEC\":{\"id\":181,\"last\":\"1.89992880\",\"lowestAsk\":\"1.91600885\",\"highestBid\":\"1.89992880\",\"percentChange\":\"-0.06475459\",\"baseVolume\":\"498.34413338\",\"quoteVolume\":\"260.87174558\",\"isFrozen\":\"0\",\"high24hr\":\"2.07576722\",\"low24hr\":\"1.81250000\"},\"BTC_STRAT\":{\"id\":182,\"last\":\"0.00132608\",\"lowestAsk\":\"0.00132648\",\"highestBid\":\"0.00132608\",\"percentChange\":\"-0.00305231\",\"baseVolume\":\"568.12276600\",\"quoteVolume\":\"426293.19866507\",\"isFrozen\":\"0\",\"high24hr\":\"0.00138321\",\"low24hr\":\"0.00126576\"},\"BTC_NXC\":{\"id\":183,\"last\":\"0.00005699\",\"lowestAsk\":\"0.00005734\",\"highestBid\":\"0.00005699\",\"percentChange\":\"0.00653479\",\"baseVolume\":\"23.73695666\",\"quoteVolume\":\"410640.14027830\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006070\",\"low24hr\":\"0.00005558\"},\"BTC_PASC\":{\"id\":184,\"last\":\"0.00009222\",\"lowestAsk\":\"0.00009299\",\"highestBid\":\"0.00009224\",\"percentChange\":\"-0.07139260\",\"baseVolume\":\"24.62474535\",\"quoteVolume\":\"260890.27471328\",\"isFrozen\":\"0\",\"high24hr\":\"0.00010000\",\"low24hr\":\"0.00008906\"},\"BTC_GNT\":{\"id\":185,\"last\":\"0.00008401\",\"lowestAsk\":\"0.00008401\",\"highestBid\":\"0.00008374\",\"percentChange\":\"-0.02597101\",\"baseVolume\":\"1076.30996465\",\"quoteVolume\":\"12358383.67603539\",\"isFrozen\":\"0\",\"high24hr\":\"0.00009367\",\"low24hr\":\"0.00008033\"},\"ETH_GNT\":{\"id\":186,\"last\":\"0.00117482\",\"lowestAsk\":\"0.00117500\",\"highestBid\":\"0.00115979\",\"percentChange\":\"-0.00472721\",\"baseVolume\":\"2086.96841514\",\"quoteVolume\":\"1698613.50966786\",\"isFrozen\":\"0\",\"high24hr\":\"0.00130684\",\"low24hr\":\"0.00114234\"},\"BTC_GNO\":{\"id\":187,\"last\":\"0.03237822\",\"lowestAsk\":\"0.03237806\",\"highestBid\":\"0.03220317\",\"percentChange\":\"-0.02685171\",\"baseVolume\":\"85.29977923\",\"quoteVolume\":\"2575.94506527\",\"isFrozen\":\"0\",\"high24hr\":\"0.03519570\",\"low24hr\":\"0.02999999\"},\"ETH_GNO\":{\"id\":188,\"last\":\"0.45000000\",\"lowestAsk\":\"0.45793803\",\"highestBid\":\"0.45043225\",\"percentChange\":\"-0.02473047\",\"baseVolume\":\"304.07358039\",\"quoteVolume\":\"660.28590920\",\"isFrozen\":\"0\",\"high24hr\":\"0.49154414\",\"low24hr\":\"0.44987349\"},\"BTC_BCH\":{\"id\":189,\"last\":\"0.14141000\",\"lowestAsk\":\"0.14141000\",\"highestBid\":\"0.14076441\",\"percentChange\":\"-0.01954761\",\"baseVolume\":\"3027.51025098\",\"quoteVolume\":\"21025.73191375\",\"isFrozen\":\"0\",\"high24hr\":\"0.15226835\",\"low24hr\":\"0.13622222\"},\"ETH_BCH\":{\"id\":190,\"last\":\"1.96724093\",\"lowestAsk\":\"1.98300000\",\"highestBid\":\"1.96733929\",\"percentChange\":\"-0.02147066\",\"baseVolume\":\"3464.98474745\",\"quoteVolume\":\"1710.85882658\",\"isFrozen\":\"0\",\"high24hr\":\"2.12000000\",\"low24hr\":\"1.95190000\"},\"USDT_BCH\":{\"id\":191,\"last\":\"610.10209459\",\"lowestAsk\":\"612.81600128\",\"highestBid\":\"610.10209460\",\"percentChange\":\"-0.08509845\",\"baseVolume\":\"14360989.47580610\",\"quoteVolume\":\"23102.90935536\",\"isFrozen\":\"0\",\"high24hr\":\"699.30399959\",\"low24hr\":\"556.00000000\"},\"BTC_ZRX\":{\"id\":192,\"last\":\"0.00006054\",\"lowestAsk\":\"0.00006050\",\"highestBid\":\"0.00006039\",\"percentChange\":\"-0.09316956\",\"baseVolume\":\"716.59557681\",\"quoteVolume\":\"11535628.25020119\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006880\",\"low24hr\":\"0.00005705\"},\"ETH_ZRX\":{\"id\":193,\"last\":\"0.00084789\",\"lowestAsk\":\"0.00084789\",\"highestBid\":\"0.00084011\",\"percentChange\":\"-0.07639267\",\"baseVolume\":\"2008.03878454\",\"quoteVolume\":\"2314382.92471673\",\"isFrozen\":\"0\",\"high24hr\":\"0.00094630\",\"low24hr\":\"0.00080000\"}}" Looking at colTradingPair I get all the keys, however i cannot access any of the colums. They all report back as null. Test for exist on a column returns false. System information ------------------ Kubuntu 17.04 AMD FX 8150 16 gb 1333 Ram Asus MX97 Evo MB From gambas at ...1... Sat Sep 9 01:56:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 01:56:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1168: After JSON DECODE, Key column is available but no other columns can be accessed In-Reply-To: <59b32d56.d29ddf0a.8e3df.e96cSMTPIN_ADDED_BROKEN@...2392...> References: <59b32d56.d29ddf0a.8e3df.e96cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1168: After JSON DECODE, Key column is available but no other columns can be accessed Date?: Fri, 08 Sep 2017 23:52:53 GMT De?: bugtracker at ...3416... Pour?: BradRDoyle at ...3688..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1168&from=L21haW4- Comment #1 by Beno?t MINISINI: You does not follow the structure of the JSON you receive. Just use the debugger to check the contents of the collection. Beno?t MINISINI changed the state of the bug to: Rejected. From gambas at ...1... Sat Sep 9 09:41:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 09:41:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form In-Reply-To: <59b3336c.d1161c0a.2a714.0b11SMTPIN_ADDED_BROKEN@...2392...> References: <59b3336c.d1161c0a.2a714.0b11SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1165: Gambas refuses to open files with timers on the form Date?: Sat, 09 Sep 2017 00:18:47 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1165&from=L21haW4- Comment #3 by Tony MOREHEN: Sorry, all my other files either don't have timers or, instead of using #Move(), use #MoveScaled(). I checked the movescaled code and it handles both 2 parameter and 4 parameter moves. I took another look at the Move code in FForm.class around line 489. It tries to handle 2 or 4 parameter moves but fails: aCoord = Split(Mid$(sLine, 6, -1)) X = CInt(aCoord[0]) Y = CInt(aCoord[1]) W = CInt(aCoord[2]) H = CInt(aCoord[3]) If aCoord.Count = 4 Then Try hCtrl.MoveAndResize(X, Y, W, H) Else Try hCtrl.Move(X, Y) Endif Shouldn't the W and H lines be moved into the If? aCoord = Split(Mid$(sLine, 6, -1)) X = CInt(aCoord[0]) Y = CInt(aCoord[1]) If aCoord.Count = 4 Then W = CInt(aCoord[2]) H = CInt(aCoord[3]) Try hCtrl.MoveAndResize(X, Y, W, H) Else Try hCtrl.Move(X, Y) Endif Tony MOREHEN changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 9 09:41:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 09:41:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor In-Reply-To: <59b3316a.c30f1c0a.8df87.e57fSMTPIN_ADDED_BROKEN@...2392...> References: <59b3316a.c30f1c0a.8df87.e57fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6cdc6242-0a5d-1342-6552-78acfb3a2452@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor Date?: Sat, 09 Sep 2017 00:10:17 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1167&from=L21haW4- Comment #2 by Tony MOREHEN: But if you are using the text editor component in a generic text editor and just want it to highlight code, this behaviour is unexpected and unwanted. This came up when I was trying to edit Gambas form files when I had problems opening older projects. The change caused the edited file to give a bad form error. This means that you cannot use the text editor component with Gambas highlighting in a generic text editor. Do any of the other highlight options change the text? If so, I'll have to remove highlighting from my editor. At the very least, you should add a warning to the doc's that highlighting can change the text of your file. From gambas at ...1... Sat Sep 9 10:06:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 9 Sep 2017 10:06:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor In-Reply-To: <59b3a08e.55b0df0a.4a694.362eSMTPIN_ADDED_BROKEN@...2392...> References: <59b3a08e.55b0df0a.4a694.362eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4f332393-408a-2e77-563c-1ce13696b9d0@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1167: Selecting Gambas Highlighting Changes text in gb.form.editor Date?: Sat, 09 Sep 2017 08:04:29 GMT De?: bugtracker at ...3416... Pour?: tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1167&from=L21haW4- Comment #3 by Beno?t MINISINI: You edited a form file with Gambas highlighting: form files are *not* Gambas code, you should not highlight them as Gambas code, it's a non-sense. But yes, I should warn about that, or better make the rewriting optional. From mikeB at ...3673... Sat Sep 9 17:50:06 2017 From: mikeB at ...3673... (mikeB) Date: Sat, 9 Sep 2017 09:50:06 -0600 Subject: [Gambas-user] lost Message-ID: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> eGreetings, I've noticed lots of work must be going on with Gambas edit, etc cuz of the many emails (that I really do not understand any of them as these are from/ to the 'development guys). A few days ago Gambas stopped working on my system - I can not edit anything on the form nor code. I have reinstalled and done everything I know of to get it going again. I noticed that the components gb.desktop and gb.desktop.x11 staus seemed to change (the little green icon is now only i/2 filled. PLEASE - in plain speak (so even I can understand) is there a way to fix or should I just wait untill all the developers get their thing done? Regards and sorry for my lack of knowledge, mikeB From chrisml at ...3340... Sat Sep 9 18:09:54 2017 From: chrisml at ...3340... (Christof Thalhofer) Date: Sat, 9 Sep 2017 18:09:54 +0200 Subject: [Gambas-user] lost In-Reply-To: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> References: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> Message-ID: <4ec645c2-46de-bb31-9a9a-c6131df639d5@...3340...> Am 09.09.2017 um 17:50 schrieb mikeB: > PLEASE - in plain speak (so even I can understand) is there a way to fix > > or should I just wait untill all the developers get their thing done? > > Regards and sorry for my lack of knowledge, What is the Version of your Gambs IDE in Help->About? Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From bradrdoyle at ...253... Sat Sep 9 18:24:22 2017 From: bradrdoyle at ...253... (Brad Doyle) Date: Sat, 9 Sep 2017 16:24:22 +0000 (UTC) Subject: [Gambas-user] JSON Parsing References: <2065537133.237355.1504974262020.ref@...3424...> Message-ID: <2065537133.237355.1504974262020@...3424...> Anyone have any working example of JSON parsing. Following the example I found online, I can get the list of primary keys, but any attempt to access any of the columns results in a NULL return. Once the decode is executed I get the key values, but attempts to retrieve any other column results in null. Any help is greatly appreciated. I am working with the following code: Public Sub Get_Exchange_Info()??? Dim Get_Exchange_Info As HttpClient? Dim sBuffer As String? Dim colTradingPair As Collection? Dim colLast As Collection? Dim colId As Collection? Dim test As Boolean ? Get_Exchange_Info = New HttpClient As "Get_Exchange_Info"? Get_Exchange_Info.URL = "https://poloniex.com/public?command=returnTicker"? Get_Exchange_Info.Async = False? Get_Exchange_Info.Timeout = 60? Get_Exchange_Info.Get ? If Get_Exchange_Info.Status < 0 Then? ? Print "ERROR"? Else? ? sBuffer = Get_Exchange_Info.ReadLine()? ? colTradingPair = JSON.Decode(sBuffer)? ? colId = colTradingPair["quoteVolume"]? ? test = colTradingPair.Exist("quoteVolume")? ? Print sBuffer? ?? End If?? End The JSON received is: "\"BTC_BCN\":\"id\":7,\"last\":\"0.00000039\",\"lowestAsk\":\"0.00000040\",\"highestBid\":\"0.00000039\",\"percentChange\":\"-0.09302325\",\"baseVolume\":\"151.03308398\",\"quoteVolume\":\"375702658.33824027\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000044\",\"low24hr\":\"0.00000037\"},\"BTC_BELA\":{\"id\":8,\"last\":\"0.00003792\",\"lowestAsk\":\"0.00003812\",\"highestBid\":\"0.00003761\",\"percentChange\":\"-0.02418939\",\"baseVolume\":\"19.44421270\",\"quoteVolume\":\"503084.79461159\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004095\",\"low24hr\":\"0.00003717\"},\"BTC_BLK\":{\"id\":10,\"last\":\"0.00005115\",\"lowestAsk\":\"0.00005097\",\"highestBid\":\"0.00005049\",\"percentChange\":\"-0.07033805\",\"baseVolume\":\"30.18338515\",\"quoteVolume\":\"570597.75885334\",\"isFrozen\":\"0\",\"high24hr\":\"0.00005664\",\"low24hr\":\"0.00005036\"},\"BTC_BTCD\":{\"id\":12,\"last\":\"0.03030467\",\"lowestAsk\":\"0.03065146\",\"highestBid\":\"0.03030481\",\"percentChange\":\"-0.08881154\",\"baseVolume\":\"175.79798196\",\"quoteVolume\":\"5417.46408255\",\"isFrozen\":\"0\",\"high24hr\":\"0.03795000\",\"low24hr\":\"0.02895911\"},\"BTC_BTM\":{\"id\":13,\"last\":\"0.00013650\",\"lowestAsk\":\"0.00013650\",\"highestBid\":\"0.00013601\",\"percentChange\":\"-0.07463900\",\"baseVolume\":\"8.28335834\",\"quoteVolume\":\"58029.20888826\",\"isFrozen\":\"0\",\"high24hr\":\"0.00015362\",\"low24hr\":\"0.00013265\"},\"BTC_BTS\":{\"id\":14,\"last\":\"0.00002988\",\"lowestAsk\":\"0.00003000\",\"highestBid\":\"0.00002988\",\"percentChange\":\"-0.07377557\",\"baseVolume\":\"1815.07026208\",\"quoteVolume\":\"59301878.86164513\",\"isFrozen\":\"0\",\"high24hr\":\"0.00003250\",\"low24hr\":\"0.00002889\"},\"BTC_BURST\":{\"id\":15,\"last\":\"0.00000242\",\"lowestAsk\":\"0.00000246\",\"highestBid\":\"0.00000244\",\"percentChange\":\"-0.06201550\",\"baseVolume\":\"135.90670794\",\"quoteVolume\":\"52832438.02447187\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000278\",\"low24hr\":\"0.00000240\"},\"BTC_CLAM\":{\"id\":20,\"last\":\"0.00165146\",\"lowestAsk\":\"0.00165146\",\"highestBid\":\"0.00164236\",\"percentChange\":\"-0.00076842\",\"baseVolume\":\"79.38234672\",\"quoteVolume\":\"48573.12134851\",\"isFrozen\":\"0\",\"high24hr\":\"0.00168822\",\"low24hr\":\"0.00161000\"},\"BTC_DASH\":{\"id\":24,\"last\":\"0.07607694\",\"lowestAsk\":\"0.07616345\",\"highestBid\":\"0.07588931\",\"percentChange\":\"0.01166143\",\"baseVolume\":\"1670.00857835\",\"quoteVolume\":\"21715.48471222\",\"isFrozen\":\"0\",\"high24hr\":\"0.08050005\",\"low24hr\":\"0.07315803\"},\"BTC_DGB\":{\"id\":25,\"last\":\"0.00000378\",\"lowestAsk\":\"0.00000380\",\"highestBid\":\"0.00000378\",\"percentChange\":\"-0.05025125\",\"baseVolume\":\"793.18202848\",\"quoteVolume\":\"206429625.03812858\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000405\",\"low24hr\":\"0.00000366\"},\"BTC_DOGE\":{\"id\":27,\"last\":\"0.00000041\",\"lowestAsk\":\"0.00000042\",\"highestBid\":\"0.00000041\",\"percentChange\":\"-0.06818181\",\"baseVolume\":\"300.92895930\",\"quoteVolume\":\"717164928.01750696\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000044\",\"low24hr\":\"0.00000040\"},\"BTC_EMC2\":{\"id\":28,\"last\":\"0.00000838\",\"lowestAsk\":\"0.00000838\",\"highestBid\":\"0.00000832\",\"percentChange\":\"-0.01295641\",\"baseVolume\":\"20.08517340\",\"quoteVolume\":\"2401590.15059601\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000855\",\"low24hr\":\"0.00000801\"},\"BTC_FLDC\":{\"id\":31,\"last\":\"0.00000321\",\"lowestAsk\":\"0.00000324\",\"highestBid\":\"0.00000322\",\"percentChange\":\"-0.00310559\",\"baseVolume\":\"9.92500569\",\"quoteVolume\":\"3077844.21258267\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000336\",\"low24hr\":\"0.00000308\"},\"BTC_FLO\":{\"id\":32,\"last\":\"0.00001840\",\"lowestAsk\":\"0.00001845\",\"highestBid\":\"0.00001825\",\"percentChange\":\"0.00601421\",\"baseVolume\":\"40.47268848\",\"quoteVolume\":\"2156185.12532102\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001994\",\"low24hr\":\"0.00001800\"},\"BTC_GAME\":{\"id\":38,\"last\":\"0.00046503\",\"lowestAsk\":\"0.00047049\",\"highestBid\":\"0.00046554\",\"percentChange\":\"0.01978026\",\"baseVolume\":\"448.60664833\",\"quoteVolume\":\"895839.16790901\",\"isFrozen\":\"0\",\"high24hr\":\"0.00053900\",\"low24hr\":\"0.00044819\"},\"BTC_GRC\":{\"id\":40,\"last\":\"0.00000779\",\"lowestAsk\":\"0.00000783\",\"highestBid\":\"0.00000779\",\"percentChange\":\"-0.02867830\",\"baseVolume\":\"8.34119701\",\"quoteVolume\":\"1051396.62539752\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000806\",\"low24hr\":\"0.00000775\"},\"BTC_HUC\":{\"id\":43,\"last\":\"0.00002360\",\"lowestAsk\":\"0.00002341\",\"highestBid\":\"0.00002314\",\"percentChange\":\"-0.02398676\",\"baseVolume\":\"10.27057339\",\"quoteVolume\":\"443499.44077414\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002500\",\"low24hr\":\"0.00002200\"},\"BTC_LTC\":{\"id\":50,\"last\":\"0.01710895\",\"lowestAsk\":\"0.01711580\",\"highestBid\":\"0.01710895\",\"percentChange\":\"-0.01929769\",\"baseVolume\":\"6064.41086802\",\"quoteVolume\":\"359764.78118953\",\"isFrozen\":\"0\",\"high24hr\":\"0.01760000\",\"low24hr\":\"0.01601251\"},\"BTC_MAID\":{\"id\":51,\"last\":\"0.00014378\",\"lowestAsk\":\"0.00014378\",\"highestBid\":\"0.00014258\",\"percentChange\":\"-0.00512039\",\"baseVolume\":\"403.52433325\",\"quoteVolume\":\"2778582.32052463\",\"isFrozen\":\"0\",\"high24hr\":\"0.00015300\",\"low24hr\":\"0.00013500\"},\"BTC_OMNI\":{\"id\":58,\"last\":\"0.00762369\",\"lowestAsk\":\"0.00762369\",\"highestBid\":\"0.00761634\",\"percentChange\":\"-0.11352338\",\"baseVolume\":\"107.36490315\",\"quoteVolume\":\"13287.89075756\",\"isFrozen\":\"0\",\"high24hr\":\"0.00864649\",\"low24hr\":\"0.00689919\"},\"BTC_NAUT\":{\"id\":60,\"last\":\"0.00003918\",\"lowestAsk\":\"0.00003969\",\"highestBid\":\"0.00003919\",\"percentChange\":\"-0.03521300\",\"baseVolume\":\"17.87956717\",\"quoteVolume\":\"438117.41637242\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004300\",\"low24hr\":\"0.00003803\"},\"BTC_NAV\":{\"id\":61,\"last\":\"0.00029936\",\"lowestAsk\":\"0.00029934\",\"highestBid\":\"0.00029704\",\"percentChange\":\"-0.06441228\",\"baseVolume\":\"411.43737659\",\"quoteVolume\":\"1373279.03069498\",\"isFrozen\":\"0\",\"high24hr\":\"0.00032800\",\"low24hr\":\"0.00026751\"},\"BTC_NEOS\":{\"id\":63,\"last\":\"0.00090006\",\"lowestAsk\":\"0.00090868\",\"highestBid\":\"0.00090007\",\"percentChange\":\"-0.04654661\",\"baseVolume\":\"20.95925631\",\"quoteVolume\":\"23038.95199497\",\"isFrozen\":\"0\",\"high24hr\":\"0.00095312\",\"low24hr\":\"0.00088000\"},\"BTC_NMC\":{\"id\":64,\"last\":\"0.00039466\",\"lowestAsk\":\"0.00039354\",\"highestBid\":\"0.00039250\",\"percentChange\":\"-0.03919563\",\"baseVolume\":\"16.32443553\",\"quoteVolume\":\"40514.49264188\",\"isFrozen\":\"0\",\"high24hr\":\"0.00041299\",\"low24hr\":\"0.00038993\"},\"BTC_NOTE\":{\"id\":66,\"last\":\"0.00001578\",\"lowestAsk\":\"0.00001578\",\"highestBid\":\"0.00001559\",\"percentChange\":\"0.15944158\",\"baseVolume\":\"75.42682067\",\"quoteVolume\":\"4492841.40105128\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001945\",\"low24hr\":\"0.00001343\"},\"BTC_NXT\":{\"id\":69,\"last\":\"0.00002261\",\"lowestAsk\":\"0.00002263\",\"highestBid\":\"0.00002261\",\"percentChange\":\"-0.02459016\",\"baseVolume\":\"603.98754755\",\"quoteVolume\":\"25975716.89707072\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002526\",\"low24hr\":\"0.00002103\"},\"BTC_PINK\":{\"id\":73,\"last\":\"0.00000659\",\"lowestAsk\":\"0.00000661\",\"highestBid\":\"0.00000647\",\"percentChange\":\"-0.08089260\",\"baseVolume\":\"59.27124462\",\"quoteVolume\":\"8822931.26830967\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000724\",\"low24hr\":\"0.00000614\"},\"BTC_POT\":{\"id\":74,\"last\":\"0.00002086\",\"lowestAsk\":\"0.00002108\",\"highestBid\":\"0.00002087\",\"percentChange\":\"-0.06875000\",\"baseVolume\":\"25.03986785\",\"quoteVolume\":\"1166566.13474438\",\"isFrozen\":\"0\",\"high24hr\":\"0.00002254\",\"low24hr\":\"0.00002073\"},\"BTC_PPC\":{\"id\":75,\"last\":\"0.00038625\",\"lowestAsk\":\"0.00038625\",\"highestBid\":\"0.00038617\",\"percentChange\":\"-0.04636693\",\"baseVolume\":\"20.46425509\",\"quoteVolume\":\"52150.99788063\",\"isFrozen\":\"0\",\"high24hr\":\"0.00041330\",\"low24hr\":\"0.00037994\"},\"BTC_RIC\":{\"id\":83,\"last\":\"0.00001459\",\"lowestAsk\":\"0.00001459\",\"highestBid\":\"0.00001444\",\"percentChange\":\"-0.07306226\",\"baseVolume\":\"17.05707873\",\"quoteVolume\":\"1124380.10413040\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001630\",\"low24hr\":\"0.00001429\"},\"BTC_SJCX\":{\"id\":86,\"last\":\"0.00016632\",\"lowestAsk\":\"0.00016698\",\"highestBid\":\"0.00016650\",\"percentChange\":\"-0.01858736\",\"baseVolume\":\"31.03432774\",\"quoteVolume\":\"183705.11833309\",\"isFrozen\":\"0\",\"high24hr\":\"0.00017500\",\"low24hr\":\"0.00016170\"},\"BTC_STR\":{\"id\":89,\"last\":\"0.00000422\",\"lowestAsk\":\"0.00000424\",\"highestBid\":\"0.00000422\",\"percentChange\":\"-0.03872437\",\"baseVolume\":\"466.62230366\",\"quoteVolume\":\"109199608.29447395\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000451\",\"low24hr\":\"0.00000409\"},\"BTC_SYS\":{\"id\":92,\"last\":\"0.00006866\",\"lowestAsk\":\"0.00006865\",\"highestBid\":\"0.00006849\",\"percentChange\":\"0.04046067\",\"baseVolume\":\"437.98029665\",\"quoteVolume\":\"6510375.27315119\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007190\",\"low24hr\":\"0.00006127\"},\"BTC_VIA\":{\"id\":97,\"last\":\"0.00028462\",\"lowestAsk\":\"0.00028505\",\"highestBid\":\"0.00028462\",\"percentChange\":\"-0.03453188\",\"baseVolume\":\"39.22765015\",\"quoteVolume\":\"137996.67751767\",\"isFrozen\":\"0\",\"high24hr\":\"0.00031250\",\"low24hr\":\"0.00026526\"},\"BTC_XVC\":{\"id\":98,\"last\":\"0.00006793\",\"lowestAsk\":\"0.00006786\",\"highestBid\":\"0.00006717\",\"percentChange\":\"-0.01264534\",\"baseVolume\":\"3.63594116\",\"quoteVolume\":\"53309.60502508\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007100\",\"low24hr\":\"0.00006700\"},\"BTC_VRC\":{\"id\":99,\"last\":\"0.00008362\",\"lowestAsk\":\"0.00008362\",\"highestBid\":\"0.00008358\",\"percentChange\":\"-0.03885057\",\"baseVolume\":\"18.56396892\",\"quoteVolume\":\"218191.32424646\",\"isFrozen\":\"0\",\"high24hr\":\"0.00008941\",\"low24hr\":\"0.00008220\"},\"BTC_VTC\":{\"id\":100,\"last\":\"0.00019307\",\"lowestAsk\":\"0.00019478\",\"highestBid\":\"0.00019307\",\"percentChange\":\"-0.08985056\",\"baseVolume\":\"66.76817172\",\"quoteVolume\":\"325704.06910708\",\"isFrozen\":\"0\",\"high24hr\":\"0.00021979\",\"low24hr\":\"0.00019001\"},\"BTC_XBC\":{\"id\":104,\"last\":\"0.01808055\",\"lowestAsk\":\"0.01844631\",\"highestBid\":\"0.01808070\",\"percentChange\":\"-0.00392468\",\"baseVolume\":\"52.69841147\",\"quoteVolume\":\"2721.19981313\",\"isFrozen\":\"0\",\"high24hr\":\"0.02122974\",\"low24hr\":\"0.01790000\"},\"BTC_XCP\":{\"id\":108,\"last\":\"0.00263646\",\"lowestAsk\":\"0.00263654\",\"highestBid\":\"0.00262260\",\"percentChange\":\"-0.04607424\",\"baseVolume\":\"26.24073357\",\"quoteVolume\":\"9718.11643745\",\"isFrozen\":\"0\",\"high24hr\":\"0.00283423\",\"low24hr\":\"0.00261006\"},\"BTC_XEM\":{\"id\":112,\"last\":\"0.00006450\",\"lowestAsk\":\"0.00006449\",\"highestBid\":\"0.00006404\",\"percentChange\":\"0.01081335\",\"baseVolume\":\"681.42920750\",\"quoteVolume\":\"10875258.09156967\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006500\",\"low24hr\":\"0.00005919\"},\"BTC_XMR\":{\"id\":114,\"last\":\"0.02739999\",\"lowestAsk\":\"0.02740000\",\"highestBid\":\"0.02739999\",\"percentChange\":\"0.03106401\",\"baseVolume\":\"4566.62766634\",\"quoteVolume\":\"166376.59197646\",\"isFrozen\":\"0\",\"high24hr\":\"0.02902143\",\"low24hr\":\"0.02601009\"},\"BTC_XPM\":{\"id\":116,\"last\":\"0.00006420\",\"lowestAsk\":\"0.00006547\",\"highestBid\":\"0.00006421\",\"percentChange\":\"-0.16384475\",\"baseVolume\":\"42.53158670\",\"quoteVolume\":\"613519.79041568\",\"isFrozen\":\"0\",\"high24hr\":\"0.00007697\",\"low24hr\":\"0.00006265\"},\"BTC_XRP\":{\"id\":117,\"last\":\"0.00004919\",\"lowestAsk\":\"0.00004920\",\"highestBid\":\"0.00004919\",\"percentChange\":\"-0.00121827\",\"baseVolume\":\"2255.43648501\",\"quoteVolume\":\"46030860.23136033\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004984\",\"low24hr\":\"0.00004800\"},\"USDT_BTC\":{\"id\":121,\"last\":\"4328.78355000\",\"lowestAsk\":\"4328.78355000\",\"highestBid\":\"4326.68863233\",\"percentChange\":\"-0.06546123\",\"baseVolume\":\"73528964.96798424\",\"quoteVolume\":\"17038.44391614\",\"isFrozen\":\"0\",\"high24hr\":\"4678.10000000\",\"low24hr\":\"4050.00000000\"},\"USDT_DASH\":{\"id\":122,\"last\":\"327.39746672\",\"lowestAsk\":\"327.72746672\",\"highestBid\":\"327.39746672\",\"percentChange\":\"-0.05686276\",\"baseVolume\":\"2155618.30673055\",\"quoteVolume\":\"6403.68800459\",\"isFrozen\":\"0\",\"high24hr\":\"372.66725000\",\"low24hr\":\"295.20000000\"},\"USDT_LTC\":{\"id\":123,\"last\":\"74.17899996\",\"lowestAsk\":\"74.17800000\",\"highestBid\":\"73.71000004\",\"percentChange\":\"-0.08208554\",\"baseVolume\":\"16706263.67809752\",\"quoteVolume\":\"229464.48093416\",\"isFrozen\":\"0\",\"high24hr\":\"82.20000000\",\"low24hr\":\"66.62136379\"},\"USDT_NXT\":{\"id\":124,\"last\":\"0.09742724\",\"lowestAsk\":\"0.09744650\",\"highestBid\":\"0.09742724\",\"percentChange\":\"-0.09454246\",\"baseVolume\":\"2489245.28588040\",\"quoteVolume\":\"24581630.33338632\",\"isFrozen\":\"0\",\"high24hr\":\"0.11600820\",\"low24hr\":\"0.08601100\"},\"USDT_STR\":{\"id\":125,\"last\":\"0.01830168\",\"lowestAsk\":\"0.01830168\",\"highestBid\":\"0.01829948\",\"percentChange\":\"-0.09818530\",\"baseVolume\":\"845977.74975082\",\"quoteVolume\":\"45962396.01858639\",\"isFrozen\":\"0\",\"high24hr\":\"0.02078428\",\"low24hr\":\"0.01680000\"},\"USDT_XMR\":{\"id\":126,\"last\":\"117.81000000\",\"lowestAsk\":\"118.36151979\",\"highestBid\":\"117.55110023\",\"percentChange\":\"-0.03962318\",\"baseVolume\":\"6148413.39420420\",\"quoteVolume\":\"51491.07129068\",\"isFrozen\":\"0\",\"high24hr\":\"135.05061997\",\"low24hr\":\"105.00000000\"},\"USDT_XRP\":{\"id\":127,\"last\":\"0.21237760\",\"lowestAsk\":\"0.21244204\",\"highestBid\":\"0.21237800\",\"percentChange\":\"-0.07218173\",\"baseVolume\":\"4583647.52363585\",\"quoteVolume\":\"21678891.07353241\",\"isFrozen\":\"0\",\"high24hr\":\"0.22900000\",\"low24hr\":\"0.19654971\"},\"XMR_BCN\":{\"id\":129,\"last\":\"0.00001449\",\"lowestAsk\":\"0.00001498\",\"highestBid\":\"0.00001418\",\"percentChange\":\"-0.11049723\",\"baseVolume\":\"12.16793638\",\"quoteVolume\":\"780919.70978327\",\"isFrozen\":\"0\",\"high24hr\":\"0.00001670\",\"low24hr\":\"0.00001361\"},\"XMR_BLK\":{\"id\":130,\"last\":\"0.00186067\",\"lowestAsk\":\"0.00195130\",\"highestBid\":\"0.00186067\",\"percentChange\":\"-0.11960955\",\"baseVolume\":\"61.74945403\",\"quoteVolume\":\"31217.00301813\",\"isFrozen\":\"0\",\"high24hr\":\"0.00215217\",\"low24hr\":\"0.00185469\"},\"XMR_BTCD\":{\"id\":131,\"last\":\"1.09225075\",\"lowestAsk\":\"1.14126270\",\"highestBid\":\"1.09530659\",\"percentChange\":\"-0.12271402\",\"baseVolume\":\"76.25858630\",\"quoteVolume\":\"63.90420691\",\"isFrozen\":\"0\",\"high24hr\":\"1.36334354\",\"low24hr\":\"1.07440000\"},\"XMR_DASH\":{\"id\":132,\"last\":\"2.78231271\",\"lowestAsk\":\"2.79000000\",\"highestBid\":\"2.77177134\",\"percentChange\":\"-0.01212749\",\"baseVolume\":\"126.83775966\",\"quoteVolume\":\"45.42995725\",\"isFrozen\":\"0\",\"high24hr\":\"2.87500000\",\"low24hr\":\"2.62000000\"},\"XMR_LTC\":{\"id\":137,\"last\":\"0.62231603\",\"lowestAsk\":\"0.62907560\",\"highestBid\":\"0.61997963\",\"percentChange\":\"-0.04157933\",\"baseVolume\":\"1121.35886022\",\"quoteVolume\":\"1808.63559487\",\"isFrozen\":\"0\",\"high24hr\":\"0.66769422\",\"low24hr\":\"0.59645221\"},\"XMR_MAID\":{\"id\":138,\"last\":\"0.00513759\",\"lowestAsk\":\"0.00529264\",\"highestBid\":\"0.00520001\",\"percentChange\":\"-0.08169754\",\"baseVolume\":\"200.30645466\",\"quoteVolume\":\"30964.74466892\",\"isFrozen\":\"0\",\"high24hr\":\"0.00960000\",\"low24hr\":\"0.00458000\"},\"XMR_NXT\":{\"id\":140,\"last\":\"0.00081849\",\"lowestAsk\":\"0.00082287\",\"highestBid\":\"0.00081608\",\"percentChange\":\"-0.07086909\",\"baseVolume\":\"147.67635632\",\"quoteVolume\":\"174961.41242831\",\"isFrozen\":\"0\",\"high24hr\":\"0.00094569\",\"low24hr\":\"0.00078999\"},\"BTC_ETH\":{\"id\":148,\"last\":\"0.07137595\",\"lowestAsk\":\"0.07137592\",\"highestBid\":\"0.07123115\",\"percentChange\":\"-0.01484836\",\"baseVolume\":\"8923.11219913\",\"quoteVolume\":\"126119.10876165\",\"isFrozen\":\"0\",\"high24hr\":\"0.07268150\",\"low24hr\":\"0.06870000\"},\"USDT_ETH\":{\"id\":149,\"last\":\"308.21018800\",\"lowestAsk\":\"308.21018800\",\"highestBid\":\"307.54508000\",\"percentChange\":\"-0.08109696\",\"baseVolume\":\"28113414.77230599\",\"quoteVolume\":\"92823.14869491\",\"isFrozen\":\"0\",\"high24hr\":\"336.30000000\",\"low24hr\":\"277.00000000\"},\"BTC_SC\":{\"id\":150,\"last\":\"0.00000166\",\"lowestAsk\":\"0.00000166\",\"highestBid\":\"0.00000165\",\"percentChange\":\"-0.01775147\",\"baseVolume\":\"440.90690815\",\"quoteVolume\":\"270387328.69519913\",\"isFrozen\":\"0\",\"high24hr\":\"0.00000170\",\"low24hr\":\"0.00000152\"},\"BTC_BCY\":{\"id\":151,\"last\":\"0.00010024\",\"lowestAsk\":\"0.00010024\",\"highestBid\":\"0.00009987\",\"percentChange\":\"0.00229977\",\"baseVolume\":\"28.84136486\",\"quoteVolume\":\"285322.68293251\",\"isFrozen\":\"0\",\"high24hr\":\"0.00010500\",\"low24hr\":\"0.00009701\"},\"BTC_EXP\":{\"id\":153,\"last\":\"0.00069897\",\"lowestAsk\":\"0.00069910\",\"highestBid\":\"0.00069897\",\"percentChange\":\"-0.05288617\",\"baseVolume\":\"38.81918290\",\"quoteVolume\":\"55030.81390412\",\"isFrozen\":\"0\",\"high24hr\":\"0.00074584\",\"low24hr\":\"0.00068001\"},\"BTC_FCT\":{\"id\":155,\"last\":\"0.00616993\",\"lowestAsk\":\"0.00616993\",\"highestBid\":\"0.00614431\",\"percentChange\":\"0.03343891\",\"baseVolume\":\"1156.40011477\",\"quoteVolume\":\"191135.73187104\",\"isFrozen\":\"0\",\"high24hr\":\"0.00643077\",\"low24hr\":\"0.00558000\"},\"BTC_RADS\":{\"id\":158,\"last\":\"0.00137172\",\"lowestAsk\":\"0.00137172\",\"highestBid\":\"0.00135934\",\"percentChange\":\"-0.07175725\",\"baseVolume\":\"29.72170417\",\"quoteVolume\":\"21125.03068650\",\"isFrozen\":\"0\",\"high24hr\":\"0.00149185\",\"low24hr\":\"0.00133281\"},\"BTC_AMP\":{\"id\":160,\"last\":\"0.00004243\",\"lowestAsk\":\"0.00004243\",\"highestBid\":\"0.00004228\",\"percentChange\":\"-0.04608812\",\"baseVolume\":\"31.90852600\",\"quoteVolume\":\"743864.81709012\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004540\",\"low24hr\":\"0.00004056\"},\"BTC_DCR\":{\"id\":162,\"last\":\"0.00720461\",\"lowestAsk\":\"0.00726696\",\"highestBid\":\"0.00720501\",\"percentChange\":\"-0.02674600\",\"baseVolume\":\"154.51727834\",\"quoteVolume\":\"20697.35430132\",\"isFrozen\":\"0\",\"high24hr\":\"0.00792453\",\"low24hr\":\"0.00720000\"},\"BTC_LSK\":{\"id\":163,\"last\":\"0.00167656\",\"lowestAsk\":\"0.00167656\",\"highestBid\":\"0.00167000\",\"percentChange\":\"0.02360964\",\"baseVolume\":\"2165.79722638\",\"quoteVolume\":\"1342639.74681055\",\"isFrozen\":\"0\",\"high24hr\":\"0.00175000\",\"low24hr\":\"0.00145000\"},\"ETH_LSK\":{\"id\":166,\"last\":\"0.02336983\",\"lowestAsk\":\"0.02355811\",\"highestBid\":\"0.02336983\",\"percentChange\":\"0.05762156\",\"baseVolume\":\"1354.91176889\",\"quoteVolume\":\"59411.97355483\",\"isFrozen\":\"0\",\"high24hr\":\"0.02575998\",\"low24hr\":\"0.02076470\"},\"BTC_LBC\":{\"id\":167,\"last\":\"0.00007401\",\"lowestAsk\":\"0.00007422\",\"highestBid\":\"0.00007403\",\"percentChange\":\"-0.01069375\",\"baseVolume\":\"144.82828014\",\"quoteVolume\":\"1939514.44483083\",\"isFrozen\":\"0\",\"high24hr\":\"0.00008030\",\"low24hr\":\"0.00006870\"},\"BTC_STEEM\":{\"id\":168,\"last\":\"0.00027736\",\"lowestAsk\":\"0.00027870\",\"highestBid\":\"0.00027736\",\"percentChange\":\"-0.04067515\",\"baseVolume\":\"141.10804477\",\"quoteVolume\":\"506106.27490137\",\"isFrozen\":\"0\",\"high24hr\":\"0.00029465\",\"low24hr\":\"0.00026017\"},\"ETH_STEEM\":{\"id\":169,\"last\":\"0.00387099\",\"lowestAsk\":\"0.00387099\",\"highestBid\":\"0.00385000\",\"percentChange\":\"-0.02949870\",\"baseVolume\":\"134.24954307\",\"quoteVolume\":\"33505.50440195\",\"isFrozen\":\"0\",\"high24hr\":\"0.00413922\",\"low24hr\":\"0.00380000\"},\"BTC_SBD\":{\"id\":170,\"last\":\"0.00022074\",\"lowestAsk\":\"0.00022075\",\"highestBid\":\"0.00021754\",\"percentChange\":\"0.02870724\",\"baseVolume\":\"6.56706421\",\"quoteVolume\":\"30178.69893131\",\"isFrozen\":\"0\",\"high24hr\":\"0.00022166\",\"low24hr\":\"0.00020864\"},\"BTC_ETC\":{\"id\":171,\"last\":\"0.00390419\",\"lowestAsk\":\"0.00390414\",\"highestBid\":\"0.00388811\",\"percentChange\":\"-0.02680153\",\"baseVolume\":\"1182.95973417\",\"quoteVolume\":\"302872.21279134\",\"isFrozen\":\"0\",\"high24hr\":\"0.00403339\",\"low24hr\":\"0.00378000\"},\"ETH_ETC\":{\"id\":172,\"last\":\"0.05478843\",\"lowestAsk\":\"0.05470000\",\"highestBid\":\"0.05432134\",\"percentChange\":\"-0.00762514\",\"baseVolume\":\"754.04589598\",\"quoteVolume\":\"13668.29387998\",\"isFrozen\":\"0\",\"high24hr\":\"0.05642269\",\"low24hr\":\"0.05409449\"},\"USDT_ETC\":{\"id\":173,\"last\":\"16.84999999\",\"lowestAsk\":\"16.85052541\",\"highestBid\":\"16.84999999\",\"percentChange\":\"-0.08918920\",\"baseVolume\":\"5428774.59637915\",\"quoteVolume\":\"321340.11493176\",\"isFrozen\":\"0\",\"high24hr\":\"18.75479973\",\"low24hr\":\"15.00000000\"},\"BTC_REP\":{\"id\":174,\"last\":\"0.00517130\",\"lowestAsk\":\"0.00517130\",\"highestBid\":\"0.00512277\",\"percentChange\":\"0.00608949\",\"baseVolume\":\"155.95046887\",\"quoteVolume\":\"29935.44029788\",\"isFrozen\":\"0\",\"high24hr\":\"0.00543298\",\"low24hr\":\"0.00501124\"},\"USDT_REP\":{\"id\":175,\"last\":\"22.07258200\",\"lowestAsk\":\"22.07258200\",\"highestBid\":\"21.94249125\",\"percentChange\":\"-0.06678836\",\"baseVolume\":\"476725.77340645\",\"quoteVolume\":\"20690.12976398\",\"isFrozen\":\"0\",\"high24hr\":\"25.00000000\",\"low24hr\":\"21.00000000\"},\"ETH_REP\":{\"id\":176,\"last\":\"0.07187764\",\"lowestAsk\":\"0.07222406\",\"highestBid\":\"0.07103644\",\"percentChange\":\"0.01698497\",\"baseVolume\":\"362.60038167\",\"quoteVolume\":\"4974.72937030\",\"isFrozen\":\"0\",\"high24hr\":\"0.07699964\",\"low24hr\":\"0.07088547\"},\"BTC_ARDR\":{\"id\":177,\"last\":\"0.00003428\",\"lowestAsk\":\"0.00003428\",\"highestBid\":\"0.00003401\",\"percentChange\":\"0.01031535\",\"baseVolume\":\"425.14169685\",\"quoteVolume\":\"11400199.07002938\",\"isFrozen\":\"0\",\"high24hr\":\"0.00004300\",\"low24hr\":\"0.00003237\"},\"BTC_ZEC\":{\"id\":178,\"last\":\"0.05199990\",\"lowestAsk\":\"0.05199999\",\"highestBid\":\"0.05171457\",\"percentChange\":\"-0.02985297\",\"baseVolume\":\"610.71049150\",\"quoteVolume\":\"11735.98199774\",\"isFrozen\":\"0\",\"high24hr\":\"0.05399934\",\"low24hr\":\"0.05100000\"},\"ETH_ZEC\":{\"id\":179,\"last\":\"0.73003300\",\"lowestAsk\":\"0.73047758\",\"highestBid\":\"0.73003300\",\"percentChange\":\"-0.01068990\",\"baseVolume\":\"610.27236442\",\"quoteVolume\":\"829.32164381\",\"isFrozen\":\"0\",\"high24hr\":\"0.75284400\",\"low24hr\":\"0.72165086\"},\"USDT_ZEC\":{\"id\":180,\"last\":\"223.25594308\",\"lowestAsk\":\"224.08911287\",\"highestBid\":\"223.25594310\",\"percentChange\":\"-0.09926594\",\"baseVolume\":\"2811187.86129319\",\"quoteVolume\":\"12462.10481432\",\"isFrozen\":\"0\",\"high24hr\":\"249.49999998\",\"low24hr\":\"207.00000000\"},\"XMR_ZEC\":{\"id\":181,\"last\":\"1.89992880\",\"lowestAsk\":\"1.91600885\",\"highestBid\":\"1.89992880\",\"percentChange\":\"-0.06475459\",\"baseVolume\":\"498.34413338\",\"quoteVolume\":\"260.87174558\",\"isFrozen\":\"0\",\"high24hr\":\"2.07576722\",\"low24hr\":\"1.81250000\"},\"BTC_STRAT\":{\"id\":182,\"last\":\"0.00132608\",\"lowestAsk\":\"0.00132648\",\"highestBid\":\"0.00132608\",\"percentChange\":\"-0.00305231\",\"baseVolume\":\"568.12276600\",\"quoteVolume\":\"426293.19866507\",\"isFrozen\":\"0\",\"high24hr\":\"0.00138321\",\"low24hr\":\"0.00126576\"},\"BTC_NXC\":{\"id\":183,\"last\":\"0.00005699\",\"lowestAsk\":\"0.00005734\",\"highestBid\":\"0.00005699\",\"percentChange\":\"0.00653479\",\"baseVolume\":\"23.73695666\",\"quoteVolume\":\"410640.14027830\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006070\",\"low24hr\":\"0.00005558\"},\"BTC_PASC\":{\"id\":184,\"last\":\"0.00009222\",\"lowestAsk\":\"0.00009299\",\"highestBid\":\"0.00009224\",\"percentChange\":\"-0.07139260\",\"baseVolume\":\"24.62474535\",\"quoteVolume\":\"260890.27471328\",\"isFrozen\":\"0\",\"high24hr\":\"0.00010000\",\"low24hr\":\"0.00008906\"},\"BTC_GNT\":{\"id\":185,\"last\":\"0.00008401\",\"lowestAsk\":\"0.00008401\",\"highestBid\":\"0.00008374\",\"percentChange\":\"-0.02597101\",\"baseVolume\":\"1076.30996465\",\"quoteVolume\":\"12358383.67603539\",\"isFrozen\":\"0\",\"high24hr\":\"0.00009367\",\"low24hr\":\"0.00008033\"},\"ETH_GNT\":{\"id\":186,\"last\":\"0.00117482\",\"lowestAsk\":\"0.00117500\",\"highestBid\":\"0.00115979\",\"percentChange\":\"-0.00472721\",\"baseVolume\":\"2086.96841514\",\"quoteVolume\":\"1698613.50966786\",\"isFrozen\":\"0\",\"high24hr\":\"0.00130684\",\"low24hr\":\"0.00114234\"},\"BTC_GNO\":{\"id\":187,\"last\":\"0.03237822\",\"lowestAsk\":\"0.03237806\",\"highestBid\":\"0.03220317\",\"percentChange\":\"-0.02685171\",\"baseVolume\":\"85.29977923\",\"quoteVolume\":\"2575.94506527\",\"isFrozen\":\"0\",\"high24hr\":\"0.03519570\",\"low24hr\":\"0.02999999\"},\"ETH_GNO\":{\"id\":188,\"last\":\"0.45000000\",\"lowestAsk\":\"0.45793803\",\"highestBid\":\"0.45043225\",\"percentChange\":\"-0.02473047\",\"baseVolume\":\"304.07358039\",\"quoteVolume\":\"660.28590920\",\"isFrozen\":\"0\",\"high24hr\":\"0.49154414\",\"low24hr\":\"0.44987349\"},\"BTC_BCH\":{\"id\":189,\"last\":\"0.14141000\",\"lowestAsk\":\"0.14141000\",\"highestBid\":\"0.14076441\",\"percentChange\":\"-0.01954761\",\"baseVolume\":\"3027.51025098\",\"quoteVolume\":\"21025.73191375\",\"isFrozen\":\"0\",\"high24hr\":\"0.15226835\",\"low24hr\":\"0.13622222\"},\"ETH_BCH\":{\"id\":190,\"last\":\"1.96724093\",\"lowestAsk\":\"1.98300000\",\"highestBid\":\"1.96733929\",\"percentChange\":\"-0.02147066\",\"baseVolume\":\"3464.98474745\",\"quoteVolume\":\"1710.85882658\",\"isFrozen\":\"0\",\"high24hr\":\"2.12000000\",\"low24hr\":\"1.95190000\"},\"USDT_BCH\":{\"id\":191,\"last\":\"610.10209459\",\"lowestAsk\":\"612.81600128\",\"highestBid\":\"610.10209460\",\"percentChange\":\"-0.08509845\",\"baseVolume\":\"14360989.47580610\",\"quoteVolume\":\"23102.90935536\",\"isFrozen\":\"0\",\"high24hr\":\"699.30399959\",\"low24hr\":\"556.00000000\"},\"BTC_ZRX\":{\"id\":192,\"last\":\"0.00006054\",\"lowestAsk\":\"0.00006050\",\"highestBid\":\"0.00006039\",\"percentChange\":\"-0.09316956\",\"baseVolume\":\"716.59557681\",\"quoteVolume\":\"11535628.25020119\",\"isFrozen\":\"0\",\"high24hr\":\"0.00006880\",\"low24hr\":\"0.00005705\"},\"ETH_ZRX\":{\"id\":193,\"last\":\"0.00084789\",\"lowestAsk\":\"0.00084789\",\"highestBid\":\"0.00084011\",\"percentChange\":\"-0.07639267\",\"baseVolume\":\"2008.03878454\",\"quoteVolume\":\"2314382.92471673\",\"isFrozen\":\"0\",\"high24hr\":\"0.00094630\",\"low24hr\":\"0.00080000\"}}" Sincerely, Brad R. Doyle From mikeB at ...3673... Sat Sep 9 22:03:23 2017 From: mikeB at ...3673... (mikeB) Date: Sat, 9 Sep 2017 14:03:23 -0600 Subject: [Gambas-user] lost In-Reply-To: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> References: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> Message-ID: <9aeea1b8-52c6-ca5e-3692-4494fac2fa0b@...3673...> Ooooops = FALSE ALARM The "Lock Screen" was activated somehow - prob by me. Sorry about wasting your time. mikeB On 09/09/2017 09:50 AM, mikeB wrote: > eGreetings, > > I've noticed lots of work must be going on with Gambas edit, etc > > cuz of the many emails (that I really do not understand any of them > > as these are from/ to the 'development guys). > > > A few days ago Gambas stopped working on my system - I can not edit > > anything on the form nor code. I have reinstalled and done everything I > > know of to get it going again. I noticed that the components gb.desktop > > and gb.desktop.x11 staus seemed to change (the little green icon is > > now only i/2 filled. > > > PLEASE - in plain speak (so even I can understand) is there a way to fix > > or should I just wait untill all the developers get their thing done? > > Regards and sorry for my lack of knowledge, > > mikeB > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From chrisml at ...3340... Sat Sep 9 22:54:20 2017 From: chrisml at ...3340... (Christof Thalhofer) Date: Sat, 9 Sep 2017 22:54:20 +0200 Subject: [Gambas-user] lost In-Reply-To: <9aeea1b8-52c6-ca5e-3692-4494fac2fa0b@...3673...> References: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> <9aeea1b8-52c6-ca5e-3692-4494fac2fa0b@...3673...> Message-ID: Am 09.09.2017 um 22:03 schrieb mikeB: > Ooooops = FALSE ALARM > > The "Lock Screen" was activated somehow - prob by me. :-) > Sorry about wasting your time. No problem! :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From mikeB at ...3673... Sat Sep 9 23:18:27 2017 From: mikeB at ...3673... (mikeB) Date: Sat, 9 Sep 2017 15:18:27 -0600 Subject: [Gambas-user] lost In-Reply-To: <4ec645c2-46de-bb31-9a9a-c6131df639d5@...3340...> References: <9d5a247c-f22c-e114-e7d3-6aea77da935f@...3673...> <4ec645c2-46de-bb31-9a9a-c6131df639d5@...3340...> Message-ID: <15fd6571-ce60-b86f-7c53-a41cd86c0803@...3673...> Ooooops.. my bad. The lock Screen was active. Sorry for wasting your time. mikeB On 09/09/2017 10:09 AM, Christof Thalhofer wrote: > Am 09.09.2017 um 17:50 schrieb mikeB: > >> PLEASE - in plain speak (so even I can understand) is there a way to fix >> >> or should I just wait untill all the developers get their thing done? >> >> Regards and sorry for my lack of knowledge, > What is the Version of your Gambs IDE in Help->About? > > > Alles Gute > > Christof Thalhofer > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From charlie at ...2793... Sun Sep 10 13:22:04 2017 From: charlie at ...2793... (Charlie Ogier) Date: Sun, 10 Sep 2017 12:22:04 +0100 Subject: [Gambas-user] JSON Parsing In-Reply-To: <2065537133.237355.1504974262020@...3424...> References: <2065537133.237355.1504974262020.ref@...3424...> <2065537133.237355.1504974262020@...3424...> Message-ID: On 09/09/17 17:24, Brad Doyle via Gambas-user wrote: > Anyone have any working example of JSON parsing. Following the example I found online, I can get the list of primary keys, but any attempt to access any of the columns results in a NULL return. Once the decode is executed I get the key values, but attempts to retrieve any other column results in null. Any help is greatly appreciated. > > Sincerely, > > Brad R. Doyle > Hi Brad, Have a look at the attached example which uses the URL in your post. Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: ForBrad.tar.gz Type: application/gzip Size: 13770 bytes Desc: not available URL: From bradrdoyle at ...253... Sun Sep 10 15:51:09 2017 From: bradrdoyle at ...253... (Brad Doyle) Date: Sun, 10 Sep 2017 13:51:09 +0000 (UTC) Subject: [Gambas-user] JSON Parsing In-Reply-To: References: <2065537133.237355.1504974262020.ref@...3424...> <2065537133.237355.1504974262020@...3424...> Message-ID: <1872294386.574116.1505051469368@...3424...> Hi Charlie Awesome! Thank you so much! Sincerely, Brad R. Doyle On Sunday, September 10, 2017, 8:06:50 AM GMT-4, Charlie Ogier wrote: On 09/09/17 17:24, Brad Doyle via Gambas-user wrote: > Anyone have any working example of JSON parsing. Following the example I found online, I can get the list of primary keys, but any attempt to access any of the columns results in a NULL return. Once the decode is executed I get the key values, but attempts to retrieve any other column results in null. Any help is greatly appreciated. > > Sincerely, > > Brad R. Doyle > Hi Brad, Have a look at the attached example which uses the URL in your post. Charlie ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sun Sep 10 19:03:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 19:03:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b47e66.44addf0a.a04d4.003cSMTPIN_ADDED_BROKEN@...2392...> References: <59b47e66.44addf0a.a04d4.003cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Sat, 09 Sep 2017 23:51:01 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #41 by Zainudin AHMAD: I have installed kubuntu 17.04 on the machine, gambas(with qt4 or qt5) works as expected. . If I run gambas from terminal with this command : GB_GUI=gb.qt4 gambas3 I get text : Bus::open: Can not get ibus-daemon's address. IBusInputContext::createInputContext: no connection to ibus-daemon . But if I run ibus-daemon I don't get that text. And gambas still work as expected, so I don't get this issue. ------ When I try to switch Input Method from ibus preference from English to Arabic and change the keyboard layout(not use system keyboard layout) and write something gambas still work as expected same as kate editor. [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.10.0-19-generic Architecture=x86_64 Distribution=Ubuntu 17.04 Desktop=KDE5 Theme=Breeze Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.8 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.7 GStreamer=libgstreamer-1.0.so.0.1004.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.11 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.64.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.7.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-E1nfWEJEGh,guid=2cda62bd315ba71451d8d0fd59b4608e DEFAULTS_PATH=/usr/share/gconf//usr/share/xsessions/plasma.default.path DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts HOME= KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=en_US.UTF-8 LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf//usr/share/xsessions/plasma.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QMLSCENE_DEVICE= QSG_RENDER_LOOP= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1121,unix/:/tmp/.ICE-unix/1121 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1065 SSH_AUTH_SOCK=/tmp/ssh-ULaRZvLh44I3/agent.1003 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-/usr/share/xsessions/plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share//usr/share/xsessions/plasma:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From gambas at ...1... Sun Sep 10 19:04:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 19:04:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1169: Bugtracker SSL certificate is invalid In-Reply-To: References: Message-ID: <41e1c7a7-65a9-fa9d-ac13-0d6876d967a6@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1169: Bugtracker SSL certificate is invalid Date?: Sun, 10 Sep 2017 11:36:10 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1169&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Bugtracker SSL certificate is invalid Type : Bug Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- Accessing gambaswiki through https gives this in Firefox: gambaswiki.org uses an invalid security certificate. From gambas at ...1... Sun Sep 10 19:04:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 19:04:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: References: Message-ID: <9f291178-443e-fd78-c299-91e3fdfcb74c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sun, 10 Sep 2017 11:37:04 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Support for IMAP in gb.net.curl Type : Bug Priority : Medium Gambas version : Master Product : Networking components Description ----------- Could we have support for IMAP in gb.net.curl? From gambas at ...1... Sun Sep 10 22:14:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 22:14:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b59cb5.4292df0a.382b8.672eSMTPIN_ADDED_BROKEN@...2392...> References: <59b59cb5.4292df0a.382b8.672eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Sun, 10 Sep 2017 20:12:37 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #42 by Fernando CABRAL: That's part of the problem, Ahmad: we can't pin down what difference makes the difference! I use four real machines. The directories I use are the same across them all. I use Dropbox to make this happen. So, I can jump from one machine to the next on and keep going back and forth. The IDE worked well in all of them. Then, one by one, the IDE stopped working. So I think something changed as I updated the operating system. But what? But this is not all that mystifies me: using the same operating system and the same environment I still can use the IDE when I am using a virtual machine! For instance, I can edit the source code from the virtual machine and compile it using the real machine (sharing the same files and directories (using virtual box sharing mechanism). So, we still have a mystery to solve. From gambas at ...1... Sun Sep 10 22:24:41 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 22:24:41 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b59e7b.0799df0a.59384.eb4aSMTPIN_ADDED_BROKEN@...2392...> References: <59b59e7b.0799df0a.59384.eb4aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4e4c6af7-a0c5-e30b-c910-576d0469a760@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Sun, 10 Sep 2017 20:20:10 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #43 by Fernando CABRAL: I tried to remove and reinstall the qt5 package and get the following error: qt5-qmake-gles : Conflicts : qt5-qmake Any chance this could be the cause? (Even thou I think it should still run using qt4...) From gambas at ...1... Sun Sep 10 22:34:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 10 Sep 2017 22:34:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b5a0dc.53971c0a.1a039.b8eeSMTPIN_ADDED_BROKEN@...2392...> References: <59b5a0dc.53971c0a.1a039.b8eeSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Sun, 10 Sep 2017 20:30:19 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #44 by Fernando CABRAL: This is what I have on both the working and not working machine (they are equal letter for letter): qt5-default/xenial-updates 5.5.1+dfsg-16ubuntu7.5 amd64 qt5-doc/xenial,xenial 5.5.1-1 all qt5-doc-html/xenial,xenial 5.5.1-1 all qt5-image-formats-plugins/xenial 5.5.1-2build1 amd64 qt5-qmake/xenial-updates 5.5.1+dfsg-16ubuntu7.5 amd64 qt5-qmake-arm-linux-gnueabihf/xenial-updates 5.5.1+dfsg-16ubuntu7.5 amd64 qt5-qmake-gles/xenial 5.5.1+dfsg-16ubuntu6 amd64 qt5-style-plugins/xenial 5.0.0-1build3 amd64 qt5gstreamer-dbg/xenial 1.2.0-3 amd64 qt5keychain-dev/xenial 0.5.0-1build1~gcc5.1 amd64 From gambas at ...1... Mon Sep 11 16:46:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 11 Sep 2017 16:46:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1171: Tools menu missing In-Reply-To: References: Message-ID: <8f2cb9cb-4ef5-6bd8-4598-1e494283da42@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1171: Tools menu missing Date?: Mon, 11 Sep 2017 14:42:56 GMT De?: bugtracker at ...3416... Pour?: bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1171&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- Tools menu missing Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- On Gambas-it tell me that the Tools menu is missing on both the daily and the master. From gambas at ...1... Mon Sep 11 17:06:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 11 Sep 2017 17:06:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b6a580.54161c0a.4a736.1121SMTPIN_ADDED_BROKEN@...2392...> References: <59b6a580.54161c0a.4a736.1121SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Mon, 11 Sep 2017 15:02:23 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #45 by Gianluigi GRADASCHI: Sorry if I write a stupid thing, did any of you try to change the theme in Cleanlooks with QT Configuration and see what happens? From gambas at ...1... Mon Sep 11 17:16:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 11 Sep 2017 17:16:56 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1171: Tools menu missing In-Reply-To: <59b6a871.44df1c0a.fd52a.69e1SMTPIN_ADDED_BROKEN@...2392...> References: <59b6a871.44df1c0a.fd52a.69e1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0a22ef90-f5fb-e4db-6c24-3a89d14d401f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1171: Tools menu missing Date?: Mon, 11 Sep 2017 15:14:57 GMT De?: bugtracker at ...3416... Pour?: bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1171&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Mon Sep 11 17:21:45 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 11 Sep 2017 17:21:45 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1171: Tools menu missing In-Reply-To: <59b6a8ff.44acdf0a.56f8f.8928SMTPIN_ADDED_BROKEN@...2392...> References: <59b6a8ff.44acdf0a.56f8f.8928SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1171: Tools menu missing Date?: Mon, 11 Sep 2017 15:17:19 GMT De?: bugtracker at ...3416... Pour?: bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1171&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/804144f59cd8c2b7ebb6c2735f3505b4827be508 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Mon Sep 11 17:21:45 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 11 Sep 2017 17:21:45 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1169: Bugtracker SSL certificate is invalid In-Reply-To: <59b6a933.03b01c0a.2f966.f755SMTPIN_ADDED_BROKEN@...2392...> References: <59b6a933.03b01c0a.2f966.f755SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1e104fd5-1661-8755-49ee-d038e39b6aee@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1169: Bugtracker SSL certificate is invalid Date?: Mon, 11 Sep 2017 15:18:10 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1169&from=L21haW4- Comment #1 by Beno?t MINISINI: The bugtracker is at the moment hosted by the company where I work, the problem is their fault... Beno?t MINISINI changed the state of the bug to: Accepted. From bm.530502 at ...626... Tue Sep 12 16:11:05 2017 From: bm.530502 at ...626... (M Be) Date: Tue, 12 Sep 2017 16:11:05 +0200 Subject: [Gambas-user] Missing Tag-Values in MediaTagList Message-ID: I've tried to read the values in MediaTagList: Public mPlayer As MediaPlayer Public Sub Button1_Click() mPlayer = New MediaPlayer As "mplayer" mPlayer.URL = "http://us3.internet-radio.com:8078" mPlayer.Play() End Public Sub mPlayer_Tag(TagList As MediaTagList) Dim tags As String For Each tags In TagList.Tags Print tags Next End But I just got the tags like organization, genre, bitrate or title and not the appropriate values for the tags. If I use the GStreamer command line: gst-launch-1.0 -m playbin uri= http://us3.internet-radio.com:8078 I will get all the information of the taglist, i.e.: Got message #279 from element "pulsesink1" (tag): GstMessageTag, taglist=(taglist)"taglist\,\ organization\=\(string\)\"Classic\\\ Rock\\\ HD\"\,\ genre\=\(string\)\"Classic\\\ Rock\\\ SHERADIO\\\ WSHE\\\ RADIOSHE\"\,\ location\=\(string\)http://www.ClassicRock-HD.com\,\ audio-codec\=\(string\)\"MPEG\\\ 1\\\ Audio\\\,\\\ Layer\\\ 3\\\ \\\(MP3\\\)\"\,\ nominal-bitrate\=\(uint\)128000\,\ has-crc\=\(boolean\)false\,\ channel-mode\=\(string\)joint-stereo\,\ minimum-bitrate\=\(uint\)128012\,\ bitrate\=\(uint\)127981\,\ maximum-bitrate\=\(uint\)128012\,\ title\=\(string\)\"Kiss\\\ -\\\ Christine\\\ Sixteen\"\;"; Did I make a mistake or are the values not supported? Thanks in advance for any idea or help. Ingo From gambas at ...1... Tue Sep 12 16:22:09 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 12 Sep 2017 16:22:09 +0200 Subject: [Gambas-user] Missing Tag-Values in MediaTagList In-Reply-To: References: Message-ID: Le 12/09/2017 ? 16:11, M Be a ?crit : > I've tried to read the values in MediaTagList: > > Public mPlayer As MediaPlayer > > Public Sub Button1_Click() > mPlayer = New MediaPlayer As "mplayer" > mPlayer.URL = "http://us3.internet-radio.com:8078" > mPlayer.Play() > End > > Public Sub mPlayer_Tag(TagList As MediaTagList) > Dim tags As String > For Each tags In TagList.Tags > Print tags > Next > End > > But I just got the tags like organization, genre, bitrate or title and not > the appropriate values for the tags. > > If I use the GStreamer command line: gst-launch-1.0 -m playbin uri= > http://us3.internet-radio.com:8078 > I will get all the information of the taglist, i.e.: > > Got message #279 from element "pulsesink1" (tag): GstMessageTag, > taglist=(taglist)"taglist\,\ organization\=\(string\)\"Classic\\\ Rock\\\ > HD\"\,\ genre\=\(string\)\"Classic\\\ Rock\\\ SHERADIO\\\ WSHE\\\ > RADIOSHE\"\,\ location\=\(string\)http://www.ClassicRock-HD.com\,\ > audio-codec\=\(string\)\"MPEG\\\ 1\\\ Audio\\\,\\\ Layer\\\ 3\\\ > \\\(MP3\\\)\"\,\ nominal-bitrate\=\(uint\)128000\,\ > has-crc\=\(boolean\)false\,\ channel-mode\=\(string\)joint-stereo\,\ > minimum-bitrate\=\(uint\)128012\,\ bitrate\=\(uint\)127981\,\ > maximum-bitrate\=\(uint\)128012\,\ title\=\(string\)\"Kiss\\\ -\\\ > Christine\\\ Sixteen\"\;"; > > Did I make a mistake or are the values not supported? > > Thanks in advance for any idea or help. > Ingo No idea, you should get them all. Please send a full project to check what you did. -- Beno?t Minisini From bm.530502 at ...626... Tue Sep 12 16:46:01 2017 From: bm.530502 at ...626... (M Be) Date: Tue, 12 Sep 2017 16:46:01 +0200 Subject: [Gambas-user] Missing Tag-Values in MediaTagList In-Reply-To: References: Message-ID: Thank you Beno?t. Attached the little project. Regards Ingo 2017-09-12 16:22 GMT+02:00 Beno?t Minisini : > Le 12/09/2017 ? 16:11, M Be a ?crit : > >> I've tried to read the values in MediaTagList: >> >> Public mPlayer As MediaPlayer >> >> Public Sub Button1_Click() >> mPlayer = New MediaPlayer As "mplayer" >> mPlayer.URL = "http://us3.internet-radio.com:8078" >> mPlayer.Play() >> End >> >> Public Sub mPlayer_Tag(TagList As MediaTagList) >> Dim tags As String >> For Each tags In TagList.Tags >> Print tags >> Next >> End >> >> But I just got the tags like organization, genre, bitrate or title and not >> the appropriate values for the tags. >> >> If I use the GStreamer command line: gst-launch-1.0 -m playbin uri= >> http://us3.internet-radio.com:8078 >> I will get all the information of the taglist, i.e.: >> >> Got message #279 from element "pulsesink1" (tag): GstMessageTag, >> taglist=(taglist)"taglist\,\ organization\=\(string\)\"Classic\\\ Rock\\\ >> HD\"\,\ genre\=\(string\)\"Classic\\\ Rock\\\ SHERADIO\\\ WSHE\\\ >> RADIOSHE\"\,\ location\=\(string\)http://www.ClassicRock-HD.com\,\ >> audio-codec\=\(string\)\"MPEG\\\ 1\\\ Audio\\\,\\\ Layer\\\ 3\\\ >> \\\(MP3\\\)\"\,\ nominal-bitrate\=\(uint\)128000\,\ >> has-crc\=\(boolean\)false\,\ channel-mode\=\(string\)joint-stereo\,\ >> minimum-bitrate\=\(uint\)128012\,\ bitrate\=\(uint\)127981\,\ >> maximum-bitrate\=\(uint\)128012\,\ title\=\(string\)\"Kiss\\\ -\\\ >> Christine\\\ Sixteen\"\;"; >> >> Did I make a mistake or are the values not supported? >> >> Thanks in advance for any idea or help. >> Ingo >> > > No idea, you should get them all. Please send a full project to check what > you did. > > -- > Beno?t Minisini > -------------- next part -------------- A non-text attachment was scrubbed... Name: GPlayer_01a-0.0.1.tar.gz Type: application/x-gzip Size: 11505 bytes Desc: not available URL: From gambas at ...1... Wed Sep 13 02:04:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 13 Sep 2017 02:04:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59b87583.48c5df0a.ff863.a0d7SMTPIN_ADDED_BROKEN@...2392...> References: <59b87583.48c5df0a.ff863.a0d7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Wed, 13 Sep 2017 00:02:09 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #46 by Delio CARVALHO: Hi Gianluigi, I changed the theme in qtconfig to Cleanlooks, but nothing different happened. By the way, Today I have created successfully an Docker image with Gambas3. And it is working very well. I've mapped my Host project's folder into a home directory of this container and now I can load and save my projects as if Gambas3 were natively installed. From gambas at ...1... Wed Sep 13 02:34:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 13 Sep 2017 02:34:56 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty In-Reply-To: <59b87cb6.64a6df0a.e0fa0.cea9SMTPIN_ADDED_BROKEN@...2392...> References: <59b87cb6.64a6df0a.e0fa0.cea9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty Date?: Wed, 13 Sep 2017 00:32:53 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1164&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From rwe-sse at ...3629... Wed Sep 13 09:18:17 2017 From: rwe-sse at ...3629... (Rolf-Werner Eilert) Date: Wed, 13 Sep 2017 09:18:17 +0200 Subject: [Gambas-user] Function to count substrings Message-ID: <59B8DBB9.40106@...3629...> Hi folks, Somehow I don't remember this - wasn't there a function to count the number of substrings occuring within a string? For instance, how many times does myString contain chr$(10) (to count the number of linefeeds). So it would be a blend of Instr() and String$(). Thanks for your input! Regards Rolf From jusabejusabe at ...626... Wed Sep 13 09:32:20 2017 From: jusabejusabe at ...626... (Julio Sanchez) Date: Wed, 13 Sep 2017 09:32:20 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: <59B8DBB9.40106@...3629...> References: <59B8DBB9.40106@...3629...> Message-ID: Hi Rolf: "how many times does ......" Maybe this may be worth this: count=split(mystring,chr$(10)).count Regards, Julio 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : > Hi folks, > > Somehow I don't remember this - wasn't there a function to count the > number of substrings occuring within a string? > > For instance, how many times does myString contain chr$(10) (to count the > number of linefeeds). So it would be a blend of Instr() and String$(). > > Thanks for your input! > > Regards > Rolf > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rwe-sse at ...3629... Wed Sep 13 10:04:13 2017 From: rwe-sse at ...3629... (Rolf-Werner Eilert) Date: Wed, 13 Sep 2017 10:04:13 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: References: <59B8DBB9.40106@...3629...> Message-ID: <59B8E67D.8000800@...3629...> Thanks Julio, good idea! - but: isn't this a bit too much? After all, you have to instantiate a string[] for it each time, even though you don't see it. Or am I wrong? At least when it has to be called many times (for a table like in my case). Regards Rolf Am 13.09.2017 09:32, schrieb Julio Sanchez: > Hi Rolf: > > "how many times does ......" > Maybe this may be worth this: > > count=split(mystring,chr$(10)).count > > Regards, > Julio > > 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : > >> Hi folks, >> >> Somehow I don't remember this - wasn't there a function to count the >> number of substrings occuring within a string? >> >> For instance, how many times does myString contain chr$(10) (to count the >> number of linefeeds). So it would be a blend of Instr() and String$(). >> >> Thanks for your input! >> >> Regards >> Rolf >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From bagonergi at ...626... Wed Sep 13 10:53:54 2017 From: bagonergi at ...626... (Gianluigi) Date: Wed, 13 Sep 2017 10:53:54 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: <59B8E67D.8000800@...3629...> References: <59B8DBB9.40106@...3629...> <59B8E67D.8000800@...3629...> Message-ID: And something like that? https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef Regards Gianluigi 2017-09-13 10:04 GMT+02:00 Rolf-Werner Eilert : > Thanks Julio, > > good idea! - but: isn't this a bit too much? After all, you have to > instantiate a string[] for it each time, even though you don't see it. Or > am I wrong? At least when it has to be called many times (for a table like > in my case). > > Regards > Rolf > > > Am 13.09.2017 09:32, schrieb Julio Sanchez: > >> Hi Rolf: >> >> "how many times does ......" >> Maybe this may be worth this: >> >> count=split(mystring,chr$(10)).count >> >> Regards, >> Julio >> >> 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : >> >> Hi folks, >>> >>> Somehow I don't remember this - wasn't there a function to count the >>> number of substrings occuring within a string? >>> >>> For instance, how many times does myString contain chr$(10) (to count the >>> number of linefeeds). So it would be a blend of Instr() and String$(). >>> >>> Thanks for your input! >>> >>> Regards >>> Rolf >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Wed Sep 13 11:01:57 2017 From: bagonergi at ...626... (Gianluigi) Date: Wed, 13 Sep 2017 11:01:57 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: References: <59B8DBB9.40106@...3629...> <59B8E67D.8000800@...3629...> Message-ID: Sorry the link to see it work is this :-( https://gambas-playground.proko.eu/?gist=d0fc775a24c00f2d5271865a565739ef Regards Gianluigi 2017-09-13 10:53 GMT+02:00 Gianluigi : > And something like that? > https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef > > Regards > Gianluigi > > 2017-09-13 10:04 GMT+02:00 Rolf-Werner Eilert : > >> Thanks Julio, >> >> good idea! - but: isn't this a bit too much? After all, you have to >> instantiate a string[] for it each time, even though you don't see it. Or >> am I wrong? At least when it has to be called many times (for a table like >> in my case). >> >> Regards >> Rolf >> >> >> Am 13.09.2017 09:32, schrieb Julio Sanchez: >> >>> Hi Rolf: >>> >>> "how many times does ......" >>> Maybe this may be worth this: >>> >>> count=split(mystring,chr$(10)).count >>> >>> Regards, >>> Julio >>> >>> 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : >>> >>> Hi folks, >>>> >>>> Somehow I don't remember this - wasn't there a function to count the >>>> number of substrings occuring within a string? >>>> >>>> For instance, how many times does myString contain chr$(10) (to count >>>> the >>>> number of linefeeds). So it would be a blend of Instr() and String$(). >>>> >>>> Thanks for your input! >>>> >>>> Regards >>>> Rolf >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >>> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From rwe-sse at ...3629... Wed Sep 13 11:42:57 2017 From: rwe-sse at ...3629... (Rolf-Werner Eilert) Date: Wed, 13 Sep 2017 11:42:57 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: References: <59B8DBB9.40106@...3629...> <59B8E67D.8000800@...3629...> Message-ID: <59B8FDA1.3020405@...3629...> Thank you Luigi, This is what I had programmed myself (more or less). I just thought there might be a ready-made function like CountStr() or StrCtr() or something :) Regars Rolf Am 13.09.2017 11:01, schrieb Gianluigi: > Sorry the link to see it work is this :-( > https://gambas-playground.proko.eu/?gist=d0fc775a24c00f2d5271865a565739ef > > Regards > Gianluigi > > 2017-09-13 10:53 GMT+02:00 Gianluigi : > >> And something like that? >> https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef >> >> Regards >> Gianluigi >> >> 2017-09-13 10:04 GMT+02:00 Rolf-Werner Eilert : >> >>> Thanks Julio, >>> >>> good idea! - but: isn't this a bit too much? After all, you have to >>> instantiate a string[] for it each time, even though you don't see it. Or >>> am I wrong? At least when it has to be called many times (for a table like >>> in my case). >>> >>> Regards >>> Rolf >>> >>> >>> Am 13.09.2017 09:32, schrieb Julio Sanchez: >>> >>>> Hi Rolf: >>>> >>>> "how many times does ......" >>>> Maybe this may be worth this: >>>> >>>> count=split(mystring,chr$(10)).count >>>> >>>> Regards, >>>> Julio >>>> >>>> 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : >>>> >>>> Hi folks, >>>>> >>>>> Somehow I don't remember this - wasn't there a function to count the >>>>> number of substrings occuring within a string? >>>>> >>>>> For instance, how many times does myString contain chr$(10) (to count >>>>> the >>>>> number of linefeeds). So it would be a blend of Instr() and String$(). >>>>> >>>>> Thanks for your input! >>>>> >>>>> Regards >>>>> Rolf >>>>> >>>>> ------------------------------------------------------------ >>>>> ------------------ >>>>> Check out the vibrant tech community on one of the world's most >>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>> _______________________________________________ >>>>> Gambas-user mailing list >>>>> Gambas-user at lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>> >>>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> >>>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From bagonergi at ...626... Wed Sep 13 13:41:27 2017 From: bagonergi at ...626... (Gianluigi) Date: Wed, 13 Sep 2017 13:41:27 +0200 Subject: [Gambas-user] Function to count substrings In-Reply-To: <59B8FDA1.3020405@...3629...> References: <59B8DBB9.40106@...3629...> <59B8E67D.8000800@...3629...> <59B8FDA1.3020405@...3629...> Message-ID: Hi Rolf, I do not think it exists, but it can be done by myself. :-) As I wrote, I would do so: Private Function CountSubString(value As String, pattern As String, Optional compare As Integer) As Integer '' compare default Sensitive, 1 = Insensitive Dim i, n As Integer While i <= Len(value) i = InStr(value, pattern, i + 1, compare) If i = 0 Then Break Inc n Wend Return n End Any ideas better? Regards Gianluigi 2017-09-13 11:42 GMT+02:00 Rolf-Werner Eilert : > Thank you Luigi, > > This is what I had programmed myself (more or less). I just thought there > might be a ready-made function like CountStr() or StrCtr() or something :) > > Regars > Rolf > > > Am 13.09.2017 11:01, schrieb Gianluigi: > >> Sorry the link to see it work is this :-( >> https://gambas-playground.proko.eu/?gist=d0fc775a24c00f2d5271865a565739ef >> >> Regards >> Gianluigi >> >> 2017-09-13 10:53 GMT+02:00 Gianluigi : >> >> And something like that? >>> https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef >>> >>> Regards >>> Gianluigi >>> >>> 2017-09-13 10:04 GMT+02:00 Rolf-Werner Eilert : >>> >>> Thanks Julio, >>>> >>>> good idea! - but: isn't this a bit too much? After all, you have to >>>> instantiate a string[] for it each time, even though you don't see it. >>>> Or >>>> am I wrong? At least when it has to be called many times (for a table >>>> like >>>> in my case). >>>> >>>> Regards >>>> Rolf >>>> >>>> >>>> Am 13.09.2017 09:32, schrieb Julio Sanchez: >>>> >>>> Hi Rolf: >>>>> >>>>> "how many times does ......" >>>>> Maybe this may be worth this: >>>>> >>>>> count=split(mystring,chr$(10)).count >>>>> >>>>> Regards, >>>>> Julio >>>>> >>>>> 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : >>>>> >>>>> Hi folks, >>>>> >>>>>> >>>>>> Somehow I don't remember this - wasn't there a function to count the >>>>>> number of substrings occuring within a string? >>>>>> >>>>>> For instance, how many times does myString contain chr$(10) (to count >>>>>> the >>>>>> number of linefeeds). So it would be a blend of Instr() and String$(). >>>>>> >>>>>> Thanks for your input! >>>>>> >>>>>> Regards >>>>>> Rolf >>>>>> >>>>>> ------------------------------------------------------------ >>>>>> ------------------ >>>>>> Check out the vibrant tech community on one of the world's most >>>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>>> _______________________________________________ >>>>>> Gambas-user mailing list >>>>>> Gambas-user at lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>>> >>>>>> ------------------------------------------------------------ >>>>>> >>>>> ------------------ >>>>> Check out the vibrant tech community on one of the world's most >>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>>> _______________________________________________ >>>>> Gambas-user mailing list >>>>> Gambas-user at lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>> >>>>> >>>>> >>>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> >>> >>> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mikeB at ...3673... Wed Sep 13 17:11:22 2017 From: mikeB at ...3673... (mikeB) Date: Wed, 13 Sep 2017 09:11:22 -0600 Subject: [Gambas-user] Gambas v3.10.0 setup problems again Message-ID: eGreetings - the World of Gambas, If using v10 to develop and package an install file - does gb.qt4 need to be used and distributed (as opposed to gb.qt3)? *********************************************** If so - if the end user had several apps developed with Gambas 3.8.? installed, and working, will those apps be disabled due to a setup installing gb.qt4 (as I think it un-installs qt3 in the process)? ************************************************ Note: I'm having users of any of my apps install Gambas v.10 runtime files via the following terminal commands before install of any of my apps: sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt-get update Is there a better way? ********************************************** Are the v10 runtime files backwards compatible with v8? In my mind = they don't seem to be. *********************************************** Thanks for any/ all help in resolving this issue - I'm finding that creation of the setup file and compatibly issues are harder to understand then the actual coding/ dev of the app ;-( Have a GREAT day, mikeB From gambas at ...1... Wed Sep 13 17:31:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 13 Sep 2017 17:31:49 +0200 Subject: [Gambas-user] Gambas v3.10.0 setup problems again In-Reply-To: References: Message-ID: <46e81c67-35eb-3407-57c7-2c424384b438@...1...> Le 13/09/2017 ? 17:11, mikeB a ?crit : > eGreetings - the World of Gambas, > If using v10 to develop and package an install file - does gb.qt4 > need to be used and distributed (as opposed to gb.qt3)? I don't understand what that sentence means. I think v10 means 3.10? And v8 3.8? > > *********************************************** > If so - > if the end user had several apps developed with Gambas 3.8.? > installed, and working, will those apps be disabled due to > a setup installing gb.qt4 (as I think it un-installs qt3 > in the process)? QT 3 is not used by Gambas 3. So I don't see the point. > > ************************************************ > Note: I'm having users of any of my apps install Gambas > v.10 runtime files via the following terminal commands before > install of any of my apps: > sudo add-apt-repository ppa:gambas-team/gambas3 > sudo apt-get update > > Is there a better way? > AFAIK, no. This is the standard way to install a external repository in Debian-based distributions. Of course, the day Debian will be able to have a recent enough Gambas in their standard repository, you won't have to use an external repository. > ********************************************** > Are the v10 runtime files backwards compatible with v8? > In my mind = they don't seem to be. The bytecode is fully compatible, unless you use a feature introduced in Gambas 3.9 or Gambas 3.10. In other words : programs compiled with 3.8 will run with 3.10. Programs compiles with 3.10 will run with 3.8 unless you use a feature introduced in 3.9 or 3.10. Regards, -- Beno?t Minisini From mckaygerhard at ...626... Wed Sep 13 17:55:57 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Wed, 13 Sep 2017 11:55:57 -0400 Subject: [Gambas-user] Gambas v3.10.0 setup problems again In-Reply-To: <46e81c67-35eb-3407-57c7-2c424384b438@...1...> References: <46e81c67-35eb-3407-57c7-2c424384b438@...1...> Message-ID: 2017-09-13 11:31 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: ********************************************** > >> Are the v10 runtime files backwards compatible with v8? >> In my mind = they don't seem to be. >> > In other words : programs compiled with 3.8 will run with 3.10. Programs > compiles with 3.10 will run with 3.8 unless you use a feature introduced in > 3.9 or 3.10. > cute! great! wonderfully! in other technologies "oh no! you must recompile, you must repackaged!" in gambas, everithing its compatible without mayor changes! > > 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 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu Sep 14 02:38:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 02:38:29 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1070: Error while trying to publish a project In-Reply-To: <59b9cf47.db6d1c0a.f62c1.4deeSMTPIN_ADDED_BROKEN@...2392...> References: <59b9cf47.db6d1c0a.f62c1.4deeSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7d0f6c26-206d-34f5-4400-2cee3afcd68a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1070: Error while trying to publish a project Date?: Thu, 14 Sep 2017 00:37:26 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1070&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 14 03:33:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:33:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty In-Reply-To: <59b9dbbe.e8c4df0a.76d6d.8b3eSMTPIN_ADDED_BROKEN@...2392...> References: <59b9dbbe.e8c4df0a.76d6d.8b3eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1164: [SoftwareFarm] Gambas IDE freeze, when combobox server(login dialog) empty Date?: Thu, 14 Sep 2017 01:30:37 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1164&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/143ceedf76dd83d57e29878bba87a711d95235fd Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Thu Sep 14 03:42:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:42:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59b9de60.83a91c0a.4527c.5f65SMTPIN_ADDED_BROKEN@...2392...> References: <59b9de60.83a91c0a.4527c.5f65SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Thu, 14 Sep 2017 01:41:51 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #1 by Beno?t MINISINI: libcurl does it, apparently by using IMAP urls. But I don't know IMAP at all, and so at the moment I don't know which methods and properties I should give to a ImapClient class based on libcurl. If you have any advice, you are welcome! Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 03:47:53 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:47:53 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1160: Can be used maximized in profiling window? In-Reply-To: <59b9deb9.86c31c0a.893e6.63cdSMTPIN_ADDED_BROKEN@...2392...> References: <59b9deb9.86c31c0a.893e6.63cdSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1160: Can be used maximized in profiling window? Date?: Thu, 14 Sep 2017 01:43:21 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1160&from=L21haW4- Comment #1 by Beno?t MINISINI: It depends on your window manager. With KDE, you can maximize the profiling windows. Beno?t MINISINI changed the state of the bug to: Upstream. From gambas at ...1... Thu Sep 14 03:52:38 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:52:38 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #986: tolls - open terminal does nothign if no terminal are common In-Reply-To: <59b9e05d.e29adf0a.7336c.e976SMTPIN_ADDED_BROKEN@...2392...> References: <59b9e05d.e29adf0a.7336c.e976SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <522d6911-1a15-964a-c4a0-17ac8de64380@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #986: tolls - open terminal does nothign if no terminal are common Date?: Thu, 14 Sep 2017 01:50:21 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.986&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 03:57:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:57:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays In-Reply-To: <59b9e191.07c5df0a.b857f.915bSMTPIN_ADDED_BROKEN@...2392...> References: <59b9e191.07c5df0a.b857f.915bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6ef8cd60-0fa7-d46a-5a9f-469ab3141337@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays Date?: Thu, 14 Sep 2017 01:55:28 GMT De?: bugtracker at ...3416... Pour?: estru3d at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.886&from=L21haW4- Comment #1 by Beno?t MINISINI: Did you look at the gb.gsl component? From gambas at ...1... Thu Sep 14 03:57:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 03:57:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #883: Can we have 'Unused variables' warning coming up with the run button? In-Reply-To: <59b9e1d5.d1c3df0a.35e84.bfadSMTPIN_ADDED_BROKEN@...2392...> References: <59b9e1d5.d1c3df0a.35e84.bfadSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8e5fb50e-6222-006e-a5df-da5d85cd843e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #883: Can we have 'Unused variables' warning coming up with the run button? Date?: Thu, 14 Sep 2017 01:56:36 GMT De?: bugtracker at ...3416... Pour?: chrisml at ...3340..., moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.883&from=L21haW4- Comment #3 by Beno?t MINISINI: Why do you want that, as you already got the warnings when you compiled your program? From gambas at ...1... Thu Sep 14 04:02:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 04:02:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #850: Abillity to turn off deprecated tab In-Reply-To: <59b9e22f.cd8c1c0a.e4552.66e7SMTPIN_ADDED_BROKEN@...2392...> References: <59b9e22f.cd8c1c0a.e4552.66e7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #850: Abillity to turn off deprecated tab Date?: Thu, 14 Sep 2017 01:58:07 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.850&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 04:02:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 04:02:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click In-Reply-To: <59b9e248.49b7df0a.b97c4.1e1fSMTPIN_ADDED_BROKEN@...2392...> References: <59b9e248.49b7df0a.b97c4.1e1fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click Date?: Thu, 14 Sep 2017 01:58:32 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.844&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 04:07:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 04:07:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59b9e3a3.c3931c0a.d92bd.6591SMTPIN_ADDED_BROKEN@...2392...> References: <59b9e3a3.c3931c0a.d92bd.6591SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9b8b7312-ce8a-0830-f856-f1c85035ae70@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Thu, 14 Sep 2017 02:04:18 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 04:07:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 04:07:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS In-Reply-To: <59b9e3c3.8eaddf0a.5cd90.7b33SMTPIN_ADDED_BROKEN@...2392...> References: <59b9e3c3.8eaddf0a.5cd90.7b33SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS Date?: Thu, 14 Sep 2017 02:04:50 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.686&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 14 12:35:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 12:35:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #883: Can we have 'Unused variables' warning coming up with the run button? In-Reply-To: <59ba5af1.8dd71c0a.de74e.2604SMTPIN_ADDED_BROKEN@...2392...> References: <59ba5af1.8dd71c0a.de74e.2604SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7afac21f-957d-6c84-e40c-c52d814da06a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #883: Can we have 'Unused variables' warning coming up with the run button? Date?: Thu, 14 Sep 2017 10:33:20 GMT De?: bugtracker at ...3416... Pour?: chrisml at ...3340..., moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.883&from=L21haW4- Comment #4 by Moviga TECHNOLOGIES: I practically never use the Compile All button, and the info is good to keep the code clean. Alternatively, B4A (Basic for Android) has a cool way to deal with this. It puts a red line under the variable declaration (and functions) that are never used. Like this (though this is a different issue showing): https://www.b4x.com/basic4android/images/SS-2013-05-02_17.41.51.png From gambas at ...1... Thu Sep 14 13:24:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 14 Sep 2017 13:24:29 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays In-Reply-To: <59ba66b1.02e61c0a.aa1bb.540aSMTPIN_ADDED_BROKEN@...2392...> References: <59ba66b1.02e61c0a.aa1bb.540aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6faad6d1-dd63-210d-ad0f-fd9c22060609@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays Date?: Thu, 14 Sep 2017 11:23:28 GMT De?: bugtracker at ...3416... Pour?: estru3d at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.886&from=L21haW4- Comment #2 by Martin CRISTIA: No. I will do that. Seems to be what I need. Thanks! From gambas at ...1... Fri Sep 15 00:37:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 00:37:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays In-Reply-To: <59bb0465.a191df0a.8e89.eb05SMTPIN_ADDED_BROKEN@...2392...> References: <59bb0465.a191df0a.8e89.eb05SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <33f2e45f-9a18-f98b-072c-54d578b8bf33@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #886: Operations with numeric vectors/arrays Date?: Thu, 14 Sep 2017 22:36:21 GMT De?: bugtracker at ...3416... Pour?: estru3d at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.886&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Fri Sep 15 00:37:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 00:37:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bb03e1.2d91df0a.cd8e3.3d68SMTPIN_ADDED_BROKEN@...2392...> References: <59bb03e1.2d91df0a.cd8e3.3d68SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1c38db6d-4529-41b7-6448-d03004ca4624@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Thu, 14 Sep 2017 22:34:08 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #4 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/commit/b498d757937407035b46e752f7edf17df7997380 But not finished: it closes `(`, `[`, `{` and markups even inside strings. And it does not close `"` and `'` in javascript files. Beno?t MINISINI changed the state of the bug to: Working. From gambas at ...1... Fri Sep 15 00:52:28 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 00:52:28 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #986: tolls - open terminal does nothign if no terminal are common In-Reply-To: <59bb076c.19abdf0a.5877f.70beSMTPIN_ADDED_BROKEN@...2392...> References: <59bb076c.19abdf0a.5877f.70beSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <03eb5a0a-8a27-217b-23ec-ca30298b6907@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #986: tolls - open terminal does nothign if no terminal are common Date?: Thu, 14 Sep 2017 22:49:15 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.986&from=L21haW4- Comment #9 by Beno?t MINISINI: Actually I can't use x-terminal-emulator, because it is just a link. I have to decide exactly which terminal emulator to launch, because each one has a different argument syntax. Beno?t MINISINI changed the state of the bug to: Rejected. From mckaygerhard at ...626... Fri Sep 15 01:21:37 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Thu, 14 Sep 2017 19:21:37 -0400 Subject: [Gambas-user] wiki and bugtracker new look? Message-ID: i have bad internet connection and page does not end to load or the look was UPGRADED! fonts look more readable! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From moviga at ...3488... Fri Sep 15 09:46:05 2017 From: moviga at ...3488... (Moviga Technologies) Date: Fri, 15 Sep 2017 09:46:05 +0200 Subject: [Gambas-user] Two issues with the bugtracker Message-ID: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> Look at the screenshots: -------------- next part -------------- A non-text attachment was scrubbed... Name: Bugtracker_bug.png Type: image/png Size: 81743 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Gambaswiki_Bugtracker_Overflow.png Type: image/png Size: 29094 bytes Desc: not available URL: From moviga at ...3488... Fri Sep 15 10:07:13 2017 From: moviga at ...3488... (Moviga Technologies) Date: Fri, 15 Sep 2017 10:07:13 +0200 Subject: [Gambas-user] Two issues with the bugtracker In-Reply-To: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> References: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> Message-ID: My bug just hijacked the posts of an other bug report.... (Bug #1000) On 2017-09-15 09:46, Moviga Technologies wrote: > Look at the screenshots: > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From bm.530502 at ...626... Fri Sep 15 10:43:49 2017 From: bm.530502 at ...626... (Ingo) Date: Fri, 15 Sep 2017 10:43:49 +0200 Subject: [Gambas-user] Missing Tag-Values in MediaTagList In-Reply-To: References: Message-ID: <8ab54e34-3a88-0ce3-aa93-88bcabbb43ef@...626...> Am 12.09.2017 um 16:22 schrieb Beno?t Minisini: > > No idea, you should get them all. Please send a full project to check > what you did. > Hello Benoit, have you already an idea or even found a solution? Looking forward to a brief interim result. Regards Ingo From gambas at ...1... Fri Sep 15 14:57:58 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 14:57:58 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bb83d8.168bdf0a.4a7c9.6a9fSMTPIN_ADDED_BROKEN@...2392...> References: <59bb83d8.168bdf0a.4a7c9.6a9fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <25555ce4-4fd3-e8ed-519e-7423626e0334@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Fri, 15 Sep 2017 07:40:07 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #5 by Moviga TECHNOLOGIES: Great (y) From gambas at ...1... Fri Sep 15 14:57:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 14:57:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1000: Bugtracker top bar overflows In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1000: Bugtracker top bar overflows Date?: Fri, 15 Sep 2017 07:43:34 GMT De?: bugtracker at ...3416... Pour?: Karl.Reinl at ...2345..., moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Bugtracker top bar overflows Type : Bug Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- Take a look at the attached picture From gambas at ...1... Fri Sep 15 14:58:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 14:58:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59bbabe9.ce471c0a.1e35e.20b1SMTPIN_ADDED_BROKEN@...2392...> References: <59bbabe9.ce471c0a.1e35e.20b1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 15 Sep 2017 10:31:04 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #47 by Fernando CABRAL: Finally I was able to install gb.qt5 and run gambas with the command line: GB_GUI=gb.qt5 gambas3. Still the same problem. IDE still does not work. From gambas at ...1... Fri Sep 15 15:14:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 15:14:35 +0200 Subject: [Gambas-user] Two issues with the bugtracker In-Reply-To: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> References: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> Message-ID: <222cefd9-e41a-8b38-01ad-1d384c31b9f8@...1...> Le 15/09/2017 ? 09:46, Moviga Technologies a ?crit : > Look at the screenshots: > The bug number problem should be fixed now. But you have to create the bug report again. For the second problem: can you try to reload the page without the cache (SHIFT+F5), or clear your browser cache entirely? Regards, -- Beno?t Minisini From gambas at ...1... Fri Sep 15 15:22:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 15:22:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked In-Reply-To: <59bbd3f3.8293df0a.1d15b.18b4SMTPIN_ADDED_BROKEN@...2392...> References: <59bbd3f3.8293df0a.1d15b.18b4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <27d8eae4-6707-3f26-ddb1-0e1575aed79c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked Date?: Fri, 15 Sep 2017 13:21:54 GMT De?: bugtracker at ...3416... Pour?: deliocf at ...626..., author.ilmi at ...626..., mckaygerhard at ...1963...., Karl.Reinl at ...2345..., tmorehen at ...3634..., fernandojosecabral at ...626..., bagoneo at ...69..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1161&from=L21haW4- Comment #48 by Beno?t MINISINI: @Fernando: did you compile from 'master' sources? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Fri Sep 15 15:22:51 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 15:22:51 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 In-Reply-To: <59bbd41c.8997df0a.a6c35.11f5SMTPIN_ADDED_BROKEN@...2392...> References: <59bbd41c.8997df0a.a6c35.11f5SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <62d138e8-05cb-f02b-4fe2-d3e0888cdc3a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 Date?: Fri, 15 Sep 2017 13:22:36 GMT De?: bugtracker at ...3416... Pour?: olivier.cruilles at ...614..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1115&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Fri Sep 15 15:22:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 15:22:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 In-Reply-To: <59bbd419.020d1c0a.529b3.76f1SMTPIN_ADDED_BROKEN@...2392...> References: <59bbd419.020d1c0a.529b3.76f1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <85bea8a7-0a22-fe2e-98c9-e9a481101496@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 Date?: Fri, 15 Sep 2017 13:22:32 GMT De?: bugtracker at ...3416... Pour?: olivier.cruilles at ...614..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1115&from=L21haW4- Comment #4 by Beno?t MINISINI: Any source code? Beno?t MINISINI changed the state of the bug to: Accepted. From d4t4full at ...626... Fri Sep 15 16:06:09 2017 From: d4t4full at ...626... (d4t4full at ...626...) Date: Fri, 15 Sep 2017 11:06:09 -0300 Subject: [Gambas-user] Two issues with the bugtracker In-Reply-To: <222cefd9-e41a-8b38-01ad-1d384c31b9f8@...1...> References: <2c749d51d5ce11321125ecd2605e8ff0@...3488...> <222cefd9-e41a-8b38-01ad-1d384c31b9f8@...1...> Message-ID: <3ea21ab0-aaad-4386-8ccc-d63c8ca7e917@...626...> I guess clear cache+refresh is Ctrl-F5. Regards. On Sep 15, 2017, 10:14, at 10:14, "Beno?t Minisini via Gambas-user" wrote: >Le 15/09/2017 ? 09:46, Moviga Technologies a ?crit : >> Look at the screenshots: >> > >The bug number problem should be fixed now. But you have to create the >bug report again. > >For the second problem: can you try to reload the page without the >cache >(SHIFT+F5), or clear your browser cache entirely? > >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 >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Fri Sep 15 18:53:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 15 Sep 2017 18:53:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc0501.c12e1c0a.d9179.d490SMTPIN_ADDED_BROKEN@...2392...> References: <59bc0501.c12e1c0a.d9179.d490SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Fri, 15 Sep 2017 16:51:12 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #4 by Tony MOREHEN: Whoops, SendAndWait should read: SendAndWait(optional command as string, options as Collection) as string[] 'waits for and returns server's response, each line as separate string, null response on error Options are a Collection where key = option name ("CURLOPT_USERNAME") and value = option parameter ie a string, pointer to a callback function, integer etc From mckaygerhard at ...626... Fri Sep 15 20:32:52 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 15 Sep 2017 14:32:52 -0400 Subject: [Gambas-user] bugtracker seems reiniciate the bug numbering Message-ID: today i created to feature request and i notes saved as bug 1 and bug 2... new look are great, but new numbering seems will conflicts with ohter existing bugs right? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From gambas at ...1... Sat Sep 16 00:53:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc1647.c6971c0a.740be.40f6SMTPIN_ADDED_BROKEN@...2392...> References: <59bc1647.c6971c0a.740be.40f6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <457474f0-2599-b592-91be-21b2bbb2ffa1@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Fri, 15 Sep 2017 18:04:54 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #6 by Tony MOREHEN: imaps:// in the url requires ssl/tls From gambas at ...1... Sat Sep 16 00:53:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 In-Reply-To: <59bc17fc.42c0df0a.f6644.c3aeSMTPIN_ADDED_BROKEN@...2392...> References: <59bc17fc.42c0df0a.f6644.c3aeSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <782fd082-7482-817b-042b-71c11e992ae8@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 Date?: Fri, 15 Sep 2017 18:12:12 GMT De?: bugtracker at ...3416... Pour?: olivier.cruilles at ...614..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1115&from=L21haW4- Olivier CRUILLES changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 16 00:53:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc1959.d6a91c0a.a5126.167bSMTPIN_ADDED_BROKEN@...2392...> References: <59bc1959.d6a91c0a.a5126.167bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Fri, 15 Sep 2017 18:18:00 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #7 by Moviga TECHNOLOGIES: I see! Wundersch?n! :) From gambas at ...1... Sat Sep 16 00:53:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc14b8.d28bdf0a.49d5c.af6fSMTPIN_ADDED_BROKEN@...2392...> References: <59bc14b8.d28bdf0a.49d5c.af6fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <626b1f52-e3e4-292f-ca54-754eb2b23878@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Fri, 15 Sep 2017 17:58:15 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #5 by Moviga TECHNOLOGIES: Sounds good! Since you do not mention SSL/TLS, do you mean this is automatically understood by the port being set? Or should there perhaps also be an option to set that SSL/TLS should be used (and that it will not attempt an unsecure connection if it fails). From gambas at ...1... Sat Sep 16 00:53:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 In-Reply-To: <59bc17d7.e29adf0a.4ebee.c3d4SMTPIN_ADDED_BROKEN@...2392...> References: <59bc17d7.e29adf0a.4ebee.c3d4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <88be0060-3d91-d5d7-6eaf-1234b1ed9403@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3 Date?: Fri, 15 Sep 2017 18:11:35 GMT De?: bugtracker at ...3416... Pour?: olivier.cruilles at ...614..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1115&from=L21haW4- Comment #5 by Olivier CRUILLES: I close this case because I don't use this project for the moment and for long time. If it necessary I will open a new case in the futur. Olivier Olivier CRUILLES changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 16 00:53:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1: feat req: integrate sha1 commits with repository in bugtracker Date?: Fri, 15 Sep 2017 18:26:47 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary ------- feat req: integrate sha1 commits with repository in bugtracker Type : Request Priority : Low Gambas version : Unknown Product : Bugtracker Description ----------- will be great of when i pust a sha1 reference (complete) can integrate and link to the gitlab specific commit something like gitlab:gambas/gambas at ...3689... so the format will be [domain/gitmanager]:/@ for wiki too, but i separate the two request From gambas at ...1... Sat Sep 16 00:53:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:53:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #2: feat req: integrate sha1 commits with repository in wiki project In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #2: feat req: integrate sha1 commits with repository in wiki project Date?: Fri, 15 Sep 2017 18:30:28 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.2&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary ------- feat req: integrate sha1 commits with repository in wiki project Type : Request Priority : Medium Gambas version : Unknown Product : Wiki Description ----------- will be great of when i pust a sha1 reference (complete) can integrate and link to the gitlab or other specific commit repository like the bugtraker reat request, but this more complex: the source link, repository and group/owner can be configured or onclusivelly detected! something like gitlab:gambas/gambas at ...3689... so the format will be [domain/gitmanager]:/@ in the case of bugtracker i open a separate rquest due bugtracker are a specific product to gambas and the integration can be hardcoded! From gambas at ...1... Sat Sep 16 00:55:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:55:12 +0200 Subject: [Gambas-user] [Gambas-devel] bugtracker seems reiniciate the bug numbering In-Reply-To: References: Message-ID: <1ba600a5-f169-fc4f-f4b6-3f355306d395@...1...> Le 15/09/2017 ? 20:32, PICCORO McKAY Lenz a ?crit : > today i created to feature request and i notes saved as bug 1 and bug 2... > > new look are great, but new numbering seems will conflicts with ohter > existing bugs right? > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > @#$*!!! This is a new bug... krszmlnkrz... -- Beno?t Minisini From gambas at ...1... Sat Sep 16 00:58:09 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 00:58:09 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1: Test In-Reply-To: References: Message-ID: <350a60dd-3166-676b-4808-670b193db0e3@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1: Test Date?: Fri, 15 Sep 2017 22:56:58 GMT De?: bugtracker at ...3416... Pour?: g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1&from=L21haW4- Beno?t MINISINI reported a new bug. Summary ------- Test Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Test System information ------------------ [System] Gambas=3.8.90 r7256 OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86_64 Distribution=Ubuntu 15.04 Desktop=KDE5 Theme=Proxy Language=fr_FR.UTF-8 Memory=6920M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.27 GTK+3=libgtk-3.so.0.1400.13 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.49.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.4.1 SDL=libSDL-1.2.so.0.11.4 [Environment] APPMENU_DISPLAY_BOTH=1 CLUTTER_IM_MODULE=xim COLORFGBG=15;0 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2t4y2wXGt0,guid=1fc6eb596d9ddf315801f661560543aa DEFAULTS_PATH=/usr/share/gconf/plasma.default.path DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=kwrite GB_GUI=gb.qt5 GPG_AGENT_INFO=/tmp/gpg-av5n6x/S.gpg-agent:1445:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HISTFILESIZE=32000 HISTIGNORE=&:ls:bg:fg:exit HISTSIZE=32000 HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 KONSOLE_DBUS_SERVICE=:1.77 KONSOLE_DBUS_SESSION=/Sessions/6 KONSOLE_DBUS_WINDOW=/Windows/4 KONSOLE_PROFILE_NAME= LANG=fr_FR.UTF-8 LANGUAGE=fr:en_US LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MANDATORY_PATH=/usr/share/gconf/plasma.mandatory.path PAM_KWALLET_LOGIN=/tmp//.socket PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PROFILEHOME=/gambas/3.0/trunk/app/src/gambas3 PWD=/gambas/3.0/trunk/app/src/gambas3 QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_NO_GLIB=1 QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins:/lib/kde5/plugins/ QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1665,unix/:/tmp/.ICE-unix/1665 SHELL=/bin/bash SHELL_SESSION_ID=acd5968e5a7a4000bd7e912657887242 SHLVL=2 SSH_AGENT_PID=1444 SSH_AUTH_SOCK=/tmp/ssh-2oD9wLSt0Qfz/agent.1379 TERM=xterm TZ=:/etc/localtime USER= WINDOWID=106954808 XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_COOKIE=f7884399ad4e431ca75cde0ec40003db-1443185578.976142-1967476883 XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus _=/usr/bin/gbx3 From gambas at ...1... Sat Sep 16 01:02:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 01:02:14 +0200 Subject: [Gambas-user] [Gambas-devel] bugtracker seems reiniciate the bug numbering In-Reply-To: <1ba600a5-f169-fc4f-f4b6-3f355306d395@...1...> References: <1ba600a5-f169-fc4f-f4b6-3f355306d395@...1...> Message-ID: <2ec7e1fc-7511-2a42-eaf9-7c989603883e@...1...> Le 16/09/2017 ? 00:55, Beno?t Minisini via Gambas-devel a ?crit : > Le 15/09/2017 ? 20:32, PICCORO McKAY Lenz a ?crit : >> today i created to feature request and i notes saved as bug 1 and bug >> 2... >> >> new look are great, but new numbering seems will conflicts with ohter >> existing bugs right? >> >> >> Lenz McKAY Gerardo (PICCORO) >> http://qgqlochekone.blogspot.com >> > > @#$*!!! This is a new bug... krszmlnkrz... > It should be fixed now. -- Beno?t Minisini From gambas at ...1... Sat Sep 16 01:03:01 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 01:03:01 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1172: test In-Reply-To: References: Message-ID: <061dc138-e1af-55ec-06c8-9fc38ff4943c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1172: test Date?: Fri, 15 Sep 2017 23:00:04 GMT De?: bugtracker at ...3416... Pour?: g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1172&from=L21haW4- Beno?t MINISINI reported a new bug. Summary ------- test Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- test System information ------------------ [System] Gambas=3.8.90 r7256 OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86_64 Distribution=Ubuntu 15.04 Desktop=KDE5 Theme=Proxy Language=fr_FR.UTF-8 Memory=6920M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.27 GTK+3=libgtk-3.so.0.1400.13 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.49.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.4.1 SDL=libSDL-1.2.so.0.11.4 [Environment] APPMENU_DISPLAY_BOTH=1 CLUTTER_IM_MODULE=xim COLORFGBG=15;0 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2t4y2wXGt0,guid=1fc6eb596d9ddf315801f661560543aa DEFAULTS_PATH=/usr/share/gconf/plasma.default.path DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=kwrite GB_GUI=gb.qt5 GPG_AGENT_INFO=/tmp/gpg-av5n6x/S.gpg-agent:1445:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HISTFILESIZE=32000 HISTIGNORE=&:ls:bg:fg:exit HISTSIZE=32000 HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 KONSOLE_DBUS_SERVICE=:1.77 KONSOLE_DBUS_SESSION=/Sessions/6 KONSOLE_DBUS_WINDOW=/Windows/4 KONSOLE_PROFILE_NAME= LANG=fr_FR.UTF-8 LANGUAGE=fr:en_US LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MANDATORY_PATH=/usr/share/gconf/plasma.mandatory.path PAM_KWALLET_LOGIN=/tmp//.socket PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PROFILEHOME=/gambas/3.0/trunk/app/src/gambas3 PWD=/gambas/3.0/trunk/app/src/gambas3 QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_NO_GLIB=1 QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins:/lib/kde5/plugins/ QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1665,unix/:/tmp/.ICE-unix/1665 SHELL=/bin/bash SHELL_SESSION_ID=acd5968e5a7a4000bd7e912657887242 SHLVL=2 SSH_AGENT_PID=1444 SSH_AUTH_SOCK=/tmp/ssh-2oD9wLSt0Qfz/agent.1379 TERM=xterm TZ=:/etc/localtime USER= WINDOWID=106954808 XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_COOKIE=f7884399ad4e431ca75cde0ec40003db-1443185578.976142-1967476883 XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus _=/usr/bin/gbx3 From gambas at ...1... Sat Sep 16 01:17:31 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 01:17:31 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) In-Reply-To: References: Message-ID: <0d687f5a-94f6-9c39-530f-72ddad5b89db@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) Date?: Fri, 15 Sep 2017 23:17:12 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1172&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- TrayIcon not appears in System Tray (Xubuntu 16.04) Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- TrayIcon not appears in System Tray (Xubuntu 16.04), this happens with qt4,qt5,gtk+ and gtk3. Reproduce the Bug : 1) Run Project (attach project) System information ------------------ [System] Gambas=3.10.90 b77004d (master) OperatingSystem=Linux Kernel=4.10.0-28-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xXdOrc6Okg DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_ALL=en_US LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1253,unix/:/tmp/.ICE-unix/1253 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1072 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Sat Sep 16 01:22:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 01:22:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) In-Reply-To: <59bc5f8e.1aa0df0a.a243f.6dc9SMTPIN_ADDED_BROKEN@...2392...> References: <59bc5f8e.1aa0df0a.a243f.6dc9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2226749b-a30b-5693-b6ad-a38de0e48d94@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) Date?: Fri, 15 Sep 2017 23:17:33 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1172&from=L21haW4- Zainudin AHMAD added an attachment: Bug-TrayIcon-0.0.1.tar.gz . From gambas at ...1... Sat Sep 16 01:42:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 01:42:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc6442.d0a81c0a.3fd50.b5e8SMTPIN_ADDED_BROKEN@...2392...> References: <59bc6442.d0a81c0a.3fd50.b5e8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Fri, 15 Sep 2017 23:37:38 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #8 by Beno?t MINISINI: @Tony: it would be great if you can develop an ImapClient class. Note that a Gambas component can have a part written in C and a part written inc Gambas. So you can extend gb.net.curl with an _ImapClient "hidden" class written in C with all the libcurl stuff you need, maybe by copying the way HttpClient or FtpClient work, and then write the final ImapClient class in Gambas, making it inherit _ImapClient, if this scheme fits. Another path is following the way gb.net.pop3 works. It does all the protocol stuff at the socket level, everything being written in Gambas. And then the SSL/TLS support is implemented by calling the "openssl" executable (see the source code for the details). Just tell me if you have any question. From gambas at ...1... Sat Sep 16 02:37:38 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 02:37:38 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc7218.03a3df0a.d663c.815cSMTPIN_ADDED_BROKEN@...2392...> References: <59bc7218.03a3df0a.d663c.815cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1dc5a609-656b-859f-a310-86df43fe2889@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sat, 16 Sep 2017 00:36:39 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #9 by Tony MOREHEN: I started work today, using the pop3 approach. So far, I am able to connect to the imap server, read the server's capabilities, login and logout. It will likely take some time to get a working implementation ready. One challenge in particular is using the more complex authentication method. Only plain text username and password work for now. I don't see a need for C's speed. Gambas is plenty fast enough for net-based work. One question. Is there a quick way to extract the substring between "[" and "]"? From gambas at ...1... Sat Sep 16 02:47:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 02:47:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc73a2.06c1df0a.8cb58.8ba3SMTPIN_ADDED_BROKEN@...2392...> References: <59bc73a2.06c1df0a.8cb58.8ba3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3dce3f55-7c13-c813-5cbb-4072c9da8243@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sat, 16 Sep 2017 00:43:13 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #10 by Tobias BOEGE: >One question. Is there a quick way to extract the substring between "[" and "]"? Scan(string, "[*]")[0] is a quick way. Hopefully it's also robust enough for you. From gambas at ...1... Sat Sep 16 03:22:58 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 03:22:58 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc7c95.d38a1c0a.2e206.015aSMTPIN_ADDED_BROKEN@...2392...> References: <59bc7c95.d38a1c0a.2e206.015aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7760916c-570f-df2d-74a5-cfdefa13ad8a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sat, 16 Sep 2017 01:21:24 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #11 by Tony MOREHEN: Unfortunately, that doesn't work. The following code returns count=0, sCapabilities[0] out of bounds error Dim sWelcome As String Dim sCapabilities As String[] sWelcome = "* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN] Dovecot ready." sCapabilities = Scan(sWelcome, "[*]") Print sCapabilities.Count Print sCapabilities[0] From gambas at ...1... Sat Sep 16 03:48:01 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 03:48:01 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc820c.459fdf0a.8f450.bbfeSMTPIN_ADDED_BROKEN@...2392...> References: <59bc820c.459fdf0a.8f450.bbfeSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <5f25ae17-8678-e4b0-cc8d-22e5616458a0@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sat, 16 Sep 2017 01:44:44 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #12 by Beno?t MINISINI: Do: Scan(sWelcome, "*[*]*")[1] Please ask your questions on the mailing-list, it's a better place for that. From gambas at ...1... Sat Sep 16 03:48:01 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 03:48:01 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl In-Reply-To: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl Date?: Sat, 16 Sep 2017 01:45:27 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4- Comment #13 by Beno?t MINISINI: Sorry! Do: Scan(sWelcome, "*[[]*]*")[1] From gambas at ...1... Sat Sep 16 15:15:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 15:15:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bd2351.413e1c0a.e1542.6db9SMTPIN_ADDED_BROKEN@...2392...> References: <59bd2351.413e1c0a.e1542.6db9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Sat, 16 Sep 2017 13:12:48 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #6 by Beno?t MINISINI: Finished in commit https://gitlab.com/gambas/gambas/commit/72d6c1a6c0f5ffb3230a02ba6541a61a260ea10d Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 16 15:50:09 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 15:50:09 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #850: Abillity to turn off deprecated tab In-Reply-To: <59bd2bab.05251c0a.a0a89.2606SMTPIN_ADDED_BROKEN@...2392...> References: <59bd2bab.05251c0a.a0a89.2606SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #850: Abillity to turn off deprecated tab Date?: Sat, 16 Sep 2017 13:48:26 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.850&from=L21haW4- Comment #1 by Beno?t MINISINI: DOne in commit https://gitlab.com/gambas/gambas/commit/0f072edcbf1b75c839ddecfb47e07121f43929cf Beno?t MINISINI changed the state of the bug to: Fixed. From mckaygerhard at ...626... Sat Sep 16 17:13:21 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 16 Sep 2017 11:13:21 -0400 Subject: [Gambas-user] [Gambas-devel] bugtracker seems reiniciate the bug numbering In-Reply-To: <2ec7e1fc-7511-2a42-eaf9-7c989603883e@...1...> References: <1ba600a5-f169-fc4f-f4b6-3f355306d395@...1...> <2ec7e1fc-7511-2a42-eaf9-7c989603883e@...1...> Message-ID: you are working hard right! take easy! you are doing a great work! (but i noted the amount of "new bugs" jajaja) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-15 19:02 GMT-04:00 Beno?t Minisini : > Le 16/09/2017 ? 00:55, Beno?t Minisini via Gambas-devel a ?crit : > >> Le 15/09/2017 ? 20:32, PICCORO McKAY Lenz a ?crit : >> >>> today i created to feature request and i notes saved as bug 1 and bug >>> 2... >>> >>> new look are great, but new numbering seems will conflicts with ohter >>> existing bugs right? >>> >>> >>> Lenz McKAY Gerardo (PICCORO) >>> http://qgqlochekone.blogspot.com >>> >>> >> @#$*!!! This is a new bug... krszmlnkrz... >> >> > It should be fixed now. > > -- > Beno?t Minisini > From gambas at ...1... Sat Sep 16 17:20:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 17:20:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker Date?: Sat, 16 Sep 2017 15:19:36 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1173&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary ------- feat req: integrate sha1 commits with repository in bugtracker Type : Request Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- will be great of when i pust a sha1 reference (complete) can integrate and link to the gitlab specific commit something like gitlab:gambas/gambas at ...3689... so the format will be '[domain/gitmanager]:/@' for wiki too, but i separate the two request From gambas at ...1... Sat Sep 16 17:30:05 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 17:30:05 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1174: feat req: integrate sha1 commits with repository in wiki project In-Reply-To: References: Message-ID: <5c24173f-7529-f3b5-6426-44b4a07fdb26@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1174: feat req: integrate sha1 commits with repository in wiki project Date?: Sat, 16 Sep 2017 15:28:39 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1174&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary ------- feat req: integrate sha1 commits with repository in wiki project Type : Request Priority : Low Gambas version : Unknown Product : Wiki Description ----------- will be great of when i pust a sha1 reference (complete) can integrate and link to the gitlab or other specific commit repository like the bugtraker reat request, but this more complex: the source link, repository and group/owner can be configured or inclusively detected! something like 'gitlab:gambas/gambas at ...3689...' so the format will be '[domain/gitmanager]:/@' in the case of bugtracker i open a separate rquest due bugtracker are a specific product to gambas and the integration can be hardcoded! **IMPORTANT NOTE**: i set this priority to low, but the priority of the bugtracker related i set to medium due its quite necesary sometimes System information ------------------ [System] Gambas=3.9.2 OperatingSystem=Linux Kernel=4.9.0-0.bpo.2-686-pae Architecture=x86 Distribution=devuan 8 Desktop=MoonlightDE Theme=QT5 Language=es_VE.UTF-8 Memory=7984M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.14 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+2=libgtk-x11-2.0.so.0.2400.25 GTK+3=libgtk-3.so.0.1400.5 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.3.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xCGlY6Cqx0,guid=0bdc669303b46b83d2b4a98d59b9f71b DESKTOP_SESSION=mate DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=mlde GDM_LANG=es_VE.utf8 GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=7363 GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 HOME= LANG=es_VE.UTF-8 LANGUAGE=es_VE:es LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1521,unix/:/tmp/.ICE-unix/1521 SHELL=/bin/bash SSH_AGENT_PID=1550 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MLDE XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 From gambas at ...1... Sat Sep 16 17:45:19 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 17:45:19 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: <59bd460d.14941c0a.66a6.5c10SMTPIN_ADDED_BROKEN@...2392...> References: <59bd460d.14941c0a.66a6.5c10SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2b6a0738-9ba5-808c-dbba-0351c80ccdaa@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker Date?: Sat, 16 Sep 2017 15:41:01 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1173&from=L21haW4- Comment #1 by Beno?t MINISINI: I don't understand the need. If you want to put a reference on a git commit, just put the http link provided by gitlab, as I do. From gambas at ...1... Sat Sep 16 17:45:19 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 17:45:19 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1174: feat req: integrate sha1 commits with repository in wiki project In-Reply-To: <59bd4647.588bdf0a.dcecf.4980SMTPIN_ADDED_BROKEN@...2392...> References: <59bd4647.588bdf0a.dcecf.4980SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1174: feat req: integrate sha1 commits with repository in wiki project Date?: Sat, 16 Sep 2017 15:41:59 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1174&from=L21haW4- Comment #1 by Beno?t MINISINI: Same remark as in bug #1173: just putting the http link provided by gitlab should be enough. From gambas at ...1... Sat Sep 16 17:59:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 17:59:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 In-Reply-To: <59bd49dd.829cdf0a.e641.d594SMTPIN_ADDED_BROKEN@...2392...> References: <59bd49dd.829cdf0a.e641.d594SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <27878a53-66df-933c-fe08-3a97b2298a7d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 Date?: Sat, 16 Sep 2017 15:57:16 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1089&from=L21haW4- Comment #4 by Safiur RAHMAN: Whatever is the output they should be same with both qt4 and qt5 in my iew Safiur RAHMAN changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 16 18:05:28 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:05:28 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 In-Reply-To: <59bd4af3.d3c7df0a.c042b.5082SMTPIN_ADDED_BROKEN@...2392...> References: <59bd4af3.d3c7df0a.c042b.5082SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 Date?: Sat, 16 Sep 2017 16:01:55 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1089&from=L21haW4- Comment #5 by Beno?t MINISINI: Yes, but I can't do anything against QT5 having a different behaviour than QT4. So, again, what do you want? Arabic digits or nepali digits? From gambas at ...1... Sat Sep 16 18:05:28 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:05:28 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value In-Reply-To: References: Message-ID: <324600e4-8cfb-164b-eeab-3b41fc7b0f29@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value Date?: Sat, 16 Sep 2017 16:03:03 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1175&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- gb.openssl decryption gives wrong value Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- gb.openssl decryption is same as in commandline. However gb.openssl decryption is not same as that in commandline. Dim sCipher As String Print "Checking cipher (salted) aes256..." sCipher = Cipher["aes256"].EncryptSalted("hmsrep935","pass", "\x01\x23\x45\x67\x89\xab\xcd\xef") Print "Output is: ", Base64$(sCipher) Print "Should read: ", Shell "echo -n hmsrep935 | openssl enc -aes256 -k pass -S 0123456789abcdef | base64" Wait Print "Decrypted: ", Cipher["aes256"].DecryptSalted(sCipher, "pass") Print "Should read: ", "hmsrep935" The output is Checking cipher (salted) aes256... Output is: U2FsdGVkX18BI0VniavN739nG+GvCsWP9WAarEh7TJQ= Should read: U2FsdGVkX18BI0VniavN739nG+GvCsWP9WAarEh7TJQ= Decrypted: hmsrep935hmsrep935 Should read: hmsrep935 System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-93-generic Architecture=x86_64 Distribution=Ubuntu 14.04.5 LTS Desktop=UNITY Theme=Gtk Language=en_US.UTF-8 Memory=3883M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-PSrkeh1N29 DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=4941 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-pbxZC3 GNOME_KEYRING_PID=2162 GPG_AGENT_INFO=/run/user/1000/keyring-pbxZC3/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=ne_NP LC_IDENTIFICATION=ne_NP LC_MEASUREMENT=ne_NP LC_MONETARY=ne_NP LC_NAME=ne_NP LC_NUMERIC=ne_NP LC_PAPER=ne_NP LC_TELEPHONE=ne_NP LC_TIME=ne_NP LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/2423,unix/:/tmp/.ICE-unix/2423 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-pbxZC3/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/2179 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus From gambas at ...1... Sat Sep 16 18:05:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:05:29 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value In-Reply-To: <59bd4b53.07c21c0a.d6b2f.8f62SMTPIN_ADDED_BROKEN@...2392...> References: <59bd4b53.07c21c0a.d6b2f.8f62SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7d7765fa-83e8-5af0-5f17-5c1d5887b9ee@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value Date?: Sat, 16 Sep 2017 16:03:30 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1175&from=L21haW4- Safiur RAHMAN added an attachment: test_openssl.tar.gz From gambas at ...1... Sat Sep 16 18:10:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:10:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1144: No gambas 3.10 packages in launchpad In-Reply-To: <59bd4cb0.d26d1c0a.ddf5e.a36bSMTPIN_ADDED_BROKEN@...2392...> References: <59bd4cb0.d26d1c0a.ddf5e.a36bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1144: No gambas 3.10 packages in launchpad Date?: Sat, 16 Sep 2017 16:09:20 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1144&from=L21haW4- Comment #2 by Safiur RAHMAN: Yes fixed now Safiur RAHMAN changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 16 18:30:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:30:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 In-Reply-To: <59bd50d8.1396df0a.6340c.8525SMTPIN_ADDED_BROKEN@...2392...> References: <59bd50d8.1396df0a.6340c.8525SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 Date?: Sat, 16 Sep 2017 16:27:03 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1089&from=L21haW4- Comment #6 by Safiur RAHMAN: When there is no any bug and this is feature of qt5 then this discussion is invalid. I think we need to accept the new behavior of these controls. Safiur RAHMAN changed the state of the bug to: Invalid. From gambas at ...1... Sat Sep 16 18:35:48 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:35:48 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1144: No gambas 3.10 packages in launchpad In-Reply-To: <59bd5284.4b8a1c0a.be473.a5c0SMTPIN_ADDED_BROKEN@...2392...> References: <59bd5284.4b8a1c0a.be473.a5c0SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <36810b0c-9cc6-b8de-fa20-6891ef122675@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1144: No gambas 3.10 packages in launchpad Date?: Sat, 16 Sep 2017 16:34:12 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1144&from=L21haW4- Comment #3 by Safiur RAHMAN: Fixed a long time ago Safiur RAHMAN changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 16 18:40:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 18:40:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 In-Reply-To: <59bd53ee.4a9c1c0a.d087d.7ab8SMTPIN_ADDED_BROKEN@...2392...> References: <59bd53ee.4a9c1c0a.d087d.7ab8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1089: Spinbox and sliderbox do not show integer according to set System.Language in gb.qt5 Date?: Sat, 16 Sep 2017 16:40:14 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1089&from=L21haW4- Comment #7 by Beno?t MINISINI: It's not a bug, it's a problem of QT logic. QT5 assumes that, as a SpinBox always displays digits, then it should uses the digits of the current language, whereas QT4 always used arabic digits. But then, they broke the compatibility. I don't know if it is a big deal, because you didn't explain me if you expected arabic digits or not, i.e. if you find normal that the program does not display the digits of your language. Internationalization behaviour of libraries are not always correct. For example, the french date format provided by the GNU C library is not the date format that french people use! So I don't know if the nepali behaviour of QT5 is correct. You must tell me. :-) From gambas at ...1... Sat Sep 16 19:15:40 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 19:15:40 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bd5bc2.09411c0a.fed5e.bc0aSMTPIN_ADDED_BROKEN@...2392...> References: <59bd5bc2.09411c0a.fed5e.bc0aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3fdfae45-67bf-69f8-4728-a9120cb96f93@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Sat, 16 Sep 2017 17:13:37 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #8 by Moviga TECHNOLOGIES: No, I am reading the code in the commit now, and I see that it should be there... From gambas at ...1... Sat Sep 16 19:15:39 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 19:15:39 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bd5b34.6fb8df0a.6f710.c610SMTPIN_ADDED_BROKEN@...2392...> References: <59bd5b34.6fb8df0a.6f710.c610SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Sat, 16 Sep 2017 17:11:15 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #7 by Moviga TECHNOLOGIES: I just compiled latest from GIT, but I don't see this anywhere in the IDE? Have you so far just made it possible for the editor component? From gambas at ...1... Sat Sep 16 19:40:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 19:40:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bd6116.c83a1c0a.77a9.5cf4SMTPIN_ADDED_BROKEN@...2392...> References: <59bd6116.c83a1c0a.77a9.5cf4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <03d1bfb1-32bf-2cd4-6273-0e49232efed5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Sat, 16 Sep 2017 17:36:21 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #9 by Beno?t MINISINI: I added an option in the "code formatting" panel of the option dialog. And this feature is now handled directly in the TextEditor control. This way, if you use the control in your own project, you get the feature too. From gambas at ...1... Sat Sep 16 20:30:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 20:30:29 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: <59bd6d93.1388df0a.45fb0.cbf7SMTPIN_ADDED_BROKEN@...2392...> References: <59bd6d93.1388df0a.45fb0.cbf7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <87e962b7-186e-2a89-98f8-3e8c59fcbcff@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker Date?: Sat, 16 Sep 2017 18:29:38 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1173&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: well i mean if i push 143ceedf76dd83d57e29878bba87a711d95235fd the bugtracker automatically make the link to gambas git repository.. the other settings are optionally if in near future the gambas group will have more thant one repository From gambas at ...1... Sat Sep 16 20:40:01 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 20:40:01 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: <59bd6f61.09c8df0a.9010e.c404SMTPIN_ADDED_BROKEN@...2392...> References: <59bd6f61.09c8df0a.9010e.c404SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker Date?: Sat, 16 Sep 2017 18:37:20 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1173&from=L21haW4- Comment #3 by Beno?t MINISINI: Why do you want the bugtracker to make a link to a commit you have just done? From gambas at ...1... Sat Sep 16 20:40:29 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 20:40:29 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML In-Reply-To: <59bd7013.04011c0a.98abb.d97cSMTPIN_ADDED_BROKEN@...2392...> References: <59bd7013.04011c0a.98abb.d97cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <278349c2-ffbb-bed6-c321-f274becb8d04@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #693: Closing brackets/tags added automatically in JS, CSS and HTML Date?: Sat, 16 Sep 2017 18:40:18 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.693&from=L21haW4- Comment #10 by Moviga TECHNOLOGIES: Got it now! It works nicely! From mckaygerhard at ...626... Sat Sep 16 21:07:39 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 16 Sep 2017 15:07:39 -0400 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits with repository in bugtracker In-Reply-To: References: <59bd6f61.09c8df0a.9010e.c404SMTPIN_ADDED_BROKEN@...2392...> Message-ID: let's see, to refere a commit, you must have already the complete link, that are very long.. and inplices navigate to the repository in the other hand, i just have the complete "git whatchanged" output and see al the sha1 refers.. just take it, without browsing and put.. in any case, the but are marked low priority and as feature request Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-16 14:40 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > > > -------- Message transf?r? -------- > Sujet : [Gambas Bug Tracker] Bug #1173: feat req: integrate sha1 commits > with repository in bugtracker > Date : Sat, 16 Sep 2017 18:37:20 GMT > De : bugtracker at ...3416... > Pour : mckaygerhard at ...626..., g4mba5 at ...626... > > http://gambaswiki.org/bugtracker/edit?object=BUG.1173&from=L21haW4- > > Comment #3 by Beno?t MINISINI: > > Why do you want the bugtracker to make a link to a commit you have just > done? > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Sep 16 22:00:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 16 Sep 2017 22:00:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value In-Reply-To: <59bd829a.0ca5df0a.cb654.e9dcSMTPIN_ADDED_BROKEN@...2392...> References: <59bd829a.0ca5df0a.cb654.e9dcSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <002791e6-65f4-5adc-baa2-08d54849b46f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value Date?: Sat, 16 Sep 2017 19:59:21 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1175&from=L21haW4- Tobias BOEGE changed the state of the bug to: Accepted. From gambas at ...1... Sun Sep 17 00:00:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 17 Sep 2017 00:00:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value In-Reply-To: <59bd9e5a.4790df0a.60c7d.0e46SMTPIN_ADDED_BROKEN@...2392...> References: <59bd9e5a.4790df0a.60c7d.0e46SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <03b49d72-b99d-d7e4-664a-a345794767c5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1175: gb.openssl decryption gives wrong value Date?: Sat, 16 Sep 2017 21:57:45 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1175&from=L21haW4- Comment #1 by Tobias BOEGE: Fixed in https://gitlab.com/gambas/gambas/commit/fe4f54a3be49a9e9759bee02b24ac193ee6fae21 Just for the record, on my system I get: Checking cipher (salted) aes256... Output is: U2FsdGVkX18BI0VniavN739nG+GvCsWP9WAarEh7TJQ= Should read: U2FsdGVkX18BI0VniavN791xVvm/LisvE9fpNdKA1/o= Decrypted: hmsrep935 Should read: hmsrep935 This is because in OpenSSL 1.1.0 (25 Aug 2016) the default digest used by the "openssl enc" program for salted encryption was changed from MD5 to SHA256. gb.openssl still uses MD5, so you get a different ciphertext. Maybe I should switch to SHA256 as well? Tobias BOEGE changed the state of the bug to: Fixed. From marcobra.ubuntu at ...626... Sun Sep 17 00:05:26 2017 From: marcobra.ubuntu at ...626... (marco bra) Date: Sun, 17 Sep 2017 00:05:26 +0200 Subject: [Gambas-user] Can you esplain the order of message() in a webform Message-ID: Hi, playing with gb.web component using gambas 3.10.90 daily if i create a button to show two dialog message , i get wrong order (2 then 1) of displayed message, why ? Public Sub wbcerca_Click() Message("1 tot recordset number before selection " & Str(rs.Count)) ' apriconn(webtextbox1.text) Message("2 tot recordset number after selection and redraw of webtablewiew " & Str(rs.Count)) End Thank Marco -- Linux Infinite Freedom I'm writing from this place: http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M From gambas at ...1... Sun Sep 17 00:15:37 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 17 Sep 2017 00:15:37 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1001: add two options in the editor In-Reply-To: References: Message-ID: <66bfbf9b-00cc-cee3-deeb-2bd9111d928a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1001: add two options in the editor Date?: Sat, 16 Sep 2017 22:14:38 GMT De?: bugtracker at ...3416... Pour?: Karl.Reinl at ...2345..., kokoko3k at ...626..., mckaygerhard at ...3029....., postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add two options in the editor Type : Request Priority : Low Gambas version : 3.10 Product : Unknown Description ----------- add two options in the editor: delete all the text line and delete line System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Sun Sep 17 00:15:37 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 17 Sep 2017 00:15:37 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1000: add two options in the editor In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1000: add two options in the editor Date?: Sat, 16 Sep 2017 22:11:29 GMT De?: bugtracker at ...3416... Pour?: Karl.Reinl at ...2345..., postapase.libertad at ...3502..., g4mba5 at ...1081....626... http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add two options in the editor Type : Request Priority : Low Gambas version : 3.10 Product : Unknown Description ----------- add two options in the editor: delete all the text line and delete line System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Sun Sep 17 00:44:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 17 Sep 2017 00:44:27 +0200 Subject: [Gambas-user] Can you esplain the order of message() in a webform In-Reply-To: References: Message-ID: <9b25c671-b0d4-3f24-4714-8be24f1162c6@...1...> Le 17/09/2017 ? 00:05, marco bra a ?crit : > Hi, playing with gb.web component using gambas 3.10.90 daily > > if i create a button to show two dialog message , i get wrong order (2 then > 1) of displayed message, why ? > > Public Sub wbcerca_Click() > > Message("1 tot recordset number before selection " & Str(rs.Count)) > > ' apriconn(webtextbox1.text) > > Message("2 tot recordset number after selection and redraw of webtablewiew > " & Str(rs.Count)) > > End > > Thank > Marco > You must understand that you must finish the request to allow interaction with the user on the browser. Your code stack a modal dialog (message #1), and then another modal dialog (message #2) on top, before ending the request. To chain two messages, you have to: - Display the first message - Finish the event. - Handle the Message event on the control that called Message(). - In this handler, you can open the second message box. - Try to not raise the second message indefinitely. Public Sub wbcerca_Click() Message("1 tot recordset number before selection " & Str(rs.Count)) End Public Sub wbcerca_Message(Source As Control, Action As String) Message.Name = "*" ' Fake name, that prevent the Message to raise again Message("2 tot recordset number after selection and redraw of webtablewiew" & Str(rs.Count)) End The Message() behaviour may change in an non-compatible way before releasing Gambas 3.11, because it does not work very well. Instead of receiving the Source control, we should better receive an arbitrary message name. That way you will know for sure which message is being displayed inside the Message event handler. Regards, -- Beno?t Minisini From gambas at ...1... Mon Sep 18 02:34:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 02:34:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) In-Reply-To: <59bf1393.c5041c0a.48408.103dSMTPIN_ADDED_BROKEN@...2392...> References: <59bf1393.c5041c0a.48408.103dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <05eb4542-675b-02b9-3c5f-fc21c8b54ffa@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) Date?: Mon, 18 Sep 2017 00:30:11 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1172&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed with commit https://gitlab.com/gambas/gambas/commit/fbbc82b012405c275f61a5ccb26a910a48890cd0 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Mon Sep 18 02:34:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 02:34:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1091: MYSQL_OPT_RECONNECT option In-Reply-To: <59bf147a.d8bf1c0a.df321.ddf3SMTPIN_ADDED_BROKEN@...2392...> References: <59bf147a.d8bf1c0a.df321.ddf3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1091: MYSQL_OPT_RECONNECT option Date?: Mon, 18 Sep 2017 00:34:01 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., hakan at ...3646..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1091&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Mon Sep 18 02:34:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 02:34:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray In-Reply-To: <59bf13c8.a193df0a.a7048.1b2bSMTPIN_ADDED_BROKEN@...2392...> References: <59bf13c8.a193df0a.a7048.1b2bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray Date?: Mon, 18 Sep 2017 00:31:04 GMT De?: bugtracker at ...3416... Pour?: zagirovaa at ...3637..., tmorehen at ...3634..., postapase.libertad at ...1162.....3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1065&from=L21haW4- Comment #14 by Beno?t MINISINI: It should be fixed with commit https://gitlab.com/gambas/gambas/commit/fbbc82b012405c275f61a5ccb26a910a48890cd0 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Mon Sep 18 02:34:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 02:34:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) In-Reply-To: <59bf136b.a681df0a.c555.fea3SMTPIN_ADDED_BROKEN@...2392...> References: <59bf136b.a681df0a.c555.fea3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <68e83822-1f97-27d0-0f7f-75cee90efe90@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1172: TrayIcon not appears in System Tray (Xubuntu 16.04) Date?: Mon, 18 Sep 2017 00:29:30 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1172&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. . From gambas at ...1... Mon Sep 18 02:49:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 02:49:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1091: MYSQL_OPT_RECONNECT option In-Reply-To: <59bf1724.02a8df0a.f5acf.f153SMTPIN_ADDED_BROKEN@...2392...> References: <59bf1724.02a8df0a.f5acf.f153SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1091: MYSQL_OPT_RECONNECT option Date?: Mon, 18 Sep 2017 00:45:23 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., hakan at ...3646..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1091&from=L21haW4- Comment #8 by Beno?t MINISINI: Strange, as the reconnect should use the same timeout as the initial connection... From owlbrudder at ...626... Mon Sep 18 03:07:33 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Mon, 18 Sep 2017 11:07:33 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system Message-ID: <1505696853.3478.13.camel@...626...> I am trying to compile Gambas downloaded from Git the other day and config is failing to find files that exist on my system, causing a number of modules to be disabled. For example, the output of config includes these lines:-------------- --------------------------------------------------------------------- -------checking for gb.gsl component with pkg-config... noconfigure: WARNING: Unable to met pkg-config requirement: gslchecking for gb.gsl headers... ./configure: line 18086: gsl-config: command not foundnoconfigure: WARNING: Unable to find file: gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line 18234: gsl-config: command not foundnoconfigure: WARNING: Unable to find file: libgslcblas.soconfigure: WARNING: Unable to find file: libgsl.soconfigure: WARNING: gb.gsl is disabled---------------------- -------------------------------------------------------------------- Yet all the files mentioned do exist; --------------------------------------------------------------------- --------------------- $ locate gb.gsl /usr/lib64/gambas3/gb.gsl.component /usr/lib64/gambas3/gb.gsl.la /usr/lib64/gambas3/gb.gsl.so /usr/lib64/gambas3/gb.gsl.so.0 /usr/lib64/gambas3/gb.gsl.so.0.0.0 /usr/share/gambas3/info/gb.gsl.info /usr/share/gambas3/info/gb.gsl.list $ locate gsl-config /usr/bin/gsl-config --------------------------------------------------------------------- --------------------- And so on. What have I done wrong? "8-( Kind regards, Doug From t.lee.davidson at ...626... Mon Sep 18 15:48:52 2017 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Mon, 18 Sep 2017 09:48:52 -0400 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505696853.3478.13.camel@...626...> References: <1505696853.3478.13.camel@...626...> Message-ID: <19b78b8a-5028-6218-a6a9-9605a6bb9121@...626...> You located the gb.gsl component files only. These files mentioned (gsl_cblas.h, gsl_math.h, libgslcblas.so, libgsl.so) are system/distribution GSL headers and libraries. Try "locate gsl_". You may need to ensure the GSL development package is installed. -- Lee On 09/17/2017 09:07 PM, Doug Hutcheson wrote: > I am trying to compile Gambas downloaded from Git the other day and > config is failing to find files that exist on my system, causing a > number of modules to be disabled. > For example, the output of config includes these lines:-------------- > --------------------------------------------------------------------- > -------checking for gb.gsl component with pkg-config... noconfigure: > WARNING: Unable to met pkg-config requirement: gslchecking for gb.gsl > headers... ./configure: line 18086: gsl-config: command not > foundnoconfigure: WARNING: Unable to find file: > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line 18234: > gsl-config: command not foundnoconfigure: WARNING: Unable to find file: > libgslcblas.soconfigure: WARNING: Unable to find file: > libgsl.soconfigure: WARNING: gb.gsl is disabled---------------------- > -------------------------------------------------------------------- > > Yet all the files mentioned do exist; > --------------------------------------------------------------------- > --------------------- > $ locate gb.gsl > /usr/lib64/gambas3/gb.gsl.component > /usr/lib64/gambas3/gb.gsl.la > /usr/lib64/gambas3/gb.gsl.so > /usr/lib64/gambas3/gb.gsl.so.0 > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > /usr/share/gambas3/info/gb.gsl.info > /usr/share/gambas3/info/gb.gsl.list > > $ locate gsl-config > /usr/bin/gsl-config > --------------------------------------------------------------------- > --------------------- > And so on. > > What have I done wrong? "8-( > > Kind regards, > Doug > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From karl.reinl at ...9... Mon Sep 18 16:06:47 2017 From: karl.reinl at ...9... (Karl Reinl) Date: Mon, 18 Sep 2017 16:06:47 +0200 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505696853.3478.13.camel@...626...> References: <1505696853.3478.13.camel@...626...> Message-ID: <1505743607.21307.3.camel@...3609...> Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > I am trying to compile Gambas downloaded from Git the other day and > config is failing to find files that exist on my system, causing a > number of modules to be disabled. > For example, the output of config includes these lines:-------------- > --------------------------------------------------------------------- > -------checking for gb.gsl component with pkg-config... noconfigure: > WARNING: Unable to met pkg-config requirement: gslchecking for gb.gsl > headers... ./configure: line 18086: gsl-config: command not > foundnoconfigure: WARNING: Unable to find file: > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line 18234: > gsl-config: command not foundnoconfigure: WARNING: Unable to find file: > libgslcblas.soconfigure: WARNING: Unable to find file: > libgsl.soconfigure: WARNING: gb.gsl is disabled---------------------- > -------------------------------------------------------------------- > > Yet all the files mentioned do exist; > --------------------------------------------------------------------- > --------------------- > $ locate gb.gsl > /usr/lib64/gambas3/gb.gsl.component > /usr/lib64/gambas3/gb.gsl.la > /usr/lib64/gambas3/gb.gsl.so > /usr/lib64/gambas3/gb.gsl.so.0 > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > /usr/share/gambas3/info/gb.gsl.info > /usr/share/gambas3/info/gb.gsl.list > > $ locate gsl-config > /usr/bin/gsl-config > --------------------------------------------------------------------- > --------------------- > And so on. > > What have I done wrong? "8-( > > Kind regards, > Doug Salut Doug, did you have a distro-gambas3 installed before? If yes, you have to uninstall that first. -- Amicalement Charlie From gambas at ...1... Mon Sep 18 18:53:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 18 Sep 2017 18:53:11 +0200 Subject: [Gambas-user] [CRASH REPORT] Conta2 Andresoft In-Reply-To: References: Message-ID: <7f22f0fd-26df-d875-8fef-8f8a43e771e6@...1...> Le 18/09/2017 ? 18:45, Andres Carranza a ?crit : > Hello, > > Damned, my program crashed Gambas that way : > > *access to data base sql3 lite* > > Public Sub Ok_Click() > Dim sql As String > 'Dim i As Integer > Me.mouse = 3 > If Val(cargo.Text) = 0 Then cargo.Text = "0" > If Val(abono.Text) = 0 Then abono.Text = "0" > cta.Text = UCase(LTrim(RTrim(cta.Text))) > tasa.Text = UCase(tasa.Text) > ValidaCampos > If lastXML <> FileChooser1.Value Then > Print "RefDuplica2() 0k 1" > If RefDuplica2() = 2 Then Return > Endif > If Val(c2.text) = 0 Then > 'If RefDuplicada() = 1 Then > 'sql = "insert into movimientos values (null,'" & doc.text > & "','" & cta.text & "','" & nombre.text & "','" & concepto.text & "'," > & cargo.text & "," & abono.text & ",'" & rfc.text & "','" & tasa.text & > "'," & importe.text & ", '" & fecha.text & "'," & MES.TEXT & ")" > 'sql = "insert into movimientos values (null,'" & doc.text > & "','" & cta.text & "','" & nombre.text & "','" & concepto.text & "'," > & cargo.text & "," & abono.text & ",'" & rfc.text & "','" & tasa.text & > "'," & importe.text & ", '" & fecha.text & "'," & MES.TEXT & ", '" & > ref.text & "')" > 'sql = "insert into movimientos values (null,'" & doc.text > & "','" & cta.text & "','" & nombre.text & "','" & concepto.text & "'," > & cargo.text & "," & abono.text & ",'" & rfc.text & "','" & tasa.text & > "','" & monto.text & "', '" & fecha.text & "'," & MES.TEXT & ", '" & > ref.text & "')" > '"create table movimientos (id INTEGER PRIMARY KEY, doc > TEXT, cta TEXT, nombre TEXT, concepto TEXT, cargo FLOAT, abono FLOAT, > rfc TEXT, tasa TEXT, importe FLOAT, fecha TEXT, mes integer, ref TEXT, > ctaO TEXT, bcoO TEXT, monedaP TEXT, TCp TEXT, ctaD TEXT, bcoD TEXT, > moneda TEXT, TC TEXT)" > 'sql = "insert into movimientos values (null,'" & doc.text > & "','" & cta.text & "','" & nombre.text & "','" & concepto.text & "'," > & cargo.text & "," & abono.text & ",'" & rfc.text & "','" & tasa.text & > "','" & monto.text & "', '" & fecha.text & "'," & MES.TEXT & ", '" & > ref.text & "','" & ctaO.text & "','" & bcoO.text & "','" & monedaP.text > & "','" & TCp.text & "','" & ctaD.text & "','" & bcoD.text & "','" & > moneda.text & "','" & TC.text & "')" > sql = "insert into movimientos values (null,'" & doc.text & > "','" & cta.text & "','" & nombre.text & "','" & concepto.text & "'," & > cargo.text & "," & abono.text & ",'" & rfc.text & "','" & tasa.text & > "','" & monto.text & "', '" & fecha.text & "'," & MES.TEXT & ", '" & > ref.text & "','" & ctaO.text & "','" & bcoO.text & "','" & monedaP.text > & "','" & TCp.text & "','" & ctaD.text & "','" & bcoD.text & "','" & > moneda.text & "','" & TC.text & "'," & Left(MetPagoPol.TEXT, 2) & ")" > Try $hconn2.Exec(sql) > If Error Then > Message.Error("No se pudo Guardar") > sal.Text = sql > Endif > 'Endif 'RefDuplicada = 1 > Else 'Val(c2.text) = 0 > 'sql = "update movimientos SET cta='" & cta.Text & "', > nombre='" & nombre.Text & "', concepto='" & concepto.Text & "', cargo=" > & cargo.Text & ", abono=" & abono.Text & ", rfc='" & rfc.Text & "', > tasa='" & tasa.Text & "' WHERE id=" & c2.Text > 'sql = "update movimientos SET cta='" & cta.Text & "', > nombre='" & nombre.Text & "', concepto='" & concepto.Text & "', cargo=" > & cargo.Text & ", abono=" & abono.Text & ", rfc='" & rfc.Text & "', > tasa='" & tasa.Text & "', ref='" & ref.Text & "' WHERE id=" & c2.Text > '"update movimientos SET nombre='" & nombre1.Text & "', rfc='" > & rfc1.Text & "', concepto='" & concepto1.Text & "', importe=" & > importe.Text & ", fecha='" & fecha.Text & "', ctaO=" & ctaO.Text & "', > bcoO=" & bcoO.Text & "', monedaP=" & monedaP.Text & "', TCp=" & TCp.Text > & "' WHERE id=" & c1.Text > 'sql = "update movimientos SET cta='" & cta.Text & "', > nombre='" & nombre.Text & "', concepto='" & concepto.Text & "', cargo=" > & cargo.Text & ", abono=" & abono.Text & ", rfc='" & rfc.Text & "', > tasa='" & tasa.Text & "', ref='" & ref.Text & "', ctaO='" & ctaO.Text & > "', bcoO='" & bcoO.Text & "', moneda='" & moneda.Text & "', TC='" & > TC.Text & "' WHERE id=" & c2.Text > sql = "update movimientos SET cta='" & cta.Text & "', nombre='" > & nombre.Text & "', concepto='" & concepto.Text & "', cargo=" & > cargo.Text & ", abono=" & abono.Text & ", rfc='" & rfc.Text & "', > tasa='" & tasa.Text & "', ref='" & ref.Text & "', ctaO='" & ctaO.Text & > "', bcoO='" & bcoO.Text & "', moneda='" & moneda.Text & "', TC='" & > TC.Text & "', MetPagoPol=" & Left(MetPagoPol.TEXT, 2) & " WHERE id=" & > c2.Text > Try $hconn2.Exec(sql) > If Error Then > Message.Error("No se pudo Actualizar") > sal.Text = sql > Else > c2.text = "0" > Endif > Endif 'Val(c2.text) = 0 > reajusta() > recarga() > ColumnView1.Columns[0].Width = 1 > cta.SelectAll > cta.SetFocus > Me.Mouse = 0 > End > > -- > *Saludos y Buen d?a ! :D* > C.P. Andr?s Carranza S. > cpandrescarranza at ...626... > Fundador de AztecOS.org WWW.AZTECOS.COM > Sistema Operativo con Office Libre y Gratuito. > El Ubuntu para M?xico y Am?rica Latina completamente en espa?ol con > codecs y muchos programas y herramientas. Please open a bug report on the bugtracker, and join a project that reproduces the crash. Don't forget to provide information about your system, the Gambas version in use, and so on. Regards, -- Beno?t Minisini From owlbrudder at ...626... Tue Sep 19 06:53:17 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Tue, 19 Sep 2017 14:53:17 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <19b78b8a-5028-6218-a6a9-9605a6bb9121@...626...> References: <1505696853.3478.13.camel@...626...> <19b78b8a-5028-6218-a6a9-9605a6bb9121@...626...> Message-ID: <1505796797.3478.23.camel@...626...> Thanks Lee. I am working through the problems one at a time and will keep your advice in mind. Kind regards, Doug On Mon, 2017-09-18 at 09:48 -0400, T Lee Davidson wrote: > You located the gb.gsl component files only. These files mentioned > (gsl_cblas.h, gsl_math.h, libgslcblas.so, libgsl.so) are > system/distribution GSL headers and libraries. > > Try "locate gsl_". > > You may need to ensure the GSL development package is installed. > > > -- > Lee > > > On 09/17/2017 09:07 PM, Doug Hutcheson wrote: > > I am trying to compile Gambas downloaded from Git the other day and > > config is failing to find files that exist on my system, causing a > > number of modules to be disabled. > > For example, the output of config includes these lines:---------- > > ---- > > ----------------------------------------------------------------- > > ---- > > -------checking for gb.gsl component with pkg-config... > > noconfigure: > > WARNING: Unable to met pkg-config requirement: gslchecking for > > gb.gsl > > headers... ./configure: line 18086: gsl-config: command not > > foundnoconfigure: WARNING: Unable to find file: > > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line > > 18234: > > gsl-config: command not foundnoconfigure: WARNING: Unable to find > > file: > > libgslcblas.soconfigure: WARNING: Unable to find file: > > libgsl.soconfigure: WARNING: gb.gsl is disabled------------------ > > ---- > > ----------------------------------------------------------------- > > --- > > > > Yet all the files mentioned do exist; > > ----------------------------------------------------------------- > > ---- > > --------------------- > > $ locate gb.gsl > > /usr/lib64/gambas3/gb.gsl.component > > /usr/lib64/gambas3/gb.gsl.la > > /usr/lib64/gambas3/gb.gsl.so > > /usr/lib64/gambas3/gb.gsl.so.0 > > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > > /usr/share/gambas3/info/gb.gsl.info > > /usr/share/gambas3/info/gb.gsl.list > > > > $ locate gsl-config > > /usr/bin/gsl-config > > ----------------------------------------------------------------- > > ---- > > --------------------- > > And so on. > > > > What have I done wrong? "8-( > > > > Kind regards, > > Doug > > ----------------------------------------------------------------- > > ------------- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------- > ----------- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From owlbrudder at ...626... Tue Sep 19 07:00:30 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Tue, 19 Sep 2017 15:00:30 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505743607.21307.3.camel@...3609...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> Message-ID: <1505797230.3478.31.camel@...626...> On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > I am trying to compile Gambas downloaded from Git the other day and > > config is failing to find files that exist on my system, causing a > > number of modules to be disabled. > > For example, the output of config includes these lines:---------- > > ---- > > ----------------------------------------------------------------- > > ---- > > -------checking for gb.gsl component with pkg-config... > > noconfigure: > > WARNING: Unable to met pkg-config requirement: gslchecking for > > gb.gsl > > headers... ./configure: line 18086: gsl-config: command not > > foundnoconfigure: WARNING: Unable to find file: > > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line > > 18234: > > gsl-config: command not foundnoconfigure: WARNING: Unable to find > > file: > > libgslcblas.soconfigure: WARNING: Unable to find file: > > libgsl.soconfigure: WARNING: gb.gsl is disabled------------------ > > ---- > > ----------------------------------------------------------------- > > --- > > > > Yet all the files mentioned do exist; > > ----------------------------------------------------------------- > > ---- > > --------------------- > > $ locate gb.gsl > > /usr/lib64/gambas3/gb.gsl.component > > /usr/lib64/gambas3/gb.gsl.la > > /usr/lib64/gambas3/gb.gsl.so > > /usr/lib64/gambas3/gb.gsl.so.0 > > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > > /usr/share/gambas3/info/gb.gsl.info > > /usr/share/gambas3/info/gb.gsl.list > > > > $ locate gsl-config > > /usr/bin/gsl-config > > ----------------------------------------------------------------- > > ---- > > --------------------- > > And so on. > > > > What have I done wrong? "8-( > > > > Kind regards, > > Doug > > Salut Doug, > > did you have a distro-gambas3 installed before? > If yes, you have to uninstall that first. Thanks Charlie. I did have Gambas3 installed, so I have removed it. I am still getting puzzling results. For example: -------------------------------------------------------------------- checking for gb.image.imlib component with pkg-config... no configure: WARNING: Unable to met pkg-config requirement: imlib2 >= 1.4.0 configure: WARNING: gb.image.imlib is disabled -------------------------------------------------------------------- I had already installed 1.4.9-2 using dnf (I'm on Fedora 26): -------------------------------------------------------------------- Installed: imlib2.x86_64 1.4.9- 2.fc26 Complete! [root at ...3690... ~]# locate imlib2 /usr/lib64/imlib2 /usr/lib64/imlib2/filters /usr/lib64/imlib2/loaders /usr/lib64/imlib2/filters/bumpmap.so /usr/lib64/imlib2/filters/colormod.so /usr/lib64/imlib2/filters/testfilter.so /usr/lib64/imlib2/loaders/argb.so /usr/lib64/imlib2/loaders/bmp.so /usr/lib64/imlib2/loaders/bz2.so /usr/lib64/imlib2/loaders/ff.so /usr/lib64/imlib2/loaders/gif.so /usr/lib64/imlib2/loaders/jpeg.so /usr/lib64/imlib2/loaders/lbm.so /usr/lib64/imlib2/loaders/png.so /usr/lib64/imlib2/loaders/pnm.so /usr/lib64/imlib2/loaders/tga.so /usr/lib64/imlib2/loaders/tiff.so /usr/lib64/imlib2/loaders/xpm.so /usr/lib64/imlib2/loaders/zlib.so /usr/share/doc/imlib2 /usr/share/doc/imlib2/AUTHORS /usr/share/doc/imlib2/COPYING /usr/share/doc/imlib2/README /usr/share/doc/imlib2/TODO -------------------------------------------------------------------- So I am still puzzled by the config being unable to find the files I have installed - in this case imlib2. Is it something I have failed to do? "8-/ Kind regards, Doug From owlbrudder at ...626... Tue Sep 19 08:02:51 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Tue, 19 Sep 2017 16:02:51 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505797230.3478.31.camel@...626...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> Message-ID: <1505800971.3478.41.camel@...626...> On Tue, 2017-09-19 at 15:00 +1000, Doug Hutcheson wrote: > On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > > I am trying to compile Gambas downloaded from Git the other day > > > and > > > config is failing to find files that exist on my system, causing > > > a > > > number of modules to be disabled. > > > For example, the output of config includes these lines:-------- > > > ------ > > > --------------------------------------------------------------- > > > ------ > > > -------checking for gb.gsl component with pkg-config... > > > noconfigure: > > > WARNING: Unable to met pkg-config requirement: gslchecking for > > > gb.gsl > > > headers... ./configure: line 18086: gsl-config: command not > > > foundnoconfigure: WARNING: Unable to find file: > > > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > > > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line > > > 18234: > > > gsl-config: command not foundnoconfigure: WARNING: Unable to find > > > file: > > > libgslcblas.soconfigure: WARNING: Unable to find file: > > > libgsl.soconfigure: WARNING: gb.gsl is disabled---------------- > > > ------ > > > --------------------------------------------------------------- > > > ----- > > > > > > Yet all the files mentioned do exist; > > > --------------------------------------------------------------- > > > ------ > > > --------------------- > > > $ locate gb.gsl > > > /usr/lib64/gambas3/gb.gsl.component > > > /usr/lib64/gambas3/gb.gsl.la > > > /usr/lib64/gambas3/gb.gsl.so > > > /usr/lib64/gambas3/gb.gsl.so.0 > > > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > > > /usr/share/gambas3/info/gb.gsl.info > > > /usr/share/gambas3/info/gb.gsl.list > > > > > > $ locate gsl-config > > > /usr/bin/gsl-config > > > --------------------------------------------------------------- > > > ------ > > > --------------------- > > > And so on. > > > > > > What have I done wrong? "8-( > > > > > > Kind regards, > > > Doug > > > > Salut Doug, > > > > did you have a distro-gambas3 installed before? > > If yes, you have to uninstall that first. > > Thanks Charlie. I did have Gambas3 installed, so I have removed it. > > I am still getting puzzling results. For example: > -------------------------------------------------------------------- > checking for gb.image.imlib component with pkg-config... no > configure: WARNING: Unable to met pkg-config requirement: imlib2 >= > 1.4.0 > configure: WARNING: gb.image.imlib is disabled > -------------------------------------------------------------------- > > I had already installed 1.4.9-2 using dnf (I'm on Fedora 26): > -------------------------------------------------------------------- > Installed: > imlib2.x86_64 1.4.9- > 2.fc26 > > Complete! > [root at ...3690... ~]# locate imlib2 > /usr/lib64/imlib2 > /usr/lib64/imlib2/filters > /usr/lib64/imlib2/loaders > /usr/lib64/imlib2/filters/bumpmap.so > /usr/lib64/imlib2/filters/colormod.so > /usr/lib64/imlib2/filters/testfilter.so > /usr/lib64/imlib2/loaders/argb.so > /usr/lib64/imlib2/loaders/bmp.so > /usr/lib64/imlib2/loaders/bz2.so > /usr/lib64/imlib2/loaders/ff.so > /usr/lib64/imlib2/loaders/gif.so > /usr/lib64/imlib2/loaders/jpeg.so > /usr/lib64/imlib2/loaders/lbm.so > /usr/lib64/imlib2/loaders/png.so > /usr/lib64/imlib2/loaders/pnm.so > /usr/lib64/imlib2/loaders/tga.so > /usr/lib64/imlib2/loaders/tiff.so > /usr/lib64/imlib2/loaders/xpm.so > /usr/lib64/imlib2/loaders/zlib.so > /usr/share/doc/imlib2 > /usr/share/doc/imlib2/AUTHORS > /usr/share/doc/imlib2/COPYING > /usr/share/doc/imlib2/README > /usr/share/doc/imlib2/TODO > -------------------------------------------------------------------- > > So I am still puzzled by the config being unable to find the files I > have installed - in this case imlib2. Is it something I have failed > to do? "8-/ > > Kind regards, > Doug Forget that - it was my fault as I had not installed the 'devel' component of imlib2. Doh! I will keep working through the disabled components and try to solve the problems myself. Kind regards, Doug From owlbrudder at ...626... Tue Sep 19 09:14:23 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Tue, 19 Sep 2017 17:14:23 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505800971.3478.41.camel@...626...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> <1505800971.3478.41.camel@...626...> Message-ID: <1505805263.3478.56.camel@...626...> On Tue, 2017-09-19 at 16:02 +1000, Doug Hutcheson wrote: > On Tue, 2017-09-19 at 15:00 +1000, Doug Hutcheson wrote: > > On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > > > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > > > I am trying to compile Gambas downloaded from Git the other day > > > > and > > > > config is failing to find files that exist on my system, > > > > causing a > > > > number of modules to be disabled. > > > > For example, the output of config includes these lines:------ > > > > -------- > > > > ------------------------------------------------------------- > > > > -------- > > > > -------checking for gb.gsl component with pkg-config... > > > > noconfigure: > > > > WARNING: Unable to met pkg-config requirement: gslchecking for > > > > gb.gsl > > > > headers... ./configure: line 18086: gsl-config: command not > > > > foundnoconfigure: WARNING: Unable to find file: > > > > gsl/gsl_cblas.hconfigure: WARNING: Unable to find file: > > > > gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: > > > > line 18234: > > > > gsl-config: command not foundnoconfigure: WARNING: Unable to > > > > find file: > > > > libgslcblas.soconfigure: WARNING: Unable to find file: > > > > libgsl.soconfigure: WARNING: gb.gsl is disabled-------------- > > > > -------- > > > > ------------------------------------------------------------- > > > > ------- > > > > > > > > Yet all the files mentioned do exist; > > > > ------------------------------------------------------------- > > > > -------- > > > > --------------------- > > > > $ locate gb.gsl > > > > /usr/lib64/gambas3/gb.gsl.component > > > > /usr/lib64/gambas3/gb.gsl.la > > > > /usr/lib64/gambas3/gb.gsl.so > > > > /usr/lib64/gambas3/gb.gsl.so.0 > > > > /usr/lib64/gambas3/gb.gsl.so.0.0.0 > > > > /usr/share/gambas3/info/gb.gsl.info > > > > /usr/share/gambas3/info/gb.gsl.list > > > > > > > > $ locate gsl-config > > > > /usr/bin/gsl-config > > > > ------------------------------------------------------------- > > > > -------- > > > > --------------------- > > > > And so on. > > > > > > > > What have I done wrong? "8-( > > > > > > > > Kind regards, > > > > Doug > > > > > > Salut Doug, > > > > > > did you have a distro-gambas3 installed before? > > > If yes, you have to uninstall that first. > > > > Thanks Charlie. I did have Gambas3 installed, so I have removed it. > > > > I am still getting puzzling results. For example: > > ----------------------------------------------------------------- > > --- > > checking for gb.image.imlib component with pkg-config... no > > configure: WARNING: Unable to met pkg-config requirement: imlib2 >= > > 1.4.0 > > configure: WARNING: gb.image.imlib is disabled > > ----------------------------------------------------------------- > > --- > > > > I had already installed 1.4.9-2 using dnf (I'm on Fedora 26): > > ----------------------------------------------------------------- > > --- > > Installed: > > imlib2.x86_64 1.4.9- > > 2.fc26 > > > > Complete! > > [root at ...3690... ~]# locate imlib2 > > /usr/lib64/imlib2 > > /usr/lib64/imlib2/filters > > /usr/lib64/imlib2/loaders > > /usr/lib64/imlib2/filters/bumpmap.so > > /usr/lib64/imlib2/filters/colormod.so > > /usr/lib64/imlib2/filters/testfilter.so > > /usr/lib64/imlib2/loaders/argb.so > > /usr/lib64/imlib2/loaders/bmp.so > > /usr/lib64/imlib2/loaders/bz2.so > > /usr/lib64/imlib2/loaders/ff.so > > /usr/lib64/imlib2/loaders/gif.so > > /usr/lib64/imlib2/loaders/jpeg.so > > /usr/lib64/imlib2/loaders/lbm.so > > /usr/lib64/imlib2/loaders/png.so > > /usr/lib64/imlib2/loaders/pnm.so > > /usr/lib64/imlib2/loaders/tga.so > > /usr/lib64/imlib2/loaders/tiff.so > > /usr/lib64/imlib2/loaders/xpm.so > > /usr/lib64/imlib2/loaders/zlib.so > > /usr/share/doc/imlib2 > > /usr/share/doc/imlib2/AUTHORS > > /usr/share/doc/imlib2/COPYING > > /usr/share/doc/imlib2/README > > /usr/share/doc/imlib2/TODO > > ----------------------------------------------------------------- > > --- > > > > So I am still puzzled by the config being unable to find the files > > I have installed - in this case imlib2. Is it something I have > > failed to do? "8-/ > > > > Kind regards, > > Doug > > Forget that - it was my fault as I had not installed the 'devel' > component of imlib2. Doh! > > I will keep working through the disabled components and try to solve > the problems myself. > > Kind regards, > Doug I have solved most of the config problems, but I' left with these:----- --------------------------------------------------------------------- -------checking for LLVM, version between 3.1 and 3.5... noconfigure: WARNING: gb.jit is disabled------------------------------------------ --------------------------------------- I have installed every llvm component:--------------------------------- ------------------------------------------------[root at ...3690... ~]# dnf install llvm*Last metadata expiration check: 0:19:30 ago on Tue 19 Sep 2017 16:15:31 AEST.Package llvm-4.0.1-1.fc26.x86_64 is already installed, skipping.Package llvm-devel-4.0.1-1.fc26.x86_64 is already installed, skipping.Package llvm-doc-4.0.1-1.fc26.noarch is already installed, skipping.Package llvm-libs-4.0.1-1.fc26.x86_64 is already installed, skipping.Package llvm-libs-4.0.1-1.fc26.i686 is already installed, skipping.Package llvm-static-4.0.1-1.fc26.x86_64 is already installed, skipping.Package llvm3.7-3.7.1-5.fc26.x86_64 is already installed, skipping.Package llvm3.7-devel-3.7.1-5.fc26.x86_64 is already installed, skipping.Package llvm3.7-doc-3.7.1-5.fc26.noarch is already installed, skipping.Package llvm3.7-libs-3.7.1-5.fc26.x86_64 is already installed, skipping.Package llvm3.7-static-3.7.1-5.fc26.x86_64 is already installed, skipping.Package llvm3.9-3.9.1-9.fc26.x86_64 is already installed, skipping.Package llvm3.9-devel-3.9.1-9.fc26.x86_64 is already installed, skipping.Package llvm3.9-libs-3.9.1-9.fc26.x86_64 is already installed, skipping.Package llvm3.9-static-3.9.1- 9.fc26.x86_64 is already installed, skipping.Package llvm34-3.4.2- 10.fc26.x86_64 is already installed, skipping.Package llvm34-devel- 3.4.2-10.fc26.x86_64 is already installed, skipping.Package llvm34-doc- 3.4.2-10.fc26.noarch is already installed, skipping.Package llvm34- libs-3.4.2-10.fc26.x86_64 is already installed, skipping.Package llvm34-static-3.4.2-10.fc26.x86_64 is already installed, skipping.Package llvm35-3.5.2-4.fc26.x86_64 is already installed, skipping.Package llvm35-devel-3.5.2-4.fc26.x86_64 is already installed, skipping.Package llvm35-doc-3.5.2-4.fc26.noarch is already installed, skipping.Package llvm35-libs-3.5.2-4.fc26.x86_64 is already installed, skipping.Package llvm35-static-3.5.2-4.fc26.x86_64 is already installed, skipping.Dependencies resolved.Nothing to do.Complete!---- --------------------------------------------------------------------- -------- Is there some other LLVM component I need to install? --------------------------------------------------------------------- ------------checking for gb.sdl2 component with pkg-config... noconfigure: WARNING: Unable to met pkg-config requirement: >= 2.0.2configure: WARNING: Unable to met pkg-config requirement: >= 2.0.0configure: WARNING: Unable to met pkg-config requirement: >= 2.0.12configure: WARNING: gb.sdl2 is disablednoconfigure: WARNING: Unable to met pkg-config requirement: >= 2.0.2configure: WARNING: Unable to met pkg-config requirement: >= 2.0.0configure: WARNING: gb.sdl2.audio is disabled-------------------------------------------- ------------------------------------- I have installed the latest version in the Fedora repos, but it still fails:----------------------------------------------------------------- ----------------[root at ...3690... ~]# dnf install pkgconf*Last metadata expiration check: 0:38:39 ago on Tue 19 Sep 2017 16:15:31 AEST.Package pkgconf-1.3.8-1.fc26.x86_64 is already installed, skipping.Package pkgconf-1.3.8-1.fc26.i686 is already installed, skipping.Package pkgconf-m4-1.3.8-1.fc26.noarch is already installed, skipping.Package pkgconf-pkg-config-1.3.8-1.fc26.x86_64 is already installed, skipping.Package pkgconf-pkg-config-1.3.8-1.fc26.i686 is already installed, skipping.Dependencies resolved.Nothing to do.Complete![root@ womble ~]# dnf install pkg-config*Last metadata expiration check: 0:46:11 ago on Tue 19 Sep 2017 16:15:31 AEST.Package pkgconf-pkg- config-1.3.8-1.fc26.x86_64 is already installed, skipping.Package pkgconf-pkg-config-1.3.8-1.fc26.i686 is already installed, skipping.Dependencies resolved.Nothing to do.Complete!----------------- ---------------------------------------------------------------- I have Googled 'pkg-config 2.0.2' without luck, so don't know how to proceed with this one. As always, I would be very grateful for any help. Kind regards,Doug From karl.reinl at ...9... Tue Sep 19 09:35:36 2017 From: karl.reinl at ...9... (Karl Reinl) Date: Tue, 19 Sep 2017 09:35:36 +0200 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505805263.3478.56.camel@...626...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> <1505800971.3478.41.camel@...626...> <1505805263.3478.56.camel@...626...> Message-ID: <1505806536.21307.23.camel@...3609...> Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > Is there some other LLVM component I need to install? > Salut Doug, I'm not using jit, but I saw this in the mailing list. > > ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C > > make && sudo make install -- Amicalement Charlie From owlbrudder at ...626... Tue Sep 19 10:59:38 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Tue, 19 Sep 2017 18:59:38 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505806536.21307.23.camel@...3609...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> <1505800971.3478.41.camel@...626...> <1505805263.3478.56.camel@...626...> <1505806536.21307.23.camel@...3609...> Message-ID: <1505811578.3478.81.camel@...626...> On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > Is there some other LLVM component I need to install? > > > > Salut Doug, > > I'm not using jit, but I saw this in the mailing list. > > > > ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C > > > make && sudo make install > > > Hi Charlie.It turns out the Fedora implementation needs LLVM=llvm- config-64-3.5, so now I have gb.jit ready. The only remaining problem is gb.sdl2 and gb.sdl2.audio requiring pkg- config >= 2.0.0 which Fedora cannot supply. That does not seem a show- stopper, so I am going to compile and install to see what happens. Many thanks for your help. Doug From owlbrudder at ...626... Wed Sep 20 06:25:39 2017 From: owlbrudder at ...626... (Doug Hutcheson) Date: Wed, 20 Sep 2017 14:25:39 +1000 Subject: [Gambas-user] config -C is not finding some files installed on my system In-Reply-To: <1505811578.3478.81.camel@...626...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> <1505800971.3478.41.camel@...626...> <1505805263.3478.56.camel@...626...> <1505806536.21307.23.camel@...3609...> <1505811578.3478.81.camel@...626...> Message-ID: <1505881539.3478.109.camel@...626...> On Tue, 2017-09-19 at 18:59 +1000, Doug Hutcheson wrote: > On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > > Is there some other LLVM component I need to install? > > > > > > > Salut Doug, > > > > I'm not using jit, but I saw this in the mailing list. > > > > > > ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C > > > > make && sudo make install > > > > > > > Hi Charlie. > It turns out the Fedora implementation needs LLVM=llvm-config-64-3.5, > so now I have gb.jit ready. > > The only remaining problem is gb.sdl2 and gb.sdl2.audio requiring > pkg-config >= 2.0.0 which Fedora cannot supply. That does not seem a > show-stopper, so I am going to compile and install to see what > happens. > > Many thanks for your help. > > Doug The compilation worked fine. I then switched to root user and ran make install. At the very end, this returned ------------------------------- make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/doug/workspace/gambas/gambas/app' make[1]: Leaving directory '/home/doug/workspace/gambas/gambas/app' Making install in . make[1]: Entering directory '/home/doug/workspace/gambas/gambas' make[2]: Entering directory '/home/doug/workspace/gambas/gambas' || || Unable to compile gbh3 || make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/doug/workspace/gambas/gambas' make[1]: Leaving directory '/home/doug/workspace/gambas/gambas' ------------------------------- I tried running gambas3, but it immediately threw an error: ------------------------------ loaded the Generic plugin *** Error in `/usr/bin/gambas3': free(): invalid next size (normal): 0x0000000001a56e20 ***======= Backtrace: =========/lib64/libc.so.6(+0x7c8dc)[0x7f23e15038dc]/lib64/libc.so.6(+0x 87789)[0x7f23e150e789]/lib64/libc.so.6(cfree+0x16e)[0x7f23e15140ee]/usr /lib64/llvm35/libLLVM- 3.5.so(_ZN4llvm14TargetRegistry12lookupTargetERKNSt7__cxx1112basic_stri ngIcSt11char_traitsIcESaIcEEERS6_+0x7a)[0x7f23c34bc69a]/usr/lib64/llvm3 5/libLLVM- 3.5.so(_ZN4llvm13EngineBuilder12selectTargetERKNS_6TripleENS_9StringRef ES4_RKNS_15SmallVectorImplINSt7__cxx1112basic_stringIcSt11char_traitsIc ESaIcEEEEE+0x328)[0x7f23c2d52578]/usr/lib64/llvm35/libLLVM- 3.5.so(_ZN4llvm13EngineBuilder12selectTargetEv+0xc1)[0x7f23c2d529e1]/us r/lib64/gambas3/gb.jit.so(+0x3950e)[0x7f23c409050e]/usr/lib64/gambas3/g b.jit.so(+0x3f8d0)[0x7f23c40968d0]/usr/bin/gambas3[0x4306da]/usr/bin/ga mbas3[0x431085] ... ------------------------------ So, I have progressed to the stage of having a gambas3 executable, but it crashes. Would it help if I ran it again and captured all the error output to post here, or is there something obvious I need to fix? I am actually doing all this because Fedora does not have version 3.10 in the repository yet and I would like to use some of the new features. Kind regards, Doug From marcobra.ubuntu at ...626... Wed Sep 20 08:09:23 2017 From: marcobra.ubuntu at ...626... (marco bra) Date: Wed, 20 Sep 2017 08:09:23 +0200 Subject: [Gambas-user] Can you esplain the order of message() in a webform In-Reply-To: <9b25c671-b0d4-3f24-4714-8be24f1162c6@...1...> References: <9b25c671-b0d4-3f24-4714-8be24f1162c6@...1...> Message-ID: Thank Beno?t i still need info i'm not Gambas wizard :-( in your sent code of the calling of wbcerca_Message, the "As Control" part is not recognized as valid type from gambas and also wich action string i need to pass? Then i have to get access to a filtered recordset, i use that dialog message dialog to have some kind of debug to the underlaying web layer gambas logic and state. Recordset recs count show me filtered total rows number but after in a later access form a pushbutton details of refrehed tableview it reset the value to the total initial recset so i cannot get detail access with webtable to details of filtered result, i alway get access to original recset row. Is the some kind of sample or doc to get sample to browse filter and detail of recordset result via web using gambas ? Thank Marco 2017-09-17 0:44 GMT+02:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Le 17/09/2017 ? 00:05, marco bra a ?crit : > >> Hi, playing with gb.web component using gambas 3.10.90 daily >> >> if i create a button to show two dialog message , i get wrong order (2 >> then >> 1) of displayed message, why ? >> >> Public Sub wbcerca_Click() >> >> Message("1 tot recordset number before selection " & Str(rs.Count)) >> >> ' apriconn(webtextbox1.text) >> >> Message("2 tot recordset number after selection and redraw of webtablewiew >> " & Str(rs.Count)) >> >> End >> >> Thank >> Marco >> >> > You must understand that you must finish the request to allow interaction > with the user on the browser. > > Your code stack a modal dialog (message #1), and then another modal dialog > (message #2) on top, before ending the request. > > To chain two messages, you have to: > > - Display the first message > - Finish the event. > - Handle the Message event on the control that called Message(). > - In this handler, you can open the second message box. > - Try to not raise the second message indefinitely. > > Public Sub wbcerca_Click() > > Message("1 tot recordset number before selection " & Str(rs.Count)) > > End > > Public Sub wbcerca_Message(Source As Control, Action As String) > > Message.Name = "*" ' Fake name, that prevent the Message to raise again > Message("2 tot recordset number after selection and redraw of > webtablewiew" & Str(rs.Count)) > > End > > The Message() behaviour may change in an non-compatible way before > releasing Gambas 3.11, because it does not work very well. Instead of > receiving the Source control, we should better receive an arbitrary message > name. That way you will know for sure which message is being displayed > inside the Message event handler. > > 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 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Linux Infinite Freedom I'm writing from this place: http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M From gambas at ...1... Wed Sep 20 11:58:57 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 11:58:57 +0200 Subject: [Gambas-user] Can you esplain the order of message() in a webform In-Reply-To: References: <9b25c671-b0d4-3f24-4714-8be24f1162c6@...1...> Message-ID: Le 20/09/2017 ? 08:09, marco bra a ?crit?: > Thank Beno?t > i still need info i'm not Gambas wizard :-( > in your sent code of the calling of wbcerca_Message, the "As Control" part > is not recognized as valid type from gambas and also wich action string i > need to pass? Sorry, it's 'WebControl', not 'Control'. You don't pass the Action parameter, it is send by the Message class, and contains the label of the clicked button. > > Then i have to get access to a filtered recordset, i use that dialog > message dialog to have some kind of debug to the underlaying web layer > gambas logic and state. > > Recordset recs count show me filtered total rows number but after in a > later access form a pushbutton details of refrehed tableview it reset the > value to the total initial recset so i cannot get detail access with > webtable to details of filtered result, i alway get access to original > recset row. > > Is the some kind of sample or doc to get sample to browse filter and detail > of recordset result via web using gambas ? This is the same problem. Your program is run at each request from scratch, so you lose all your global variables. If you want to maintain data between request, you must store them in your session. gb.web.form provides a store in each webform : MyWebForm["key"] = Value ==> 'Value' is store in the session, and can be retrieved at each request. If you access a database, you must reopen it and run the SQL again at each request. It's a little brain-f..cking, but there is no magic to hide that! Regards, -- Beno?t Minisini From gambas at ...1... Wed Sep 20 12:34:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 12:34:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 In-Reply-To: References: Message-ID: <23c3945d-cd2d-21be-01a1-104faf6946a9@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 Date?: Wed, 20 Sep 2017 10:34:26 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1176&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- On saving webcam image produced using gb.media gives error with gb.qt4 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Taking example of webcam image from MediaPlayer 1.0.0 (MTest module) I get error "Unsupported Default image format" on saving image with qt4. However I don't get such error with gtk3. Script attached System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-93-generic Architecture=x86_64 Distribution=Ubuntu 14.04.5 LTS Desktop=UNITY Theme=Gtk Language=en_US.UTF-8 Memory=3883M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7lRxBKgWQ0 DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=8982 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-MvCmAV GNOME_KEYRING_PID=2356 GPG_AGENT_INFO=/run/user/1000/keyring-MvCmAV/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=ne_NP LC_IDENTIFICATION=ne_NP LC_MEASUREMENT=ne_NP LC_MONETARY=ne_NP LC_NAME=ne_NP LC_NUMERIC=ne_NP LC_PAPER=ne_NP LC_TELEPHONE=ne_NP LC_TIME=ne_NP LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/2531,unix/:/tmp/.ICE-unix/2531 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-MvCmAV/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/2358 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus From gambas at ...1... Wed Sep 20 12:34:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 12:34:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 In-Reply-To: <59c24440.998adf0a.da65d.bbc6SMTPIN_ADDED_BROKEN@...2392...> References: <59c24440.998adf0a.da65d.bbc6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 Date?: Wed, 20 Sep 2017 10:34:40 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1176&from=L21haW4- Safiur RAHMAN added an attachment: webcam. From gambas at ...1... Wed Sep 20 12:34:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 12:34:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1175: On saving webcam image produced using gb.media gives error with gb.qt4 In-Reply-To: References: Message-ID: <76bc3d06-9d50-8eec-7cb8-aaf7f9574f99@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1175: On saving webcam image produced using gb.media gives error with gb.qt4 Date?: Wed, 20 Sep 2017 10:32:41 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1175&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- On saving webcam image produced using gb.media gives error with gb.qt4 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Taking example of webcam image from MediaPlayer 1.0.0 (MTest module) I get error "Unsupported Default image format" on saving image with qt4. However I don't get such error with gtk3. The script is: #!/usr/bin/env gbs3 Use "gb.image" Use "gb.media" Use "gb.qt4" 'Use "gb.gtk3" Private $hPlayer As MediaPipeline Private $bStop As Boolean Public Sub Main() Dim hSrc As MediaControl Dim hFilter As MediaFilter Dim hSink As MediaControl Dim I As Integer $hPlayer = New MediaPipeline As "MediaPlayer" hSrc = New MediaControl($hPlayer, "v4l2src") 'hSrc["norm"] = "SECAM" Print hSrc["norm"] hFilter = New MediaFilter($hPlayer) hSink = New MediaControl($hPlayer, "xvimagesink") hSrc.LinkTo(hFilter) hFilter.LinkTo(hSink) hFilter.Filter = "video/x-raw,width=640,height=480,framerate=30/1" $hPlayer.Play Print "I will take a screenshot in 5 seconds..." Repeat Wait 1 Inc I If I <= 5 Then Print "..."; I; Flush If I = 5 Then Print hSink.GetLastImage().Save("~/screenshot.png") Print "Screenshot saved to '~/screenshot.png'!" Endif Endif Until $bStop End System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-93-generic Architecture=x86_64 Distribution=Ubuntu 14.04.5 LTS Desktop=UNITY Theme=Gtk Language=en_US.UTF-8 Memory=3883M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7lRxBKgWQ0 DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=8982 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-MvCmAV GNOME_KEYRING_PID=2356 GPG_AGENT_INFO=/run/user/1000/keyring-MvCmAV/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=ne_NP LC_IDENTIFICATION=ne_NP LC_MEASUREMENT=ne_NP LC_MONETARY=ne_NP LC_NAME=ne_NP LC_NUMERIC=ne_NP LC_PAPER=ne_NP LC_TELEPHONE=ne_NP LC_TIME=ne_NP LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/2531,unix/:/tmp/.ICE-unix/2531 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-MvCmAV/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/2358 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus From gambas at ...1... Wed Sep 20 15:55:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 15:55:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt In-Reply-To: <59c2721d.4eaadf0a.1617a.06a4SMTPIN_ADDED_BROKEN@...2392...> References: <59c2721d.4eaadf0a.1617a.06a4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1158: The gb.chart Chart class "Proportionnal" property is misspellt Date?: Wed, 20 Sep 2017 13:50:20 GMT De?: bugtracker at ...3416... Pour?: adamnt42 at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1158&from=L21haW4- Comment #2 by Fabien BODARD: It was one on my first step on gambas ... so many years before... i have not coding on gb.chart since at least 10 year :-/ Fabien BODARD changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 20 19:26:04 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 19:26:04 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 In-Reply-To: <59c2a441.12091c0a.73ce8.5f46SMTPIN_ADDED_BROKEN@...2392...> References: <59c2a441.12091c0a.73ce8.5f46SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 Date?: Wed, 20 Sep 2017 17:24:16 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1176&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 20 19:51:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 20 Sep 2017 19:51:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 In-Reply-To: <59c2a9b1.8dc71c0a.11fc0.4cf6SMTPIN_ADDED_BROKEN@...2392...> References: <59c2a9b1.8dc71c0a.11fc0.4cf6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1176: On saving webcam image produced using gb.media gives error with gb.qt4 Date?: Wed, 20 Sep 2017 17:47:28 GMT De?: bugtracker at ...3416... Pour?: isafiur at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1176&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/b7b134f06aa5bdcfb4993d63477f77f5077d4a7a Beno?t MINISINI changed the state of the bug to: Fixed. From mmanso at ...626... Thu Sep 21 08:19:19 2017 From: mmanso at ...626... (Miguel Manso) Date: Thu, 21 Sep 2017 07:19:19 +0100 Subject: [Gambas-user] "Long" click Message-ID: Hi All, I'm using gambas3 for some time now and I'd like to know your opinion about the best way to implement a "long" click. The idea is to leave a button presses for a certain amount of seconds and without releasing it, a new form will open. We did this using a timer but I'd like to know if there's any "recommended" way of doing it. Thanks. -- Miguel Manso From bagonergi at ...626... Thu Sep 21 11:28:27 2017 From: bagonergi at ...626... (Gianluigi) Date: Thu, 21 Sep 2017 11:28:27 +0200 Subject: [Gambas-user] "Long" click In-Reply-To: References: Message-ID: I'm not sure I understand, but that's not enough? Public Sub Button1_MouseDown() Form1.Show() End Public Sub Button1_MouseUp() Form1.Hide() End Regards Gianluigi 2017-09-21 8:19 GMT+02:00 Miguel Manso : > Hi All, > > I'm using gambas3 for some time now and I'd like to know your opinion about > the best way to implement a "long" click. > > The idea is to leave a button presses for a certain amount of seconds and > without releasing it, a new form will open. > > We did this using a timer but I'd like to know if there's any "recommended" > way of doing it. > > Thanks. > > -- > Miguel Manso > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From hans at ...3219... Thu Sep 21 11:50:48 2017 From: hans at ...3219... (Hans Lehmann) Date: Thu, 21 Sep 2017 11:50:48 +0200 Subject: [Gambas-user] The classes XmlRpc and RpcType are identical? In-Reply-To: <1505806536.21307.23.camel@...3609...> References: <1505696853.3478.13.camel@...626...> <1505743607.21307.3.camel@...3609...> <1505797230.3478.31.camel@...626...> <1505800971.3478.41.camel@...626...> <1505805263.3478.56.camel@...626...> <1505806536.21307.23.camel@...3609...> Message-ID: Hello, is it correct that the XmlRpc and RpcType classes of the gb.xml.rpc component have the same methods and constants? Sincerely Hans From d4t4full at ...626... Thu Sep 21 12:08:24 2017 From: d4t4full at ...626... (ML) Date: Thu, 21 Sep 2017 07:08:24 -0300 Subject: [Gambas-user] "Long" click In-Reply-To: References: Message-ID: My guess is that you want a new form to appear after the button is raised, but having been pressed more than X seconds. To this end, I'd add a timer with the desired "long-click lenght" to the main form (the one that "receives the long-click"). Maybe also the form and all its controls should have an observer and apply the timer to the observer, if more than one control may receive the "long click". So it would be MouseDown->Enable timer->MouseUp->Disable Timer. If the timer triggered, the form should be shown: ? Public Sub Form1_MouseDown() ? ? ? 'Start timing clicks ? ? tmrLongClickEnabled = True ? ? End ? ? Public Sub Form1_MouseUp() ? ? ? 'Stop timing clicks ? ? tmrLongClick.Enabled = False ? ? End ? ? Public Sub tmrLongClick_Timer() ? ? ? 'If the timer triggered before being disabled, it was a "long-click", so we show the "other" form ? ? Form2.Show() ? ? ? 'We also disable the timer so no more than ONE form is shown per "long-click". ? ? tmrLongClick.Enabled = False ?? ? End Disclaimer: It looks good on paper, but did not actually try it. HTH, zxMarce On 21/09/17 06:28, Gianluigi wrote: > I'm not sure I understand, but that's not enough? > > Public Sub Button1_MouseDown() > > ? Form1.Show() > > End > > Public Sub Button1_MouseUp() > > ? Form1.Hide() > > End > > Regards > Gianluigi > > 2017-09-21 8:19 GMT+02:00 Miguel Manso : >> Hi All, >> I'm using gambas3 for some time now and I'd like to know your opinion >> about the best way to implement a "long" click. >> The idea is to leave a button presses for a certain amount of seconds >> and without releasing it, a new form will open. >> We did this using a timer but I'd like to know if there's any >> "recommended" way of doing it. >> Thanks. >> -- >> Miguel Manso From gambas at ...1... Thu Sep 21 12:11:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 12:11:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong In-Reply-To: References: Message-ID: <937426b8-1631-f9dd-7d2a-dac7da0ec296@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong Date?: Thu, 21 Sep 2017 09:30:13 GMT De?: bugtracker at ...3416... Pour?: chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1177&from=L21haW4- C THAL reported a new bug. Summary ------- Gambas Wiki anchors wrong Type : Bug Priority : Medium Gambas version : Unknown Product : Wiki Description ----------- Go to http://gambaswiki.org/wiki/doc/object-model In paragraph 1.5 there are 2 links in the sentence "See Special Methods and Special Methods for more information." Both are not clickable in Firefox due to this HTML:

See Special Methods and Special Methods for more information.

2. Events & Observers

The a tag should enclose the h2 tag, but instead it is written before the h2 tag. From gambas at ...1... Thu Sep 21 13:00:33 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 13:00:33 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong In-Reply-To: <59c39b49.49c7df0a.51ea.30cbSMTPIN_ADDED_BROKEN@...2392...> References: <59c39b49.49c7df0a.51ea.30cbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong Date?: Thu, 21 Sep 2017 10:58:17 GMT De?: bugtracker at ...3416... Pour?: chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1177&from=L21haW4- Comment #1 by Beno?t MINISINI: This is deliberate, so that when you click on an index link, the browser scrolls a little bit before the title. Beno?t MINISINI changed the state of the bug to: Rejected. From gambas at ...1... Thu Sep 21 14:06:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 14:06:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3aa05.56411c0a.2c0d4.911bSMTPIN_ADDED_BROKEN@...2392...> References: <59c3aa05.56411c0a.2c0d4.911bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6dac0044-6450-6c7a-ff68-d9a7bf6ea111@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 12:01:08 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Comment #1 by Zainudin AHMAD: This is a really a bug. (attach videos) From gambas at ...1... Thu Sep 21 14:06:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 14:06:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3aa1f.4b8a1c0a.b1ff2.88e0SMTPIN_ADDED_BROKEN@...2392...> References: <59c3aa1f.4b8a1c0a.b1ff2.88e0SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 12:01:34 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: Test-FromExec-Video.mkv . From gambas at ...1... Thu Sep 21 14:06:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 14:06:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3aa72.94aedf0a.5e617.4f7fSMTPIN_ADDED_BROKEN@...2392...> References: <59c3aa72.94aedf0a.5e617.4f7fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 12:02:57 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: bug-dblClick-ProjectBox.patch From gambas at ...1... Thu Sep 21 14:06:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 14:06:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3aa2f.90a9df0a.c3d4f.41f9SMTPIN_ADDED_BROKEN@...2392...> References: <59c3aa2f.90a9df0a.c3d4f.41f9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7ca94440-7b77-6341-6f6d-75eac2d3c40c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 12:01:50 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: Test-FromSource-Video.mkv . From gambas at ...1... Thu Sep 21 14:21:10 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 14:21:10 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3ae35.14addf0a.ecab7.4e53SMTPIN_ADDED_BROKEN@...2392...> References: <59c3ae35.14addf0a.ecab7.4e53SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <421716c4-9f38-d337-281e-64f458b27bd5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 12:19:00 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Comment #2 by Beno?t MINISINI: Funny that I cannot reproduce that on my system... Isn't it better to patch with this test instead? If Not Object.IsValid(Me) Then Return Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 21 17:52:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 17:52:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 15:48:06 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- Editor crashes when using paste special ( paste as a comment) Type : Bug Priority : High Gambas version : 3.10 Product : Bugtracker Description ----------- Editor crashes when using paste special ( paste as a comment) https://www.youtube.com/watch?v=r9eRL2ODXJk System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Thu Sep 21 18:32:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:32:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c3e8e9.988bdf0a.eca2f.cb87SMTPIN_ADDED_BROKEN@...2392...> References: <59c3e8e9.988bdf0a.eca2f.cb87SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Thu, 21 Sep 2017 16:29:28 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/ccbe26c2508c971a86d6ac6c5aead70dd6cbc4cf Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Thu Sep 21 18:32:08 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:32:08 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3e94a.adc4df0a.5aad5.c3a7SMTPIN_ADDED_BROKEN@...2392...> References: <59c3e94a.adc4df0a.5aad5.c3a7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:31:06 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #1 by Beno?t MINISINI: Mmm, it does not crash, it freezes. I guess it's a clipboard problem. Do you have something like a clipboard manager running (kde has 'klipper')? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 21 18:37:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:37:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3e9be.57a8df0a.27c9f.dd45SMTPIN_ADDED_BROKEN@...2392...> References: <59c3e9be.57a8df0a.27c9f.dd45SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:33:01 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 21 18:37:10 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:37:10 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3e9b6.4bc1df0a.1d8db.c296SMTPIN_ADDED_BROKEN@...2392...> References: <59c3e9b6.4bc1df0a.1d8db.c296SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1f62780a-e757-b793-47ee-e47d1edfdf4f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:32:53 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #2 by Beno?t MINISINI: Other question: where does the copied text come from? Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 21 18:52:18 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:52:18 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3ed6c.03c71c0a.a3135.069aSMTPIN_ADDED_BROKEN@...2392...> References: <59c3ed6c.03c71c0a.a3135.069aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:48:43 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- V?ctor PEREZ changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 21 18:52:18 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:52:18 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3ed11.043b1c0a.ef14f.1240SMTPIN_ADDED_BROKEN@...2392...> References: <59c3ed11.043b1c0a.ef14f.1240SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0b040850-7828-cbcb-ec53-762462b8d7f1@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:47:13 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #3 by V?ctor PEREZ: 2=of a cell table in a web page V?ctor PEREZ changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 21 18:57:19 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:57:19 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3ee4b.76a6df0a.b6b47.d4daSMTPIN_ADDED_BROKEN@...2392...> References: <59c3ee4b.76a6df0a.b6b47.d4daSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <53869cf6-a015-e979-c19b-42eaef1863f3@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:52:27 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #4 by V?ctor PEREZ: 1=no, use the system clipboard V?ctor PEREZ changed the state of the bug to: Accepted. . From gambas at ...1... Thu Sep 21 18:57:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 18:57:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3eeaa.575a1c0a.c9c6a.029aSMTPIN_ADDED_BROKEN@...2392...> References: <59c3eeaa.575a1c0a.c9c6a.029aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <17b619be-4d98-c7f0-2063-af361c998f30@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:54:02 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #5 by V?ctor PEREZ: not that it happens, when I save the changes, the status changes to: accepted :(, here in the bugtracker V?ctor PEREZ changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 21 19:02:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 19:02:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3efc3.6cb8df0a.4cc00.eb17SMTPIN_ADDED_BROKEN@...2392...> References: <59c3efc3.6cb8df0a.4cc00.eb17SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:58:42 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #6 by Beno?t MINISINI: It's by design! "NeedsInfo" means that the developer needs an answer, so as soon as someone answers, the bug status changes back to "Accepted" so that the developer knows. Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 21 19:02:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 19:02:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3eff4.043b1c0a.ef14f.180cSMTPIN_ADDED_BROKEN@...2392...> References: <59c3eff4.043b1c0a.ef14f.180cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <52e9cbc3-fa36-44d8-0b33-50c83adafe65@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 16:59:31 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #7 by Beno?t MINISINI: I meant "from which application" do you paste? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Thu Sep 21 19:17:23 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 19:17:23 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3f40b.42341c0a.ce75e.16e8SMTPIN_ADDED_BROKEN@...2392...> References: <59c3f40b.42341c0a.ce75e.16e8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7aed776c-733c-cb39-7eb2-55ebfbbb8c08@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 17:16:58 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #8 by V?ctor PEREZ: 7=Mozilla Firefox for linux Mint (55.0.2 - 32bits) V?ctor PEREZ changed the state of the bug to: Accepted. From mikeB at ...3673... Thu Sep 21 19:55:25 2017 From: mikeB at ...3673... (mikeB) Date: Thu, 21 Sep 2017 11:55:25 -0600 Subject: [Gambas-user] a novice question = advise on were to start? Message-ID: eGreetings the World of Gambas, First of all - I'd like to sincerely thank any/ all (special BIG THANKS goes out to Tobi and Adrien) of you that help me understand the Gambas way of "hashing" a password and implementing "encryption". Just released, what I think is a pretty cool Linux Mint app - after beating my head against the puter monitor endlessly ;-) My next project is to TRY to develop a Gambas app that is a WYSIWYG type app something (but much simpler) like "M$ Front Page" or "Adobe DreamWeaver". I could just start hack'n at it - but if anyone has any advise on where to start or what to look at = I'd GREATLY APPRECIATE IT! I realize that a lot of you true Linux gurus will say "why would anyone want this - just learn HTML code" but I'm think'n that there are more folks out there that just want to create and publish a web page or two then spend a week, month or year learning to code;-) Have a GREAT day, mikeB From mmanso at ...626... Thu Sep 21 20:41:38 2017 From: mmanso at ...626... (Miguel Manso) Date: Thu, 21 Sep 2017 19:41:38 +0100 Subject: [Gambas-user] SocketServer issue Message-ID: Hi guys, I've an application that starts a SocketServer on port 8088. All works ok when I've the network cable inserted on the machine. If I boot the machine without the network cable inserted, the SocketServer doesn't listen on port 8088 and it doesn't raise the _Error event. This happens on a particular machine. On a different one, it behaves ok when it starts with no network cable on it. The postgres server (port 5432) starts ok in both machines. Any clue why this is happening? Thanks. -- Miguel Manso From jussi.lahtinen at ...626... Thu Sep 21 21:24:15 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 21 Sep 2017 22:24:15 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> Message-ID: Can someone try to run this project (attached) to see, if I'm the only one who get the debug messages from empty strings? Jussi On Tue, Sep 5, 2017 at 11:27 PM, Jussi Lahtinen wrote: > I mean the debug information you asked > *'Uncomment the line #65 in the 'main/gbx/gbx_c_process.c' file > ("//#define DEBUG_ME")',* > did it gave you any clue what is going on in my end? > "\r\n" is expected in the test project. That is not the problem. Here they > are attached again. > > > Jussi > > > On Tue, Sep 5, 2017 at 8:52 PM, Beno?t Minisini < > gambas at ...1...> wrote: > >> Le 04/09/2017 ? 04:20, Jussi Lahtinen a ?crit : >> >>> Benoit, any clue about this? It seems to still happen with the latest >>> revision. >>> >>> >>> Jussi >>> >>> >> I saw no problem with your project. Except that printing a new line on a >> terminal now sends a "\r\n" sequence by default. >> >> -- >> Beno?t Minisini >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: Isolation-0.0.8.tar.gz Type: application/x-gzip Size: 11752 bytes Desc: not available URL: From bm.530502 at ...626... Thu Sep 21 21:53:23 2017 From: bm.530502 at ...626... (Ingo) Date: Thu, 21 Sep 2017 21:53:23 +0200 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> Message-ID: <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Am 21.09.2017 um 21:24 schrieb Jussi Lahtinen: > Can someone try to run this project (attached) to see, if I'm the only one > who get the debug messages from empty strings? > > > Jussi > > > > On Tue, Sep 5, 2017 at 11:27 PM, Jussi Lahtinen > wrote: > >> I mean the debug information you asked >> *'Uncomment the line #65 in the 'main/gbx/gbx_c_process.c' file >> ("//#define DEBUG_ME")',* >> did it gave you any clue what is going on in my end? >> "\r\n" is expected in the test project. That is not the problem. Here they >> are attached again. >> >> >> Jussi >> >> >> On Tue, Sep 5, 2017 at 8:52 PM, Beno?t Minisini < >> gambas at ...1...> wrote: >> >>> Le 04/09/2017 ? 04:20, Jussi Lahtinen a ?crit : >>> >>>> Benoit, any clue about this? It seems to still happen with the latest >>>> revision. >>>> >>>> >>>> Jussi >>>> >>>> >>> I saw no problem with your project. Except that printing a new line on a >>> terminal now sends a "\r\n" sequence by default. >>> >>> -- >>> 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 mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user Hi Jussi, thats really strange. Sometimes it happens, sometimes not. Sometimes only line 22 or line 40 and in some cases line 22, 40 and 20!? Main.Main.22: sTest did not contain String 'test', instead: '' Main.Main.40: sTest did not contain String 'test', instead: '' Main.Main.22: sTest did not contain String 'test', instead: '' Regards Ingo From jussi.lahtinen at ...626... Thu Sep 21 21:57:44 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 21 Sep 2017 22:57:44 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: Thanks! So, I'm not the only one. Can you please give me your system information from the IDE? Jussi On Thu, Sep 21, 2017 at 10:53 PM, Ingo wrote: > Am 21.09.2017 um 21:24 schrieb Jussi Lahtinen: > >> Can someone try to run this project (attached) to see, if I'm the only one >> who get the debug messages from empty strings? >> >> >> Jussi >> >> >> >> On Tue, Sep 5, 2017 at 11:27 PM, Jussi Lahtinen > > >> wrote: >> >> I mean the debug information you asked >>> *'Uncomment the line #65 in the 'main/gbx/gbx_c_process.c' file >>> ("//#define DEBUG_ME")',* >>> did it gave you any clue what is going on in my end? >>> "\r\n" is expected in the test project. That is not the problem. Here >>> they >>> are attached again. >>> >>> >>> Jussi >>> >>> >>> On Tue, Sep 5, 2017 at 8:52 PM, Beno?t Minisini < >>> gambas at ...1...> wrote: >>> >>> Le 04/09/2017 ? 04:20, Jussi Lahtinen a ?crit : >>>> >>>> Benoit, any clue about this? It seems to still happen with the latest >>>>> revision. >>>>> >>>>> >>>>> Jussi >>>>> >>>>> >>>>> I saw no problem with your project. Except that printing a new line on >>>> a >>>> terminal now sends a "\r\n" sequence by default. >>>> >>>> -- >>>> 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 mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> Hi Jussi, > thats really strange. > Sometimes it happens, sometimes not. Sometimes only line 22 or line 40 and > in some cases line 22, 40 and 20!? > > Main.Main.22: sTest did not contain String 'test', instead: '' > Main.Main.40: sTest did not contain String 'test', instead: '' > Main.Main.22: sTest did not contain String 'test', instead: '' > > Regards > Ingo > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bm.530502 at ...626... Thu Sep 21 22:00:49 2017 From: bm.530502 at ...626... (Ingo) Date: Thu, 21 Sep 2017 22:00:49 +0200 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: Am 21.09.2017 um 21:57 schrieb Jussi Lahtinen: > Thanks! So, I'm not the only one. Can you please give me your system > information from the IDE? > > > Jussi Here it is: [System] Gambas=3.10 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Cleanlooks Language=de_DE.UTF-8 Memory=3926M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CcrnlRPLJk,guid=4dbf7b1416d08872f442923b59c3e48e DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=mate GDM_XSERVER_LOCATION=local GNOME_KEYRING_CONTROL=/run/user/1000/keyring-KseqI6 GNOME_KEYRING_PID=1662 GPG_AGENT_INFO=/run/user/1000/keyring-KseqI6/gpg:0:1 GTK_OVERLAY_SCROLLING=0 HOME= LANG=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=de_DE.UTF-8 MDM_XSERVER_LOCATION=local PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1739,unix/:/tmp/.ICE-unix/1739 SHELL=/bin/bash SSH_AGENT_PID=1877 SSH_AUTH_SOCK=/run/user/1000/keyring-KseqI6/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=aa274b7a671aedab5cc0b16f58c417e5-1506010252.955399-20639112 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=8 Gr. Ingo From jussi.lahtinen at ...626... Thu Sep 21 22:05:20 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 21 Sep 2017 23:05:20 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: Thanks! Is there anyone else who use Linux Mint 17.3? If yes, can you try to run the project couple times and report the result? Jussi On Thu, Sep 21, 2017 at 11:00 PM, Ingo wrote: > Am 21.09.2017 um 21:57 schrieb Jussi Lahtinen: > >> Thanks! So, I'm not the only one. Can you please give me your system >> information from the IDE? >> >> >> Jussi >> > Here it is: > > [System] > Gambas=3.10 > OperatingSystem=Linux > Kernel=3.19.0-32-generic > Architecture=x86 > Distribution=Linux Mint 17.3 Rosa > Desktop=MATE > Theme=Cleanlooks > Language=de_DE.UTF-8 > Memory=3926M > > [Libraries] > Cairo=libcairo.so.2.11301.0 > Curl=libcurl.so.4.3.0 > DBus=libdbus-1.so.3.7.6 > GStreamer=libgstreamer-0.10.so.0.30.0 > GStreamer=libgstreamer-1.0.so.0.204.0 > GTK+2=libgtk-x11-2.0.so.0.2400.23 > GTK+3=libgtk-3.so.0.1000.8 > OpenGL=libGL.so.1.2.0 > Poppler=libpoppler.so.44.0.0 > QT4=libQtCore.so.4.8.6 > QT5=libQt5Core.so.5.2.1 > SDL=libSDL-1.2.so.0.11.4 > SQLite=libsqlite3.so.0.8.6 > > [Environment] > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CcrnlRPLJk, > guid=4dbf7b1416d08872f442923b59c3e48e > DEFAULTS_PATH=/usr/share/gconf/mate.default.path > DESKTOP_SESSION=mate > DISPLAY=:0.0 > GB_GUI=gb.qt4 > GDMSESSION=mate > GDM_XSERVER_LOCATION=local > GNOME_KEYRING_CONTROL=/run/user/1000/keyring-KseqI6 > GNOME_KEYRING_PID=1662 > GPG_AGENT_INFO=/run/user/1000/keyring-KseqI6/gpg:0:1 > GTK_OVERLAY_SCROLLING=0 > HOME= > LANG=de_DE.UTF-8 > LOGNAME= > MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path > MATE_DESKTOP_SESSION_ID=this-is-deprecated > MDMSESSION=mate > MDM_LANG=de_DE.UTF-8 > MDM_XSERVER_LOCATION=local > PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/ > usr/bin:/sbin:/bin:/usr/games:/usr/local/games > PWD= > SESSION_MANAGER=local/:@/tmp/.ICE-unix/1739,unix/< > hostname>:/tmp/.ICE-unix/1739 > SHELL=/bin/bash > SSH_AGENT_PID=1877 > SSH_AUTH_SOCK=/run/user/1000/keyring-KseqI6/ssh > TEXTDOMAIN=im-config > TEXTDOMAINDIR=/usr/share/locale/ > TZ=:/etc/localtime > USER= > USERNAME= > WINDOWPATH=8 > XAUTHORITY=/.Xauthority > XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg > XDG_CURRENT_DESKTOP=MATE > XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/: > /usr/share/mdm/ > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SESSION_COOKIE=aa274b7a671aedab5cc0b16f58c417e5- > 1506010252.955399-20639112 > XDG_SESSION_DESKTOP=mate > XDG_SESSION_ID=c1 > XDG_VTNR=8 > > Gr. > > Ingo > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jussi.lahtinen at ...626... Thu Sep 21 22:29:55 2017 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 21 Sep 2017 23:29:55 +0300 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: Actually, it would be equally helpful to know if there is some other system (than Linux Mint 17.3) that can reproduce the problem... right now it's very hard to pinpoint where the bug lives. Jussi On Thu, Sep 21, 2017 at 11:05 PM, Jussi Lahtinen wrote: > Thanks! > Is there anyone else who use Linux Mint 17.3? If yes, can you try to run > the project couple times and report the result? > > > Jussi > > On Thu, Sep 21, 2017 at 11:00 PM, Ingo wrote: > >> Am 21.09.2017 um 21:57 schrieb Jussi Lahtinen: >> >>> Thanks! So, I'm not the only one. Can you please give me your system >>> information from the IDE? >>> >>> >>> Jussi >>> >> Here it is: >> >> [System] >> Gambas=3.10 >> OperatingSystem=Linux >> Kernel=3.19.0-32-generic >> Architecture=x86 >> Distribution=Linux Mint 17.3 Rosa >> Desktop=MATE >> Theme=Cleanlooks >> Language=de_DE.UTF-8 >> Memory=3926M >> >> [Libraries] >> Cairo=libcairo.so.2.11301.0 >> Curl=libcurl.so.4.3.0 >> DBus=libdbus-1.so.3.7.6 >> GStreamer=libgstreamer-0.10.so.0.30.0 >> GStreamer=libgstreamer-1.0.so.0.204.0 >> GTK+2=libgtk-x11-2.0.so.0.2400.23 >> GTK+3=libgtk-3.so.0.1000.8 >> OpenGL=libGL.so.1.2.0 >> Poppler=libpoppler.so.44.0.0 >> QT4=libQtCore.so.4.8.6 >> QT5=libQt5Core.so.5.2.1 >> SDL=libSDL-1.2.so.0.11.4 >> SQLite=libsqlite3.so.0.8.6 >> >> [Environment] >> DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CcrnlRPLJk, >> guid=4dbf7b1416d08872f442923b59c3e48e >> DEFAULTS_PATH=/usr/share/gconf/mate.default.path >> DESKTOP_SESSION=mate >> DISPLAY=:0.0 >> GB_GUI=gb.qt4 >> GDMSESSION=mate >> GDM_XSERVER_LOCATION=local >> GNOME_KEYRING_CONTROL=/run/user/1000/keyring-KseqI6 >> GNOME_KEYRING_PID=1662 >> GPG_AGENT_INFO=/run/user/1000/keyring-KseqI6/gpg:0:1 >> GTK_OVERLAY_SCROLLING=0 >> HOME= >> LANG=de_DE.UTF-8 >> LOGNAME= >> MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path >> MATE_DESKTOP_SESSION_ID=this-is-deprecated >> MDMSESSION=mate >> MDM_LANG=de_DE.UTF-8 >> MDM_XSERVER_LOCATION=local >> PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us >> r/bin:/sbin:/bin:/usr/games:/usr/local/games >> PWD= >> SESSION_MANAGER=local/:@/tmp/.ICE-unix/1739,unix/< >> hostname>:/tmp/.ICE-unix/1739 >> SHELL=/bin/bash >> SSH_AGENT_PID=1877 >> SSH_AUTH_SOCK=/run/user/1000/keyring-KseqI6/ssh >> TEXTDOMAIN=im-config >> TEXTDOMAINDIR=/usr/share/locale/ >> TZ=:/etc/localtime >> USER= >> USERNAME= >> WINDOWPATH=8 >> XAUTHORITY=/.Xauthority >> XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg >> XDG_CURRENT_DESKTOP=MATE >> XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/: >> /usr/share/mdm/ >> XDG_RUNTIME_DIR=/run/user/1000 >> XDG_SEAT=seat0 >> XDG_SESSION_COOKIE=aa274b7a671aedab5cc0b16f58c417e5-15060102 >> 52.955399-20639112 >> XDG_SESSION_DESKTOP=mate >> XDG_SESSION_ID=c1 >> XDG_VTNR=8 >> >> Gr. >> >> Ingo >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From gambas at ...1... Thu Sep 21 22:51:52 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 22:51:52 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3f5ae.8195df0a.bd8e1.d2a7SMTPIN_ADDED_BROKEN@...2392...> References: <59c3f5ae.8195df0a.bd8e1.d2a7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 17:23:58 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- V?ctor PEREZ added an attachment: 1212.png . From gambas at ...1... Thu Sep 21 22:51:52 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 22:51:52 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3f6ee.02a8df0a.9a9e.205bSMTPIN_ADDED_BROKEN@...2392...> References: <59c3f6ee.02a8df0a.9a9e.205bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <33cf1cc3-2d85-abf5-95a5-d98613002830@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 17:29:18 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #10 by V?ctor PEREZ: probe with all formats and the only one that gives problems is 'Text-HTML' From gambas at ...1... Thu Sep 21 22:51:52 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 22:51:52 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c3f5cb.42811c0a.b9301.1337SMTPIN_ADDED_BROKEN@...2392...> References: <59c3f5cb.42811c0a.b9301.1337SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 17:24:26 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #9 by V?ctor PEREZ: http://www.tenisdemesaparatodos.com/sistemarating.asp . From bagonergi at ...626... Thu Sep 21 22:55:18 2017 From: bagonergi at ...626... (Gianluigi) Date: Thu, 21 Sep 2017 22:55:18 +0200 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <76bcb560-47ca-c4a4-8b81-398384f4cb13@...1...> <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: Hi Jussi, I've run your program, I'm not getting any errors. It create a numbered folder in /tmp/gambas.1000 with the 1.tmp file that will be deleted at the end of the program, everything seems OK. Tested with Gambas 3.10 on Xubuntu 16.04 and with Gambas 3.10.90 on Ubuntu 16.04 Note: Sometimes the program stops before terminating the 100 loops and does not delete the temporary folder Regards Gianluigi 2017-09-21 22:05 GMT+02:00 Jussi Lahtinen : > Thanks! > Is there anyone else who use Linux Mint 17.3? If yes, can you try to run > the project couple times and report the result? > > > Jussi > > On Thu, Sep 21, 2017 at 11:00 PM, Ingo wrote: > > > Am 21.09.2017 um 21:57 schrieb Jussi Lahtinen: > > > >> Thanks! So, I'm not the only one. Can you please give me your system > >> information from the IDE? > >> > >> > >> Jussi > >> > > Here it is: > > > > [System] > > Gambas=3.10 > > OperatingSystem=Linux > > Kernel=3.19.0-32-generic > > Architecture=x86 > > Distribution=Linux Mint 17.3 Rosa > > Desktop=MATE > > Theme=Cleanlooks > > Language=de_DE.UTF-8 > > Memory=3926M > > > > [Libraries] > > Cairo=libcairo.so.2.11301.0 > > Curl=libcurl.so.4.3.0 > > DBus=libdbus-1.so.3.7.6 > > GStreamer=libgstreamer-0.10.so.0.30.0 > > GStreamer=libgstreamer-1.0.so.0.204.0 > > GTK+2=libgtk-x11-2.0.so.0.2400.23 > > GTK+3=libgtk-3.so.0.1000.8 > > OpenGL=libGL.so.1.2.0 > > Poppler=libpoppler.so.44.0.0 > > QT4=libQtCore.so.4.8.6 > > QT5=libQt5Core.so.5.2.1 > > SDL=libSDL-1.2.so.0.11.4 > > SQLite=libsqlite3.so.0.8.6 > > > > [Environment] > > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CcrnlRPLJk, > > guid=4dbf7b1416d08872f442923b59c3e48e > > DEFAULTS_PATH=/usr/share/gconf/mate.default.path > > DESKTOP_SESSION=mate > > DISPLAY=:0.0 > > GB_GUI=gb.qt4 > > GDMSESSION=mate > > GDM_XSERVER_LOCATION=local > > GNOME_KEYRING_CONTROL=/run/user/1000/keyring-KseqI6 > > GNOME_KEYRING_PID=1662 > > GPG_AGENT_INFO=/run/user/1000/keyring-KseqI6/gpg:0:1 > > GTK_OVERLAY_SCROLLING=0 > > HOME= > > LANG=de_DE.UTF-8 > > LOGNAME= > > MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path > > MATE_DESKTOP_SESSION_ID=this-is-deprecated > > MDMSESSION=mate > > MDM_LANG=de_DE.UTF-8 > > MDM_XSERVER_LOCATION=local > > PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/ > > usr/bin:/sbin:/bin:/usr/games:/usr/local/games > > PWD= > > SESSION_MANAGER=local/:@/tmp/.ICE-unix/1739,unix/< > > hostname>:/tmp/.ICE-unix/1739 > > SHELL=/bin/bash > > SSH_AGENT_PID=1877 > > SSH_AUTH_SOCK=/run/user/1000/keyring-KseqI6/ssh > > TEXTDOMAIN=im-config > > TEXTDOMAINDIR=/usr/share/locale/ > > TZ=:/etc/localtime > > USER= > > USERNAME= > > WINDOWPATH=8 > > XAUTHORITY=/.Xauthority > > XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg > > XDG_CURRENT_DESKTOP=MATE > > XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/: > > /usr/share/mdm/ > > XDG_RUNTIME_DIR=/run/user/1000 > > XDG_SEAT=seat0 > > XDG_SESSION_COOKIE=aa274b7a671aedab5cc0b16f58c417e5- > > 1506010252.955399-20639112 > > XDG_SESSION_DESKTOP=mate > > XDG_SESSION_ID=c1 > > XDG_VTNR=8 > > > > Gr. > > > > Ingo > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu Sep 21 23:04:46 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 23:04:46 +0200 Subject: [Gambas-user] Process.Wait freeze In-Reply-To: References: <36e285d2-7222-79e3-f8fb-d23f97124018@...1...> <55ddfcdf-fed8-bac6-22b9-8eb83f3c5287@...626...> Message-ID: <79be64d5-a7ac-d3b2-051e-2ae6d4adb505@...1...> Le 21/09/2017 ? 22:55, Gianluigi a ?crit?: > Hi Jussi, > I've run your program, I'm not getting any errors. > It create a numbered folder in /tmp/gambas.1000 with the 1.tmp file that > will be deleted at the end of the program, everything seems OK. > Tested with Gambas 3.10 on Xubuntu 16.04 and with Gambas 3.10.90 on Ubuntu > 16.04 > Note: Sometimes the program stops before terminating the 100 loops and does > not delete the temporary folder > Regards > Gianluigi > It's a race condition that apparently triggers on some specific systems. Strange... I have yet to analyze the output.txt debugging file provided by Jussi to see if it gives me some clue. -- Beno?t Minisini From gambas at ...1... Thu Sep 21 23:11:39 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 21 Sep 2017 23:11:39 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c42a4d.57de1c0a.447cc.88e5SMTPIN_ADDED_BROKEN@...2392...> References: <59c42a4d.57de1c0a.447cc.88e5SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <05d56a97-2d59-f7ee-b867-29cc1b9ac994@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Thu, 21 Sep 2017 21:08:28 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #11 by Beno?t MINISINI: I can't reproduce it at the moment, so you have to give me more details : did you start Gambas before Mozilla, after? Before the copy? After? How did you copy the text to the clipboard from Mozilla exactly? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Fri Sep 22 05:11:39 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 05:11:39 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c47ebf.503a1c0a.c1b78.2f61SMTPIN_ADDED_BROKEN@...2392...> References: <59c47ebf.503a1c0a.c1b78.2f61SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6a4ce7e1-6939-6590-2342-db01397413fd@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Fri, 22 Sep 2017 03:08:46 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #12 by V?ctor PEREZ: https://youtu.be/4Jn_ppRQrY0 V?ctor PEREZ changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 22 11:07:53 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 11:07:53 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c48bda.0c9edf0a.1d24b.0fafSMTPIN_ADDED_BROKEN@...2392...> References: <59c48bda.0c9edf0a.1d24b.0fafSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <005bc83b-fea0-5923-2378-b72b425a99aa@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Fri, 22 Sep 2017 04:04:41 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Comment #4 by Zainudin AHMAD: The bug still exist. (attach videos) Zainudin AHMAD changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 22 11:07:54 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 11:07:54 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c48c25.b0a9df0a.d723b.31f9SMTPIN_ADDED_BROKEN@...2392...> References: <59c48c25.b0a9df0a.d723b.31f9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <467e6677-82c9-abbb-7b10-a2695263245b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Fri, 22 Sep 2017 04:05:57 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: Debug-Video.mkv From gambas at ...1... Fri Sep 22 11:07:53 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 11:07:53 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c48c0f.11a51c0a.4656b.15b6SMTPIN_ADDED_BROKEN@...2392...> References: <59c48c0f.11a51c0a.4656b.15b6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <9910015c-c1ad-c2ba-0ff6-6b8263e479d1@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Fri, 22 Sep 2017 04:05:35 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: Bug-StillExist-Video.mkv From gambas at ...1... Fri Sep 22 11:07:54 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 11:07:54 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c48c3e.d4151c0a.13b57.497fSMTPIN_ADDED_BROKEN@...2392...> References: <59c48c3e.d4151c0a.13b57.497fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4326a9c3-c481-33ee-6840-076faa401de4@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Fri, 22 Sep 2017 04:06:21 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Zainudin AHMAD added an attachment: Patch-Video.mkv From gambas at ...1... Fri Sep 22 18:16:08 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 22 Sep 2017 18:16:08 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c53625.063b1c0a.78748.2fd8SMTPIN_ADDED_BROKEN@...2392...> References: <59c53625.063b1c0a.78748.2fd8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8b5b8704-2b35-0029-c8c1-eba89da42332@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Fri, 22 Sep 2017 16:11:16 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- V?ctor PEREZ added an attachment: bugX.ogv From gambas at ...1... Sat Sep 23 11:32:18 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 11:32:18 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 09:15:39 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Mourad REGGADI reported a new bug. Summary ------- Inherited properties whose name begins with underscore Type : Bug Priority : Medium Gambas version : 3.10 Product : Development Environment Description ----------- According to documentation, inherited properties whose name begins with underscore are hidden by the editor. It seems not working, i declared a read only property "_DataPool" "Private Function _DataPool_Read()" in base class, in inherited classes when using auto-completion feature, this property is still displayed. System information ------------------ Linux Mint 17.3 rosa From gambas at ...1... Sat Sep 23 12:07:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 12:07:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c63255.83a41c0a.91f17.fc99SMTPIN_ADDED_BROKEN@...2392...> References: <59c63255.83a41c0a.91f17.fc99SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 10:07:16 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #1 by Beno?t MINISINI: The documentation is not precise enough: they are hidden when they are located in a library or a component, but not when they are in the current project. Can you tell me where you read that exactly so that I fix the documentation? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 23 12:27:41 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 12:27:41 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c636fc.c2171c0a.b559a.16c9SMTPIN_ADDED_BROKEN@...2392...> References: <59c636fc.c2171c0a.b559a.16c9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Sat, 23 Sep 2017 10:27:07 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #13 by Beno?t MINISINI: I confirm that it freezes on Mint, but not on Kubuntu. From gambas at ...1... Sat Sep 23 12:37:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 12:37:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c63880.83611c0a.68a2e.0afdSMTPIN_ADDED_BROKEN@...2392...> References: <59c63880.83611c0a.68a2e.0afdSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 10:33:35 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #2 by Mourad REGGADI: Thanks for your quick answer : I have a base class named "BpmnClass" in which i defined a property (read only) named "_DataPool". I have another class named "RuleClass" which inherits the first one. Everything is in the same project. When using "RuleClass" in a form, for example, or when using the "RuleClass" in another class (both located in the same project), i still can see the property "_DataPool" in "RuleClass". By the way, i defined a couple of functions using the underscore in the base class and they do not appear in derived classes in the same context. Is it possible to have the same logic concerning inherited properties, can you consider it as a possible improvement ? Many thanks for your great job. Mourad REGGADI changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 23 12:42:40 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 12:42:40 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c63a04.83671c0a.be6ac.fc2dSMTPIN_ADDED_BROKEN@...2392...> References: <59c63a04.83671c0a.be6ac.fc2dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1e4e5738-3ebd-ca49-aa6e-7bdf2fb29eaf@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Sat, 23 Sep 2017 10:40:03 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #14 by Beno?t MINISINI: Wrong... The bug is in QT4, not in QT5. As they share the same code, I guess I hardly can find a workaround. I mark the bug as upstream, but I will check if I can find a solution. Beno?t MINISINI changed the state of the bug to: Upstream. From gambas at ...1... Sat Sep 23 12:52:47 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 12:52:47 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c63c46.41651c0a.72d20.0586SMTPIN_ADDED_BROKEN@...2392...> References: <59c63c46.41651c0a.72d20.0586SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 10:49:41 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #3 by Beno?t MINISINI: Please send me a little project so that I am sure about what to fix. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Sat Sep 23 13:27:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 13:27:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) In-Reply-To: <59c64500.05361c0a.231e3.2126SMTPIN_ADDED_BROKEN@...2392...> References: <59c64500.05361c0a.231e3.2126SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <821a588a-4c28-7009-b8d8-22476ccc0eec@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1178: Editor crashes when using paste special ( paste as a comment) Date?: Sat, 23 Sep 2017 11:26:55 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1178&from=L21haW4- Comment #15 by Beno?t MINISINI: Finally found a workaround in commit https://gitlab.com/gambas/gambas/commit/7f3ddad0b7c127bbc1ee644fcfddd52574266d59 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 23 13:47:27 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 13:47:27 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c648ef.d68ddf0a.71c1d.6d47SMTPIN_ADDED_BROKEN@...2392...> References: <59c648ef.d68ddf0a.71c1d.6d47SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 11:43:43 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #4 by Mourad REGGADI: Can i send you the test project on g4mba5 at ...626... ? Mourad REGGADI changed the state of the bug to: Accepted. From gambas at ...1... Sat Sep 23 14:07:32 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 14:07:32 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1105: XmlElement.GetChildrenByTagName does get parent too if tag is the same In-Reply-To: <59c64e81.cbbbdf0a.9df3c.5248SMTPIN_ADDED_BROKEN@...2392...> References: <59c64e81.cbbbdf0a.9df3c.5248SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <26798346-ecf3-f3b2-8dd7-77da6444ea76@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1105: XmlElement.GetChildrenByTagName does get parent too if tag is the same Date?: Sat, 23 Sep 2017 12:07:29 GMT De?: bugtracker at ...3416... Pour?: adrien.prokopowicz at ...626..., daniel.blanch.bataller at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1105&from=L21haW4- Comment #1 by Adrien PROKOPOWICZ: Sorry for the delay! The bug should be fixed in commit https://gitlab.com/gambas/gambas/commit/2865c9def1e4fd86d3ba0cf9a1579dfd5bf1d667 . Adrien PROKOPOWICZ changed the state of the bug to: Fixed. From gambas at ...1... Sat Sep 23 14:27:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 14:27:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c65224.52da1c0a.37ffc.46afSMTPIN_ADDED_BROKEN@...2392...> References: <59c65224.52da1c0a.37ffc.46afSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <74fddaa2-37a6-bde5-d2fe-ed4838f96e82@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 12:22:59 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #5 by Mourad REGGADI: Sorry did not see the attach a file button ! From gambas at ...1... Sat Sep 23 14:27:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 14:27:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c65208.cb5e1c0a.240ff.3592SMTPIN_ADDED_BROKEN@...2392...> References: <59c65208.cb5e1c0a.240ff.3592SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0a92c350-16a1-3e56-048b-d1c692620c90@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 12:22:31 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Mourad REGGADI added an attachment: TestHiddenProperty.zip . From gambas at ...1... Sat Sep 23 15:18:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 15:18:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c65e3c.06c1df0a.fd2c7.8cfdSMTPIN_ADDED_BROKEN@...2392...> References: <59c65e3c.06c1df0a.fd2c7.8cfdSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <83eba2f3-4866-2232-3cb3-41493ff907f3@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 13:14:35 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #6 by Beno?t MINISINI: Ha ha. Actually the bug is that the method is not visible, not that the property is. I didn't want to hide symbols beginning with underscore if they are in the same project, because it is the way I wanted to implement a concept like "friend methods" (or properties) of C++, but at the project level: public symbols that should only be used inside their source project, but not from the outside. They are still public, because, for performance reasons, there is nothing inside the interpreter between fully public and fully private. The underscore thing is just a convention. I guess you don't want to see these methods/properties because you want them visible only to the class and its children (as friend methods in C++ really are). Am I right? From gambas at ...1... Sat Sep 23 19:21:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 23 Sep 2017 19:21:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c686a3.9085df0a.a0bb1.d00dSMTPIN_ADDED_BROKEN@...2392...> References: <59c686a3.9085df0a.a0bb1.d00dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4b9996ed-fc07-8470-d863-1123d940b882@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 16:06:58 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #7 by Mourad REGGADI: That is exactly the point ! From mckaygerhard at ...626... Sat Sep 23 19:22:51 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 23 Sep 2017 13:22:51 -0400 Subject: [Gambas-user] SocketServer issue In-Reply-To: References: Message-ID: without a working undertanding code or attached project its hard to find some kind of solution Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-21 14:41 GMT-04:00 Miguel Manso : > Hi guys, > > I've an application that starts a SocketServer on port 8088. All works ok > when I've the network cable inserted on the machine. > > If I boot the machine without the network cable inserted, the SocketServer > doesn't listen on port 8088 and it doesn't raise the _Error event. > > This happens on a particular machine. On a different one, it behaves ok > when it starts with no network cable on it. > > The postgres server (port 5432) starts ok in both machines. > > Any clue why this is happening? > > Thanks. > > -- > Miguel Manso > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Sat Sep 23 19:41:12 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 23 Sep 2017 13:41:12 -0400 Subject: [Gambas-user] a novice question = advise on were to start? In-Reply-To: References: Message-ID: hi @mikeB, in the past was Quanta gold,, today the only most complete app as you mention are https://es.wikipedia.org/wiki/BlueGriffon ... i think you will develop something like quata/bluefish ... your project must cover all the requirements, event if are simpler, must support all the meets so as recomendation, i think the rendenring engine must be as a module by separate.. my 2c of contribution it-s a great deal.. but require a great efforts Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-21 13:55 GMT-04:00 mikeB : > eGreetings the World of Gambas, > > First of all - I'd like to sincerely thank any/ all (special BIG THANKS > goes out to Tobi and Adrien) of you that help me understand the Gambas way > of "hashing" a password and implementing "encryption". Just released, what > I think is a pretty cool Linux Mint app - after beating my head against the > puter monitor endlessly ;-) > > My next project is to TRY to develop a Gambas app that is a WYSIWYG type > app something (but much simpler) like "M$ Front Page" or "Adobe > DreamWeaver". > > I could just start hack'n at it - but if anyone has any advise on where to > start or what to look at = I'd GREATLY APPRECIATE IT! > > I realize that a lot of you true Linux gurus will say "why would anyone > want this - just learn HTML code" but I'm think'n that there are more folks > out there that just want to create and publish a web page or two then spend > a week, month or year learning to code;-) > > Have a GREAT day, > mikeB > > > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Sat Sep 23 19:47:57 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 23 Sep 2017 13:47:57 -0400 Subject: [Gambas-user] "Long" click In-Reply-To: References: Message-ID: i understand perfectly.. --->here but presed but not released ----> here a second was passed ----> here 20 second was passed but button are not released -----> here due more that 20 second passed and but not released a form/window are raised your code looks with sense, but maybe i a good idea start the timming based on the button pressure, and not the moouse your code says> if the MOUSE button click ON ANY PART OF THE FORM start timing to calculate how long are pressed.. and i thing you want > if the MOUSE button click ON SOME SPECIFIC BUTTON FORM et etc Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-21 6:08 GMT-04:00 ML : > My guess is that you want a new form to appear after the button is > raised, but having been pressed more than X seconds. > To this end, I'd add a timer with the desired "long-click lenght" to the > main form (the one that "receives the long-click"). > Maybe also the form and all its controls should have an observer and > apply the timer to the observer, if more than one control may receive > the "long click". > So it would be MouseDown->Enable timer->MouseUp->Disable Timer. If the > timer triggered, the form should be shown: > > Public Sub Form1_MouseDown() > > 'Start timing clicks > tmrLongClickEnabled = True > > End > > Public Sub Form1_MouseUp() > > 'Stop timing clicks > tmrLongClick.Enabled = False > > End > > Public Sub tmrLongClick_Timer() > > 'If the timer triggered before being disabled, it was a > "long-click", so we show the "other" form > Form2.Show() > > 'We also disable the timer so no more than ONE form is shown per > "long-click". > tmrLongClick.Enabled = False > > End > > Disclaimer: It looks good on paper, but did not actually try it. > > HTH, > zxMarce > > On 21/09/17 06:28, Gianluigi wrote: > > I'm not sure I understand, but that's not enough? > > > > Public Sub Button1_MouseDown() > > > > Form1.Show() > > > > End > > > > Public Sub Button1_MouseUp() > > > > Form1.Hide() > > > > End > > > > Regards > > Gianluigi > > > > 2017-09-21 8:19 GMT+02:00 Miguel Manso : > >> Hi All, > >> I'm using gambas3 for some time now and I'd like to know your opinion > >> about the best way to implement a "long" click. > >> The idea is to leave a button presses for a certain amount of seconds > >> and without releasing it, a new form will open. > >> We did this using a timer but I'd like to know if there's any > >> "recommended" way of doing it. > >> Thanks. > >> -- > >> Miguel Manso > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mikeB at ...3673... Sat Sep 23 22:19:31 2017 From: mikeB at ...3673... (mikeB) Date: Sat, 23 Sep 2017 14:19:31 -0600 Subject: [Gambas-user] a novice question = advise on were to start? In-Reply-To: References: Message-ID: <8a313964-4505-a6d4-d9e8-6fe9b8b617b0@...3673...> Thanks for your reply - since my post I've got MOST everything figured out but of course is a large project so will require a LOT of hack'n and testing. But have made a commitment to self to get this done ;-) have a GREAT day, mikeB On 09/23/2017 11:41 AM, PICCORO McKAY Lenz wrote: > hi @mikeB, in the past was Quanta gold,, today the only most complete app > as you mention are https://es.wikipedia.org/wiki/BlueGriffon ... > > i think you will develop something like quata/bluefish ... your project > must cover all the requirements, event if are simpler, must support all the > meets > > so as recomendation, i think the rendenring engine must be as a module by > separate.. my 2c of contribution > > it-s a great deal.. but require a great efforts > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-09-21 13:55 GMT-04:00 mikeB : > >> eGreetings the World of Gambas, >> >> First of all - I'd like to sincerely thank any/ all (special BIG THANKS >> goes out to Tobi and Adrien) of you that help me understand the Gambas way >> of "hashing" a password and implementing "encryption". Just released, what >> I think is a pretty cool Linux Mint app - after beating my head against the >> puter monitor endlessly ;-) >> >> My next project is to TRY to develop a Gambas app that is a WYSIWYG type >> app something (but much simpler) like "M$ Front Page" or "Adobe >> DreamWeaver". >> >> I could just start hack'n at it - but if anyone has any advise on where to >> start or what to look at = I'd GREATLY APPRECIATE IT! >> >> I realize that a lot of you true Linux gurus will say "why would anyone >> want this - just learn HTML code" but I'm think'n that there are more folks >> out there that just want to create and publish a web page or two then spend >> a week, month or year learning to code;-) >> >> Have a GREAT day, >> mikeB >> >> >> >> >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sun Sep 24 00:46:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 00:46:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c6e407.d090df0a.f47aa.b96bSMTPIN_ADDED_BROKEN@...2392...> References: <59c6e407.d090df0a.f47aa.b96bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <46ac0178-ded3-dcaa-eb2f-08827626b6f5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sat, 23 Sep 2017 22:45:26 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #8 by Beno?t MINISINI: I think what I done in commit https://gitlab.com/gambas/gambas/commit/26039d08bba13acd442c42dde33378ee6536fab1 should satisfy you: Now symbols having an underscore in it are automatically hidden, unless you start typing an underscore just after the point. Beno?t MINISINI changed the state of the bug to: Fixed. From tmorehen at ...3602... Sun Sep 24 03:09:16 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sat, 23 Sep 2017 21:09:16 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: Just a quick update on an Imap class.? The following methods have been implemented and, for the most part, tested: Abort, AddMessageFlags, Authed, BuildSequenceSet, Capabilities, CleanUpMailBoxList, Connect, CopyMessage, CopyMessages, CreateMailbox, Debug, DeleteMailbox, DeleteMessage, DeleteMessages, Encrypt, Exec, Expunge, FindValue, GetMessage, GetMessageFlags, Host, LSub, List, ListMailboxes, ListSubscribedMailboxes, Logout, MailboxInfo, MailboxStatus, MoveMessage, MoveMessages, Noop, Password, Port, RemoveMessageFlags, RenameMailbox, Search, SelectMailbox, SetMessageFlags, User, Welcome The testing has been done on a static email account.? As a result, copy, move and delete messages have not been properly tested.? I'll follow up on that in another message. From tmorehen at ...3602... Sun Sep 24 03:39:21 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sat, 23 Sep 2017 21:39:21 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: <809f25b0-c933-b8ce-eb1e-0e2fc6b34c2e@...3602...> To support a dynamic email account (one with new messages and deleted messages) and to implement the Idle and Notify commands, I need to handle server notifications.? What I plan to do is implement a monitor loop which will do a readline on the input from the server.? Each new line will be tested to see if it is a notification.? If so, the appropriate action will be taken.? If it's not a notification, it will be printed to a buffer stream. Currently, commands are directly sent to the server socket and replies are read directly from the same socket.? In the new approach, replies will be read from the buffer. One complication is that I must ensure that all the CRLFs in the buffer must remain intact.? Another complication is that I cannot just do a readline on a blocking stream.? There maybe some time between notifications, which would normally cause the readline to timeout.? Idle and Notify commands can wait for 20 minutes or more. Comments? Suggestions?? I'd really appreciate advice on the best way to handle this. On 2017-09-23 09:09 PM, Tony Morehen wrote: > Just a quick update on an Imap class.? The following methods have been > implemented and, for the most part, tested: > > Abort, AddMessageFlags, Authed, BuildSequenceSet, Capabilities, > CleanUpMailBoxList, Connect, CopyMessage, CopyMessages, CreateMailbox, > Debug, > DeleteMailbox, DeleteMessage, DeleteMessages, Encrypt, Exec, Expunge, > FindValue, GetMessage, GetMessageFlags, Host, LSub, List, ListMailboxes, > ListSubscribedMailboxes, Logout, MailboxInfo, MailboxStatus, > MoveMessage, MoveMessages, Noop, Password, Port, RemoveMessageFlags, > RenameMailbox, Search, SelectMailbox, SetMessageFlags, User, Welcome > > The testing has been done on a static email account.? As a result, > copy, move and delete messages have not been properly tested. I'll > follow up on that in another message. > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From tmorehen at ...3602... Sun Sep 24 04:07:22 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sat, 23 Sep 2017 22:07:22 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: I came across an interesting issue when working on Imap's Fetch command.? Fetch is used to down load messages.? The response to a Fetch has 4 parts: 1) a single line providing the size of the download, say, 69000 bytes. 2) the mime-encoded download (a string 69000 bytes long) 3) one line whose only contents is ")" 4) one line status line. So my code does: Readline response = Read #stream, iSize??? 'iSize=69000 Readline Readline Using a TCP socket,? the Read # line has no error but the download is incomplete, say only 50000 bytes.? The remaining 19000 byes is read by the next Readline.? However, the response variable is the correct 69000 bytes in length, with the last 19000 bytes zero-filled.? Its like the Read # timed out but the timeout is set to 10000 and 10 seconds had not elapsed.? Socket.blocking was set to True. Using an openssl process, the Read # line raises an error:? Error 9, Bad file descriptor. I have a workaround:? Read # is replaced with ? Dim result as new String[] ? Bytesread=0 ? Do While BytesRead < iSize ??? Response = Read #$hStream,? IIf(iSize - BytesRead > 4096, 4096, iSize - BytesRead) ??? result.Add(Response) ??? bytesread += 4096 ? Loop ? Response = result.Join("") Now both TCP and openssl work, no zero-fill no errors. Any ideas? Other fixes? On 2017-09-23 09:09 PM, Tony Morehen wrote: > Just a quick update on an Imap class.? The following methods have been > implemented and, for the most part, tested: > > Abort, AddMessageFlags, Authed, BuildSequenceSet, Capabilities, > CleanUpMailBoxList, Connect, CopyMessage, CopyMessages, CreateMailbox, > Debug, > DeleteMailbox, DeleteMessage, DeleteMessages, Encrypt, Exec, Expunge, > FindValue, GetMessage, GetMessageFlags, Host, LSub, List, ListMailboxes, > ListSubscribedMailboxes, Logout, MailboxInfo, MailboxStatus, > MoveMessage, MoveMessages, Noop, Password, Port, RemoveMessageFlags, > RenameMailbox, Search, SelectMailbox, SetMessageFlags, User, Welcome > > The testing has been done on a static email account.? As a result, > copy, move and delete messages have not been properly tested. I'll > follow up on that in another message. > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From d4t4full at ...626... Sun Sep 24 06:35:31 2017 From: d4t4full at ...626... (d4t4full at ...626...) Date: Sun, 24 Sep 2017 01:35:31 -0300 Subject: [Gambas-user] "Long" click In-Reply-To: References: Message-ID: <2e97f267-a4c2-4e5f-af21-afabdb463145@...626...> That is precisely the reason I suggested an OBSERVER object. This Observer would get all MouseDown and MouseUp events for the desired controls and act accordingly. My code was, anyway, Form-oriented on purpose to make it simpler and straight to the point, without the observer complication. The reader can adapt,? expand or innovate as needed. Regards, zxMarce. On Sep 23, 2017, 14:48, at 14:48, PICCORO McKAY Lenz wrote: >i understand perfectly.. > >--->here but presed but not released >----> here a second was passed >----> here 20 second was passed but button are not released >-----> here due more that 20 second passed and but not released a >form/window are raised > > >your code looks with sense, but maybe i a good idea start the timming >based >on the button pressure, and not the moouse > >your code says> if the MOUSE button click ON ANY PART OF THE FORM start >timing to calculate how long are pressed.. > >and i thing you want > if the MOUSE button click ON SOME SPECIFIC >BUTTON >FORM et etc > > > >Lenz McKAY Gerardo (PICCORO) >http://qgqlochekone.blogspot.com > >2017-09-21 6:08 GMT-04:00 ML : > >> My guess is that you want a new form to appear after the button is >> raised, but having been pressed more than X seconds. >> To this end, I'd add a timer with the desired "long-click lenght" to >the >> main form (the one that "receives the long-click"). >> Maybe also the form and all its controls should have an observer and >> apply the timer to the observer, if more than one control may receive >> the "long click". >> So it would be MouseDown->Enable timer->MouseUp->Disable Timer. If >the >> timer triggered, the form should be shown: >> >> Public Sub Form1_MouseDown() >> >> 'Start timing clicks >> tmrLongClickEnabled = True >> >> End >> >> Public Sub Form1_MouseUp() >> >> 'Stop timing clicks >> tmrLongClick.Enabled = False >> >> End >> >> Public Sub tmrLongClick_Timer() >> >> 'If the timer triggered before being disabled, it was a >> "long-click", so we show the "other" form >> Form2.Show() >> >> 'We also disable the timer so no more than ONE form is shown per >> "long-click". >> tmrLongClick.Enabled = False >> >> End >> >> Disclaimer: It looks good on paper, but did not actually try it. >> >> HTH, >> zxMarce >> >> On 21/09/17 06:28, Gianluigi wrote: >> > I'm not sure I understand, but that's not enough? >> > >> > Public Sub Button1_MouseDown() >> > >> > Form1.Show() >> > >> > End >> > >> > Public Sub Button1_MouseUp() >> > >> > Form1.Hide() >> > >> > End >> > >> > Regards >> > Gianluigi >> > >> > 2017-09-21 8:19 GMT+02:00 Miguel Manso : >> >> Hi All, >> >> I'm using gambas3 for some time now and I'd like to know your >opinion >> >> about the best way to implement a "long" click. >> >> The idea is to leave a button presses for a certain amount of >seconds >> >> and without releasing it, a new form will open. >> >> We did this using a timer but I'd like to know if there's any >> >> "recommended" way of doing it. >> >> Thanks. >> >> -- >> >> Miguel Manso >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >------------------------------------------------------------------------------ >Check out the vibrant tech community on one of the world's most >engaging tech sites, Slashdot.org! http://sdm.link/slashdot >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user From mckaygerhard at ...626... Sun Sep 24 07:15:09 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sun, 24 Sep 2017 01:15:09 -0400 Subject: [Gambas-user] contribute user accoount does not meet with collaborators Message-ID: it-s suppose that the COLABORATION wiki and file in gambas its for those that are not part of the team and commonlly are external and ocasionally, must explain gambas code where and how, the wiki page only have too many references event more explain what to do.. *the only part good explained it's the log format... and for rest said @ask to mail list@* by example, about project forking workflow make reference to the GENERAL how to and not a specific how to made in gambas rules context about the account the wiki and file said> We also recommend you use SSH to work with Git repositories , instead of HTTPS. Not only you won't have to enter your GitLab username and password every time you want to interact with the repository, but it is also more secure as your password is never sent through the network. This are only usefully for those that have a computer fixed, and not change it! due implices not common steps to certified the ssh keys in gitlab and the computer.. i not have computer, always use the machines of others or from job.. all the not common cases are not explained. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From mckaygerhard at ...626... Sun Sep 24 07:28:47 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sun, 24 Sep 2017 01:28:47 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: WOW! we now can make that bugtrackert check a email accoount for new tickets! with this class we can build now more advanced apps that can checks and process evnets based on mails messages.. this class will be available in 3.10.X ? or later? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-23 22:07 GMT-04:00 Tony Morehen : > I came across an interesting issue when working on Imap's Fetch command. > Fetch is used to down load messages. The response to a Fetch has 4 parts: > 1) a single line providing the size of the download, say, 69000 bytes. > 2) the mime-encoded download (a string 69000 bytes long) > 3) one line whose only contents is ")" > 4) one line status line. > > So my code does: > Readline > response = Read #stream, iSize 'iSize=69000 > Readline > Readline > > Using a TCP socket, the Read # line has no error but the download is > incomplete, say only 50000 bytes. The remaining 19000 byes is read by the > next Readline. However, the response variable is the correct 69000 bytes > in length, with the last 19000 bytes zero-filled. Its like the Read # > timed out but the timeout is set to 10000 and 10 seconds had not elapsed. > Socket.blocking was set to True. > > Using an openssl process, the Read # line raises an error: Error 9, Bad > file descriptor. > > I have a workaround: Read # is replaced with > > Dim result as new String[] > > Bytesread=0 > Do While BytesRead < iSize > Response = Read #$hStream, IIf(iSize - BytesRead > 4096, 4096, iSize > - BytesRead) > result.Add(Response) > bytesread += 4096 > Loop > Response = result.Join("") > > Now both TCP and openssl work, no zero-fill no errors. > > Any ideas? Other fixes? > > > On 2017-09-23 09:09 PM, Tony Morehen wrote: > >> Just a quick update on an Imap class. The following methods have been >> implemented and, for the most part, tested: >> >> Abort, AddMessageFlags, Authed, BuildSequenceSet, Capabilities, >> CleanUpMailBoxList, Connect, CopyMessage, CopyMessages, CreateMailbox, >> Debug, >> DeleteMailbox, DeleteMessage, DeleteMessages, Encrypt, Exec, Expunge, >> FindValue, GetMessage, GetMessageFlags, Host, LSub, List, ListMailboxes, >> ListSubscribedMailboxes, Logout, MailboxInfo, MailboxStatus, MoveMessage, >> MoveMessages, Noop, Password, Port, RemoveMessageFlags, >> RenameMailbox, Search, SelectMailbox, SetMessageFlags, User, Welcome >> >> The testing has been done on a static email account. As a result, copy, >> move and delete messages have not been properly tested. I'll follow up on >> that in another message. >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From adrien.prokopowicz at ...626... Sun Sep 24 11:01:37 2017 From: adrien.prokopowicz at ...626... (Adrien Prokopowicz) Date: Sun, 24 Sep 2017 11:01:37 +0200 Subject: [Gambas-user] contribute user accoount does not meet with collaborators In-Reply-To: References: Message-ID: Le Sun, 24 Sep 2017 07:15:09 +0200, PICCORO McKAY Lenz a ?crit: > it-s suppose that the COLABORATION wiki and file in gambas its for those > that are not part of the team and commonlly are external and ocasionally, > must explain gambas code where and how, the wiki page only have too many > references event more explain what to do.. > > *the only part good explained it's the log format... and for rest said > @ask > to mail list@* > > by example, about project forking workflow make reference to the GENERAL > how to and not a specific how to made in gambas rules context > I'm really having a hard time understanding you here. Are you saying there are too many links on the page ? First, what is the problem with having links ? Is it less accessible to have content behind a link rather than in the page ? You cant explain literally everything, mainly because the contributing guide would be way too long and would become cluttered, but also because this is not the place to make a complete tutorial on SSH or Git. The log format is the only thing explained in detail in the wiki, because it's the only thing that is really specific to Gambas. Everything else (Project forking workflow, SSH, GPG, Git, and so on...) is standard and there is nothing specific to Gambas. Of course, because it is standard doesn't mean everyone knows it, but it means that it has good documentation already. And since GitLab already has all this documentation, why should we spend precious time and resources reinventing the wheel ? > about the account the wiki and file said> > > We also recommend you use SSH to work with Git repositories > , instead of HTTPS. Not only > you won't have to enter your GitLab username and password every time you > want to interact with the repository, but it is also more secure as your > password is never sent through the network. > > This are only usefully for those that have a computer fixed, and not > change > it! due implices not common steps to certified the ssh keys in gitlab > and > the computer.. > > i not have computer, always use the machines of others or from job.. > > all the not common cases are not explained. And they should not be. These kinds of guides are meant to give directions to people who are lost (like many were when we switched to Git), we can't make a super extensive guide covering every single case for every single person. -- Adrien Prokopowicz From gambas at ...1... Sun Sep 24 21:51:00 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:00 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets In-Reply-To: <59c704b6.01aedf0a.4a11.e277SMTPIN_ADDED_BROKEN@...2392...> References: <59c704b6.01aedf0a.4a11.e277SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets Date?: Sun, 24 Sep 2017 01:04:53 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1180&from=L21haW4- V?ctor PEREZ added an attachment: bug-tipo variable (property).ogv From gambas at ...1... Sun Sep 24 21:51:00 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:00 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets In-Reply-To: References: Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets Date?: Sun, 24 Sep 2017 01:04:30 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1180&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- error in property when you change a data type in square brackets Type : Bug Priority : High Gambas version : 3.10 Product : Unknown Description ----------- error in property when you change a data type in square brackets System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Sun Sep 24 21:51:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color In-Reply-To: References: Message-ID: <3d5c8086-8401-71fa-491c-b9aa60f5971e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color Date?: Sun, 24 Sep 2017 01:13:24 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1181&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- cursor changes position when you choose color Type : Bug Priority : Low Gambas version : 3.10 Product : Unknown Description ----------- cursor changes position when you choose color System information ------------------ Gambas=3.9.2 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86 Distribution=Linux Mint 17.3 Rosa Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1950M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From gambas at ...1... Sun Sep 24 21:51:02 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:02 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color In-Reply-To: <59c7071c.03aadf0a.c2699.b48aSMTPIN_ADDED_BROKEN@...2392...> References: <59c7071c.03aadf0a.c2699.b48aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1c60708b-8774-b955-329e-7cf87a9d8601@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color Date?: Sun, 24 Sep 2017 01:15:08 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1181&from=L21haW4- V?ctor PEREZ added an attachment: cursor-move.ogv From gambas at ...1... Sun Sep 24 21:51:03 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:03 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong In-Reply-To: <59c73832.d8a4df0a.c040d.5a0aSMTPIN_ADDED_BROKEN@...2392...> References: <59c73832.d8a4df0a.c040d.5a0aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong Date?: Sun, 24 Sep 2017 04:44:33 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1177&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: the solution was simple as i said in the past.. a new line after the "" ... no css and complications of "modern techniqes" i tested in all browsers since chrome 6, midori 1 and forefox 3.5 and stil lhave some problems PICCORO LENZ MCKAY changed the state of the bug to: Duplicate. From gambas at ...1... Sun Sep 24 21:51:05 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 21:51:05 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore In-Reply-To: <59c79f44.b5a6df0a.d3a8.10ccSMTPIN_ADDED_BROKEN@...2392...> References: <59c79f44.b5a6df0a.d3a8.10ccSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1179: Inherited properties whose name begins with underscore Date?: Sun, 24 Sep 2017 12:04:19 GMT De?: bugtracker at ...3416... Pour?: mourad.reggadi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1179&from=L21haW4- Comment #9 by Mourad REGGADI: That's great ! Thanks a lot ! From gambas at ...1... Sun Sep 24 22:06:47 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 22:06:47 +0200 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: Le 24/09/2017 ? 04:07, Tony Morehen a ?crit?: > I came across an interesting issue when working on Imap's Fetch > command.? Fetch is used to down load messages.? The response to a Fetch > has 4 parts: > 1) a single line providing the size of the download, say, 69000 bytes. > 2) the mime-encoded download (a string 69000 bytes long) > 3) one line whose only contents is ")" > 4) one line status line. > > So my code does: > Readline > response = Read #stream, iSize??? 'iSize=69000 > Readline > Readline > > Using a TCP socket,? the Read # line has no error but the download is > incomplete, say only 50000 bytes.? The remaining 19000 byes is read by > the next Readline.? However, the response variable is the correct 69000 > bytes in length, with the last 19000 bytes zero-filled.? Its like the > Read # timed out but the timeout is set to 10000 and 10 seconds had not > elapsed.? Socket.blocking was set to True. > > Using an openssl process, the Read # line raises an error:? Error 9, Bad > file descriptor. > > I have a workaround:? Read # is replaced with > > ? Dim result as new String[] > > ? Bytesread=0 > ? Do While BytesRead < iSize > ??? Response = Read #$hStream,? IIf(iSize - BytesRead > 4096, 4096, > iSize - BytesRead) > ??? result.Add(Response) > ??? bytesread += 4096 > ? Loop > ? Response = result.Join("") > > Now both TCP and openssl work, no zero-fill no errors. > > Any ideas? Other fixes? > > I looked at the gb.net socket source code (which I didn't wrote), and things are clear: the read method of the Socket class stream just do one system call. So it does not read what the user asks, but what is available on the socket. Other streams implemented in the interpreter (like pipe, for example), on the contrary, try to read the number of bytes requested by the user. Your code implements the missing logic in gb.net, so it fixes the problem (as 4096 may be the granularity of TCP data that is sent to the user space). I have to fix that directly in gb.net. Of course it's a pity that each stream has to implement the same logic, so maybe I should take more time to see I can find a solution directly in the interpreter. -- Beno?t Minisini From tmorehen at ...3602... Sun Sep 24 22:46:51 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Sun, 24 Sep 2017 16:46:51 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: <7ed400e2-ce47-746b-651e-cf816f350d49@...3602...> There's not much logic behind the 4096.? It was the first number I tried and it worked.? I originally used 4096 in a copy routine in a file manager program.? There, 4096 makes sense as it equals a hard drive cluster size. On 2017-09-24 04:06 PM, Beno?t Minisini via Gambas-user wrote: > Le 24/09/2017 ? 04:07, Tony Morehen a ?crit?: >> I came across an interesting issue when working on Imap's Fetch >> command.? Fetch is used to down load messages.? The response to a >> Fetch has 4 parts: >> 1) a single line providing the size of the download, say, 69000 bytes. >> 2) the mime-encoded download (a string 69000 bytes long) >> 3) one line whose only contents is ")" >> 4) one line status line. >> >> So my code does: >> Readline >> response = Read #stream, iSize??? 'iSize=69000 >> Readline >> Readline >> >> Using a TCP socket,? the Read # line has no error but the download is >> incomplete, say only 50000 bytes.? The remaining 19000 byes is read >> by the next Readline.? However, the response variable is the correct >> 69000 bytes in length, with the last 19000 bytes zero-filled.? Its >> like the Read # timed out but the timeout is set to 10000 and 10 >> seconds had not elapsed. Socket.blocking was set to True. >> >> Using an openssl process, the Read # line raises an error: Error 9, >> Bad file descriptor. >> >> I have a workaround:? Read # is replaced with >> >> ?? Dim result as new String[] >> >> ?? Bytesread=0 >> ?? Do While BytesRead < iSize >> ???? Response = Read #$hStream,? IIf(iSize - BytesRead > 4096, 4096, >> iSize - BytesRead) >> ???? result.Add(Response) >> ???? bytesread += 4096 >> ?? Loop >> ?? Response = result.Join("") >> >> Now both TCP and openssl work, no zero-fill no errors. >> >> Any ideas? Other fixes? >> >> > > I looked at the gb.net socket source code (which I didn't wrote), and > things are clear: the read method of the Socket class stream just do > one system call. So it does not read what the user asks, but what is > available on the socket. > > Other streams implemented in the interpreter (like pipe, for example), > on the contrary, try to read the number of bytes requested by the user. > > Your code implements the missing logic in gb.net, so it fixes the > problem (as 4096 may be the granularity of TCP data that is sent to > the user space). > > I have to fix that directly in gb.net. Of course it's a pity that each > stream has to implement the same logic, so maybe I should take more > time to see I can find a solution directly in the interpreter. > From gambas at ...1... Sun Sep 24 23:18:51 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 24 Sep 2017 23:18:51 +0200 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: <7ed400e2-ce47-746b-651e-cf816f350d49@...3602...> References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> <7ed400e2-ce47-746b-651e-cf816f350d49@...3602...> Message-ID: <1c7d2f24-e139-35f5-7d2b-9d1c86a76239@...1...> Le 24/09/2017 ? 22:46, Tony Morehen a ?crit?: > There's not much logic behind the 4096.? It was the first number I tried > and it worked.? I originally used 4096 in a copy routine in a file > manager program.? There, 4096 makes sense as it equals a hard drive > cluster size. It's more because it's the size of a memory page in Linux. -- Beno?t Minisini From gambas at ...1... Mon Sep 25 01:45:49 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 01:45:49 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) In-Reply-To: <59c84354.988bdf0a.87990.5ed9SMTPIN_ADDED_BROKEN@...2392...> References: <59c84354.988bdf0a.87990.5ed9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog) Date?: Sun, 24 Sep 2017 23:44:19 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1053&from=L21haW4- Comment #5 by Beno?t MINISINI: It should be really fixed in commit https://gitlab.com/gambas/gambas/commit/f1046c70f9c665e4c45108fff8e4fc572c047c8c Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Mon Sep 25 02:21:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 02:21:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets In-Reply-To: <59c84bd0.14addf0a.1697e.9ea3SMTPIN_ADDED_BROKEN@...2392...> References: <59c84bd0.14addf0a.1697e.9ea3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0ba03b8b-c215-d455-a79c-2ece3133da05@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets Date?: Mon, 25 Sep 2017 00:20:31 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1180&from=L21haW4- Comment #1 by Beno?t MINISINI: Yep, be careful when you define the _Properties constant of a control you are using in the same project... From gambas at ...1... Mon Sep 25 02:26:30 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 02:26:30 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets In-Reply-To: <59c84d25.16201c0a.3e073.0bb7SMTPIN_ADDED_BROKEN@...2392...> References: <59c84d25.16201c0a.3e073.0bb7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <09615f98-7140-5e9e-0bdf-44e8d4cd0c86@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1180: error in property when you change a data type in square brackets Date?: Mon, 25 Sep 2017 00:26:12 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1180&from=L21haW4- Comment #2 by Beno?t MINISINI: When the property type declared in '_Properties' is unknown, it is assumed to be a class name, and the IDE will then show a combo-box with all controls in the form being an instance of that class. In your case, by changing "Color" to "color", then the value of the property, then changing back "color" to "Color", you are just corrupting the form file. From gambas at ...1... Mon Sep 25 03:05:38 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 03:05:38 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color In-Reply-To: <59c855e1.64a6df0a.12b33.55bbSMTPIN_ADDED_BROKEN@...2392...> References: <59c855e1.64a6df0a.12b33.55bbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1181: cursor changes position when you choose color Date?: Mon, 25 Sep 2017 01:03:28 GMT De?: bugtracker at ...3416... Pour?: postapase.libertad at ...3502..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1181&from=L21haW4- Comment #1 by Beno?t MINISINI: This has already been fixed in master. Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Mon Sep 25 05:04:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 05:04:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work In-Reply-To: References: Message-ID: <5ba65f1c-90cd-393b-ee34-d9cc4e91fa89@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work Date?: Mon, 25 Sep 2017 03:00:30 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1182&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Breakpoint can't work Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Breakpoint in Sub / procedure where the name beginning with "$" can't work. Reproduce the Bug : 1)Run project (attach project) (attach videos) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Mon Sep 25 05:04:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 05:04:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work In-Reply-To: <59c87179.46441c0a.c2367.5029SMTPIN_ADDED_BROKEN@...2392...> References: <59c87179.46441c0a.c2367.5029SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <5571fc50-28f0-80e0-7d01-873a12b604cc@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work Date?: Mon, 25 Sep 2017 03:01:12 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1182&from=L21haW4- Zainudin AHMAD added an attachment: Bug-Breakpoint-Video.mkv From gambas at ...1... Mon Sep 25 05:04:42 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 05:04:42 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work In-Reply-To: <59c8716a.4da7df0a.28a36.5ec2SMTPIN_ADDED_BROKEN@...2392...> References: <59c8716a.4da7df0a.28a36.5ec2SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <31c695ff-d79b-e13a-d475-d71d24a09b94@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work Date?: Mon, 25 Sep 2017 03:00:57 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1182&from=L21haW4- Zainudin AHMAD added an attachment: Bug-ide-Breakpoint.tar.gz From mmanso at ...626... Mon Sep 25 12:34:24 2017 From: mmanso at ...626... (Miguel Manso) Date: Mon, 25 Sep 2017 11:34:24 +0100 Subject: [Gambas-user] "Long" click In-Reply-To: References: Message-ID: Hi all, I've found a strange issue related with this subject and qt5. In the example you sent me, if you replace the Form1.Show() to Form1.ShowModal(), on a computer with touchscreen it won't work correctly. I mean, it opens the Form1 but the next touch you do on the screen, will be ignored. After that, it works normally. Every time you do a ShowModal in the middle of a MouseDown and MouseUp event (with the timer) the first click on the opened form won't be handled... I've been analyzing this for hours and I've found that using gb.qt4 work ok and this issue doesn't happen. Again, this only happens using the touchscreen. If I use the mouse, it works correctly. Any suggestions on this wierd issue? Thanks a lot. On 23 September 2017 at 18:47, PICCORO McKAY Lenz wrote: > i understand perfectly.. > > --->here but presed but not released > ----> here a second was passed > ----> here 20 second was passed but button are not released > -----> here due more that 20 second passed and but not released a > form/window are raised > > > your code looks with sense, but maybe i a good idea start the timming based > on the button pressure, and not the moouse > > your code says> if the MOUSE button click ON ANY PART OF THE FORM start > timing to calculate how long are pressed.. > > and i thing you want > if the MOUSE button click ON SOME SPECIFIC BUTTON > FORM et etc > > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-09-21 6:08 GMT-04:00 ML : > > > My guess is that you want a new form to appear after the button is > > raised, but having been pressed more than X seconds. > > To this end, I'd add a timer with the desired "long-click lenght" to the > > main form (the one that "receives the long-click"). > > Maybe also the form and all its controls should have an observer and > > apply the timer to the observer, if more than one control may receive > > the "long click". > > So it would be MouseDown->Enable timer->MouseUp->Disable Timer. If the > > timer triggered, the form should be shown: > > > > Public Sub Form1_MouseDown() > > > > 'Start timing clicks > > tmrLongClickEnabled = True > > > > End > > > > Public Sub Form1_MouseUp() > > > > 'Stop timing clicks > > tmrLongClick.Enabled = False > > > > End > > > > Public Sub tmrLongClick_Timer() > > > > 'If the timer triggered before being disabled, it was a > > "long-click", so we show the "other" form > > Form2.Show() > > > > 'We also disable the timer so no more than ONE form is shown per > > "long-click". > > tmrLongClick.Enabled = False > > > > End > > > > Disclaimer: It looks good on paper, but did not actually try it. > > > > HTH, > > zxMarce > > > > On 21/09/17 06:28, Gianluigi wrote: > > > I'm not sure I understand, but that's not enough? > > > > > > Public Sub Button1_MouseDown() > > > > > > Form1.Show() > > > > > > End > > > > > > Public Sub Button1_MouseUp() > > > > > > Form1.Hide() > > > > > > End > > > > > > Regards > > > Gianluigi > > > > > > 2017-09-21 8:19 GMT+02:00 Miguel Manso : > > >> Hi All, > > >> I'm using gambas3 for some time now and I'd like to know your opinion > > >> about the best way to implement a "long" click. > > >> The idea is to leave a button presses for a certain amount of seconds > > >> and without releasing it, a new form will open. > > >> We did this using a timer but I'd like to know if there's any > > >> "recommended" way of doing it. > > >> Thanks. > > >> -- > > >> Miguel Manso > > > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Miguel Manso From gambas at ...1... Mon Sep 25 15:16:21 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 15:16:21 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature In-Reply-To: <59c8826a.82a91c0a.d6537.61f2SMTPIN_ADDED_BROKEN@...2392...> References: <59c8826a.82a91c0a.d6537.61f2SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7ab0b97f-6be5-ce86-cbe6-2c2e1625b075@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature Date?: Mon, 25 Sep 2017 04:13:30 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1183&from=L21haW4- Zainudin AHMAD added an attachment: Bug-Search.mkv From gambas at ...1... Mon Sep 25 15:16:21 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 15:16:21 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature In-Reply-To: References: Message-ID: <49cf5f9b-db3f-029d-1aff-c5d17e81c40c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature Date?: Mon, 25 Sep 2017 04:12:51 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1183&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Ide crash when using search feature Type : Bug Priority : Medium Gambas version : Unknown Product : Development Environment Description ----------- If any unknow control in a project and using search feature for finding something related with that control, I get ide crash. Reproduce the bug (attach video) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From bm.530502 at ...626... Mon Sep 25 17:34:37 2017 From: bm.530502 at ...626... (Ingo) Date: Mon, 25 Sep 2017 17:34:37 +0200 Subject: [Gambas-user] MediaTagList gives no Tag-Values Message-ID: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> Hello gambas users. A second try for the problem I still have. I'm trying to get the tag-values of an Internet radio stream with MediaPlayer from gb.media. For example from http://us3.internet-radio.com:8078: organization="Classic Rock HD" genre="Classic Rock SHERADIO WSHE RADIOSHE" location="http://www.ClassicRock-HD.com" audio-codec="MPEG 1 Audio, Layer 3 (MP3" nominal-bitrate=128000 has-crc=false channel-mode="joint-stereo" minimum-bitrate=128012 bitrate=127981 maximum-bitrate=128012 title="Elton John - Lucy In The Sky With Diamonds" The documentation says: "A tag is a piece of information (a string key and a value) about a multimedia stream." (http://gambaswiki.org/wiki/comp/gb.media/mediataglist) But what I get are only the keys like organization, genre, location and so on and not the values! Where is the fault? Did I make a mistake or is it a bug within gb.media? See attached the project to check it out. Thank you for any help. Best regards Ingo -------------- next part -------------- A non-text attachment was scrubbed... Name: GPlayer_01a-0.0.1.tar.gz Type: application/gzip Size: 11505 bytes Desc: not available URL: From gambas at ...1... Mon Sep 25 17:40:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 17:40:59 +0200 Subject: [Gambas-user] MediaTagList gives no Tag-Values In-Reply-To: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> References: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> Message-ID: Le 25/09/2017 ? 17:34, Ingo a ?crit?: > Hello gambas users. > A second try for the problem I still have. > > I'm trying to get the tag-values of an Internet radio stream with > MediaPlayer from gb.media. > > For example from http://us3.internet-radio.com:8078: > organization="Classic Rock HD" > genre="Classic Rock SHERADIO WSHE RADIOSHE" > location="http://www.ClassicRock-HD.com" > audio-codec="MPEG 1 Audio, Layer 3 (MP3" > nominal-bitrate=128000 > has-crc=false > channel-mode="joint-stereo" > minimum-bitrate=128012 > bitrate=127981 > maximum-bitrate=128012 > title="Elton John - Lucy In The Sky With Diamonds" > > The documentation says: "A tag is a piece of information (a string key > and a value) about a multimedia stream." > (http://gambaswiki.org/wiki/comp/gb.media/mediataglist) > > But what I get are only the keys like organization, genre, location and > so on and not the values! > > Where is the fault? Did I make a mistake or is it a bug within gb.media? > > See attached the project to check it out. > > Thank you for any help. > Best regards > Ingo > You should read the other link on the documentation page: "the class acts like a _read-only_ array" -- Beno?t Minisini From mckaygerhard at ...626... Mon Sep 25 20:07:14 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Mon, 25 Sep 2017 14:07:14 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: <1c7d2f24-e139-35f5-7d2b-9d1c86a76239@...1...> References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> <7ed400e2-ce47-746b-651e-cf816f350d49@...3602...> <1c7d2f24-e139-35f5-7d2b-9d1c86a76239@...1...> Message-ID: memory page seems are related configurable take care! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-09-24 17:18 GMT-04:00 Beno?t Minisini via Gambas-user < gambas-user at lists.sourceforge.net>: > Le 24/09/2017 ? 22:46, Tony Morehen a ?crit : > >> There's not much logic behind the 4096. It was the first number I tried >> and it worked. I originally used 4096 in a copy routine in a file manager >> program. There, 4096 makes sense as it equals a hard drive cluster size. >> > > It's more because it's the size of a memory page in Linux. > > -- > 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 mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Mon Sep 25 20:15:20 2017 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Mon, 25 Sep 2017 14:15:20 -0400 Subject: [Gambas-user] contribute user accoount does not meet with collaborators In-Reply-To: References: Message-ID: 2017-09-24 5:01 GMT-04:00 Adrien Prokopowicz : > First, what is the problem with having links ? Is it less accessible to > have > content behind a link rather than in the page ? > there's no problem, the problem its that does not explain, only say "go to" lest see https://github.com/lxde/lxqt/blob/master/CONTRIBUTING.md has all links, of course, but wen you go to the wiki, detailed are found! https://github.com/lxde/lxqt/wiki/Contributing-code very very detailed! about developmen environment, issues, code style, etc > You cant explain literally everything, mainly because the contributing > guide > would be way too long and would become cluttered, but also because this is > not > the place to make a complete tutorial on SSH or Git. > As alternative i suggest a "quick made" section and later a better I suggest to you lear from other huge project like LXQT , all have good CONTRIBUTE files with no so much lines, but explained, i based in those.. > The log format is the only thing explained in detail in the wiki, because > it's > the only thing that is really specific to Gambas. Everything else (Project > forking > there's more thing specific must be explained, by example gambas/gambas the firts are the team name, the second "one of the project" under that team.. lest see https://github.com/lxde/lxqt/blob/master/CONTRIBUTING.md has all links, of course, but wen you go to the wiki, detailed are found! https://github.com/lxde/lxqt/wiki/Contributing-code very very detailed! about developmen environment, issues, code style, etc and also a especial info related to project organization, code organization etc.. (al of this explained in the how to git wiki) > workflow, SSH, GPG, Git, and so on...) is standard and there is nothing > specific > to Gambas. > > Of course, because it is standard doesn't mean everyone knows it, but it > means > that it has good documentation already. And since GitLab already has all > this > documentation, why should we spend precious time and resources reinventing > the > wheel ? > > about the account the wiki and file said> >> >> We also recommend you use SSH to work with Git repositories >> , instead of HTTPS. Not only >> you won't have to enter your GitLab username and password every time you >> want to interact with the repository, but it is also more secure as your >> password is never sent through the network. >> >> This are only usefully for those that have a computer fixed, and not >> change >> it! due implices not common steps to certified the ssh keys in gitlab and >> the computer.. >> >> i not have computer, always use the machines of others or from job.. >> >> all the not common cases are not explained. >> > > And they should not be. These kinds of guides are meant to give directions > to > people who are lost (like many were when we switched to Git), we can't make > a super extensive guide covering every single case for every single person. > > -- > Adrien Prokopowicz > From bm.530502 at ...626... Mon Sep 25 20:40:11 2017 From: bm.530502 at ...626... (Ingo) Date: Mon, 25 Sep 2017 20:40:11 +0200 Subject: [Gambas-user] MediaTagList gives no Tag-Values In-Reply-To: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> References: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> Message-ID: <6d39f61f-ab88-39b3-a755-c2bcfd007c6d@...626...> Le 25/09/2017 ? 17:34, Ingo a ?crit?: > Hello gambas users. > A second try for the problem I still have. > > I'm trying to get the tag-values of an Internet radio stream with > MediaPlayer from gb.media. > > For example from http://us3.internet-radio.com:8078: > organization="Classic Rock HD" > genre="Classic Rock SHERADIO WSHE RADIOSHE" > location="http://www.ClassicRock-HD.com" ; > audio-codec="MPEG 1 Audio, Layer 3 (MP3" > nominal-bitrate=128000 > has-crc=false > channel-mode="joint-stereo" > minimum-bitrate=128012 > bitrate=127981 > maximum-bitrate=128012 > title="Elton John - Lucy In The Sky With Diamonds" > > The documentation says: "A tag is a piece of information (a string key > and a value) about a multimedia stream." > (http://gambaswiki.org/wiki/comp/gb.media/mediataglist) > > But what I get are only the keys like organization, genre, location and > so on and not the values! > > Where is the fault? Did I make a mistake or is it a bug within gb.media? > > See attached the project to check it out. > > Thank you for any help. > Best regards > Ingo > > You should read the other link on the documentation page: "the class > acts like a _read-only_ array" > > -- > Beno?t Minisini Hi Benoit, thank you. Yes, I read the doc. And now I clicked on "read-only". Surprise, there is an example how to get the values. I assumed that there was an explanation of "read-only". But what I found is exactly what I was looking for. Thanks again and best regards. Ingo From gambas at ...1... Mon Sep 25 20:55:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 25 Sep 2017 20:55:56 +0200 Subject: [Gambas-user] MediaTagList gives no Tag-Values In-Reply-To: <6d39f61f-ab88-39b3-a755-c2bcfd007c6d@...626...> References: <23e26053-c99e-84fc-18a2-50821e8aa190@...626...> <6d39f61f-ab88-39b3-a755-c2bcfd007c6d@...626...> Message-ID: <73dc5d0b-9bab-e688-09a9-de6095657383@...1...> Le 25/09/2017 ? 20:40, Ingo a ?crit?: > > Hi Benoit, > thank you. Yes, I read the doc. And now I clicked on "read-only". > Surprise, there is an example how to get the values. > > I assumed that there was an explanation of "read-only". > But what I found is exactly what I was looking for. Thanks again and > best regards. Ingo > It's a standard pattern for all collection-like objects : a property to get the key list, and using the array accessor to get the data. -- Beno?t Minisini From gambas at ...1... Tue Sep 26 01:44:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 01:44:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS In-Reply-To: <59c99480.cdbbdf0a.251f7.7d73SMTPIN_ADDED_BROKEN@...2392...> References: <59c99480.cdbbdf0a.251f7.7d73SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2becb745-dd1d-e144-87cf-7a1405b932d5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS Date?: Mon, 25 Sep 2017 23:42:56 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.686&from=L21haW4- Comment #5 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/commit/0a957099745b1c5a2cf9776f05960a25ef751b73, but not for HTML yet. Beno?t MINISINI changed the state of the bug to: Working. From gambas at ...1... Tue Sep 26 01:54:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 01:54:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work In-Reply-To: <59c996cb.85631c0a.32847.e781SMTPIN_ADDED_BROKEN@...2392...> References: <59c996cb.85631c0a.32847.e781SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2b105ea1-91f5-28f6-3665-889aefaaccbc@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work Date?: Mon, 25 Sep 2017 23:52:42 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1182&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/65c83f1407f5a303b855ebc021efc7f65926d261 From gambas at ...1... Tue Sep 26 01:54:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 01:54:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work In-Reply-To: <59c996ce.85c7df0a.3bd46.86e4SMTPIN_ADDED_BROKEN@...2392...> References: <59c996ce.85c7df0a.3bd46.86e4SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1adc745a-6714-8fff-cd2a-b7dfd0679a86@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1182: Breakpoint can't work Date?: Mon, 25 Sep 2017 23:52:45 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1182&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Tue Sep 26 02:09:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:09:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature In-Reply-To: <59c99a67.8fcb1c0a.1aaaa.ef8fSMTPIN_ADDED_BROKEN@...2392...> References: <59c99a67.8fcb1c0a.1aaaa.ef8fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature Date?: Tue, 26 Sep 2017 00:08:07 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1183&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. . From gambas at ...1... Tue Sep 26 02:09:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:09:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature In-Reply-To: <59c99a7d.a18ddf0a.3d47e.f80dSMTPIN_ADDED_BROKEN@...2392...> References: <59c99a7d.a18ddf0a.3d47e.f80dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <02403aa3-5699-f4e6-57d8-9beb9d3ca7ec@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1183: Ide crash when using search feature Date?: Tue, 26 Sep 2017 00:08:28 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1183&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/84267ebaa294f3e14bb4ea3fe59a42714334b2c1 Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Tue Sep 26 02:14:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:14:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1080: The top-left Save button does not save the comment In-Reply-To: <59c99b80.57b61c0a.59d2a.f493SMTPIN_ADDED_BROKEN@...2392...> References: <59c99b80.57b61c0a.59d2a.f493SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1080: The top-left Save button does not save the comment Date?: Tue, 26 Sep 2017 00:12:48 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1080&from=L21haW4- Comment #1 by Beno?t MINISINI: I renamed the button. Beno?t MINISINI changed the state of the bug to: Fixed. From nando_f at ...951... Tue Sep 26 02:23:52 2017 From: nando_f at ...951... (nando_f at ...951...) Date: Mon, 25 Sep 2017 20:23:52 -0400 Subject: [Gambas-user] SocketServer issue In-Reply-To: References: Message-ID: <20170926002127.M42801@...951...> My first guess would be that a socket server can't listen on a port without an IP associated with it. If your network connection is DHCP then the server can't listen. It you have a hard IP, then it can. -- Open WebMail Project (http://openwebmail.org) ---------- Original Message ----------- From: Miguel Manso To: gambas-user at lists.sourceforge.net Sent: Thu, 21 Sep 2017 19:41:38 +0100 Subject: [Gambas-user] SocketServer issue > Hi guys, > > I've an application that starts a SocketServer on port 8088. All works ok > when I've the network cable inserted on the machine. > > If I boot the machine without the network cable inserted, the SocketServer > doesn't listen on port 8088 and it doesn't raise the _Error event. > > This happens on a particular machine. On a different one, it behaves ok > when it starts with no network cable on it. > > The postgres server (port 5432) starts ok in both machines. > > Any clue why this is happening? > > Thanks. > > -- > Miguel Manso > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------- End of Original Message ------- From gambas at ...1... Tue Sep 26 02:34:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:34:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #966: Project-property >> Libraries | Description always "WARNING!Library not found" In-Reply-To: <59c99fd0.829cdf0a.c03ef.cb7bSMTPIN_ADDED_BROKEN@...2392...> References: <59c99fd0.829cdf0a.c03ef.cb7bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3dae531d-293a-9f0d-24c4-3835060e99cb@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #966: Project-property >> Libraries | Description always "WARNING!Library not found" Date?: Tue, 26 Sep 2017 00:31:12 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.966&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Tue Sep 26 02:39:08 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:39:08 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #966: Project-property >> Libraries | Description always "WARNING!Library not found" In-Reply-To: <59c9a0a0.d48a1c0a.be536.003fSMTPIN_ADDED_BROKEN@...2392...> References: <59c9a0a0.d48a1c0a.be536.003fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #966: Project-property >> Libraries | Description always "WARNING!Library not found" Date?: Tue, 26 Sep 2017 00:34:40 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.966&from=L21haW4- Comment #1 by Beno?t MINISINI: Finally fixed in commit https://gitlab.com/gambas/gambas/commit/f23776bb5833becfb21d2a5586cd7a9973470c97 Beno?t MINISINI changed the state of the bug to: Fixed. . From gambas at ...1... Tue Sep 26 02:58:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:58:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong In-Reply-To: <59c9a626.066b1c0a.d15f3.0363SMTPIN_ADDED_BROKEN@...2392...> References: <59c9a626.066b1c0a.d15f3.0363SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong Date?: Tue, 26 Sep 2017 00:58:14 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1177&from=L21haW4- Beno?t MINISINI added an attachment: test file name with plus and spaces.png From gambas at ...1... Tue Sep 26 02:58:58 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:58:58 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: <59c9a56a.7d88df0a.d6ab1.a212SMTPIN_ADDED_BROKEN@...2392...> References: <59c9a56a.7d88df0a.d6ab1.a212SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <01adbec7-7c53-a190-4363-201857775752@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #934: display error in the component of project property. Date?: Tue, 26 Sep 2017 00:55:05 GMT De?: bugtracker at ...3416... Pour?: pingyuanv at ...3596..., adamnt42 at ...626..., pingyuanv at ...3596..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From gambas at ...1... Tue Sep 26 02:58:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 02:58:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong In-Reply-To: <59c9a5e7.4a9f1c0a.21834.1f4bSMTPIN_ADDED_BROKEN@...2392...> References: <59c9a5e7.4a9f1c0a.21834.1f4bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0903c186-38e2-88d2-935d-342480b7ca5d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1177: Gambas Wiki anchors wrong Date?: Tue, 26 Sep 2017 00:57:11 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1177&from=L21haW4- Comment #3 by Beno?t MINISINI: Test . From gambas at ...1... Tue Sep 26 10:55:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 10:55:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca0427.d3b1df0a.3a58d.447fSMTPIN_ADDED_BROKEN@...2392...> References: <59ca0427.d3b1df0a.3a58d.447fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 07:39:19 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Comment #1 by Zainudin AHMAD: [System] Gambas=3.10.90 f23776b (master) OperatingSystem=Linux Kernel=4.10.0-33-generic Architecture=x86_64 Distribution=Ubuntu 17.04 Desktop=KDE5 Theme=Breeze Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.8 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.7 GStreamer=libgstreamer-1.0.so.0.1004.0 GTK+2=libgtk-x11-2.0.so.0.2400.31 GTK+3=libgtk-3.so.0.2200.11 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.64.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.7.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-yp8ibs6YrY,guid=37321e0bcb5230b3d5c819ef59ca0020 DEFAULTS_PATH=/usr/share/gconf//usr/share/xsessions/plasma.default.path DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts HOME= KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=en_US.UTF-8 LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf//usr/share/xsessions/plasma.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QMLSCENE_DEVICE= QSG_RENDER_LOOP= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1130,unix/:/tmp/.ICE-unix/1130 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1065 SSH_AUTH_SOCK=/tmp/ssh-rgsPdEKSMYCu/agent.1003 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-/usr/share/xsessions/plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share//usr/share/xsessions/plasma:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From gambas at ...1... Tue Sep 26 10:55:21 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 10:55:21 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: References: Message-ID: <1301b7fa-c492-044c-df5e-6fccbba7a9f5@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 07:37:34 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Click menu on popup menu, I get segmentation fault Type : Bug Priority : Medium Gambas version : Master Product : QT5 component Description ----------- when I click menu on popup menu, I get segmentation fault. This happens only with QT5 and if using gb.inotify component Reproduce the bug : attach video (attach project & gdb result) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Tue Sep 26 10:55:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 10:55:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca0400.5488df0a.d6ce2.0790SMTPIN_ADDED_BROKEN@...2392...> References: <59ca0400.5488df0a.d6ce2.0790SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <12944045-ff2f-a9c7-e68c-c033f93aad76@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 07:38:40 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Zainudin AHMAD added an attachment: test-bug-0.0.5.tar.gz . From gambas at ...1... Tue Sep 26 10:55:21 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 10:55:21 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca03f3.0c061c0a.3da42.bc1aSMTPIN_ADDED_BROKEN@...2392...> References: <59ca03f3.0c061c0a.3da42.bc1aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <22b746c4-f711-5d0f-3b81-82df949eb7bb@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 07:38:26 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Zainudin AHMAD added an attachment: gdb-video.mkv . From gambas at ...1... Tue Sep 26 10:55:22 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 10:55:22 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca040a.c1da1c0a.4558f.cb53SMTPIN_ADDED_BROKEN@...2392...> References: <59ca040a.c1da1c0a.4558f.cb53SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <5f11edb2-4f33-8f6e-3506-7974e2ca2545@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 07:38:50 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Zainudin AHMAD added an attachment: gdb-result.txt . From gambas at ...1... Tue Sep 26 11:04:44 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 11:04:44 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca17eb.8f0e1c0a.ac6d6.171aSMTPIN_ADDED_BROKEN@...2392...> References: <59ca17eb.8f0e1c0a.ac6d6.171aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 09:03:38 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Tue Sep 26 12:23:39 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 12:23:39 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault In-Reply-To: <59ca2998.4c87df0a.ecc3a.2597SMTPIN_ADDED_BROKEN@...2392...> References: <59ca2998.4c87df0a.ecc3a.2597SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <09e830e2-a170-6d19-41d3-7db745bb6a1f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1184: Click menu on popup menu, I get segmentation fault Date?: Tue, 26 Sep 2017 10:19:03 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1184&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/commit/ed41d9dcf13e1cd3641d5e8da081dca9bdd77ea0. Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Wed Sep 27 02:59:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 02:59:24 +0200 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> Message-ID: <99d61e16-21c9-e0a0-3682-aeb7decddfa9@...1...> Hi, Tony. I have just pushed the 'rework-stream-interface' branch to the gitlab repository. I have reworked the internal interpreter stream interface, so that incomplete reads are retried automatically until all the data is read or an error occurs, whatever the underlying stream. Can you try it and tell me if it fixes the incomplete read on TCP sockets? Regards, Le 24/09/2017 ? 04:07, Tony Morehen a ?crit?: > I came across an interesting issue when working on Imap's Fetch > command.? Fetch is used to down load messages.? The response to a Fetch > has 4 parts: > 1) a single line providing the size of the download, say, 69000 bytes. > 2) the mime-encoded download (a string 69000 bytes long) > 3) one line whose only contents is ")" > 4) one line status line. > > So my code does: > Readline > response = Read #stream, iSize??? 'iSize=69000 > Readline > Readline > > Using a TCP socket,? the Read # line has no error but the download is > incomplete, say only 50000 bytes.? The remaining 19000 byes is read by > the next Readline.? However, the response variable is the correct 69000 > bytes in length, with the last 19000 bytes zero-filled.? Its like the > Read # timed out but the timeout is set to 10000 and 10 seconds had not > elapsed.? Socket.blocking was set to True. > > Using an openssl process, the Read # line raises an error:? Error 9, Bad > file descriptor. > > I have a workaround:? Read # is replaced with > > ? Dim result as new String[] > > ? Bytesread=0 > ? Do While BytesRead < iSize > ??? Response = Read #$hStream,? IIf(iSize - BytesRead > 4096, 4096, > iSize - BytesRead) > ??? result.Add(Response) > ??? bytesread += 4096 > ? Loop > ? Response = result.Join("") > > Now both TCP and openssl work, no zero-fill no errors. > > Any ideas? Other fixes? > -- Beno?t Minisini From gambas at ...1... Tue Sep 26 19:44:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 26 Sep 2017 19:44:56 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS In-Reply-To: <59ca9127.4d0f1c0a.341dd.3148SMTPIN_ADDED_BROKEN@...2392...> References: <59ca9127.4d0f1c0a.341dd.3148SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6f3a4bc3-1d3c-f4b1-8e2c-b5013516c8fa@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #686: Beautify for CGI, CSS, JS Date?: Tue, 26 Sep 2017 17:40:54 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.686&from=L21haW4- Comment #6 by Moviga TECHNOLOGIES: Great! From gambas at ...1... Wed Sep 27 11:15:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:15:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb499a.48881c0a.cbbe9.3ee1SMTPIN_ADDED_BROKEN@...2392...> References: <59cb499a.48881c0a.cbbe9.3ee1SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 06:47:53 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Comment #3 by Marc HANISCH: Sorry I just found the button ;-) Marc HANISCH changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 11:15:54 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:15:54 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb48f3.98b5df0a.dc04a.d69dSMTPIN_ADDED_BROKEN@...2392...> References: <59cb48f3.98b5df0a.dc04a.d69dSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4ae4832b-3689-98ed-979b-28430b93e827@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 06:45:07 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Marc HANISCH changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 11:15:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:15:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb4983.cae61c0a.56920.73eaSMTPIN_ADDED_BROKEN@...2392...> References: <59cb4983.cae61c0a.56920.73eaSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <2a3d8803-c075-84b6-eadc-86a5b87179d0@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 06:47:30 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Marc HANISCH added an attachment: gtk3test-0.0.1.tar.gz From gambas at ...1... Wed Sep 27 11:15:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:15:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb499f.179ddf0a.449b3.c020SMTPIN_ADDED_BROKEN@...2392...> References: <59cb499f.179ddf0a.449b3.c020SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 06:47:59 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Marc HANISCH changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 11:15:54 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:15:54 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb48e3.d5addf0a.78a6d.68bfSMTPIN_ADDED_BROKEN@...2392...> References: <59cb48e3.d5addf0a.78a6d.68bfSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 06:44:50 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Comment #2 by Marc HANISCH: How can I attach the exported project to this ticket? (and is it possible to get email notifications on activities on this ticket?) Marc HANISCH changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 11:30:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:30:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault In-Reply-To: <59cb6fa2.8d141c0a.667db.a4f7SMTPIN_ADDED_BROKEN@...2392...> References: <59cb6fa2.8d141c0a.667db.a4f7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault Date?: Wed, 27 Sep 2017 09:30:09 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1185&from=L21haW4- Zainudin AHMAD added an attachment: Bug-segf-FormLoad-0.0.1.tar.gz From gambas at ...1... Wed Sep 27 11:30:43 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:30:43 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault In-Reply-To: References: Message-ID: <605eb7bb-4a6a-a9dd-80a6-c1be6f489eeb@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault Date?: Wed, 27 Sep 2017 09:29:53 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1185&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Doing : Try FTest.Load(Me), I get segmentation fault Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- Doing : Public Sub _new() Try FTest.Load(Me) End I get segmentation fault, this happens with qt4 & qt5, for gtk+ and gtk3 have this result : gbx3: warning: circular references detected: gbx3: -1 FTest gbx3: 1 FBug at first gtk + and gtk3 get segmentation errors too but after remove a few thing(for easily reproduce the bug) gtk+ and gtk3 only get that result. Reproduce the bug : 1) Run project (attach project) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Wed Sep 27 11:50:24 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:50:24 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page In-Reply-To: References: Message-ID: <61ca7b82-e6c0-06e6-dff0-ee89578cb1fe@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page Date?: Wed, 27 Sep 2017 09:46:01 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1186&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Bug Report page have a long page Type : Bug Priority : High Gambas version : Unknown Product : Bugtracker Description ----------- Bug Report page have a long page(not user friendly) (attach video) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Wed Sep 27 11:50:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 11:50:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page In-Reply-To: <59cb7377.c6b71c0a.34b97.a2aaSMTPIN_ADDED_BROKEN@...2392...> References: <59cb7377.c6b71c0a.34b97.a2aaSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <05217864-0ff4-7b05-f62d-b965b5fb83af@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page Date?: Wed, 27 Sep 2017 09:46:30 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1186&from=L21haW4- Zainudin AHMAD added an attachment: BugReport-Video.mkv From gambas at ...1... Wed Sep 27 12:30:10 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:10 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb7d0f.8e9edf0a.72036.e139SMTPIN_ADDED_BROKEN@...2392...> References: <59cb7d0f.8e9edf0a.72036.e139SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3b407bb7-b3b9-64fb-fc7d-c3e057931205@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 10:27:27 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 12:30:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb7d8a.48c11c0a.4270.dd43SMTPIN_ADDED_BROKEN@...2392...> References: <59cb7d8a.48c11c0a.4270.dd43SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 10:29:29 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Comment #5 by Beno?t MINISINI: Please post your system information (got from the corresponding IDE menu). From gambas at ...1... Wed Sep 27 12:30:10 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:10 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault In-Reply-To: <59cb7c8f.03c6df0a.18bef.980cSMTPIN_ADDED_BROKEN@...2392...> References: <59cb7c8f.03c6df0a.18bef.980cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7ff73a5c-8620-bfb4-77c2-ecd2364f694d@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault Date?: Wed, 27 Sep 2017 10:25:18 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1185&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 12:30:12 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:12 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb7d96.7ab9df0a.89f87.7d6aSMTPIN_ADDED_BROKEN@...2392...> References: <59cb7d96.7ab9df0a.89f87.7d6aSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <45aa1a2b-a4b0-285b-2b62-73812827f0c2@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 10:29:41 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 12:30:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb7d5f.87041c0a.eb556.94ddSMTPIN_ADDED_BROKEN@...2392...> References: <59cb7d5f.87041c0a.eb556.94ddSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 10:28:47 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Comment #4 by Beno?t MINISINI: No problem on my Kubuntu... Strange! From gambas at ...1... Wed Sep 27 12:30:11 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:11 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb7d1f.c75d1c0a.cad2f.e45eSMTPIN_ADDED_BROKEN@...2392...> References: <59cb7d1f.c75d1c0a.cad2f.e45eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <54ae5d69-d472-06cc-4f40-177294ff9815@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 10:27:43 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From gambas at ...1... Wed Sep 27 12:30:10 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:30:10 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page In-Reply-To: <59cb7c95.c6a2df0a.b7acf.6981SMTPIN_ADDED_BROKEN@...2392...> References: <59cb7c95.c6a2df0a.b7acf.6981SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4be414b0-549c-e663-d656-31a10d1d906f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page Date?: Wed, 27 Sep 2017 10:25:25 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1186&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 12:35:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:35:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1187: Gambas make unused library In-Reply-To: <59cb7e9e.4280df0a.4950c.fc19SMTPIN_ADDED_BROKEN@...2392...> References: <59cb7e9e.4280df0a.4950c.fc19SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <129e1076-01c7-cabe-45e1-48c47f8aa0dd@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1187: Gambas make unused library Date?: Wed, 27 Sep 2017 10:34:06 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1187&from=L21haW4- Zainudin AHMAD added an attachment: Bug-UnusedLib.mkv From gambas at ...1... Wed Sep 27 12:35:14 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:35:14 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1187: Gambas make unused library In-Reply-To: References: Message-ID: <9adcf17e-18bc-3da7-1db0-5a2282a06edc@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1187: Gambas make unused library Date?: Wed, 27 Sep 2017 10:33:11 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1187&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Gambas make unused library Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- when I make executable for a library with the name libtest-calc:0.0.gambas in somewhere directory, gambas make unused library in ~./local/share/gambas3/lib directory with the name libtest-calc:0.0:0.0.gambas Reproduce the bug : (attach video) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Wed Sep 27 12:40:26 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 12:40:26 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1187: Gambas make unused library In-Reply-To: <59cb7fa2.c4c7df0a.5aa4f.1a26SMTPIN_ADDED_BROKEN@...2392...> References: <59cb7fa2.c4c7df0a.5aa4f.1a26SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <7453d559-687d-168d-f99d-435b2447daad@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1187: Gambas make unused library Date?: Wed, 27 Sep 2017 10:38:25 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1187&from=L21haW4- Zainudin AHMAD added an attachment: libtest-calc-0.0.3.tar.gz From gambas at ...1... Wed Sep 27 13:05:25 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 13:05:25 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page In-Reply-To: <59cb85cb.d7301c0a.55d9c.be6eSMTPIN_ADDED_BROKEN@...2392...> References: <59cb85cb.d7301c0a.55d9c.be6eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8985e1de-bb38-4684-39fb-baf0ee157d82@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1186: Bug Report page have a long page Date?: Wed, 27 Sep 2017 11:04:42 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1186&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From gambas at ...1... Wed Sep 27 13:10:16 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 13:10:16 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1187: Gambas make unused library In-Reply-To: <59cb8637.06581c0a.2cb70.26b3SMTPIN_ADDED_BROKEN@...2392...> References: <59cb8637.06581c0a.2cb70.26b3SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <61342f20-35ec-1ae6-4eb3-7e266ed26b43@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1187: Gambas make unused library Date?: Wed, 27 Sep 2017 11:06:31 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1187&from=L21haW4- Comment #1 by Beno?t MINISINI: And what's the problem with that? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 13:10:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 13:10:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1009: Wish: Speed button for fast packaging In-Reply-To: <59cb86c2.cd9ddf0a.b5285.fb5fSMTPIN_ADDED_BROKEN@...2392...> References: <59cb86c2.cd9ddf0a.b5285.fb5fSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <81a8e586-97a4-ae73-f371-cad517c82758@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1009: Wish: Speed button for fast packaging Date?: Wed, 27 Sep 2017 11:08:49 GMT De?: bugtracker at ...3416... Pour?: adamnt42 at ...626..., chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1009&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Sep 27 13:10:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 13:10:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #975: Exclude class/module In-Reply-To: <59cb86d9.05b51c0a.cdefb.6d43SMTPIN_ADDED_BROKEN@...2392...> References: <59cb86d9.05b51c0a.cdefb.6d43SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <0a803e36-7306-cdae-6dc5-2f38e4342dcf@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #975: Exclude class/module Date?: Wed, 27 Sep 2017 11:09:12 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.975&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 13:15:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 13:15:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: <59cb874e.45c6df0a.2d49a.22f9SMTPIN_ADDED_BROKEN@...2392...> References: <59cb874e.45c6df0a.2d49a.22f9SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found Date?: Wed, 27 Sep 2017 11:11:10 GMT De?: bugtracker at ...3416... Pour?: kaelte.stephan at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From gambas at ...1... Wed Sep 27 14:40:57 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 14:40:57 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb9c1b.5c86df0a.c6057.f49bSMTPIN_ADDED_BROKEN@...2392...> References: <59cb9c1b.5c86df0a.c6057.f49bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <996b8da2-b577-0c59-f370-97aa7c94d03a@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive Date?: Wed, 27 Sep 2017 12:39:54 GMT De?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Marc HANISCH changed the state of the bug to: NeedsInfo. From gambas at ...1... Wed Sep 27 14:40:56 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 27 Sep 2017 14:40:56 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1147: Application with GTK3 widgetset not responsive In-Reply-To: <59cb9c0d.0cc5df0a.ec9f0.1ec6SMTPIN_ADDED_BROKEN@...2392...> References: <59cb9c0d.0cc5df0a.ec9f0.1ec6SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <317aaf7f-b142-d191-aa7e-3c770982e14f@...1...> -------- 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?: bugtracker at ...3416... Pour?: marc.hanisch at ...1601..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1147&from=L21haW4- Comment #6 by Marc HANISCH: Here it is: [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-96-generic Architecture=x86_64 Distribution=elementary OS 0.4.1 Loki Desktop=PANTHEON Theme=Gtk Language=de_DE.UTF-8 Memory=7917M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZG8NBLuHcV,guid=25ec423f849ae61ac45ac83e59cb4156 DEFAULTS_PATH=/usr/share/gconf/pantheon.default.path DERBY_HOME=/usr/lib/jvm/java-8-oracle/db DESKTOP_SESSION=pantheon DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=pantheon GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=24673 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_CSD=1 GTK_IM_MODULE=ibus GTK_MODULES=pantheon-filechooser-module:gail:atk-bridge HOME= J2REDIR=/usr/lib/jvm/java-8-oracle/jre J2SDKDIR=/usr/lib/jvm/java-8-oracle JAVA_HOME=/usr/lib/jvm/java-8-oracle LANG=de_DE.UTF-8 LANGUAGE=de_DE LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/pantheon.mandatory.path PAPERSIZE=a4 PATH=/.dropbox-bin:/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin PWD= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME= QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/9044,unix/:/tmp/.ICE-unix/9044 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=10238 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= VISUALWORKS=/vw8.2pul XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-pantheon:/etc/xdg XDG_CURRENT_DESKTOP=Pantheon XDG_DATA_DIRS=/usr/share/pantheon:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=pantheon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus Marc HANISCH changed the state of the bug to: Accepted. From gambas at ...1... Thu Sep 28 01:23:57 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 01:23:57 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault In-Reply-To: <59cc3291.0ba1df0a.ac3bd.2476SMTPIN_ADDED_BROKEN@...2392...> References: <59cc3291.0ba1df0a.ac3bd.2476SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1246362e-5781-8e08-cafb-86fb7adff80c@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1185: Doing : Try FTest.Load(Me), I get segmentation fault Date?: Wed, 27 Sep 2017 23:21:52 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.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. From gambas at ...1... Thu Sep 28 04:41:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 04:41:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: References: Message-ID: <16329884-a3fb-697c-5591-38bad7b6174b@...1...> -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1189&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- When FMain in first index of array variant, I get Type mismatch: wanted Variant, got Class instead It's fine with this code : vVar = FMain aVar = ["hola", 123, FMain] Reproduce the bug : 1) Run project (attach project) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Thu Sep 28 04:41:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 04:41:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: <59cc6147.28b0df0a.94c66.5ce8SMTPIN_ADDED_BROKEN@...2392...> References: <59cc6147.28b0df0a.94c66.5ce8SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <4936fa39-b966-4fd0-0724-0269656f163e@...1...> -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1189&from=L21haW4- Zainudin AHMAD added an attachment: Bug-Lang-ArrayVariant-0.0.1.tar.gz From gambas at ...1... Thu Sep 28 04:41:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 04:41:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: References: Message-ID: <27547baa-9336-0f60-158e-e33b1b1540d5@...1...> -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1188&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- When FMain in first index of array variant, I get Type mismatch: wanted Variant, got Class instead It's fine with this code : vVar = FMain aVar = ["hola", 123, FMain] Reproduce the bug : 1) Run project (attach project) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Thu Sep 28 14:03:57 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 14:03:57 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: References: Message-ID: <42590c60-b88d-4059-7850-7540e43327f6@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Thu, 28 Sep 2017 11:57:45 GMT De?: bugtracker at ...3416... Pour?: jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Julio SANCHEZ reported a new bug. Summary ------- git in IDE Gambas Type : Request Priority : Low Gambas version : Master Product : Development Environment Description ----------- Add to the IDE of Gambas, support managing the project in git (just like it has for svn) From gambas at ...1... Thu Sep 28 04:46:28 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 04:46:28 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1188: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: <59cc61c7.45711c0a.992f0.a33eSMTPIN_ADDED_BROKEN@...2392...> References: <59cc61c7.45711c0a.992f0.a33eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1188&from=L21haW4- Zainudin AHMAD changed the state of the bug to: Duplicate. From gambas at ...1... Thu Sep 28 14:08:50 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 14:08:50 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #928: Would it be possible to be admitted declare when going to be used In-Reply-To: <59cce5db.41a0df0a.c1a6e.339bSMTPIN_ADDED_BROKEN@...2392...> References: <59cce5db.41a0df0a.c1a6e.339bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <765283fc-9d1b-0aa6-071f-34373e92defa@...1...> -------- 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?: bugtracker at ...3416... Pour?: moviga at ...3488..., tmorehen at ...3634..., jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.928&from=L21haW4- Comment #6 by Julio SANCHEZ: Beno?t: How is the implementation of this requirement? was task that forgotten? Regards Julio From gambas at ...1... Thu Sep 28 22:53:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 22:53:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59cd60d5.41bd1c0a.b712d.7251SMTPIN_ADDED_BROKEN@...2392...> References: <59cd60d5.41bd1c0a.b712d.7251SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Thu, 28 Sep 2017 20:51:32 GMT De?: bugtracker at ...3416... Pour?: jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Comment #1 by Beno?t MINISINI: Not so simple... git repository is local, and not necessarily centralized, whereas subversion is always centralized. From gambas at ...1... Thu Sep 28 22:53:34 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 28 Sep 2017 22:53:34 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59cd609d.8ce51c0a.fba51.7bc7SMTPIN_ADDED_BROKEN@...2392...> References: <59cd609d.8ce51c0a.fba51.7bc7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <1ac9760c-c180-7cc7-a2b6-7a9f5c0483e6@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Thu, 28 Sep 2017 20:50:35 GMT De?: bugtracker at ...3416... Pour?: jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. . From tmorehen at ...3602... Thu Sep 28 04:34:57 2017 From: tmorehen at ...3602... (Tony Morehen) Date: Wed, 27 Sep 2017 22:34:57 -0400 Subject: [Gambas-user] Support for IMAP in gb.net.curl In-Reply-To: <99d61e16-21c9-e0a0-3682-aeb7decddfa9@...1...> References: <59bc8237.4b9ddf0a.ab21c.b858SMTPIN_ADDED_BROKEN@...2392...> <3091ab37-1fde-6f0f-babe-16396a2e48d5@...1...> <99d61e16-21c9-e0a0-3682-aeb7decddfa9@...1...> Message-ID: Benoit, the Read issue is resolved.? I tested using both the the existing code, with the read loop and the original code where it tries to read the entire message at once.? Both work for both a TCP connection and an openssl connection. However, the send comand for a TCP connection raises a socket closed error.? Not right away, but after several send commands. It seems to be a timing issue, the error is not raised when I step through the code.? The send command is simply: Public Sub Send(Data As String) ? Print #$hStream, Data End There is no error at all using an ssl connection. On 2017-09-26 08:59 PM, Beno?t Minisini via Gambas-user wrote: > Hi, Tony. > > I have just pushed the 'rework-stream-interface' branch to the gitlab > repository. > > I have reworked the internal interpreter stream interface, so that > incomplete reads are retried automatically until all the data is read > or an error occurs, whatever the underlying stream. > > Can you try it and tell me if it fixes the incomplete read on TCP > sockets? > > Regards, > > Le 24/09/2017 ? 04:07, Tony Morehen a ?crit?: >> I came across an interesting issue when working on Imap's Fetch >> command.? Fetch is used to down load messages.? The response to a >> Fetch has 4 parts: >> 1) a single line providing the size of the download, say, 69000 bytes. >> 2) the mime-encoded download (a string 69000 bytes long) >> 3) one line whose only contents is ")" >> 4) one line status line. >> >> So my code does: >> Readline >> response = Read #stream, iSize??? 'iSize=69000 >> Readline >> Readline >> >> Using a TCP socket,? the Read # line has no error but the download is >> incomplete, say only 50000 bytes.? The remaining 19000 byes is read >> by the next Readline.? However, the response variable is the correct >> 69000 bytes in length, with the last 19000 bytes zero-filled.? Its >> like the Read # timed out but the timeout is set to 10000 and 10 >> seconds had not elapsed. Socket.blocking was set to True. >> >> Using an openssl process, the Read # line raises an error: Error 9, >> Bad file descriptor. >> >> I have a workaround:? Read # is replaced with >> >> ?? Dim result as new String[] >> >> ?? Bytesread=0 >> ?? Do While BytesRead < iSize >> ???? Response = Read #$hStream,? IIf(iSize - BytesRead > 4096, 4096, >> iSize - BytesRead) >> ???? result.Add(Response) >> ???? bytesread += 4096 >> ?? Loop >> ?? Response = result.Join("") >> >> Now both TCP and openssl work, no zero-fill no errors. >> >> Any ideas? Other fixes? >> > From gambas at ...1... Fri Sep 29 04:19:59 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 04:19:59 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: <59cdacdc.09411c0a.afd59.fe23SMTPIN_ADDED_BROKEN@...2392...> References: <59cdacdc.09411c0a.afd59.fe23SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date?: Fri, 29 Sep 2017 02:15:55 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1189&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. . From gambas at ...1... Fri Sep 29 04:20:00 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 04:20:00 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... In-Reply-To: <59cdace5.168bdf0a.52e85.b120SMTPIN_ADDED_BROKEN@...2392...> References: <59cdace5.168bdf0a.52e85.b120SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1189: Doing : aVar = [FMain, "hola", 123], I get Type mismatch ... Date?: Fri, 29 Sep 2017 02:16:05 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/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 bug to: Fixed. From gambas at ...1... Fri Sep 29 14:20:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time In-Reply-To: References: Message-ID: <1a0442a1-5d9e-ff7b-f6b3-a1fb529343f1@...1...> -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1191&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Still can use replace feature when run time Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- I can still can use replace feature when runtime Reproduce the Bug : (attach video) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Fri Sep 29 14:20:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly In-Reply-To: References: Message-ID: <7668534b-f624-e760-78ab-42284b771338@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date?: Fri, 29 Sep 2017 09:42:18 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Relative font size not correctly Type : Bug Priority : Low Gambas version : Master Product : GTK+3 component Description ----------- Relative font size not correctly. This happens only with gtk+ and gtk3, -5 and -6 ... have the same size and -5 have bigger size then -4 size Reproduce the Bug : (attach video & project) System information ------------------ [System] Gambas=3.10.90 f1046c7 (master) OperatingSystem=Linux Kernel=4.10.0-32-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1744M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE= DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g9uCEv9Q47 DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK_IM_MODULE= GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=id_ID.UTF-8 LC_IDENTIFICATION=id_ID.UTF-8 LC_MEASUREMENT=id_ID.UTF-8 LC_MONETARY=id_ID.UTF-8 LC_NAME=id_ID.UTF-8 LC_NUMERIC=id_ID.UTF-8 LC_PAPER=id_ID.UTF-8 LC_TELEPHONE=id_ID.UTF-8 LC_TIME=id_ID.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION=xubuntu SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1269,unix/:/tmp/.ICE-unix/1269 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startxfce4 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1116 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS= From gambas at ...1... Fri Sep 29 14:20:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly In-Reply-To: <59ce1588.b2c4df0a.586ae.9fbfSMTPIN_ADDED_BROKEN@...2392...> References: <59ce1588.b2c4df0a.586ae.9fbfSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3b6a7914-4dcf-1e7f-9f85-dc2b544a7df9@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date?: Fri, 29 Sep 2017 09:42:31 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Zainudin AHMAD added an attachment: Bug-FontSize-0.0.1.tar.gz From gambas at ...1... Fri Sep 29 14:20:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly In-Reply-To: <59ce159b.c29bdf0a.34bf.d93bSMTPIN_ADDED_BROKEN@...2392...> References: <59ce159b.c29bdf0a.34bf.d93bSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <81603463-4814-bee3-481d-25dc6a220e42@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date?: Fri, 29 Sep 2017 09:42:51 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Zainudin AHMAD added an attachment: BugFontSize-Video.mkv From gambas at ...1... Fri Sep 29 14:20:06 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:06 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time In-Reply-To: <59ce0f15.d8ea1c0a.e2b5f.db5eSMTPIN_ADDED_BROKEN@...2392...> References: <59ce0f15.d8ea1c0a.e2b5f.db5eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <20925764-32df-bbd2-b117-925b0c0188ff@...1...> -------- 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?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1191&from=L21haW4- Zainudin AHMAD added an attachment: ReplaceFeature-Video.mkv From gambas at ...1... Fri Sep 29 14:20:07 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 14:20:07 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59ce3830.5081df0a.9b9b7.f644SMTPIN_ADDED_BROKEN@...2392...> References: <59ce3830.5081df0a.9b9b7.f644SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Fri, 29 Sep 2017 12:10:23 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: benoit has right, this feature request are not so esy to implement.. From gambas at ...1... Fri Sep 29 18:49:53 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 18:49:53 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59ce798a.c22f1c0a.7ea3c.dd50SMTPIN_ADDED_BROKEN@...2392...> References: <59ce798a.c22f1c0a.7ea3c.dd50SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Fri, 29 Sep 2017 16:49:13 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., adrien.prokopowicz at ...626..., jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Comment #3 by Adrien PROKOPOWICZ: I'm already working on this : I'm making a gb.git component based on libgit2 (see the gb.git branch) so we can later easily integrate it in the IDE. From gambas at ...1... Fri Sep 29 20:24:17 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 20:24:17 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59ce8fb8.87421c0a.ce48d.3402SMTPIN_ADDED_BROKEN@...2392...> References: <59ce8fb8.87421c0a.ce48d.3402SMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Fri, 29 Sep 2017 18:23:51 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., adrien.prokopowicz at ...626..., jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/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 than he would do by hand with the command-line. Anyway, the problem is more the logic of git that is different from subversion. First, the subversion GUI of the IDE is not very good, and because of that different logic, I don't think it is reusable for git. In other words, it's more a matter of boring code cleaning and refactoring! From gambas at ...1... Fri Sep 29 20:29:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 20:29:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time In-Reply-To: <59ce9024.425a1c0a.b848f.da21SMTPIN_ADDED_BROKEN@...2392...> References: <59ce9024.425a1c0a.b848f.da21SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <8bc647c9-18ae-0881-b442-32ccf810401f@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time Date?: Fri, 29 Sep 2017 18:25:39 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1191&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 29 20:29:20 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 20:29:20 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly In-Reply-To: <59ce907a.05491c0a.b86c0.b707SMTPIN_ADDED_BROKEN@...2392...> References: <59ce907a.05491c0a.b86c0.b707SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <3222b0ee-009c-71b8-1613-15ced43c3d5e@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date?: Fri, 29 Sep 2017 18:27:05 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Fri Sep 29 20:44:36 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 20:44:36 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas In-Reply-To: <59ce9468.920f1c0a.1287.038cSMTPIN_ADDED_BROKEN@...2392...> References: <59ce9468.920f1c0a.1287.038cSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <997200e3-5344-678a-cdd0-91efc18af02b@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1190: git in IDE Gambas Date?: Fri, 29 Sep 2017 18:43:51 GMT De?: bugtracker at ...3416... Pour?: mckaygerhard at ...626..., adrien.prokopowicz at ...626..., jusabejusabe at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1190&from=L21haW4- Comment #5 by PICCORO LENZ MCKAY: i prefer too the command line, seems libgit make it gambas will have more depends on the runtime/component (well are very few right now but how knows) in adition i investigate and seems libgit2 changes many the api, so between vesion 21 and 25 the soname changes.. so i i have a gambas compiled and wnat to use the produced compiled version in other environment this can be a trouble.. so if the command line are the only tool used, makes that gambas git integration works in any other distro without any "magic touches" between upgrades i mean i'm on linux winbuntu 14 and upgrade to 16.. gambas own compilation will break due the libgit2 are changed! the system upgrade removes the old version due "no package depends on that" in conclusion benoit has right! From gambas at ...1... Fri Sep 29 21:09:58 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 21:09:58 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly In-Reply-To: <59ce997c.04bcdf0a.e2419.958eSMTPIN_ADDED_BROKEN@...2392...> References: <59ce997c.04bcdf0a.e2419.958eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1192: Relative font size not correctly Date?: Fri, 29 Sep 2017 19:05:31 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1192&from=L21haW4- 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. From gambas at ...1... Fri Sep 29 21:19:55 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 29 Sep 2017 21:19:55 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time In-Reply-To: <59ce9c77.f082df0a.89f5.1312SMTPIN_ADDED_BROKEN@...2392...> References: <59ce9c77.f082df0a.89f5.1312SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <85efd71d-fad1-f5bb-67cd-d93c82ab54bd@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1191: Still can use replace feature when run time Date?: Fri, 29 Sep 2017 19:18:14 GMT De?: bugtracker at ...3416... Pour?: author.ilmi at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1191&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. From gambas at ...1... Sat Sep 30 01:00:13 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 30 Sep 2017 01:00:13 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1009: Wish: Speed button for fast packaging In-Reply-To: <59ced028.47b7df0a.4d687.7a98SMTPIN_ADDED_BROKEN@...2392...> References: <59ced028.47b7df0a.4d687.7a98SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <6a25f6ee-7221-8442-54cb-59319d3b7725@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #1009: Wish: Speed button for fast packaging Date?: Fri, 29 Sep 2017 22:58:47 GMT De?: bugtracker at ...3416... Pour?: adamnt42 at ...626..., chrisml at ...3340..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=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. From gambas at ...1... Sat Sep 30 01:30:35 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 30 Sep 2017 01:30:35 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click In-Reply-To: <59ced715.b581df0a.2cf8a.0cdbSMTPIN_ADDED_BROKEN@...2392...> References: <59ced715.b581df0a.2cf8a.0cdbSMTPIN_ADDED_BROKEN@...2392...> Message-ID: <650c88a7-2c20-80ff-c369-5331443a55be@...1...> -------- Message transf?r? -------- Sujet?: [Gambas Bug Tracker] Bug #844: "Verify the translation" button should continue to next issue upon click Date?: Fri, 29 Sep 2017 23:28:20 GMT De?: bugtracker at ...3416... Pour?: moviga at ...3488..., g4mba5 at ...626... http://gambaswiki.org/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 bug to: Fixed. From gambas at ...1... Sat Sep 30 11:35:15 2017 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 30 Sep 2017 11:35:15 +0200 Subject: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1193: DataSource.Table doesn't accept "SELECT "request In-Reply-To: References: Message-ID: <975b505b-2dc6-8986-5543-0ef2146d3443@...1...> -------- 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?: bugtracker at ...3416... Pour?: pavelasb at ...626..., g4mba5 at ...626... http://gambaswiki.org/bugtracker/edit?object=BUG.1193&from=L21haW4- paul BARAS reported a new bug. Summary ------- DataSource.Table doesn't accept "SELECT "request Type : Bug Priority : Medium Gambas version : 3.10 Product : Database component Description ----------- if DataSource has DataBrowser and DataControl as a childs DataSource.Table doesn't accept "SELECT "requests error: Unknown Table: SELECT * FROM Foo No problems if DataSource has DataBrowser only