[Gambas-user] Selecting a window

2013-12-06 Thread John Rose
Fabien,

I think that I'm starting to understand 'Drawing'. I don't understand 
how the whole
-- 
Regards,
  John

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Selecting a window

2013-12-06 Thread John Rose
Fabien,

I think that I'm starting to understand 'Drawing' in your example  I'll 
use it in my app. I saw the results (i.e. gray semi-transparent) of:
  Draw.FillColor = Color.SetAlpha(Color.Black, 125)
  Draw.FillStyle = Fill.Solid
  Draw.Rect(.X, .Y, .Width, .Height)
But I didn't understand how it worked nor could I find any documentation 
for it. Is there any documentation  where is it?

I was also interested to see the gb.gui component being used rather than 
gb.gtk or gb.qt4. When I used that (with Gambas 3.5.1), it generated a 
.deb with .qt4, .deb with gtk  .deb without either qt4 or gtk in the 
filename. Guessing: qt4 will result in always running qt4 controls, .gtk 
will result in always running gtk controls, without gtk  qt4 will 
result in running gtk if gnome desktop and qt4 if running kde desktop. 
Is this correct?

PS Finger trouble from me: I accidentally sent an incomplete version of 
this message just before sending this.

-- 
Regards,
John

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 480 in gambas: Managing SVN conflicts

2013-12-06 Thread gambas
Updates:
Status: Accepted
Labels: -Version Version-3.5.0

Comment #1 on issue 480 by benoit.m...@gmail.com: Managing SVN conflicts
http://code.google.com/p/gambas/issues/detail?id=480

(No comment was entered for this change.)

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 477 in gambas: String.InStr with an empty pattern, causes a signal 11

2013-12-06 Thread gambas
Updates:
Status: Accepted
Labels: -Version Version-3.5.0

Comment #1 on issue 477 by benoit.m...@gmail.com: String.InStr with an  
empty pattern, causes a signal 11
http://code.google.com/p/gambas/issues/detail?id=477

(No comment was entered for this change.)

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 478 in gambas: Right-to-left language support

2013-12-06 Thread gambas
Updates:
Status: Accepted

Comment #1 on issue 478 by benoit.m...@gmail.com: Right-to-left language  
support
http://code.google.com/p/gambas/issues/detail?id=478

I can do something for TreeView and GridView, but not for Slider and  
TextArea that are native controls (i.e. they are implemented by the  
underlying toolkit, GTK+ or QT4).

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 477 in gambas: String.InStr with an empty pattern, causes a signal 11

2013-12-06 Thread gambas
Updates:
Status: Fixed

Comment #2 on issue 477 by benoit.m...@gmail.com: String.InStr with an  
empty pattern, causes a signal 11
http://code.google.com/p/gambas/issues/detail?id=477

Fixed in revision #5979.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Line continuation

2013-12-06 Thread John Rose
Is there a line continuation character available for code? I find that I 
often have very long lines (e.g. in Exec commands).


--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Line continuation

2013-12-06 Thread Benoît Minisini
Le 06/12/2013 20:17, John Rose a écrit :
 Is there a line continuation character available for code? I find that I
 often have very long lines (e.g. in Exec commands).


There is no line continuation character, but you usually can go to 
another line inside an expression after a comma.

Regards,

-- 
Benoît Minisini

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Line continuation

2013-12-06 Thread ISS Boss

   I agree with John, Benoît.  There really should be a specific character to
   continue a line; if only to keep from confusing anyone maintaining the
   code.  Put it on the 'nice to have' list, anyway.
   Bill
   Benoît Minisini wrote, On 12/06/2013 14:37:

Le 06/12/2013 20:17, John Rose a écrit :

Is there a line continuation character available for code? I find that I
often have very long lines (e.g. in Exec commands).

There is no line continuation character, but you usually can go to
another line inside an expression after a comma.

Regards,
--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas-3 on Linux Mint 16: autoreconf: failed to run aclocal...

2013-12-06 Thread Ru Vuott
Hello,

I updated my Linux Mint to 16 version - 64bit.

I installed the development packages (for Ubuntu) needed to compile all 
Gambas-3 components.  Then I followed:

~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

~ $ cd trunk

but when I start 

~/trunk $ ./reconf-all

I obtain these lines:

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
Can't exec aclocal: No such file or directory at 
/usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

How can I fix it?

Thanks

vuott

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Debian unstable

2013-12-06 Thread Gianni Piccini
:-

Finally I can see 3.5.1

:-

me@debserv:~$ gambas3

** Oops! Internal error! **
** Cannot find interface of library 'gb.geom'
ERROR: #27: Cannot load component 'gb.geom': cannot find component
** Program aborting. Sorry! :-(
** Please send a bug report at gam...@users.sourceforge.net


Any ideas? I'm running a mixed Debian amd64 testing/sid, with Lxde and 
kernel 3.11.8-1...


--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas-3 on Linux Mint 16: autoreconf: failed to run aclocal...

2013-12-06 Thread Benoît Minisini
Le 06/12/2013 23:53, Ru Vuott a écrit :
 Hello,

 I updated my Linux Mint to 16 version - 64bit.

 I installed the development packages (for Ubuntu) needed to compile all 
 Gambas-3 components.  Then I followed:

 ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

 ~ $ cd trunk

 but when I start

 ~/trunk $ ./reconf-all

 I obtain these lines:

 libtoolize: putting auxiliary files in `.'.
 libtoolize: copying file `./ltmain.sh'
 libtoolize: You should add the contents of the following files to 
 `aclocal.m4':
 libtoolize:   `/usr/share/aclocal/libtool.m4'
 libtoolize:   `/usr/share/aclocal/ltoptions.m4'
 libtoolize:   `/usr/share/aclocal/ltversion.m4'
 libtoolize:   `/usr/share/aclocal/ltsugar.m4'
 libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
 libtoolize: Remember to add `LT_INIT' to configure.ac.
 libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
 libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
 libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 autoreconf: running: aclocal  --output=aclocal.m4t
 Can't exec aclocal: No such file or directory at 
 /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
 autoreconf: failed to run aclocal: No such file or directory

 How can I fix it?

 Thanks

 vuott


I guess you have to install the development package that includes the 
'aclocal' program. Normally that package should be in the autoconf  
automake package.

-- 
Benoît Minisini

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Again about Gambas-3 on Linux Mint 16...

2013-12-06 Thread Ru Vuott
Hello,

well I solved problem with ./reconf-all, but now at the end of ./configure -C  
I have this messages:

||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.gmp
|| - gb.openal
|| - gb.qt4.opengl
|| - gb.qt4.webkit
||

What have I to do ?

Thanks
vuott

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] R: Again about Gambas-3 on Linux Mint 16...

2013-12-06 Thread Ru Vuott
Well, I solved about gb.gmp installing libgmp-dev

but about others ?

vuott



Sab 7/12/13, Ru Vuott vu...@yahoo.it ha scritto:

 Oggetto: [Gambas-user] Again about Gambas-3 on Linux Mint 16...
 A: gambas-user@lists.sourceforge.net
 Data: Sabato 7 dicembre 2013, 00:41
 
 Hello,
 
 well I solved problem with ./reconf-all, but now at the end
 of ./configure -C  I have this messages:
 
 ||
 || THESE COMPONENTS ARE DISABLED:
 || - gb.gmp
 || - gb.openal
 || - gb.qt4.opengl
 || - gb.qt4.webkit
 ||
 
 What have I to do ?
 
 Thanks
 vuott
 
 --
 Sponsored by Intel(R) XDK 
 Develop, test and display web and hybrid apps with a single
 code base.
 Download it for free now!
 http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 480 in gambas: Managing SVN conflicts

2013-12-06 Thread gambas
Updates:
Status: Fixed

Comment #2 on issue 480 by benoit.m...@gmail.com: Managing SVN conflicts
http://code.google.com/p/gambas/issues/detail?id=480

Conflict management should have been fixed in revision #5986. Please  
confirm the next time you have conflicts.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user