[Gambas-user] GB3 Browse Project requires root access

2011-08-23 Thread Bruce Bruen
I don't know if this is a bug or whether this is something peculiar about LXDE or if I have something set up on my (new) LXDE box incorrectly. When I click on Tools/Browse Project... (or Ctl+Alt+O) it asks for the root password. If I give it what it wants it opens PCManFM in root privileges m

Re: [Gambas-user] Issue 83 in gambas: DirView expand fails when bad symlinks encountered

2011-08-23 Thread gambas
Comment #3 on issue 83 by adamn...@gmail.com: DirView expand fails when bad symlinks encountered http://code.google.com/p/gambas/issues/detail?id=83 Tested OK. Confirmed fixed. Thank you! -- EMC VNX: the world's simpl

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
On 08/23/2011 07:04 PM, Benoît Minisini wrote: On 08/23/2011 02:41 PM, Benoît Minisini wrote: The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I don't think I will fix it in Gambas 2 soon. So I suggest you use Gambas 3 for your project! :-) For your interface problem, I can'

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Benoît Minisini
> On 08/23/2011 02:41 PM, Benoît Minisini wrote: > >>> The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I > >>> don't think I will fix it in Gambas 2 soon. > >>> > >>> So I suggest you use Gambas 3 for your project! :-) > >>> > >>> For your interface problem, I can't test with

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Benoît Minisini
> On 08/23/2011 02:41 PM, Benoît Minisini wrote: > >>> The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I > >>> don't think I will fix it in Gambas 2 soon. > >>> > >>> So I suggest you use Gambas 3 for your project! :-) > >>> > >>> For your interface problem, I can't test with

Re: [Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread richard terry
On Tuesday 23 August 2011 23:47:33 Benoît Minisini wrote: > > This code I got I think from the webview demo some time ago: > > > > If hTest.Selected Then > > Clipboard.Copy(Webview1.SelectedText) > > Print webview1.SelectedText > >End If > > > > If the webview contains html, th

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
On 08/23/2011 02:41 PM, Benoît Minisini wrote: >>> The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I >>> don't think I will fix it in Gambas 2 soon. >>> >>> So I suggest you use Gambas 3 for your project! :-) >>> >>> For your interface problem, I can't test with the project you

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
On 08/23/2011 02:41 PM, Benoît Minisini wrote: >>> The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I >>> don't think I will fix it in Gambas 2 soon. >>> >>> So I suggest you use Gambas 3 for your project! :-) >>> >>> For your interface problem, I can't test with the project you

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Benoît Minisini
> > > > The Desktop.Find() problem is a bug that is fixed in Gambas 3 only. I > > don't think I will fix it in Gambas 2 soon. > > > > So I suggest you use Gambas 3 for your project! :-) > > > > For your interface problem, I can't test with the project you sent me. > >I can try to compile 3.

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
On 08/23/2011 10:02 AM, Benoît Minisini wrote: >> On 08/23/2011 08:18 AM, Benoît Minisini wrote: Hi Matti; I'm using FC-13 and Gnome. I'll head on over to the videolan forum via the link you gave (thanks much) and have a read. VLC also has a telnet

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Benoît Minisini
> On 08/23/2011 08:18 AM, Benoît Minisini wrote: > >>Hi Matti; > >> > >> I'm using FC-13 and Gnome. I'll head on over to the videolan forum > >> > >> via the link you gave (thanks much) and have a read. > >> > >> VLC also has a telnet interface and I might be able to use that. If

Re: [Gambas-user] Code Origami Mysteries

2011-08-23 Thread Benoît Minisini
> Well, I'm flabbergasted! :-) > > I have just discovered the code folding in the gambas 3 IDE. (Yes, I > know I'm slow. It comes with age. :-X ) Didn't you ask yourself what all these little arrows are? ;-) > > But two things have got me beat. > > 1. Is there a keyboard shortcut to collaps

Re: [Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread Benoît Minisini
> This code I got I think from the webview demo some time ago: > > If hTest.Selected Then > Clipboard.Copy(Webview1.SelectedText) > Print webview1.SelectedText >End If > > If the webview contains html, then the print webview1.selected text prints > out plain text. > > Is the

Re: [Gambas-user] Issue 83 in gambas: DirView expand fails when bad symlinks encountered

2011-08-23 Thread gambas
Updates: Status: Fixed Comment #2 on issue 83 by benoit.m...@gmail.com: DirView expand fails when bad symlinks encountered http://code.google.com/p/gambas/issues/detail?id=83 Thanks for that very nice bug report. :-) The bug should be fixed in revision #4035.

Re: [Gambas-user] Issue 83 in gambas: DirView expand fails when bad symlinks encountered

2011-08-23 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 83 by benoit.m...@gmail.com: DirView expand fails when bad symlinks encountered http://code.google.com/p/gambas/issues/detail?id=83 (No comment was entered for this change.) --

[Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread richard terry
This code I got I think from the webview demo some time ago: If hTest.Selected Then Clipboard.Copy(Webview1.SelectedText) Print webview1.SelectedText End If If the webview contains html, then the print webview1.selected text prints out plain text. Is there anyway I can captu

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
On 08/23/2011 08:18 AM, Benoît Minisini wrote: >>Hi Matti; >> >> I'm using FC-13 and Gnome. I'll head on over to the videolan forum >> via the link you gave (thanks much) and have a read. >> >> VLC also has a telnet interface and I might be able to use that. If >> however the problem i

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
Yes, I'll send it along again (it has changed since last sent). On 08/23/2011 08:18 AM, Benoît Minisini wrote: >>Hi Matti; >> >> I'm using FC-13 and Gnome. I'll head on over to the videolan forum >> via the link you gave (thanks much) and have a read. >> >> VLC also has a telnet in

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Benoît Minisini
> Hi Matti; > > I'm using FC-13 and Gnome. I'll head on over to the videolan forum > via the link you gave (thanks much) and have a read. > >VLC also has a telnet interface and I might be able to use that. If > however the problem is at a more fundamental level than the applications > w

Re: [Gambas-user] Problem on breakline position

2011-08-23 Thread Benoît Minisini
> Le 22 août 2011 22:24, Benoît Minisini a écrit : > >> The editor highlight the line after the break line ... not the line > >> where the execution is stopped > > > > I need the project and how to reproduce that. > > All the projects... I don't see that in any of my projects, so not all the p

Re: [Gambas-user] Talking to a process...

2011-08-23 Thread Stephen Bungay
Hi Matti; I'm using FC-13 and Gnome. I'll head on over to the videolan forum via the link you gave (thanks much) and have a read. VLC also has a telnet interface and I might be able to use that. If however the problem is at a more fundamental level than the applications we're trying t

Re: [Gambas-user] Problem on breakline position

2011-08-23 Thread Fabien Bodard
Le 22 août 2011 22:24, Benoît Minisini a écrit : >> The editor highlight the line after the break line ... not the line >> where the execution is stopped > > I need the project and how to reproduce that. All the projects... when there is an error the line not stop at the good place. the debugger