[Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.759=L21haW4- Comment #3 by Zainudin AHMAD: I also had problems in version 3.5.4 but in version 3.1.1 is good. attach pic attach project --

[Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.759=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.759=L21haW4- Zainudin AHMAD added an attachment: test4-0.0.1.tar.gz -- ___ Gambas-user mailing list

Re: [Gambas-user] Question about TabStrip (or TabPanel)

2015-09-28 Thread Matti
I really missed something. Thanks, Tobi! Am 28.09.2015 um 19:34 schrieb Tobias Boege: > On Mon, 28 Sep 2015, Matti wrote: >> Every Tab of TabStrip has an own "Text" property. >> Wouldn't it be useful to have a "Tag" property, too, for each Tab, instead >> of just one "Tag" for the whole control?

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #2 by Jesus GUARDON: I'm afraid it does not work here. Environment variables return no useful information: $DESKTOP_SESSION returns literally "default.desktop" when issued in terminal. $XDG_MENU_PREFIX returns an empty

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #3 by Jesus GUARDON: I meant ...but what if you leave this check as the last one, *after* all others have failed? Sorry --

[Gambas-user] Question about TabStrip (or TabPanel)

2015-09-28 Thread Matti
Every Tab of TabStrip has an own "Text" property. Wouldn't it be useful to have a "Tag" property, too, for each Tab, instead of just one "Tag" for the whole control? My first attempts with TabStrip always end in needing to assign something like 'URL' or 'bDirty' to the specific Tab, and "Tag"

Re: [Gambas-user] A question and an idea about code editor

2015-09-28 Thread Moviga Technologies
That's a cool display of the configuration possibilities. I do however prefer the original :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Question about TabStrip (or TabPanel)

2015-09-28 Thread Tobias Boege
On Mon, 28 Sep 2015, Matti wrote: > Every Tab of TabStrip has an own "Text" property. > Wouldn't it be useful to have a "Tag" property, too, for each Tab, instead of > just one "Tag" for the whole control? > My first attempts with TabStrip always end in needing to assign something > like 'URL'

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #5 by Jesus GUARDON: I agree on reporting to Mint as a bug. Will do, of course. Anyway, thanks for hacking on it ;-) This is my XDG_DATA_DIRS output, if it helps. $ echo $XDG_DATA_DIRS

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Benoît MINISINI changed the state of the bug to: Working. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #4 by Benoît MINISINI: $XDG_DATA_DIRS is not reliable, it does not necessarily contains a directory having the string xfce4. But I can add a test on it, in the hope than at least one of the three tests succeeds. Anyway, you

[Gambas-user] [Gambas Bug Tracker] Bug #765: form/window about gambas using a lot of CPU resources, when displaying authors

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.765=L21haW4- Comment #14 by Benoît MINISINI: I did a cache. That said, I said nothing as when you want to speed up things, you always make a cache... It was slow because the contents was rich text redrawn at each frame. And drawing rich text is

[Gambas-user] [Gambas Bug Tracker] Bug #765: form/window about gambas using a lot of CPU resources, when displaying authors

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.765=L21haW4- Comment #15 by Fabien BODARD: So it work like gb.map or DocumentView. Yes i've seen your call to GridView.ScrollArea_Draw encapsulated in a Paint.Begin / .End Paint Class is powerfull. But cache are mandatory to have something

[Gambas-user] [Gambas Bug Tracker] Bug #765: form/window about gambas using a lot of CPU resources, when displaying authors

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.765=L21haW4- Comment #13 by Fabien BODARD: It's really impressive... now it use only 2 % of cpu here. I need to unsterstand what you've done --

Re: [Gambas-user] A question and an idea about code editor

2015-09-28 Thread Rolf-Werner Eilert
Uha! Yeah! That makes a difference! There are many good ideas in it, e. g. I like the idea of grouping menu titles with icons. The colors are not good for my eyes, but that is a pure matter of environment. Thank you for this demonstration! Rolf Am 25.09.2015 15:03, schrieb Fabien Bodard: >

Re: [Gambas-user] Return Value of Date() function

2015-09-28 Thread Rolf-Werner Eilert
Am 25.09.2015 14:44, schrieb Tobias Boege: > On Fri, 25 Sep 2015, emanuele sottocorno wrote: >> As stated in the wiki the Date Function should return a date without its >> time component. >> http://gambaswiki.org/wiki/cat/time >> >> But: Print Date(Now) ---> 25/09/2015 00:00:00 >> >> Is it by

[Gambas-user] [Gambas Bug Tracker] Bug #765: form/window about gambas using a lot of CPU resources, when displaying authors

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.765=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list

Re: [Gambas-user] Return Value of Date() function

2015-09-28 Thread Fabien Bodard
Le 28 sept. 2015 09:28, "Rolf-Werner Eilert" a écrit : > > > Am 25.09.2015 14:44, schrieb Tobias Boege: > > On Fri, 25 Sep 2015, emanuele sottocorno wrote: > >> As stated in the wiki the Date Function should return a date without its > >> time component. > >>

Re: [Gambas-user] Return Value of Date() function

2015-09-28 Thread Tobias Boege
On Mon, 28 Sep 2015, Rolf-Werner Eilert wrote: > > Am 25.09.2015 14:44, schrieb Tobias Boege: > > On Fri, 25 Sep 2015, emanuele sottocorno wrote: > >> As stated in the wiki the Date Function should return a date without its > >> time component. > >> http://gambaswiki.org/wiki/cat/time > >> > >>

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #6 by gbWilly GAMBOS: What you could do as a last resort if XDG_CURRENT_DESKTOP fails to detect xfce is: 1. Check xfwm4 --version -> Try Exec ["xfwm4", "--version"] To sWindowManager 2. Parse the output. If the file

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #7 by gbWilly GAMBOS: Oops posted a mistake: 2. -> If Left(sWindowManager, 11) = "This is xfw" Then ... --

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #8 by Benoît MINISINI: No, it means nothing: xfwm4 can be installed on the system even if you don't use it. And testing if it is running is useless too, because maybe it is running in another session, not mine.

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #9 by Jussi LAHTINEN: So, could you do it this way: Shell "ps -u $(whoami) | grep xfwm4" To sIsitXFCE If sIsitXFCE Then 'The desktop is XFCE --

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #10 by Benoît MINISINI: I don't want to rely on two external processes, and the name of the window manager executable which may change. --

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Benoît MINISINI changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.759=L21haW4- Comment #2 by Benoît MINISINI: I don't have this problem at all... -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #773: System information unable to detect Xfce desktop

2015-09-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.773=L21haW4- Comment #11 by Benoît MINISINI: Test on XDG_DATA_DIRS has been added in revision #7365. Tell me if it works for you. --