Re: [Gambas-user] How to update Gambas 3.5.4 to 3.6

2014-10-18 Thread T Lee Davidson
No, it will not upgrade itself automatically. You can find instructions for compilation and installation here: http://gambaswiki.org/wiki/install There is also a section there containing instructions for specific distributions. It is basically a configure-make-install process. I don't follow th

[Gambas-user] How to update Gambas 3.5.4 to 3.6

2014-10-18 Thread Martin McGlensey
Hello, Will Gambas 3.5.4 upgrade to 3.6 automatically? If not what is the correct way to update it? Thanks, Marty -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted thro

Re: [Gambas-user] R: ERROR with revision 6562

2014-10-18 Thread Ru Vuott
Yes, Benoît, now it works. Regards vuottt Dom 19/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: ERROR with revision 6562 A: "mailing list for gambas users" Data: Domenica 19 ottobre 2014, 00:27 Le 18/10/2014 23:50, Ru Vuo

Re: [Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-18 Thread T Lee Davidson
On 10/18/2014 06:29 PM, Benoît Minisini wrote: Yes, I need your project to test again. And remind me which version of GTK+ exactly you use. Regards, -- Benoît Minisini I have to assume this project uses gtk+2.0. I did not package gb.gtk3 in my RPM build SPEC file since I didn't think of it.

Re: [Gambas-user] Incomplete documentation in Wiki

2014-10-18 Thread Ian
Excellent - thanks Tobias. Looking at the (rather large) list , it occurred to me that it would be good have have the same high level view of all Gambas components that are documented ? Understand we have links to the high level components and can drill down on the Gambas web site but this vie

Re: [Gambas-user] Strange error message

2014-10-18 Thread T Lee Davidson
It looks as thought there might be a special character hidden somewhere in that file. You can check the file encoding to make sure it is not some bastard encoding with the command-line: `file .gtkrc-2.0:1` You can also view special characters in a text file with the VI editor. `vi .gtkrc-2.0:1`

Re: [Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-18 Thread Benoît Minisini
Le 19/10/2014 00:11, T Lee Davidson a écrit : > On 10/18/2014 04:06 PM, Benoît Minisini wrote: >>> Well that's a little disappointing that you weren't able to replicate the issue on your system. On mine, the red line is drawn and then when it comes time for the blue line to be drawn, the

Re: [Gambas-user] R: ERROR with revision 6562

2014-10-18 Thread Benoît Minisini
Le 18/10/2014 23:50, Ru Vuott a écrit : > Here the complete result about making in gb.gtk3: > > > Making all in gb.gtk3 > make[2]: Entering directory `/home/vuott/trunk/gb.gtk3' > make all-recursive > make[3]: Entering directory `/home/vuott/trunk/gb.gtk3' > Making all in src > make[4]: Entering d

Re: [Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-18 Thread T Lee Davidson
On 10/18/2014 04:06 PM, Benoît Minisini wrote: >> Well that's a little disappointing that you weren't able to replicate >> >the issue on your system. On mine, the red line is drawn and then when >> >it comes time for the blue line to be drawn, the red line disappears as >> >if the DrawingArea has b

[Gambas-user] R: ERROR with revision 6562

2014-10-18 Thread Ru Vuott
Here the complete result about making in gb.gtk3: Making all in gb.gtk3 make[2]: Entering directory `/home/vuott/trunk/gb.gtk3' make all-recursive make[3]: Entering directory `/home/vuott/trunk/gb.gtk3' Making all in src make[4]: Entering directory `/home/vuott/trunk/gb.gtk3/src' CXX gb_g

Re: [Gambas-user] R: Error packets signature - BIS

2014-10-18 Thread Ru Vuott
Hello, Benoît, I comunicated your question to our friend. We'll wait for his answer... Bye vuott Sab 18/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: Error packets signature - BIS A: "mailing list for gambas users" Data:

[Gambas-user] ERROR with revision 6562

2014-10-18 Thread Ru Vuott
Hello, updating my Gambas3 with revision 6562 via SVN, I obtained this error: ** In file included from /usr/include/gtk-3.0/gtk/gtkwidget.h:35:0, fr

[Gambas-user] Strange error message

2014-10-18 Thread senex
I have installed Gambas v 3.6 on to Xubuntu. Then I started to set up a new project. This was mainly to test how well I remembered working previously with version 2. When I ran a test I saw an error message on the console ... .gtkrc-2.0:1: error: unexpected character '\342', expected string con

Re: [Gambas-user] Missing Keyword in Wiki

2014-10-18 Thread Benoît Minisini
Le 13/09/2014 23:04, Randall Morgan a écrit : > This is just an FYI for the Wiki maintainers. > > The "Each" keyword is missing from the Language index page. It can be found > in the Loop Constructs page but should be added to the Language Index page > as well. That will give users a quick way to f

Re: [Gambas-user] R: Error packets signature - BIS

2014-10-18 Thread Benoît Minisini
Le 04/10/2014 16:56, Ru Vuott a écrit : > I forgot the informations about his system and Gambas version: > > [System] > Gambas=3.5.4 > OperatingSystem=Linux > Kernel=3.15.0-pf3-pae > Architecture=x86 > Distribution=Ubuntu 14.04.1 LTS > Desktop=GNOME > Theme=QGtk > Language=it_IT.UTF-8 > Memory=1614

Re: [Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-18 Thread Benoît Minisini
Le 10/10/2014 05:40, T Lee Davidson a écrit : > > > On 10/09/2014 07:32 PM, Benoît Minisini wrote: >> Le 10/10/2014 00:04, T Lee Davidson a écrit : >>> If a form's ValueBox.value is modified, subsequent Paint'ing on a cached >>> DrawingArea of the form doesn't produce the draw when the gb.qt4 >>> c

Re: [Gambas-user] Error Copy File gb.gtk or gb.gtk3

2014-10-18 Thread Benoît Minisini
Le 18/10/2014 05:01, herberth guzman a écrit : > Hi > > To copy from Gambas3.6 (Iconview + Directory) with gb.qt a filemanager > (Dolphin, Pcmanfm, Nautilus) works well. > > But gb.gtk gb.gtk3 or no work. > code: > > sName_Paste = ivwDesktop.Current.Text > sPath_Source = Directory & sName_Paste

Re: [Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-18 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 568 by benoit.m...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 I cannot reproduce that. Please provide your project and your getData.sh script. -- You r

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Benoît Minisini
Le 17/10/2014 16:29, Tobias Boege a écrit : > Hi, > > there is a project attached which tries to implement some drag and drop. The > archive has gb.qt4 as graphical component but let me start with its behaviour > under gb.gui: > > - drag from SourceLabel und SourceTextBox and drop on Destination

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Jørn Erik Mørne
Den 18. okt. 2014 15:59, skrev Ron: > I have to drag a control on my form a few time until it sticks... > Is this related? > > Ubuntu 14.04.1 This is often also my experience... -- Comprehensive Server Monitoring with Si

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Ron
I have to drag a control on my form a few time until it sticks... Is this related? Ubuntu 14.04.1 Regards, Ron. 2014-10-17 19:05 GMT+02:00 : > Den 2014-10-17 18:44, skrev Jørn Erik Mørne: > >> Tobias Boege wrote: >>> >>> Hi, >>> >>> there is a project attached which tries to implement some dra

Re: [Gambas-user] Rename File (IconView + MOVE)

2014-10-18 Thread Benoît Minisini
Le 18/10/2014 04:50, herberth guzman a écrit : > Hi > > in the development version Gambas 3.6 to rename a file from a IconView > worked well. > > Install Gambas 3.6 the stable version and displays an error. > "not enough arguments" > > the code I use is: > Move Directory & $sLastName To Directory

Re: [Gambas-user] Issue 569 in gambas: Replace$ doenst work.

2014-10-18 Thread gambas
Updates: Status: Invalid Labels: -OpSys-Linux -Dist-Ubuntu OpSys-Any Dist-Any Comment #1 on issue 569 by tabo...@gmail.com: Replace$ doenst work. https://code.google.com/p/gambas/issues/detail?id=569 Replace$() does not modify its argument, it returns a value instead (because i

[Gambas-user] Issue 569 in gambas: Replace$ doenst work.

2014-10-18 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu Arch-Any Desktop-Any GUI-Any New issue 569 by cmelissa...@gmail.com: Replace$ doenst work. https://code.google.com/p/gambas/issues/detail?id=569 1) Replace$ doesnt work e.g. in the following code rep

[Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-18 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 568 by mradcli...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 I have the following code in one of my projects filename is a s