Re: [Gambas-user] Gridview

2015-12-12 Thread Buster Seven
ok so what i found was first you have to set the text then the strikeout What i was doing was if canceled gridview1.font.strikeout=true end gridview1[0,0].text="hello" this used to work for me and over the whole row now i have to set each column :-( anyway thanks for the example On Sat, De

[Gambas-user] [Gambas Bug Tracker] Bug #861: browse project using wrong file manager(not default)

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.861&from=L21haW4- Comment #4 by Zainudin AHMAD: sorry, this bug from xdg-open (detectDE function) in my system xdg-open can't detect DE correctly (only use $DESKTOP_SESSION for detect DE). so I am use bug feature from xdg-open.

Re: [Gambas-user] need tests together, I get segfault

2015-12-12 Thread Jussi Lahtinen
OK I can confirm this with revision 7516. Change "sleep 8" to "sleep 0.5", and click on the test button again if it doesn't crash on first try. Can you file a bug report? [System] Gambas=3.8.90 r7516 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.2

[Gambas-user] [Gambas Bug Tracker] Bug #869: Borderless form shows border in qt4

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.869&from=L21haW4- Comment #4 by Zainudin AHMAD: with kwin I get this issue, I forget this about window -- ___ Gambas-user mai

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Comment #5 by Moviga TECHNOLOGIES: Great! Thanks! -- ___ Gambas-user mailing list Gambas-user@lists.sourcef

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Comment #4 by Benoît MINISINI: It's written in the bug, "Duplicate of 790". You can now list "all your bugs" in the bugtracker main page. -- _

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Comment #3 by Moviga TECHNOLOGIES: Perhaps we could get a history list in our profiles :) For both reports and comments? I have dementia light sometimes :) --

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: I tried to see if I had made one, but I could not find it... what number was that? -- _

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Benoît MINISINI changed the state of the bug to: Duplicate. -- ___ Gambas-user mailing list Gambas-user@lis

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Comment #1 by Benoît MINISINI: No need to create the same bug twice! -- ___ Gambas-user mailing list Gambas

[Gambas-user] [Gambas Bug Tracker] Bug #862: Database Manager, Query editor can't select text with mouse anymore

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.862&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #7516. Benoît MINISINI changed the state of the bug to: Fixed. -- ___

[Gambas-user] [Gambas Bug Tracker] Bug #862: Database Manager, Query editor can't select text with mouse anymore

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.862&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #869: Borderless form shows border in qt4

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.869&from=L21haW4- Comment #3 by Benoît MINISINI: It should be fixed in revision #7515. Benoît MINISINI changed the state of the bug to: Fixed. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #870: Editor scrolls when using beautify

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.870&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Editor scrolls when using beautify Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Descripti

Re: [Gambas-user] need tests together, I get segfault

2015-12-12 Thread Charlie
The first time it ran all was OK but after that I got a segmentation fault (11) -- View this message in context: http://gambas.8142.n7.nabble.com/need-tests-together-I-get-segfault-tp54874p54930.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] [Gambas Bug Tracker] Bug #861: browse project using wrong file manager(not default)

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.861&from=L21haW4- Comment #3 by Benoît MINISINI: In the case of lxde desktop, the xdg-open script always calls PCManFM as soon as it receives a file URL or a file path, and relies on xdg-mime only for other URLs. ---

Re: [Gambas-user] Class header features (was: Declaring variables in class header without Public/Private is possible...)

2015-12-12 Thread Fabien Bodard
gbs3 -e -p '{long[]}a=[1,1]:for {i}ii = 0 to 50:{l}i=a[0]+a[1]:a[0]=a[1]:a[1]=i:print i:next' hermetics 2015-12-12 9:00 GMT+01:00 Fabien Bodard : > 2015-12-12 8:26 GMT+01:00 Tobias Boege : >> On Fri, 11 Dec 2015, Moviga Technologies wrote: >>> > >>> > Things are PRIVATE by default, but it was not

[Gambas-user] [Gambas Bug Tracker] Bug #869: Borderless form shows border in qt4

2015-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.869&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@list

Re: [Gambas-user] Gridview

2015-12-12 Thread Charlie
This works for me:- /Public Sub Form_Open() Dim sNetwork As String With GridView1 .Columns.Count = 1 .Rows.Count = 1 End With GridView1[0, 0].text = "Hello" GridView1[0, 0].Font.Strikeout = True End/ -- View this message in context: http://gambas.8142.n7.nabble.com/Gridview-tp54834p54

Re: [Gambas-user] Class header features

2015-12-12 Thread Moviga Technologies
I like that idea Tobi! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Class header features (was: Declaring variables in class header without Public/Private is possible...)

2015-12-12 Thread Fabien Bodard
2015-12-12 8:26 GMT+01:00 Tobias Boege : > On Fri, 11 Dec 2015, Moviga Technologies wrote: >> > >> > Things are PRIVATE by default, but it was not necessarily a good idea >> > to >> > allow that. >> > >> > Maybe I should remove that, but it's not backward-compatible, so many >> > programs will not