[Gambas-user] [gambas-user] UserControl is missing in custom control component exported classes

2016-11-16 Thread Francisco Martinez
Hello everybody. I wrote a custom control using beta Gambas 3.92. When I add the control to a test proyect, the below error message is displayed: "CComponent.Load.624" "UserControl class is missing in 'yourclass' component exported classes" "yourclass" is the name of my custom control. I'm usi

Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-16 Thread Moviga Technologies
This is pretty cool! With this one could outdo links/lynx creating a fully functional terminal-GUI-webbrowser that renders pictures and all :D (Probably an enormous amount of job though, to parse css and all...) Den 15. nov. 2016 22:56, skrev Fabien Bodard: > You have said ... PictureBox ? > >

Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-16 Thread Fabien Bodard
2016-11-16 11:39 GMT+01:00 Moviga Technologies : > This is pretty cool! With this one could outdo links/lynx creating a > fully functional terminal-GUI-webbrowser that renders pictures and all > :D (Probably an enormous amount of job though, to parse css and all...) well ... definitively no. But i

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
Arrest me if I am wrong, but perhaps you need to install gcc and similar[1] build tools? 1:http://gambaswiki.org/wiki/install#t2 Den 16. nov. 2016 21:40, skrev Lisandro Reynoso: > Hello. > > I’m trying to install Gambas 3.9.1 on Windows through Cygwin, I followed all > the steps as described i

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Lisandro Reynoso
Do you mean these?: Compilation gcc g++ automake autoconf libtool >= 2.0 How can I install all these? > On Nov 16, 2016, at 5:35 PM, Moviga Technologies > wrote: > > Arrest me if I am wrong, but perhaps you need to install gcc and > similar[1] build tools? > > 1:

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Lisandro Reynoso
Do you mean these?: Compilation gcc g++ automake autoconf libtool >= 2.0 How can I install all these? > On Nov 16, 2016, at 5:35 PM, Moviga Technologies wrote: > > Arrest me if I am wrong, but perhaps you need to install gcc and > similar[1] build tools? > > 1:http://gambaswiki.org/wiki/i

Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-16 Thread Moviga Technologies
You're right! The linux kernel terminal has only 8 colours... Den 16. nov. 2016 22:46, skrev Fabien Bodard: > Only work on xterm compliant as linux term not seem to support 256 colors. > > 2016-11-16 12:07 GMT+01:00 Fabien Bodard : >> 2016-11-16 11:39 GMT+01:00 Moviga Technologies : >>> This is p

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
Well, those and all the others. They are all required to build the complete Gambas package... without cairo >= 1.6.0 cairo-ft >= 1.6.0 you will not be able to compile the gb.cairo package and so on. Den 16. nov. 2016 22:50, skrev Lisandro Reynoso: > Do you mean these?: > Compilation gcc g++ a

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
But, wait for some other people to chip in with some more wisdom on this, because perhaps there are smarter ways to do it, than to install each package individually (which seems a lot of work) :) Den 16. nov. 2016 22:50, skrev Lisandro Reynoso: > Do you mean these?: > Compilation gcc g++ aut

Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-16 Thread Fabien Bodard
there is fbterm but the result is ugly and escape codes seem to be differents 2016-11-16 22:51 GMT+01:00 Moviga Technologies : > You're right! The linux kernel terminal has only 8 colours... > > > Den 16. nov. 2016 22:46, skrev Fabien Bodard: >> Only work on xterm compliant as linux term not seem

[Gambas-user] [Gambas Bug Tracker] Bug #1031: PPA for daily and stable version there is no component gb.qt5.ext

2016-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1031&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- PPA for daily and stable version there is no component gb.qt5.ext Type : Bug Priority : Low Gambas version : 3.9.90 (TRUNK) Product : Ubuntu pack

[Gambas-user] [Gambas Bug Tracker] Bug #1031: PPA for daily and stable version there is no component gb.qt5.ext

2016-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1031&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforg

[Gambas-user] gb.util GenUUID() function

2016-11-16 Thread adamn...@gmail.com
Every now and then I come across a need for a (locally) unique ID. Shelling the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively enough. However, I am thinking that maybe this is a possible candidate for the gb.util component. In particular, most often times I am looki

Re: [Gambas-user] gb.util GenUUID() function

2016-11-16 Thread Benoît Minisini
Le 17/11/2016 à 01:19, adamn...@gmail.com a écrit : > Every now and then I come across a need for a (locally) unique ID. > Shelling the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles > this effectively enough. However, I am thinking that maybe this is a > possible candidate for the gb.uti

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-16 Thread zainudin ahmad
Hi Hans, I hope this work for you :) (project attach) On Tue, Nov 15, 2016 at 12:00 AM, Hans Lehmann wrote: > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error message: > > Couldn't allocat