Re: [Gambas-user] SwitchButton keyboard actions

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 05:12, B Bruen a écrit :
 It appears that there is no way to change a SwitchButton value using the 
 keyboard?

 Comments?

 regards


Something to be done...

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] SwitchButton keyboard actions

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 11:55, Benoît Minisini a écrit :
 Le 11/11/2014 05:12, B Bruen a écrit :
 It appears that there is no way to change a SwitchButton value using
 the keyboard?

 Comments?

 regards


 Something to be done...


Done in revision #6635.

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 13:06, rolf a écrit :
 Hi,

 I answer myself, to tell that the problem with aclocal is solved - why does
 the package autoconf is not mentioned as a required package in the howtos?

Because it must be added in the wiki? Anyone can do that.


 Now I need a hint how to get gb.media compiled in wheezy - the compiler alway
 complains about gstreamer-video - I do not find an associated package in the
 repository.

Only a debian user can answer.


 Also jit is always disabled.

It requires LLVM = 3.1, do you have it?

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hello Benoît,

many thanks for your fast response.

  I answer myself, to tell that the problem with aclocal is solved - why
  does the package autoconf is not mentioned as a required package in the
  howtos?

 Because it must be added in the wiki? Anyone can do that.

  Now I need a hint how to get gb.media compiled in wheezy - the compiler
  alway complains about gstreamer-video - I do not find an associated
  package in the repository.

 Only a debian user can answer.

  Also jit is always disabled.

 It requires LLVM = 3.1, do you have it?

Yes, it is installed llvm itself and the dev files

Fine regards
Rolf

Here the system information

[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.16-0.bpo.3-amd64
Architecture=x86_64
Distribution=debian 7.7
Desktop=trinity (TDE)
Theme=QWindows
Language=de_DE.UTF-8
Memory=7962M
[Libraries]
Cairo=libcairo.so.2.11200.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.7.2
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.2
SDL=libSDL-1.2.so.0.11.4

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 13:31, rolf a écrit :

 It requires LLVM = 3.1, do you have it?

 Yes, it is installed llvm itself and the dev files


Are you sure? What returns 'llvm-config --version'?

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Benoît

  It requires LLVM = 3.1, do you have it?
 
  Yes, it is installed llvm itself and the dev files

 Are you sure? What returns 'llvm-config --version'?

You are right because llvm-config --version gives 3.0 back.
My mistake was, that I installed both 3.0 and 3.1, but after I deinstalled 
llvm-3.0 I still get gb.jit is disabled.

Fine regards
Rolf

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 13:06 +0100 schrieb rolf:
 Hi, 
 
 I answer myself, to tell that the problem with aclocal is solved - why does 
 the package autoconf is not mentioned as a required package in the howtos?
 
 Now I need a hint how to get gb.media compiled in wheezy - the compiler alway 
 complains about gstreamer-video - I do not find an associated package in the 
 repository.
 
 Also jit is always disabled. 
 
 Attached is the skript I use to compile Gambas and the output of the process 
 on wheezy system with wheezy-backports activated.
 
 Any help is welcomed
 Rolf

Salut Rolf,

why do you do it all as root ?

-- 
Amicalement
Charlie


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Karl

 why do you do it all as root ?

It should become a system wide installation. I allways compile programs 
everybody should use on this computer as admin.

Rolf

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 13:06 +0100, rolf wrote:
 Hi, 
 
 I answer myself, to tell that the problem with aclocal is solved - why does 
 the package autoconf is not mentioned as a required package in the howtos?

Online Gambas wiki, does have autoconf mentioned as required package!!
Has always been there.


 
 Now I need a hint how to get gb.media compiled in wheezy - the compiler alway 
 complains about gstreamer-video - I do not find an associated package in the 
 repository.

In your log I can see gstreamer doesn't get installed, hence gb.media
will not compile.
--
Die folgenden Pakete haben verletzte Abhängigkeiten:
 gstreamer1.0-plugins-good : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
aber 1:0.4.16-2 ist installiert.
 libgstreamer-plugins-base1.0-0 : Hängt ab von: liborc-0.4-0 (=
1:0.4.18) aber 1:0.4.16-2 ist installiert.
 gstreamer1.0-plugins-base : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
aber 1:0.4.16-2 ist installiert.
--
Seems your liborc-0.4-0 version installed is to low and coming form
wheezy. I guess the gstreamer1.0 comes from wheezy-backports repo?

Simple search on Debian Package Search for liborc-0.4-0
shows that
- wheezy package is on 1:0.4.16-2 (the one installed on your system)
- wheezy-bakcports is on 1:0.4.19-1~bpo70+1 (the one you need!!)

See:
https://packages.debian.org/search?keywords=liborc-0.4-0searchon=namessuite=allsection=all

Some of the other packages that would not install (see your log) will
probably have a same kind of problem.


 
 Also jit is always disabled. 

llvm above 3.1. Again check wheezy versus wheezy-backports versions!!
Used Debian Package Search to help you out and search for any suite to
see them all.


 
 Attached is the skript I use to compile Gambas and the output of the process 
 on wheezy system with wheezy-backports activated.
 
 Any help is welcomed
 Rolf
 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___ Gambas-user mailing list 
 Gambas-user@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/gambas-user

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 14:33 +0100, Willy Raets wrote:
 On di, 2014-11-11 at 13:06 +0100, rolf wrote:
  Hi, 
  
  I answer myself, to tell that the problem with aclocal is solved - why does 
  the package autoconf is not mentioned as a required package in the howtos?
 
 Online Gambas wiki, does have autoconf mentioned as required package!!
 Has always been there.
 
 
  
  Now I need a hint how to get gb.media compiled in wheezy - the compiler 
  alway 
  complains about gstreamer-video - I do not find an associated package in 
  the 
  repository.
 
 In your log I can see gstreamer doesn't get installed, hence gb.media
 will not compile.
 --
 Die folgenden Pakete haben verletzte Abhängigkeiten:
  gstreamer1.0-plugins-good : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
 aber 1:0.4.16-2 ist installiert.
  libgstreamer-plugins-base1.0-0 : Hängt ab von: liborc-0.4-0 (=
 1:0.4.18) aber 1:0.4.16-2 ist installiert.
  gstreamer1.0-plugins-base : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
 aber 1:0.4.16-2 ist installiert.
 --
 Seems your liborc-0.4-0 version installed is to low and coming form
 wheezy. I guess the gstreamer1.0 comes from wheezy-backports repo?
 
 Simple search on Debian Package Search for liborc-0.4-0
 shows that
 - wheezy package is on 1:0.4.16-2 (the one installed on your system)
 - wheezy-bakcports is on 1:0.4.19-1~bpo70+1 (the one you need!!)
 
 See:
 https://packages.debian.org/search?keywords=liborc-0.4-0searchon=namessuite=allsection=all
 
 Some of the other packages that would not install (see your log) will
 probably have a same kind of problem.

A little added note:
To make sure liborc-0.4-0 gets pulled from wheezy-backports add a
preferences file to /etc/apt with this content:

Package: liborc-0.4-0
Pin: release n=wheezy-backports
Pin-Priority: 1050

Package: *
Pin: release n=wheezy
Pin-Priority: 950

Package: *
Pin: release n=wheezy-backports
Pin-Priority: -1

Or if you don't mind that wheezy-backport version get preferred you
could also do this in preferences file:

Package: *
Pin: release n=wheezy-backports
Pin-Priority: 1050

Package: *
Pin: release n=wheezy
Pin-Priority: 950

 
 
  
  Also jit is always disabled. 
 
 llvm above 3.1. Again check wheezy versus wheezy-backports versions!!
 Used Debian Package Search to help you out and search for any suite to
 see them all.
 
 
  
  Attached is the skript I use to compile Gambas and the output of the 
  process 
  on wheezy system with wheezy-backports activated.
  
  Any help is welcomed
  Rolf
  --
  Comprehensive Server Monitoring with Site24x7.
  Monitor 10 servers for $9/Month.
  Get alerted through email, SMS, voice calls or mobile push notifications.
  Take corrective actions from your mobile device.
  http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
  ___ Gambas-user mailing list 
  Gambas-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/gambas-user
 

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 14:21 +0100 schrieb rolf:
 Hi Karl
 
  why do you do it all as root ?
 
 It should become a system wide installation. I allways compile programs 
 everybody should use on this computer as admin.
 
 Rolf

Salut Rolf,

sudo/su make install does that 
-- 
Amicalement
Charlie


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Willy

 Online Gambas wiki, does have autoconf mentioned as required package!!
 Has always been there.
I copied the packages in the Step 4 section and there is no automake as 
package named.

  Now I need a hint how to get gb.media compiled in wheezy - the compiler
  alway complains about gstreamer-video - I do not find an associated
  package in the repository.

 In your log I can see gstreamer doesn't get installed, hence gb.media
 will not compile.
 --
 Die folgenden Pakete haben verletzte Abhängigkeiten:
  gstreamer1.0-plugins-good : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
 aber 1:0.4.16-2 ist installiert.
  libgstreamer-plugins-base1.0-0 : Hängt ab von: liborc-0.4-0 (=
 1:0.4.18) aber 1:0.4.16-2 ist installiert.
  gstreamer1.0-plugins-base : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
 aber 1:0.4.16-2 ist installiert.
 --
 Seems your liborc-0.4-0 version installed is to low and coming form
 wheezy. I guess the gstreamer1.0 comes from wheezy-backports repo?

 Simple search on Debian Package Search for liborc-0.4-0
 shows that
 - wheezy package is on 1:0.4.16-2 (the one installed on your system)
 - wheezy-bakcports is on 1:0.4.19-1~bpo70+1 (the one you need!!)

Thanks. I installed it with aptitude install -t wheezy-backports and now it 
works.

Do you have an idea which package I need for llvm. gb.jit does not compile.

Many thanks again
Rolf

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Karl

   why do you do it all as root ?
 
  It should become a system wide installation. I allways compile programs
  everybody should use on this computer as admin.
 
  Rolf

 Salut Rolf,

 sudo/su make install does that

First of all I use Debian not Ubuntu so I sudo is not configured out of the 
box.

And what is the difference between working as root - especially if root is 
requiered for installing the needed program packets - and do it with sudo?

Gruß
Rolf

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread CJ

 Now I need a hint how to get gb.media compiled in wheezy - the compiler
 alway complains about gstreamer-video - I do not find an associated
package in the
 repository.

I remember that one...check if you have the following packages installed...

 gstreamer-1.0
 gstreamer-video-1.0

 Also jit is always disabled.

This one needs LLVM installed

/CJ


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, rolf wrote:
 Hi Karl
 
why do you do it all as root ?
  
   It should become a system wide installation. I allways compile programs
   everybody should use on this computer as admin.
  
   Rolf
 
  Salut Rolf,
 
  sudo/su make install does that
 
 First of all I use Debian not Ubuntu so I sudo is not configured out of the 
 box.
 
 And what is the difference between working as root - especially if root is 
 requiered for installing the needed program packets - and do it with sudo?
 

The differences between sudo and su is nothing of interest here. The point
is that you should not compile as root at all (no matter how you prefer to
become root). It's for the same reason as why shouldn't I run my browser
as root or why shouldn't I run my calculator as root: because having a
process do things with root privileges is per se dangerous and you can
perfectly do it without root privileges. Configure and compile Gambas as a
regular user and just install as root to the proper (system-wide) places.

I myself wouldn't risk a scenario like the one which this guy[0] describes
and you can't deny that those configure scripts, if you take a look at them,
do some really peculiar stuff... Same goes for the Makefiles generated.

Regards,
Tobi

[0] 
http://cboard.cprogramming.com/linux-programming/42383-never-compile-root.html

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 15:26 +0100, rolf wrote:
 Hi Willy
 
  Online Gambas wiki, does have autoconf mentioned as required package!!
  Has always been there.
 I copied the packages in the Step 4 section and there is no automake as 
 package named.
 
   Now I need a hint how to get gb.media compiled in wheezy - the compiler
   alway complains about gstreamer-video - I do not find an associated
   package in the repository.
 
  In your log I can see gstreamer doesn't get installed, hence gb.media
  will not compile.
  --
  Die folgenden Pakete haben verletzte Abhängigkeiten:
   gstreamer1.0-plugins-good : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
  aber 1:0.4.16-2 ist installiert.
   libgstreamer-plugins-base1.0-0 : Hängt ab von: liborc-0.4-0 (=
  1:0.4.18) aber 1:0.4.16-2 ist installiert.
   gstreamer1.0-plugins-base : Hängt ab von: liborc-0.4-0 (= 1:0.4.18)
  aber 1:0.4.16-2 ist installiert.
  --
  Seems your liborc-0.4-0 version installed is to low and coming form
  wheezy. I guess the gstreamer1.0 comes from wheezy-backports repo?
 
  Simple search on Debian Package Search for liborc-0.4-0
  shows that
  - wheezy package is on 1:0.4.16-2 (the one installed on your system)
  - wheezy-bakcports is on 1:0.4.19-1~bpo70+1 (the one you need!!)
 
 Thanks. I installed it with aptitude install -t wheezy-backports and now it 
 works.
 
 Do you have an idea which package I need for llvm. gb.jit does not compile.

As Benoît wrote Gambas needs llvm 3.1 or higher
So on wheezy that would be: llvm-3.1-dev
https://packages.debian.org/search?suite=allsection=allarch=anysearchon=nameskeywords=llvm-3.1-dev
It is in the wheezy repository.

After you have installed the missing dependencies, remember to do the
whole:

./reconf-all
./configure -C
make
sudo make install



 
 Many thanks again
 Rolf

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread rolf
Hi Willy

  Thanks. I installed it with aptitude install -t wheezy-backports and now
  it works.
 
  Do you have an idea which package I need for llvm. gb.jit does not
  compile.

 As Benoît wrote Gambas needs llvm 3.1 or higher
 So on wheezy that would be: llvm-3.1-dev
 https://packages.debian.org/search?suite=allsection=allarch=anysearchon=
nameskeywords=llvm-3.1-dev It is in the wheezy repository.

As I wrote before, llvm-3.1-dev is installed and llvm-config-3.1 --version 
gives 3.1, but it is still disabled.

Many thanks for your help.
Rolf

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem compiling trunk on Debian wheezy

2014-11-11 Thread Willy Raets
On di, 2014-11-11 at 16:43 +0100, rolf wrote:
 Hi Willy
 
   Thanks. I installed it with aptitude install -t wheezy-backports and now
   it works.
  
   Do you have an idea which package I need for llvm. gb.jit does not
   compile.
 
  As Benoît wrote Gambas needs llvm 3.1 or higher
  So on wheezy that would be: llvm-3.1-dev
  https://packages.debian.org/search?suite=allsection=allarch=anysearchon=
 nameskeywords=llvm-3.1-dev It is in the wheezy repository.
 
 As I wrote before, llvm-3.1-dev is installed and llvm-config-3.1 --version 
 gives 3.1, but it is still disabled.
 
 Many thanks for your help.
 Rolf

Open Synaptic Package Manager. Search for llvm and mark all installed
llvm packages for complete removal.
Next apply the removal.
Close Synaptic
Open terminal and install llvm-3.1-dev

Next do:
./reconf-all
./configure -C
make
sudo make install

That is all I can think of. It should compile and install gb.jit with
llvm-3.1-dev installed.

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, gam...@users.sourceforge.net wrote:
 Revision: 6632
   http://sourceforge.net/p/gambas/code/6632
 Author:   gambas
 Date: 2014-11-11 01:51:23 + (Tue, 11 Nov 2014)
 Log Message:
 ---
 [WIKI CGI SCRIPT]
 * NEW: New look for the documentation wiki.
 

Holy cow, this _is_ new! The more tabular layout on the main page
(gambaswiki.org/wiki) is really nice. There was once such a tabular
layout in the language index page. Do you want to also put that back
in place? I liked the multiple columns better than the single column
we current have there (looks a bit loveless).

Also the inherited symbols from a class are now more easily distinguishable
from the non-inherited ones, IMHO, which is a plus. If you ask me, the
underlining could even be a bit darker.

I like the softer font colours. The only thing I miss is the presence
of the orange colour here and there but I'll get used to it :-)

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Hello,

 

Have a large Gambas database app that I have been developing over the past
year. It had been working well up until last night. I was adding a new form
and debugging an older one. Now I'm getting strange error messages. For
example - Message.Info(You are in bad trouble now!) gets unable to load
image error. Originally this project was developed under Gambas 3.5.X now
using 3.6.1 on Ununtu 12.04.

 

Worse than that this code, that had been ok before,  returns Type mismatch:
Wanted Boolean got Function on the line  Neighborhood.Connection =
modMain.$Con. The Query above the error works as it should. The connection
appears OK since the query works. It's only the DataSource Neighborhood that
errors out. This error occurs on all forms that have a DataSource object
regardless of its name or datatable. If I create a new project with the same
code, one form and datasource, and message.Info() it works. The problem has
to be in the project.

 

Is there any way too fix this? This is a large project with a database that
is large and confidential. So I can't send it. My backup runs OK but it is a
read only I cannot edit it. Can I change this attribute?

 

ModMain opens the connection to the MySQL database HOA_Data:

 

  Code in modMain

   

   Public Procedure Connect()

$Con.Close()  ' Close the connection

$Con.Type = mysql   ' Type of connection

$Con.Host = localhost   ' Name of the server

$Con.Login = User   ' User's name for the connection

$Con.Port = 3306' Port to use in the connection,
usually 3306

$Con.Name = HOA_Data' Name of the database we want to
use

$Con.Password = ' User's password

Try

   $Con.Open()' Open the connection

Catch

   If Error Then Print Message.Info(Connection Failed)


   

   End

  --

This code is common to all forms: 

 

  Code in form_Open()

  

  Dim $Query As String

  Dim strTest As String

   

  $Query = SELECT tblneighborhood.* FROM tblneighborhood;

  modMain.$Result = modMain.$Con.Exec($Query)

  modMain.$Result.MoveFirst

  strTest = modMain.$Result!Last_Name

  

  Neighborhood.Connection = modMain.$Con

  Neighborhood.Table = tblneighborhood

  Neighborhood.Sort = Last_Name

  Neighborhood.MoveFirst

 

Thanks,

Marty

 

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote:
 Hello,
 
  
 
 Have a large Gambas database app that I have been developing over the past
 year. It had been working well up until last night. I was adding a new form
 and debugging an older one. Now I'm getting strange error messages. For
 example - Message.Info(You are in bad trouble now!) gets unable to load
 image error. Originally this project was developed under Gambas 3.5.X now
 using 3.6.1 on Ununtu 12.04.
 

Did you do any update after you last checked that the project worked and
before it didn't work?

Unable to load image from the Message class is a possible runtime error
and does not necessarily indicate any corruption in your project. The
Message class tries to load the icon corresponding to the type of message
you display (in your case the info icon). An error loading it is not
caught so the interpreter will throw an error. The absence of this file
indicates either a problem in your installation or a corrupted
gb.form.stock component binary (or wherever the Picture class gets its
pictures from). From this error, I'd say the reason for the failure is more
likely to be found in the last update or maybe in how reliable your hard
drive is...?

 
 Worse than that this code, that had been ok before,  returns Type mismatch:
 Wanted Boolean got Function on the line  Neighborhood.Connection =
 modMain.$Con. The Query above the error works as it should. The connection
 appears OK since the query works. It's only the DataSource Neighborhood that
 errors out. This error occurs on all forms that have a DataSource object
 regardless of its name or datatable. If I create a new project with the same
 code, one form and datasource, and message.Info() it works. The problem has
 to be in the project.
 

This is also not a too exotic error. It indicates that something is used
incorrectly, in a syntax way. These things are sometimes hard to spot
because in Gambas functions are also used to implement properties which are
syntactically two very different things. But if you say, you didn't change
the project since it last worked, that's indeed weird.

I honestly don't think your project is corrupted because these two points
don't really fit into my experience with actually corrupted projects.
They're not wild enough.

In any case, be sure to recompile the entire project by doing

  $ cd /your/project/directory
  $ rm -r .gambas
  $ gbc3 -ga

then try running it again. I don't think it can fix the first point but it
_could_ fix the second one.

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Benoît Minisini
Hi,

I have uploaded a pre-release source package of Gambas 3.6.2 on 
sourceforge at:

http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download

Please check it and report any problem before I make it official.

I will write the changelog with the backported bug fixes soon.

Regards,

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 17:58, Benoît Minisini a écrit :
 Hi,

 I have uploaded a pre-release source package of Gambas 3.6.2 on
 sourceforge at:

 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download

 Please check it and report any problem before I make it official.

 I will write the changelog with the backported bug fixes soon.

 Regards,


Especially take attention on the offline help that should update to a 
new documenation package and to the new wiki look!

Regards,

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Sebastian Kulesz
On Nov 11, 2014 2:01 PM, Benoît Minisini gam...@users.sourceforge.net
wrote:

 Le 11/11/2014 17:58, Benoît Minisini a écrit :
  Hi,
 
  I have uploaded a pre-release source package of Gambas 3.6.2 on
  sourceforge at:
 
 
http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download
 
  Please check it and report any problem before I make it official.
 
  I will write the changelog with the backported bug fixes soon.
 
  Regards,
 

 Especially take attention on the offline help that should update to a
 new documenation package and to the new wiki look!

For those using the Beta PPA, this pre-release version should show up in
less than an hour ;)


 Regards,

 --
 Benoît Minisini


--
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.

http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 18:13, Sebastian Kulesz a écrit :
 On Nov 11, 2014 2:01 PM, Benoît Minisini gam...@users.sourceforge.net
 wrote:

 Le 11/11/2014 17:58, Benoît Minisini a écrit :
 Hi,

 I have uploaded a pre-release source package of Gambas 3.6.2 on
 sourceforge at:


 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download

 Please check it and report any problem before I make it official.

 I will write the changelog with the backported bug fixes soon.

 Regards,


 Especially take attention on the offline help that should update to a
 new documenation package and to the new wiki look!

 For those using the Beta PPA, this pre-release version should show up in
 less than an hour ;)


Oops! I have just uploaded a new version of the Gambas 3.6.2 package 
with a offline help fix.

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Tobi,

 

Did as you suggested. 

 

  $ cd /your/project/directory

  $ rm -r .gambas

  $ gbc3 -ga

 

Had to be root to rm the .gambas directory. Recompiled usin gbc3 -ga. Files
in .gambas directory now show date of 11/11.

 

Errors still present. No change. If it's syntax. How can I find the
offending code?

 

Marty

 

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote:
 Tobi,
 
  
 
 Did as you suggested. 
 
  
 
   $ cd /your/project/directory
 
   $ rm -r .gambas
 
   $ gbc3 -ga
 
  
 
 Had to be root to rm the .gambas directory. Recompiled usin gbc3 -ga. Files
 in .gambas directory now show date of 11/11.
 

OK, unless you develop your project as root (which I would not recommend) or
have messed with your project directory as root (also not recommended), your
.gambas directory should NOT be owned by root and you should be able to
delete it without elevated privileges.

So maybe you were correct and your project is corrupted. But not the Gambas
project metadata (which is what I was referring to when I said corrupted)
but the filesystem metadata.

 
 Errors still present. No change. If it's syntax. How can I find the
 offending code?
 

I can't tell. These wanted X got function instead errors are very subtle
but the runtime error should point you right into a code path where the
error is. But let's focus on the prior symptom first:

What about you create a new project (as your regular user!) and copy the
contents of the files of your existing project into that new project? Maybe
don't copy the files but really copy and paste the _contents_. It may take
you some time and it surely is an idiot solution but I'm curious if it
helps. If it doesn't, there is an error in your code or your installation.

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 21:30 +0100 schrieb Tobias Boege:
 On Tue, 11 Nov 2014, Martin McGlensey wrote:
  Tobi,
  
   
  
  Did as you suggested. 
  
   
  
$ cd /your/project/directory
  
$ rm -r .gambas
  
$ gbc3 -ga
  
   
  
  Had to be root to rm the .gambas directory. Recompiled usin gbc3 -ga. Files
  in .gambas directory now show date of 11/11.
  
 
 OK, unless you develop your project as root (which I would not recommend) or
 have messed with your project directory as root (also not recommended), your
 .gambas directory should NOT be owned by root and you should be able to
 delete it without elevated privileges.
 
 So maybe you were correct and your project is corrupted. But not the Gambas
 project metadata (which is what I was referring to when I said corrupted)
 but the filesystem metadata.
 
  
  Errors still present. No change. If it's syntax. How can I find the
  offending code?
  
 
 I can't tell. These wanted X got function instead errors are very subtle
 but the runtime error should point you right into a code path where the
 error is. But let's focus on the prior symptom first:
 
 What about you create a new project (as your regular user!) and copy the
 contents of the files of your existing project into that new project? Maybe
 don't copy the files but really copy and paste the _contents_. It may take
 you some time and it surely is an idiot solution but I'm curious if it
 helps. If it doesn't, there is an error in your code or your installation.
 
 Regards,
 Tobi
 

Salut,

what's about Save as.., or an Source-Archive (Ctrl + Alt + A), yes I saw
that, corrupted disk space, making project troubles.

And Marty talked also about an read-only backup, a chown should help
there. 
-- 
Amicalement
Charlie


--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Tobi,

 

Some more information. I created a new project then imported the minimal
files need to test it from the original project. They are the Main Men
(startup class), form1, form2 and the module containing the connection.
Commented out all references to forms not loaded. Now the connection and
message errors are gone. Form1 and form2 will load and show data as they
should. There is a new error however. It comes with the line
Me.DataCombo1.Table = tbllocation. The error message is Unknown symbol
'DataCombo1' in container. The DataCombo box is in the datasource container
with the other datacontrols. If I comment out the code for the DataCombo box
the form loads properly. Tried adding a regular combobox outside the
datasource and tried programming it. This generated the error as the
datacombo box. The three forms loaded in the new project are not the ones I
was working on prior to the problem.

 

What should I do now?

 

Regards

Marty

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote:
 Tobi,
 
  
 
 Some more information. I created a new project then imported the minimal
 files need to test it from the original project. They are the Main Men
 (startup class), form1, form2 and the module containing the connection.
 Commented out all references to forms not loaded. Now the connection and
 message errors are gone. Form1 and form2 will load and show data as they
 should. There is a new error however. It comes with the line
 Me.DataCombo1.Table = tbllocation. The error message is Unknown symbol
 'DataCombo1' in container. The DataCombo box is in the datasource container
 with the other datacontrols. If I comment out the code for the DataCombo box
 the form loads properly. Tried adding a regular combobox outside the
 datasource and tried programming it. This generated the error as the
 datacombo box. The three forms loaded in the new project are not the ones I
 was working on prior to the problem.
 
  
 
 What should I do now?
 

If files are missing, you will get errors about missing (a.k.a. unknown)
things. So complete the import before you try it out -- and try not to mess
around with the code (like commenting things out or changing controls) as
we're still not sure there isn't just an error in the code :-)

Also, you can try Charlie's suggestion to copy your project backup to some
temporary location and go through it with

  $ chown youruser:yourgroup -R /your/project/backup/copy

where youruser is your username (id -un), yourgroup is the group of
your user (id -gn). This method may give success faster. Don't work on your
backup, but a copy of it.

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread B Bruen
On Tue, 11 Nov 2014 16:52:13 +0100
Tobias Boege tabo...@gmail.com wrote:

 On Tue, 11 Nov 2014, gam...@users.sourceforge.net wrote:
  Revision: 6632
http://sourceforge.net/p/gambas/code/6632
  Author:   gambas
  Date: 2014-11-11 01:51:23 + (Tue, 11 Nov 2014)
  Log Message:
  ---
  [WIKI CGI SCRIPT]
  * NEW: New look for the documentation wiki.
  
 
 Holy cow, this _is_ new! The more tabular layout on the main page
 (gambaswiki.org/wiki) is really nice. There was once such a tabular
 layout in the language index page. Do you want to also put that back
 in place? I liked the multiple columns better than the single column
 we current have there (looks a bit loveless).
 
 Also the inherited symbols from a class are now more easily distinguishable
 from the non-inherited ones, IMHO, which is a plus. If you ask me, the
 underlining could even be a bit darker.
 
 I like the softer font colours. The only thing I miss is the presence
 of the orange colour here and there but I'll get used to it :-)
 
 Regards,
 Tobi
 
 -- 
 There's an old saying: Don't change anything... ever! -- Mr. Monk


Yes, it is a nice look.

Two comments though:
1) the doc/richtext page doesn't look quite right.
2) code examples are a bit too hard to read at the smaller font size used.

regards
Bruce


-- 
B Bruen adman...@gmail.com

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 16:52, Tobias Boege a écrit :
 On Tue, 11 Nov 2014, gam...@users.sourceforge.net wrote:
 Revision: 6632
http://sourceforge.net/p/gambas/code/6632
 Author:   gambas
 Date: 2014-11-11 01:51:23 + (Tue, 11 Nov 2014)
 Log Message:
 ---
 [WIKI CGI SCRIPT]
 * NEW: New look for the documentation wiki.


 Holy cow, this _is_ new! The more tabular layout on the main page
 (gambaswiki.org/wiki) is really nice. There was once such a tabular
 layout in the language index page. Do you want to also put that back
 in place? I liked the multiple columns better than the single column
 we current have there (looks a bit loveless).

This is done. You can even define the number of columns in the @{index} 
command now.

As for the orange color, I will see what I can do...

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread Benoît Minisini
Le 11/11/2014 23:01, B Bruen a écrit :

 Yes, it is a nice look.

 Two comments though:
 1) the doc/richtext page doesn't look quite right.

What do you mean?

 2) code examples are a bit too hard to read at the smaller font size used.

AFAIK I don't define any absolute font size, so you are seeing the font 
size defined in your browser.

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6632] gambas/trunk/app/src/gambas-wiki

2014-11-11 Thread B Bruen
On Tue, 11 Nov 2014 23:22:50 +0100
Benoît Minisini gam...@users.sourceforge.net wrote:

 Le 11/11/2014 23:01, B Bruen a écrit :
 
  Yes, it is a nice look.
 
  Two comments though:
  1) the doc/richtext page doesn't look quite right.
 
 What do you mean?
How very strange? 20 minutes later and it now looks correct. (The second and 
third lines of the allowed markups list was a different font size.) 
 
  2) code examples are a bit too hard to read at the smaller font size used.
 
 AFAIK I don't define any absolute font size, so you are seeing the font 
 size defined in your browser.
Aha! I didn't know that some firefox update had set the default font sizes to 
something smaller than useful. Thanks for that, it has improved a lot of 
sites.

 
 -- 
 Benoît Minisini
 

regards
Bruce

-- 
B Bruen bbr...@paddys-hill.net

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Jesus
El 11/11/14 a las 17:58, Benoît Minisini escribió:
 Hi,

 I have uploaded a pre-release source package of Gambas 3.6.2 on
 sourceforge at:

 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download

 Please check it and report any problem before I make it official.

 I will write the changelog with the backported bug fixes soon.

 Regards,


Hi

Hope it's not too late... I've updated Spanish language in 3.6 branch, 
r6644. Please, Benoît, could you merge it into 3.6.2 finally?

Thanks in advance

-- 
Jesus Guardon

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Benoît Minisini
Le 12/11/2014 01:13, Jesus a écrit :
 El 11/11/14 a las 17:58, Benoît Minisini escribió:
 Hi,

 I have uploaded a pre-release source package of Gambas 3.6.2 on
 sourceforge at:

 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download

 Please check it and report any problem before I make it official.

 I will write the changelog with the backported bug fixes soon.

 Regards,


 Hi

 Hope it's not too late... I've updated Spanish language in 3.6 branch,
 r6644. Please, Benoît, could you merge it into 3.6.2 finally?

 Thanks in advance


Not too late, as the release is not official.

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Benoît Minisini
Le 12/11/2014 01:28, Benoît Minisini a écrit :
 Le 12/11/2014 01:13, Jesus a écrit :
 El 11/11/14 a las 17:58, Benoît Minisini escribió:
 Hi,

 I have uploaded a pre-release source package of Gambas 3.6.2 on
 sourceforge at:

 http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download


 Please check it and report any problem before I make it official.

 I will write the changelog with the backported bug fixes soon.

 Regards,


 Hi

 Hope it's not too late... I've updated Spanish language in 3.6 branch,
 r6644. Please, Benoît, could you merge it into 3.6.2 finally?

 Thanks in advance


 Not too late, as the release is not official.


I have uploaded a new archive of gambas 3.6.2 with your translation. Now 
I wait one or two days for people to confirm that they have no problem 
with compiling and installing it, and I make the release official.

Regards,

-- 
Benoît Minisini

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user