[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 using:
gb
gb.form
gb.gui.qt
gb.image

Synaptic say about this Gambas:

3.9.1.90+bzr6533-29.50~ubuntu14.04.1

Best regards.







--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 ?
>
>
> (i need to find a way to increase the color parsing ... but...)
>
> I use gb.image and gb.image.io
>
> 2016-11-14 15:28 GMT+01:00 Rolf-Werner Eilert :
>> Am 14.11.2016 13:50, schrieb Fabien Bodard:
>>> 2016-11-14 13:19 GMT+01:00 Christof Thalhofer :
 Am 14.11.2016 um 12:21 schrieb Fabien Bodard:

> More widgets
 Great! Tn the future the Debian installer will be programmed with Gambas!

 And mc, and htop and so on.
>>> Something like mc can be done... maybe an editor
>>>
>>> I want to add menus too. In fact it remember me some learning time on
>>> Money.Bas a demo in QBasic.
>>>
>>> I need benoit to do some work on a gb.term component. As i can't get
>>> any input from the terminal. So I'm just doing all th infrastructure
>>> for
>>> rendering.
>>>
>>> The goal of this component is to make application drawing as easy in
>>> terminal as it is in graphical mode.
>>>
>> Long, long time ago... in another galaxy... I used to program the first
>> PCs with Turbo Basic. For my ever-lasting project, the school database,
>> I made myself a simple library with widgets for some primitive kind of
>> menues and OK boxes.
>>
>> Some years later, the Turbo Basic thing was distributed by Kirschbaum in
>> Germany, and they added a clever library with the same functionality
>> your widget set shows.
>>
>> This gave a tremendous boost, and with the so-called PowerTools
>> included, at that time good olde Turbo Basic was as comprehensive as is
>> Gambas today.
>>
>> Yes, I like the idea :)
>>
>> Regards
>> Rolf
>>
>>
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today. http://sdm.link/xeonphi
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
>
> --
>
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 it can allow a low quality picture preview in a filebroswer


>
>
> Den 15. nov. 2016 22:56, skrev Fabien Bodard:
>> You have said ... PictureBox ?
>>
>>
>> (i need to find a way to increase the color parsing ... but...)
>>
>> I use gb.image and gb.image.io
>>
>> 2016-11-14 15:28 GMT+01:00 Rolf-Werner Eilert :
>>> Am 14.11.2016 13:50, schrieb Fabien Bodard:
 2016-11-14 13:19 GMT+01:00 Christof Thalhofer :
> Am 14.11.2016 um 12:21 schrieb Fabien Bodard:
>
>> More widgets
> Great! Tn the future the Debian installer will be programmed with Gambas!
>
> And mc, and htop and so on.
 Something like mc can be done... maybe an editor

 I want to add menus too. In fact it remember me some learning time on
 Money.Bas a demo in QBasic.

 I need benoit to do some work on a gb.term component. As i can't get
 any input from the terminal. So I'm just doing all th infrastructure
 for
 rendering.

 The goal of this component is to make application drawing as easy in
 terminal as it is in graphical mode.

>>> Long, long time ago... in another galaxy... I used to program the first
>>> PCs with Turbo Basic. For my ever-lasting project, the school database,
>>> I made myself a simple library with widgets for some primitive kind of
>>> menues and OK boxes.
>>>
>>> Some years later, the Turbo Basic thing was distributed by Kirschbaum in
>>> Germany, and they added a clever library with the same functionality
>>> your widget set shows.
>>>
>>> This gave a tremendous boost, and with the so-called PowerTools
>>> included, at that time good olde Turbo Basic was as comprehensive as is
>>> Gambas today.
>>>
>>> Yes, I like the idea :)
>>>
>>> Regards
>>> Rolf
>>>
>>>
>>> --
>>> Developer Access Program for Intel Xeon Phi Processors
>>> Access to Intel Xeon Phi processor-based developer platforms.
>>> With one year of Intel Parallel Studio XE.
>>> Training and support from Colfax.
>>> Order your platform today. http://sdm.link/xeonphi
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>>
>>
>> --
>>
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 in the oficial Gambas website but when I get to the 
> step of using the “make” command I get an error:
>
> $ make
> -bash: make: no se encontró la orden
>
> in english it would be something like this:
>
> $ make
> -bash: make: command not found
>
> I’m running Windows 7 32bits, on a Macbook Pro 8,1 late 2011.
>
> Could you please point me in the right direction, so I can be able to run 
> Gambas on Cygwin.
>
>
> I’ll Attache the output file I got.
>
>
> --
>
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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/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 in the oficial Gambas website but when I get to the 
>> step of using the “make” command I get an error:
>> 
>> $ make
>> -bash: make: no se encontró la orden
>> 
>> in english it would be something like this:
>> 
>> $ make
>> -bash: make: command not found
>> 
>> I’m running Windows 7 32bits, on a Macbook Pro 8,1 late 2011.
>> 
>> Could you please point me in the right direction, so I can be able to run 
>> Gambas on Cygwin.
>> 
>> 
>> I’ll Attache the output file I got.
>> 
>> 
>> --
>> 
>> 
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net 
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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/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 in the oficial Gambas website but when I get to the 
>> step of using the “make” command I get an error:
>> 
>> $ make
>> -bash: make: no se encontró la orden
>> 
>> in english it would be something like this:
>> 
>> $ make
>> -bash: make: command not found
>> 
>> I’m running Windows 7 32bits, on a Macbook Pro 8,1 late 2011.
>> 
>> Could you please point me in the right direction, so I can be able to run 
>> Gambas on Cygwin.
>> 
>> 
>> I’ll Attache the output file I got.
>> 
>> 
>> --
>> 
>> 
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 it can allow a low quality picture preview in a filebroswer
>>
>>
>>>
>>> Den 15. nov. 2016 22:56, skrev Fabien Bodard:
 You have said ... PictureBox ?


 (i need to find a way to increase the color parsing ... but...)

 I use gb.image and gb.image.io

 2016-11-14 15:28 GMT+01:00 Rolf-Werner Eilert 
 :
> Am 14.11.2016 13:50, schrieb Fabien Bodard:
>> 2016-11-14 13:19 GMT+01:00 Christof Thalhofer :
>>> Am 14.11.2016 um 12:21 schrieb Fabien Bodard:
>>>
 More widgets
>>> Great! Tn the future the Debian installer will be programmed with 
>>> Gambas!
>>>
>>> And mc, and htop and so on.
>> Something like mc can be done... maybe an editor
>>
>> I want to add menus too. In fact it remember me some learning time on
>> Money.Bas a demo in QBasic.
>>
>> I need benoit to do some work on a gb.term component. As i can't get
>> any input from the terminal. So I'm just doing all th infrastructure
>> for
>> rendering.
>>
>> The goal of this component is to make application drawing as easy in
>> terminal as it is in graphical mode.
>>
> Long, long time ago... in another galaxy... I used to program the first
> PCs with Turbo Basic. For my ever-lasting project, the school database,
> I made myself a simple library with widgets for some primitive kind of
> menues and OK boxes.
>
> Some years later, the Turbo Basic thing was distributed by Kirschbaum in
> Germany, and they added a clever library with the same functionality
> your widget set shows.
>
> This gave a tremendous boost, and with the so-called PowerTools
> included, at that time good olde Turbo Basic was as comprehensive as is
> Gambas today.
>
> Yes, I like the idea :)
>
> Regards
> Rolf
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



 --


 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> --
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>> --
>> Fabien Bodard
>
>
>
>
> --
>
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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++ 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/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 in the oficial Gambas website but when I get to 
>>> the step of using the “make” command I get an error:
>>>
>>> $ make
>>> -bash: make: no se encontró la orden
>>>
>>> in english it would be something like this:
>>>
>>> $ make
>>> -bash: make: command not found
>>>
>>> I’m running Windows 7 32bits, on a Macbook Pro 8,1 late 2011.
>>>
>>> Could you please point me in the right direction, so I can be able to run 
>>> Gambas on Cygwin.
>>>
>>>
>>> I’ll Attache the output file I got.
>>>
>>>
>>> --
>>>
>>>
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net 
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net 
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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++ 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/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 in the oficial Gambas website but when I get to 
>>> the step of using the “make” command I get an error:
>>>
>>> $ make
>>> -bash: make: no se encontró la orden
>>>
>>> in english it would be something like this:
>>>
>>> $ make
>>> -bash: make: command not found
>>>
>>> I’m running Windows 7 32bits, on a Macbook Pro 8,1 late 2011.
>>>
>>> Could you please point me in the right direction, so I can be able to run 
>>> Gambas on Cygwin.
>>>
>>>
>>> I’ll Attache the output file I got.
>>>
>>>
>>> --
>>>
>>>
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net 
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net 
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 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 it can allow a low quality picture preview in a filebroswer
>>>
>>>

 Den 15. nov. 2016 22:56, skrev Fabien Bodard:
> You have said ... PictureBox ?
>
>
> (i need to find a way to increase the color parsing ... but...)
>
> I use gb.image and gb.image.io
>
> 2016-11-14 15:28 GMT+01:00 Rolf-Werner Eilert 
> :
>> Am 14.11.2016 13:50, schrieb Fabien Bodard:
>>> 2016-11-14 13:19 GMT+01:00 Christof Thalhofer :
 Am 14.11.2016 um 12:21 schrieb Fabien Bodard:

> More widgets
 Great! Tn the future the Debian installer will be programmed with 
 Gambas!

 And mc, and htop and so on.
>>> Something like mc can be done... maybe an editor
>>>
>>> I want to add menus too. In fact it remember me some learning time on
>>> Money.Bas a demo in QBasic.
>>>
>>> I need benoit to do some work on a gb.term component. As i can't get
>>> any input from the terminal. So I'm just doing all th infrastructure
>>> for
>>> rendering.
>>>
>>> The goal of this component is to make application drawing as easy in
>>> terminal as it is in graphical mode.
>>>
>> Long, long time ago... in another galaxy... I used to program the first
>> PCs with Turbo Basic. For my ever-lasting project, the school database,
>> I made myself a simple library with widgets for some primitive kind of
>> menues and OK boxes.
>>
>> Some years later, the Turbo Basic thing was distributed by Kirschbaum in
>> Germany, and they added a clever library with the same functionality
>> your widget set shows.
>>
>> This gave a tremendous boost, and with the so-called PowerTools
>> included, at that time good olde Turbo Basic was as comprehensive as is
>> Gambas today.
>>
>> Yes, I like the idea :)
>>
>> Regards
>> Rolf
>>
>>
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today. http://sdm.link/xeonphi
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
>
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>>> --
>>> Fabien Bodard
>>
>>
>>
>>
>> --
>>
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


Description
---

PPA for daily and stable version there is no component gb.qt5.ext (attach pic)


System information
--

[System]
Gambas=3.9.90 r7969
OperatingSystem=Linux
Kernel=4.4.0-28-generic
Architecture=x86
Distribution=Ubuntu 16.04.1 LTS
Desktop=LXQT
Theme=Gtk
Language=en_US.UTF-8
Memory=492M

[Libraries]
Cairo=libcairo.so.2.11400.6
Curl=libcurl.so.4.4.0
DBus=libdbus-1.so.3.14.6
GStreamer=libgstreamer-1.0.so.0.802.0
GTK+2=libgtk-x11-2.0.so.0.2400.30
GTK+3=libgtk-3.so.0.1800.9
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.19.0.0
Poppler=libpoppler.so.58.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.5.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6

[Environment]
BROWSER=
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-MI168mGbvA,guid=b9d730fb142add9297a954bd582a8405
DEFAULTS_PATH=/usr/share/gconf/lxqt.default.path
DESKTOP_SESSION=lxqt
DISPLAY=:0
GB_GUI=gb.qt4
GDMSESSION=lxqt
GDM_LANG=en
GTK_CSD=0
HOME=
LANG=en_US.UTF-8
LANGUAGE=en
LC_ADDRESS=id_ID.UTF-8
LC_IDENTIFICATION=id_ID.UTF-8
LC_MEASUREMENT=id_ID.UTF-8
LC_MONETARY=id_ID.UTF-8
LC_NAME=id_ID.UTF-8
LC_NUMERIC=id_ID.UTF-8
LC_PAPER=id_ID.UTF-8
LC_TELEPHONE=id_ID.UTF-8
LC_TIME=id_ID.UTF-8
LOGNAME=
LXQT_SESSION_CONFIG=session
MANDATORY_PATH=/usr/share/gconf/lxqt.mandatory.path
PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket
PAPERSIZE=a4
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PWD=
QT_ACCESSIBILITY=1
QT_IM_MODULE=compose
QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
QT_PLATFORM_PLUGIN=lxqt
QT_QPA_PLATFORMTHEME=lxqt
SAL_USE_VCLPLUGIN=kde4
SHELL=/bin/bash
SHLVL=0
SSH_AGENT_PID=2323
SSH_AUTH_SOCK=/tmp/ssh-OOryOWWumXur/agent.2271
TERM=qterminal
TZ=:/etc/localtime
USER=
XAUTHORITY=/.Xauthority
XDG_CACHE_HOME=/.cache
XDG_CONFIG_DIRS=/etc/xdg/xdg-lxqt:/etc/xdg
XDG_CONFIG_HOME=/.config
XDG_CURRENT_DESKTOP=LXQt
XDG_DATA_DIRS=/usr/share/lxqt:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/.local/share:/usr/share
XDG_DATA_HOME=/.local/share
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/
XDG_MENU_PREFIX=lxqt-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_DESKTOP=lxqt
XDG_SESSION_ID=c2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 looking for the string representation of 
the UID. In which case "SHELL uuidgen TO $somevar" is all that is required.  On 
the other hand, and on somewhat rarer occasions, I need the binary rep of the 
generated UID. Now "uuid_parse" can handle that ... and some years ago (gb2) I 
had a bit of code that could call that routine, sadly now long lost. 

Anyway, if there is any interest in this, as an enhancement to gb.util I'll 
spend some effort trying to find that old code and adding it to the gb.util 
component. I'm thinking about two new functions here 
a) "GenUUID" with optional params to force the -t/-r options which would just 
shell the uuidgen utility and return the string representation and
b) "GenUUIDBinary" that would return the binary version.

Any thoughts?
B


-- 
B Bruen 

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.util component. In particular, most
> often times I am looking for the string representation of the UID. In
> which case "SHELL uuidgen TO $somevar" is all that is required.  On
> the other hand, and on somewhat rarer occasions, I need the binary
> rep of the generated UID. Now "uuid_parse" can handle that ... and
> some years ago (gb2) I had a bit of code that could call that
> routine, sadly now long lost.
>
> Anyway, if there is any interest in this, as an enhancement to
> gb.util I'll spend some effort trying to find that old code and
> adding it to the gb.util component. I'm thinking about two new
> functions here a) "GenUUID" with optional params to force the -t/-r
> options which would just shell the uuidgen utility and return the
> string representation and b) "GenUUIDBinary" that would return the
> binary version.
>
> Any thoughts? B
>
>

What is the need to add that to a Gambas component if there is a tool 
for that?

Putting that in a Gambas component implies:
- Implementing a similar algorithm than genuuid, not necessarily better.
- Maintaining it, depending on what you put in that algorithm.

Moreover, you should not need to generate those uuid million times, so 
the time lost in running an external process is not important.

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 allocate D-Bus message !
>
> Where is the error in the source code? Can someone help?
> Project attached.
>
> Sincerely
>
> Hans
> --
> Author of the german Gambas book
> gambas-buch.de/dw/doku.php
>
> 
> --
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


signaltx2-0.1.73.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user