Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-13 Thread Patrik Karlsson
It took longer time than I expected but now I have been pooking arround a bit more. The ppa I am using is ppa:gambas-team/gambas3. And when I try to configure gb.jit the output is checking for llvm-config... /usr/bin/llvm-config checking for LLVM, version between 3.1 and 3.5... no configure:

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Fabien BODARD reported a new bug. Summary --- A crash when i try to launch gambas via a rdesktop distant x connection Type : Bug Priority : Medium Gambas version : 3.8 Product : QT4 component

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-11-13 Thread Benoît Minisini
Le 13/11/2015 19:19, Patrik Karlsson a écrit : > It took longer time than I expected but now I have been pooking arround a > bit more. > The ppa I am using is ppa:gambas-team/gambas3. > > And when I try to configure gb.jit the output is > checking for llvm-config... /usr/bin/llvm-config > checking

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Comment #1 by Benoît MINISINI: I need debugging information... Or a way to reproduce the crash on my system. --

[Gambas-user] [Gambas Bug Tracker] Bug #842: IDE Crash when rename a Form beginning on "_"

2015-11-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.842=L21haW4- Jorge CARRIÓN reported a new bug. Summary --- IDE Crash when rename a Form beginning on "_" Type : Bug Priority : Low Gambas version : 3.8 Product : Unknown Description --- Click on "new

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
This is starting to look really cool Benoît :) Good job! Some years ago I made a system for a company in PHP that heavily relied on forms. It's purpose was to keep track of projects, customers, warehouse, carried out and pending repair tasks, employees, and so forth. With this I could make it

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
All controls and controls elements should have a specific CSS class (whose name begins with "gw-") that will allow to customize their apparence. If there is a "style.css" file in the root folder of your project, it will be automatically used by the gb.web.form component to generate the web

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Benoît Minisini
Le 13/11/2015 22:19, Moviga Technologies a écrit : > > > This is starting to look really cool Benoît :) Good job! > > Some years ago I made a system for a company in PHP that heavily relied > on forms. It's purpose was to keep track of projects, customers, > warehouse, carried out and pending

Re: [Gambas-user] gb.args

2015-11-13 Thread willy
On 2015-11-13 11:55, Fabien Bodard wrote: > Hi, > > I've a big problem as i can't understand the gb.args usage even > with the doc :-/ > > > Is there someone that can give me a tips ... or maybe this class must > be rewritten. Hi Fabien, This is a code snippet (and accompanying notes)

Re: [Gambas-user] gb.args

2015-11-13 Thread adamn...@gmail.com
On Fri, 13 Nov 2015 11:55:51 +0100 Fabien Bodard wrote: > Hi, > > I've a big problem as i can't understand the gb.args usage even > with the doc :-/ > > > Is there someone that can give me a tips ... or maybe this class must > be rewritten. > > > > -- > Fabien

[Gambas-user] gb.args

2015-11-13 Thread Fabien Bodard
Hi, I've a big problem as i can't understand the gb.args usage even with the doc :-/ Is there someone that can give me a tips ... or maybe this class must be rewritten. -- Fabien Bodard --