http://gambaswiki.org/bugtracker/edit?object=BUG.774&from=L21haW4-
Fabien BODARD reported a new bug.
Summary
---
Is there a way to get a saved session ?
Type : Request
Priority : Medium
Gambas version : Unknown
Product : Bugtracker
Description
---
F
http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4-
Zainudin AHMAD added an attachment:
test4-0.0.1.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.so
http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-1.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=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
--
_
http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4-
Comment #2 by Benoît MINISINI:
I don't have this problem at all...
--
___
Gambas-user mailing list
Gambas-u
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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.
--
__
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Waiting.
--
___
Gambas-user mailing list
Gambas-user@lists
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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.
--
___
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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.
--
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=L21haW4-
Comment #7 by gbWilly GAMBOS:
Oops posted a mistake:
2.
-> If Left(sWindowManager, 11) = "This is xfw" Then ...
--
_
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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
/usr/share/default.desktop:/usr/s
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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,
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Working.
--
___
Gambas-user mailing list
Gambas-user@lists
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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
--
__
http://gambaswiki.org/bugtracker/edit?object=BUG.773&from=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
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?
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' or
That's a cool display of the configuration possibilities. I do however
prefer the original :)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.s
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" wou
http://gambaswiki.org/bugtracker/edit?object=BUG.765&from=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
http://gambaswiki.org/bugtracker/edit?object=BUG.765&from=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 tex
http://gambaswiki.org/bugtracker/edit?object=BUG.765&from=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
--
___
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.
> >> http://gambaswiki.org/wiki/cat/time
>
http://gambaswiki.org/bugtracker/edit?object=BUG.765&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Fixed.
--
___
Gambas-user mailing list
Gambas-user@lists.s
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
> >>
> >> Bu
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 desi
28 matches
Mail list logo