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 mess

[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 ha scritto: Oggetto: [Gambas-user] Again about Gambas-3 on Linux Mint "16"... A: gambas-user@lists.sourceforge.net Data: Sabato 7 dicembre 2013, 0

[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 ---

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

2013-12-06 Thread Ru Vuott
Hi Benoît, yeee: I needed "automake" package ! Thanks a lot ! Vuottt Sab 7/12/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Gambas-3 on Linux Mint "16": autoreconf: failed to run aclocal... A: "mailing list for gambas users"

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 > > ~ $ c

[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

[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 ob

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 é

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,

[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

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 i

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 impleme

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

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 c

[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

[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. Downloa