[Gambas-user] DrawigArea second mailing

2015-05-16 Thread Gian
I was informed that the previous email with the subject DravingArea 
error (Path Pending) have been seen as spam, this the synthesized text:


In this attached small example that before it worked well now I get an 
error (Pending path) and do not understand why.
I installed on a VirtualBox the Gambas3 3.5.4 and 3.6.2 and the code 
well works.


Regards
Gianluigi

[System]
Gambas=3.7.1 (Compiled)
OperatingSystem=Linux
Kernel=3.13.0-51-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.1 (PPA)
OperatingSystem=Linux
Kernel=3.13.0-38-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=15977M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.90
OperatingSystem=Linux
Kernel=3.13.0-53-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=Gtk
Language=it_IT.UTF-8
Memory=3020M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
Qt5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.16.0-37-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4052M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4


TextRotate-0.0.1.tar.gz
Description: application/gzip
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] I: DrawigArea second mailing

2015-05-16 Thread Gian
Il 16/05/2015 16:37, Benoît Minisini ha scritto:
 Le 16/05/2015 16:27, Ru Vuott a écrit :
 ...from Gianluigi (its email end in SPAM)


 Pending path means that you cannot draw text (with DrawText() method
 for example) if you have started a drawing path but have not stroke or
 fill it.

 Regards,


Sorry Benoit,

I do not understand but Paint.DrawText does not provide just that?
By Help: It is faster to draw text with that method than using 
Paint.Text then Paint.Fill.

Can you see my code, because up to 3.6.2 worked? This my code has been 
put as an example on the
italian wiki

Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] DrawigArea second mailing

2015-05-16 Thread Gian
Il 16/05/2015 19:25, Jorge Carrión ha scritto:
 Gianluigi:

 All your mails since a few weeks are marked as SPAM by gmail. The aduced
 reason is : this message comes from libero.it but doesn't passes the
 autentications tests required by libero.

 Regards

 2015-05-16 16:18 GMT+02:00 Gian bago...@libero.it:

 I was informed that the previous email with the subject DravingArea error
 (Path Pending) have been seen as spam, this the synthesized text:

 In this attached small example that before it worked well now I get an
 error (Pending path) and do not understand why.
 I installed on a VirtualBox the Gambas3 3.5.4 and 3.6.2 and the code well
 works.

 Regards
 Gianluigi

 [System]
 Gambas=3.7.1 (Compiled)
 OperatingSystem=Linux
 Kernel=3.13.0-51-generic
 Architecture=x86_64
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=GNOME
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=4961M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4

 [System]
 Gambas=3.7.1 (PPA)
 OperatingSystem=Linux
 Kernel=3.13.0-38-generic
 Architecture=x86_64
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=GNOME
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=15977M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4

 [System]
 Gambas=3.7.90
 OperatingSystem=Linux
 Kernel=3.13.0-53-generic
 Architecture=x86
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=GNOME
 Theme=Gtk
 Language=it_IT.UTF-8
 Memory=3020M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 Qt5=libQt5Core.so.5.2.1
 SDL=libSDL-1.2.so.0.11.4
 [System]
 Gambas=3.6.2
 OperatingSystem=Linux
 Kernel=3.16.0-37-generic
 Architecture=x86
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=GNOME
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=4052M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hello Jorge,
I apologize for this problem.
I contacted the assistance of Libero.it and are waiting to be answered.
For now suspend the email
Thanks for your reports
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-15 Thread Gian

Il 14/05/2015 22:37, Gian ha scritto:

Il 14/05/2015 21:24, Gian ha scritto:

Il 14/05/2015 14:54, Gian ha scritto:

Hello all,
In this attached small example that before it worked well now I get an
error (Pending path) and do not understand why.
Regards
Gianluigi


--

One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



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




Hello Benoit,
OK I installed on a VirtualBox the Gambas3 3.5.4 and as you can see from
the attached image my code works well.
Can you help me.
Regards
Gianluigi


--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



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




It work well also on Gambas3 3.6.2 as you can see from the attached image.
Regards
Gianluigi

[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.16.0-37-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4052M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian

Hello all,
In this attached small example that before it worked well now I get an 
error (Pending path) and do not understand why.

Regards
Gianluigi


TextRotate-0.0.1.tar.gz
Description: application/gzip
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Il 14/05/2015 21:24, Gian ha scritto:
 Il 14/05/2015 14:54, Gian ha scritto:
 Hello all,
 In this attached small example that before it worked well now I get an
 error (Pending path) and do not understand why.
 Regards
 Gianluigi


 --

 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



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



 Hello Benoit,
 OK I installed on a VirtualBox the Gambas3 3.5.4 and as you can see from
 the attached image my code works well.
 Can you help me.
 Regards
 Gianluigi


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



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


I forgot to provide data on my systems.
Regards
Gianluigi

[System]
Gambas=3.7.1 (Compiled)
OperatingSystem=Linux
Kernel=3.13.0-51-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.1 (PPA)
OperatingSystem=Linux
Kernel=3.13.0-38-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=15977M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.90
OperatingSystem=Linux
Kernel=3.13.0-53-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=Gtk
Language=it_IT.UTF-8
Memory=3020M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
Qt5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: How to know is my Form activated or not?

2015-05-05 Thread Gian
Il 05/05/2015 08:59, abbat81 ha scritto:
 http://gambas.8142.n7.nabble.com/file/n51457/2015-05-05-101559_1280x1024_scrot.png

 http://gambas.8142.n7.nabble.com/file/n51457/2015-05-05-101344_1280x1024_scrot.png



 --
 View this message in context: 
 http://gambas.8142.n7.nabble.com/How-to-know-is-my-Form-activated-or-not-tp51426p51457.html
 Sent from the gambas-user mailing list archive at Nabble.com.

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



Probably it will not work because your version is before 3.6

Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Gian
Il 01/05/2015 11:25, abbat81 ha scritto:
 By default TextArea.Text (.Insert) shows end of a text.
 How can I show  text from begining? move to top?

 .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped)

 Thanks



 --
 View this message in context: 
 http://gambas.8142.n7.nabble.com/TextArea-show-first-line-of-text-tp51418.html
 Sent from the gambas-user mailing list archive at Nabble.com.

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



   TextArea1.SetFocus
   TextArea1.Pos = 0

Regards
Gianluigi


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Packaging problem: as freely distribute a GB program?

2015-04-30 Thread Gian
Il 30/04/2015 22:28, Gian ha scritto:
 Il 30/04/2015 22:06, Filippo Casati ha scritto:
 Hi, I have the latest version Gambas. I would like to create a package to
 deploy a program (having selected as Project Type the type Graphical
 Application) on platforms with Ubuntu 14.04. Currently, I have Gambas on
 Xubuntu 14.04, and I created here the package automatically via the Gambas
 widget. In the end, I am informed that the creation was successful, then
 going to the folder where the package files are present, I see that these are
 three .deb files, four .gz files, and further text files (with extensions
 .dsc, .changes). When I right-click and choose Open With Gdebi on the
 .deb, it happens at the end this error

 *Error: Dependency is not satisfiable: gambas3-runtime(=3.7)*

 Same thing if I choose to go through the Ubuntu repositories (Ubuntu
 Software Center).
 Can you tell me what it depends on this issue? Currently I cannot
 package applications
 written in Gambas, but only run them through the Create executable menu,
 that requires the presence of Gambas in the system.

 Best regards, Fabiano

 *MY SYSTEM + GAMBAS VERSION INFORMATIONS *

 [System]
 Gambas=3.7.1
 OperatingSystem=Linux
 Kernel=3.16.0-30-generic
 Architecture=x86
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=XFCE
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=2010M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4
 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



 Hello Fabiano,
 you can look here [0]
 HTH
 Gianluigi

 [0] http://www.gambas-it.org/smf/index.php?topic=3891.msg34922#msg34922

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



For those who do not know Italian:
The cause of the error is that the repositories of Ubuntu are 3.1.1 and 
you've created the program with 3.7.
You must update the repository with the right PPA, stable or daily.
Regards
Gianluig

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Packaging problem: as freely distribute a GB program?

2015-04-30 Thread Gian
Il 30/04/2015 22:06, Filippo Casati ha scritto:
 Hi, I have the latest version Gambas. I would like to create a package to
 deploy a program (having selected as Project Type the type Graphical
 Application) on platforms with Ubuntu 14.04. Currently, I have Gambas on
 Xubuntu 14.04, and I created here the package automatically via the Gambas
 widget. In the end, I am informed that the creation was successful, then
 going to the folder where the package files are present, I see that these are
 three .deb files, four .gz files, and further text files (with extensions
 .dsc, .changes). When I right-click and choose Open With Gdebi on the
 .deb, it happens at the end this error

 *Error: Dependency is not satisfiable: gambas3-runtime(=3.7)*

 Same thing if I choose to go through the Ubuntu repositories (Ubuntu
 Software Center).
 Can you tell me what it depends on this issue? Currently I cannot
 package applications
 written in Gambas, but only run them through the Create executable menu,
 that requires the presence of Gambas in the system.

 Best regards, Fabiano

 *MY SYSTEM + GAMBAS VERSION INFORMATIONS *

 [System]
 Gambas=3.7.1
 OperatingSystem=Linux
 Kernel=3.16.0-30-generic
 Architecture=x86
 Distribution=Ubuntu 14.04.2 LTS
 Desktop=XFCE
 Theme=QGtk
 Language=it_IT.UTF-8
 Memory=2010M
 [Libraries]
 Cairo=libcairo.so.2.11301.0
 Curl=libcurl.so.4.3.0
 DBus=libdbus-1.so.3.7.6
 GStreamer=libgstreamer-0.10.so.0.30.0
 GStreamer=libgstreamer-1.0.so.0.204.0
 GTK+3=libgtk-3.so.0.1000.8
 GTK+=libgtk-x11-2.0.so.0.2400.23
 OpenGL=libGL.so.1.2.0
 Poppler=libpoppler.so.44.0.0
 Qt4=libQtCore.so.4.8.6
 SDL=libSDL-1.2.so.0.11.4
 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



Hello Fabiano,
you can look here [0]
HTH
Gianluigi

[0] http://www.gambas-it.org/smf/index.php?topic=3891.msg34922#msg34922

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
Il 29/04/2015 20:03, Jussi Lahtinen ha scritto:
 OK, I installed Ubuntu 14.04.2 LTS to virtualbox, and now I understand the
 issue.
 The form color you have chosen makes the controls seems broken, but
 actually they all work perfectly.
 Ubuntu default scrollbar is pretty weird, but it works. So I changed the
 form color. See screenshot 2.

 But Ubuntu does have three pre-installed themes (Ambiance, Radiance and
 High-Contrast)!
 Here is your original project without modifications with High-contrast
 theme, see screenshot 3.

 The Button 1 text is not completely visible, because you made the label
 bit too small, also different themes use different font sizes.

 So. There doesn't seem to be absolutely anything wrong with Gambas.


 Jussi



 On Wed, Apr 29, 2015 at 6:28 PM, Gian bago...@libero.it wrote:

 Il 29/04/2015 16:00, Jussi Lahtinen ha scritto:
 So, maybe there are incompatibilities with the Ambiance theme. Can you
 see
 this problem with any other theme?


 Jussi

 Hello Jussi,
 Ubuntu does not have pre-installed themes on which to play, since there
 is Unity *the* theme is Ambiance.
 So if we want to give at Ubuntu's user our application we have to choose
 other ways different from the Gnome's themes.
 As said I choose this system: I use only QT and then install in the
 Ubuntu of the user the Qt Configuration and choose a theme that I like
 (Plastique).
 As you can see from the answers I am not the only one who abandoned gb.gui.
 I try just for the spirit of service otherwise no one would talk more
 malfunctions.
 I can understand that to many people the policy of Canonical does not go
 well, and I understand those love KDE but Ubuntu is too widespread,
 especially in businesses to disregard it.
 With Mir to play on the themes in Ubuntu is impassable at the moment but
 I think in the future too.

 Regards
 Gianluigi


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


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


Hello Jussi,
I apologize for all the work caused, I apologize also not be visually 
impaired or I would have noticed immediately that gb.gui works well.
Only I'd like to clarify this, the project FirstProject not mine, is of 
Mr. Phil I found in the Software Farm and I limited myself to look at him.
Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
Il 29/04/2015 16:00, Jussi Lahtinen ha scritto:
 So, maybe there are incompatibilities with the Ambiance theme. Can you see
 this problem with any other theme?


 Jussi

Hello Jussi,
Ubuntu does not have pre-installed themes on which to play, since there 
is Unity *the* theme is Ambiance.
So if we want to give at Ubuntu's user our application we have to choose 
other ways different from the Gnome's themes.
As said I choose this system: I use only QT and then install in the 
Ubuntu of the user the Qt Configuration and choose a theme that I like 
(Plastique).
As you can see from the answers I am not the only one who abandoned gb.gui.
I try just for the spirit of service otherwise no one would talk more 
malfunctions.
I can understand that to many people the policy of Canonical does not go 
well, and I understand those love KDE but Ubuntu is too widespread, 
especially in businesses to disregard it.
With Mir to play on the themes in Ubuntu is impassable at the moment but 
I think in the future too.

Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-28 Thread Gian
Il 28/04/2015 16:39, Jussi Lahtinen ha scritto:
 OK, I tested it with revision 7046. See attached screenshots. I don't see
 any problems!
 The form color is bit different, but that is because it is set as
 TooltipBackground, which I think is defined differently in Qt4 and GTK+.
 Not bug, it only follows the used theme.

 I think there is some messed up theme in your computer.


 Jussi

I see no original Ubuntu Unity Ambiance in your images.
I do not think that my Ubuntu is messed up because three different 
operating systems on three different computers all messed seems unrealistic.
Here the previous post[0]

Regards
Gianluigi

[0] 
http://gambas.8142.n7.nabble.com/Possible-malfunction-3-7-1-PPA-amp-Trunk-td51362.html


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-28 Thread Gian
Il 27/04/2015 23:42, Jussi Lahtinen ha scritto:
 Can you send the source codes, so I could test this on my computer?


 Jussi

 On Mon, Apr 27, 2015 at 10:22 PM, Gian bago...@libero.it wrote:

 Il 27/04/2015 20:00, Jussi Lahtinen ha scritto:

 What does not work with GTK?


 Jussi


 Let's say a little all, see attached, forgotten before
 Regards
 Gianluigi




 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hello Jussi,
sorry for the delay in the response but the old shrimp go to sleep early 
:) and apologize even if I assumed you knew that NewProject Phil is in 
the Software Farm.
It is an example for shrimp's start, there is not much code is used to 
show the features of the GUI.
Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 20:08, Tobias Boege ha scritto:
 Yes, I do both and almost nothing except them.

 Regards,
 Tobi

Hello Tobias,
Gambas, as VB, is able to aid the work of very small and micro 
enterprises if Benoit solves these little problems that afflict it. All 
programming languages have bugs.
Maintain gb.gui for me it's too complicated, dispersive.
Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 22:16, Charlie Reinl ha scritto:
 Am Montag, den 27.04.2015, 20:30 +0200 schrieb Gian:
 Il 27/04/2015 19:41, Charlie Reinl ha scritto:
 Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian:
 Il 24/04/2015 14:23, Gian ha scritto:
 Hello Benoit,
 Sorry if I let some criticism on the strategy gb.gui in this email.
 I state to be old and ignorant (to 16 years (1963) already around the
 world to work) and that I admire very much you and your collaborators,
 otherwise I would be silent.
 Ubuntu can represent for free software that Windows is for closed 
 software.
 Ubuntu uses GTK and you love QT and that's OK.
 Gb.gui never completely properly worked, why insist? Is not better to
 abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
 manage to combine the GTK with QT, explaining well the use to all
 shrimps, maybe helping them for installation?
 Thanks for the attention.
 Gianluigi


 Hello Benoit,
 I'm sorry if I offended you, it was not my intention. Quite the contrary.
 I believe that the main feature of Gambas is the one that, with a few
 clicks, we can get a GUI very effective and pleasant.
 But if the GUI does not work...
 I note that no one has commented on what I have written here, me wonder 
 why?
 Do not they want displease you?
 Do not they use gb.gui (gb.gtk +)?
 Do not they care if their code works with GTK?
 They use Gambas only for fun or theoretical study?
 They think that those who use Ubuntu is an idiot?
 But perhaps it is more likely that having fought with these malfunctions
 they have surrendered and now they use and do use a distro with KDE.
 I really hope you understand that I am writing to build and not to destroy.
 My best regards
 Gianluigi

 Salut Gianluigi,

 I stopped to use gtk/gui in my projects, because of these known
 problems. Sometimes for small test apps with a quick clicked new project
 I finish with a gui, but on the first problem I switch to qt.
 And I do not care at all, if my code works with GTK, yes!
 And  actually I work with Ubuntu since 04.10 and with 06.06 I changed to
 LTS.


 Hello Charlie,
 Also I do so, I use exclusively Qt and I do the test  on Ubuntu with
 installed Qt Configurations and two simple settings: Tab Appearance on
 Plastique and Tab Fonts on Ubuntu 11 Regular.
 Phil's application appears correctly colored as attached.
 Thanks to the precious suggestion of  Ron Klinkien after a year I also
 see the Gambas warning :)
 Even you are using Qt Configuration or use another strategy?
 Regards
 Gianluigi

 Salut Gianluigi,

 yes, I use Qt Configuration, but for nice screenshuts I use a KDE
 distro, mostly a SuSE.


Hello Charlie,
You're right KDE is more beautiful, but Ubuntu with Unity is easy to use 
and you must find the right way to work with it.
Regards (and Good Night)
Gianluigi


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 19:41, Charlie Reinl ha scritto:
 Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian:
 Il 24/04/2015 14:23, Gian ha scritto:
 Hello Benoit,
 Sorry if I let some criticism on the strategy gb.gui in this email.
 I state to be old and ignorant (to 16 years (1963) already around the
 world to work) and that I admire very much you and your collaborators,
 otherwise I would be silent.
 Ubuntu can represent for free software that Windows is for closed software.
 Ubuntu uses GTK and you love QT and that's OK.
 Gb.gui never completely properly worked, why insist? Is not better to
 abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
 manage to combine the GTK with QT, explaining well the use to all
 shrimps, maybe helping them for installation?
 Thanks for the attention.
 Gianluigi


 Hello Benoit,
 I'm sorry if I offended you, it was not my intention. Quite the contrary.
 I believe that the main feature of Gambas is the one that, with a few
 clicks, we can get a GUI very effective and pleasant.
 But if the GUI does not work...
 I note that no one has commented on what I have written here, me wonder why?
 Do not they want displease you?
 Do not they use gb.gui (gb.gtk +)?
 Do not they care if their code works with GTK?
 They use Gambas only for fun or theoretical study?
 They think that those who use Ubuntu is an idiot?
 But perhaps it is more likely that having fought with these malfunctions
 they have surrendered and now they use and do use a distro with KDE.
 I really hope you understand that I am writing to build and not to destroy.
 My best regards
 Gianluigi

 Salut Gianluigi,

 I stopped to use gtk/gui in my projects, because of these known
 problems. Sometimes for small test apps with a quick clicked new project
 I finish with a gui, but on the first problem I switch to qt.
 And I do not care at all, if my code works with GTK, yes!
 And  actually I work with Ubuntu since 04.10 and with 06.06 I changed to
 LTS.


Hello Charlie,
Also I do so, I use exclusively Qt and I do the test  on Ubuntu with 
installed Qt Configurations and two simple settings: Tab Appearance on 
Plastique and Tab Fonts on Ubuntu 11 Regular.
Phil's application appears correctly colored as attached.
Thanks to the precious suggestion of  Ron Klinkien after a year I also 
see the Gambas warning :)
Even you are using Qt Configuration or use another strategy?
Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian

Il 27/04/2015 20:00, Jussi Lahtinen ha scritto:

What does not work with GTK?


Jussi


Let's say a little all, see attached, forgotten before
Regards
Gianluigi


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 20:08, Tobias Boege ha scritto:
 On Mon, 27 Apr 2015, Charlie Reinl wrote:
 Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian:
 Il 24/04/2015 14:23, Gian ha scritto:
 Hello Benoit,
 Sorry if I let some criticism on the strategy gb.gui in this email.
 I state to be old and ignorant (to 16 years (1963) already around the
 world to work) and that I admire very much you and your collaborators,
 otherwise I would be silent.
 Ubuntu can represent for free software that Windows is for closed software.
 Ubuntu uses GTK and you love QT and that's OK.
 Gb.gui never completely properly worked, why insist? Is not better to
 abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
 manage to combine the GTK with QT, explaining well the use to all
 shrimps, maybe helping them for installation?
 Thanks for the attention.
 Gianluigi


 Hello Benoit,
 I'm sorry if I offended you, it was not my intention. Quite the contrary.
 I believe that the main feature of Gambas is the one that, with a few
 clicks, we can get a GUI very effective and pleasant.
 But if the GUI does not work...
 I note that no one has commented on what I have written here, me wonder why?

 I, for one, have not received your messages. I only saw them now, cited by
 Charlie. (?)

 Do not they use gb.gui (gb.gtk +)?
 Do not they care if their code works with GTK?

 I stopped caring about Gambas + GTK back in 2009 when I, as a 14 year old,
 simply found GTK to look bad on that old Ubuntu 9.04 -- and I remember that
 it was not as complete as gb.qt4 on some things.

 I have seldom touched the combination since then because I was never
 disappointed with gb.qt4. When I ran gb.gtk, it was (almost?) always only to
 inspect incompatibilities others found with gb.qt4. I don't use gb.gui at
 all. I always tick Qt project explicitly.

 Hans, whom I and two others write a book about Gambas with, quickly got on
 the same track. Actually one of the first sentences a reader would see on
 the front page of the book web site is that we consequently use gb.qt4 in
 all the projects.

 The only shame is that we never get around to report and fix the
 incompatibilities between gb.gtk(3) and gb.qt4 if everyone shut in before
 gb.gtk like me...

 They use Gambas only for fun or theoretical study?


 Yes, I do both and almost nothing except them.

 Regards,
 Tobi


Sorry Tobias I understand correctly? You're only 20 years? But you're 
very good my warmest congratulations.
I know the German book despite the difficulties thanks to Google, I 
learned something.
You who uses tricks to show good Qt in desktop Gtk?
Regards
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A question on gb.gui

2015-04-26 Thread Gian
Il 24/04/2015 14:23, Gian ha scritto:
 Hello Benoit,
 Sorry if I let some criticism on the strategy gb.gui in this email.
 I state to be old and ignorant (to 16 years (1963) already around the
 world to work) and that I admire very much you and your collaborators,
 otherwise I would be silent.
 Ubuntu can represent for free software that Windows is for closed software.
 Ubuntu uses GTK and you love QT and that's OK.
 Gb.gui never completely properly worked, why insist? Is not better to
 abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that
 manage to combine the GTK with QT, explaining well the use to all
 shrimps, maybe helping them for installation?
 Thanks for the attention.
 Gianluigi

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




Hello Benoit,
I'm sorry if I offended you, it was not my intention. Quite the contrary.
I believe that the main feature of Gambas is the one that, with a few 
clicks, we can get a GUI very effective and pleasant.
But if the GUI does not work...
I note that no one has commented on what I have written here, me wonder why?
Do not they want displease you?
Do not they use gb.gui (gb.gtk +)?
Do not they care if their code works with GTK?
They use Gambas only for fun or theoretical study?
They think that those who use Ubuntu is an idiot?
But perhaps it is more likely that having fought with these malfunctions 
they have surrendered and now they use and do use a distro with KDE.
I really hope you understand that I am writing to build and not to destroy.
My best regards
Gianluigi


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] A question on gb.gui

2015-04-24 Thread Gian
Hello Benoit,
Sorry if I let some criticism on the strategy gb.gui in this email.
I state to be old and ignorant (to 16 years (1963) already around the 
world to work) and that I admire very much you and your collaborators, 
otherwise I would be silent.
Ubuntu can represent for free software that Windows is for closed software.
Ubuntu uses GTK and you love QT and that's OK.
Gb.gui never completely properly worked, why insist? Is not better to 
abandon gb.gui, gb.gtk2, gb.gtk3 and focusing on those software that 
manage to combine the GTK with QT, explaining well the use to all 
shrimps, maybe helping them for installation?
Thanks for the attention.
Gianluigi

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Possible malfunction 3.7.1 PPA Trunk

2015-04-23 Thread Gian

Here's how the Phil NewProject, see attached image.

[System]
Gambas=3.7.1 COMPILATED
OperatingSystem=Linux
Kernel=3.13.0-51-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.1 PPA
OperatingSystem=Linux
Kernel=3.13.0-38-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=15977M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

[System]
Gambas=3.7.90 TRUNK
OperatingSystem=Linux
Kernel=3.13.0-51-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=3020M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Gian
Il 21/04/2015 09:55, bill-lancaster ha scritto:
 I want to start a Gambas programme from another Gambas programme.
 What would be the best way to pass a value to the programme?

 At the moment I write the value to a file from the first programme and read
 it in the second one. then open the ne prog with:-
  Exec [User.Home / GambasFolder/GambasExec/MusicFiling.gambas]
 where the executable version of the sencond programme resides.

 Perhaps gb.settings would be a bit more elegant but maybe the best would be
 to use the _new() sub in the second programme but how to call the second
 programme?

AFAIK, to passing the parameters is correct to use Shell or Exec and go 
to the Program_2 with Path/Program_2 “param_1, param_2, param_n”.
In Program_2 you can read with Application.Args or gb.args.
In IDE you can use the window “ProjectArguments” to Write and Read.
Regards
Gianluigi

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Buttons: Background and Foreground colors do not work.

2015-04-14 Thread Gian
With gb.qt4 and gb.qt4.ext components, Background and Foreground color 
of Buttons do not work.
They work with Qt Configuration setting on Cleanlooks or Plastique.
Regards
Gianluigi

[System]
Gambas=3.7.1
OperatingSystem=Linux
Kernel=3.13.0-49-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] New Widget

2015-04-13 Thread Gian
Il 13/04/2015 00:35, Jorge Carrión ha scritto:
 It looks strange at open time...(see  attached)
 After drag it with mouse it is showed right.

 I think is a useful widget, Fabian.

 Regards

 2015-04-12 22:21 GMT+02:00 Fabien Bodard gambas...@gmail.com:

 Hi this is a try for a new widget.

 Give me your opinion please.

 --
 Fabien Bodard


 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
 event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF


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


Yes, it is same also on Ubuntu

Regards
Gianluigi

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Differences between Compile and Compile all

2015-04-04 Thread Gian
Hello everyone
I can not understand the difference between the commands *Compile* and 
*Compile all* of the *Project menu*.
I thought that with Compile I compiles the current module and with 
Compile all I have the possibility to compile the entire project.
Using these commands on the attached project of a single class and 
leaving commented fillRecord  in Form_Open() I obtain the  Warning 
“Unused function: fillRecord only if use Compile all.
Thanks in advance
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Differences between Compile and Compile all

2015-04-04 Thread Gian

Il 04/04/2015 16:41, Gian ha scritto:

Hello everyone
I can not understand the difference between the commands *Compile* and
*Compile all* of the *Project menu*.
I thought that with Compile I compiles the current module and with
Compile all I have the possibility to compile the entire project.
Using these commands on the attached project of a single class and
leaving commented fillRecord  in Form_Open() I obtain the  Warning
“Unused function: fillRecord only if use Compile all.
Thanks in advance
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Sorry, see project attached
Regards
Gianluigi


MyStruct-DB-SAVE-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] A Gambas 3.7.1 question.

2015-04-01 Thread Gian
But now 3.7.1 it should be the stable version.
“In the title forgotten the written of  version Trunk.”
So mine was an omen. :)

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to get back my Gbr3 3.5.4 after updated

2015-04-01 Thread Gian
Il 01/04/2015 16:06, abbat81 ha scritto:
 How to install Gambas current ver?
 I get
 (Depends): gambas3-gb-jit (= 3.7.0-51.33~ubuntu12.04.1)

 Is there any way to get .deb package of gambas version I need?





 --
 View this message in context: 
 http://gambas.8142.n7.nabble.com/How-to-get-back-my-Gbr3-3-5-4-after-updated-tp51216.html
 Sent from the gambas-user mailing list archive at Nabble.com.

 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Have you installed the Trunk librarys plus llvm-3.4-dev?
Take a look here (my answer to Lewis Balentine):
http://gambas.8142.n7.nabble.com/Release-of-Gambas-3-7-td50952.html

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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.7.1

2015-03-30 Thread Gian
Il 29/03/2015 16:41, Gian ha scritto:
 In the title forgotten the written of  version Trunk.


Eureka! I finally realized that a version as long as is not final... is 
not final.
Only 15 months are really too smart. :)
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-28 Thread Gian
Il 28/03/2015 21:42, Benoît Minisini ha scritto:
 Le 24/03/2015 12:02, Gian a écrit :
 Il 24/03/2015 11:43, Charlie Reinl ha scritto:
 Salut,

 I can confirm that behave, but you can go behind of the dec-comma.
 When entering the comma the box make left shift and keeps staying before
 the comma.

 Yes I know, but it is not normal and not have to do this with QT.
 Regards
 Gianluigi


 Bug fixed in revision #7007.

 Regards,


Thank you, Benoit

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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.7.1

2015-03-28 Thread Gian

Il 28/03/2015 18:55, Benoît Minisini ha scritto:

Hi,

I have uploaded to sourceforge the source package of Gambas 3.7.1 so
that you can check it before the release.

So tell me if you have any problem with it.

It includes all the bugs fixed since the Gambas 3.7.0 release, and the
ability to open projects installed from the Gambas farm directly from
the IDE welcome window.

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

Regards,




Hello Benoit,
In Ubuntu 14.04.02 LTS installed well, the Installed software shows 
examples installed and downloaded.
Note: The message is that of the trunk and the error persists on 
ValueBox gb.gui and gb.gtk.

See attachments
Regards
Gianluigi
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Sample component with a form

2015-03-27 Thread Gian
Il 27/03/2015 10:50, Gian ha scritto:
 Il 26/03/2015 23:15, Tobias Boege ha scritto:
 On Thu, 26 Mar 2015, Roel Touwen wrote:
 Hi everyone,

 Has anybody a sample source of a component which holds a form? I'm
 trying for two weeks now and I simply don't succeed.

 What I want to do is have form that I can embed in another form (within
 a tab). I could use a workspace but people can delete the tab then.


 It's not clear to me what you want to do. You must know that the term
 component around Gambas usually means a shared library which adds
 functionality to the interpreter. gb.qt4, for example, is the QT4
 component.

 I'll assume that you want to create just a widget class which is usually
 called a control, instead of component. [ A component is a whole
 collection of classes, and sometimes also controls, for a specific task. ]

 But you don't need to create a new control class either. Embedding forms
 is super easy. Again, assuming that I understood you, I attach a project
 which shows how to embed some instance of a Form class into a TabPanel
 where you can control, contrary to Workspace, if the user is able to close
 a tab.

 Note: On my system, the first form which is embedded into a tab of the
 TabPanel is not resized, while all subsequent forms are expanded to fill
 their tab. I don't know why...

 Regards,
 Tobi



 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



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


 Hello Tobias
 and change the code so?

 Private $bFirst As Boolean = True

 Public Sub btnAdd_Click()
 Dim hForm As FTest

 If Not $bFirst Then Inc panTabs.Count ' Get a new tab


 With panTabs
   .[.Count - 1].Text = Subst$(Tab #1, .Count)
   ' Create the form with the new tab as its parent container, which
   ' effectively embeds the form into that container.
   hForm = New FTest(.[.Count - 1], Hi!, Rnd(H808080, Hff))
   If $bFirst Then
 hForm.H = panTabs.H
 hForm.W = panTabs.W
 $bFirst = False
   Endif
 End With
 End

 Regards
 Gianluigi


 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hello Tobias,

or tabpanel Arrangment.Fill ?

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Sample component with a form

2015-03-27 Thread Gian
Il 26/03/2015 23:15, Tobias Boege ha scritto:
 On Thu, 26 Mar 2015, Roel Touwen wrote:
 Hi everyone,

 Has anybody a sample source of a component which holds a form? I'm
 trying for two weeks now and I simply don't succeed.

 What I want to do is have form that I can embed in another form (within
 a tab). I could use a workspace but people can delete the tab then.


 It's not clear to me what you want to do. You must know that the term
 component around Gambas usually means a shared library which adds
 functionality to the interpreter. gb.qt4, for example, is the QT4
 component.

 I'll assume that you want to create just a widget class which is usually
 called a control, instead of component. [ A component is a whole
 collection of classes, and sometimes also controls, for a specific task. ]

 But you don't need to create a new control class either. Embedding forms
 is super easy. Again, assuming that I understood you, I attach a project
 which shows how to embed some instance of a Form class into a TabPanel
 where you can control, contrary to Workspace, if the user is able to close
 a tab.

 Note: On my system, the first form which is embedded into a tab of the
 TabPanel is not resized, while all subsequent forms are expanded to fill
 their tab. I don't know why...

 Regards,
 Tobi



 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



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


Hello Tobias
and change the code so?

Private $bFirst As Boolean = True

Public Sub btnAdd_Click()
   Dim hForm As FTest

   If Not $bFirst Then Inc panTabs.Count ' Get a new tab


   With panTabs
 .[.Count - 1].Text = Subst$(Tab #1, .Count)
 ' Create the form with the new tab as its parent container, which
 ' effectively embeds the form into that container.
 hForm = New FTest(.[.Count - 1], Hi!, Rnd(H808080, Hff))
 If $bFirst Then
   hForm.H = panTabs.H
   hForm.W = panTabs.W
   $bFirst = False
 Endif
   End With
End

Regards
Gianluigi


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-24 Thread Gian

Il 22/03/2015 21:35, Gian ha scritto:

On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually.
Yes with code.
Manually comma ends at the bottom of the widget, see attached.
Regards
Gianluigi

[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-48-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/



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




If I badly explained see attached
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-24 Thread Gian
Il 24/03/2015 11:43, Charlie Reinl ha scritto:
 Salut,

 I can confirm that behave, but you can go behind of the dec-comma.
 When entering the comma the box make left shift and keeps staying before
 the comma.

Yes I know, but it is not normal and not have to do this with QT.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Ubuntu message

2015-03-23 Thread Gian
Re-reading with a cool head as I wrote in this thread, I realize that I 
explained very badly.
I meant to talk about the Gambas IDE and just wanted to ask the 
opportunity to choose the Ubuntu balloon.
I apologize to everyone for the confusion created.
God did not want me to learn English, probably to safeguard you, but the 
devil knows several tricks. :)
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 13:08, Benoît Minisini ha scritto:
 Le 22/03/2015 12:31, Gian a écrit :
 Hi Benoit,
 I know this has been discussed, and I apologize for repeating.
 In Ubuntu if I want to show to a user in a message boloon I change
 colors by acting through the HTML commands.
 Or I can show him the message with typical balloon of Ubuntu:
 Dim comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)
 Regards
 Gianluigi


 Inform us about what?


...any information with balloon...

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:50, Jussi Lahtinen ha scritto:
 Sorry, but I hate the idea. I want to see the error messages where they
 belong, and crashes in their own window which doesn't autoclose. So, just
 like it is now.

OK,
shame that a normal Ubuntu user does not see ...
I meant one more, not one less.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:21, Fabien Bodard ha scritto:
 what error ?

bash: syntax error near the token is not expected  MyApp ,

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 17:01, Ron ha scritto:
 You can make them readable with these two commands, you might need to
 change 'Ambiance'  to 'QGtk', not sure, just try.

 sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g'
 /usr/share/themes/Ambiance/gtk-2.0/gtkrc
 sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g'
 /usr/share/themes/Ambiance/gtk-2.0/gtkrc


Hello Ron,
thank you so much for trick. I had read something about this on Ask 
Ubuntu, will try.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:22, Fabien Bodard ha scritto:
 You can use :

 dBus[org.freedesktop.Notifications][/org/freedesktop/Notifications].Notify(MyApp,
 2, Null, About My Notify, This is a Notifications!!!, Null,
 Null, 5)


Sorry Fabien,
I get error


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Sorry gentlemen, :)
but the programmer Gambas Ubuntu messages Balloon does not see them.
What you do not understand?
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian

Il 22/03/2015 17:53, Gian ha scritto:

Il 22/03/2015 17:01, Ron ha scritto:

You can make them readable with these two commands, you might need to
change 'Ambiance'  to 'QGtk', not sure, just try.

sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g'
/usr/share/themes/Ambiance/gtk-2.0/gtkrc
sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g'
/usr/share/themes/Ambiance/gtk-2.0/gtkrc



Hello Ron,
thank you so much for trick. I had read something about this on Ask
Ubuntu, will try.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



Hi Ron,
here is the result of your trick
Thank you very much
Regards
Gianluigi
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian

Il 22/03/2015 16:28, Fabien Bodard ha scritto:

what is your desktop environment ?


[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-48-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

My idea: See attached
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-22 Thread Gian

On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually.
Yes with code.
Manually comma ends at the bottom of the widget, see attached.
Regards
Gianluigi

[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-48-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4


ValueBox-2-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Hi Benoit,
but I do not find wrong to give the choice at Gambas  programmers with 
Ubuntu.
Or at least insert Ron trick in documentation:
(sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' 
/usr/share/themes/Ambiance/gtk-2.0/gtkrc
sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g' 
/usr/share/themes/Ambiance/gtk-2.0/gtkrc)

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Hi Benoit,
I know this has been discussed, and I apologize for repeating.
In Ubuntu if I want to show to a user in a message boloon I change 
colors by acting through the HTML commands.
Or I can show him the message with typical balloon of Ubuntu:
Dim comando, sText As String
sText = My spectacular Gambas3 message in Ubuntu
comando = notify-send '  sText  '
Shell comando
as do other software like Mozilla Thunderbird.
One question: would not be wonderful if Gambas also inform us so? :)
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas wiki

2015-03-21 Thread Gian

Yes in Italy from yesterday 19 about.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 13:12, Sebastian Kulesz ha scritto:
 Found the error, will push an update shortly. The IDE still thinks it has
 the 3.7.90 version.

 On Thu, Mar 19, 2015 at 6:02 AM, John Rose john.aaron.r...@gmail.com
 wrote:

 On 18/03/15 12:38, Gian wrote:
 Upon notification by a user of Gambas-it I tried to install the PPA
 stable.
 Seems that we obtained the Trunk.
 See image attached

 Regards
 Gianluigi

Thanks to you and all who helped Benoit for the great work you do for us.
Greetings
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Sorry Jhon,
To reduce the text I accidentally deleted your email.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 19:41, Lewis Balentine ha scritto:
 Correction: That label only comes up in the update manager.

 On 03/19/2015 12:56 PM, Sebastian Kulesz wrote:
 The only package labeled like that is the one containing the gb.compress
 component. Can you tell me the exact package name, PPA and version you are
 talking about?
 On Mar 19, 2015 2:38 PM, Lewis Balentine le...@keywild.com wrote:

 FYI: Sill labeled Gambas compression component in package manager.

 On 03/19/2015 12:07 PM, Sebastian Kulesz wrote:
 You should be able to update now. Be aware that you will probably have to
 follow what Tobias said to clean the old bytecode files compiled with the
 higher version number.

 Please let me know if it is working as intended now!





 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hi Lewis,
excuse me but you do not have the compiled version?
Here we talk of the PPA, not of the compiled version.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-18 Thread Gian
Ok thank you very much for the update but we mark that has remained the 
written of the Trunk version.


See image attached

Regards
Gianluigi
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Gian
Il 17/03/2015 09:24, corradove...@libero.it ha scritto:
 on my ubuntu vivid i added in sources.list the lines suggested 
 in:https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily
 deb http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid 
 maindeb-src http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid 
 main i also added the key:sudo apt-key adv --recv-keys --keyserver 
 keyserver.ubuntu.com 50B027516CAEE58D

 but from apt-get updtate i have messages:W: Failed to fetch 
 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu/dists/vivid/main/binary-amd64/Packages
   404  Not Found
 W: Failed to fetch 
 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu/dists/vivid/main/binary-i386/Packages
   404  Not Found
 may you help me?thankscorrado
 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hi Corrado,
look here [0] to compile, if you can help.
Ciao
Gianluigi

[0] http://www.gambas-it.org/smf/index.php?topic=3961.msg35229#msg35229

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Gian

Il 12/03/2015 11:10, Gian ha scritto:

Il 11/03/2015 14:12, Tobias Boege ha scritto:


Looks good. But, as you mentioned in the project description, it would also
be possible, and easier, to use Structs, as we did[0].



[0] http://gambaswiki.org/wiki/app/struct-db


Great Tobias,
perhaps beginning to see the light. :)
I continue to study ... then I tell you.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




Hello Tobias,
I attach a new version of Random access to files based on what you 
suggested me.
I hope that well understand. What do you think, will come promoted or 
not?  :)
About gb.settings and gb.xml unfortunately I did not understand what you 
suggest me, perhaps to use their instead of the dat file? But how?


Regards
Gianluigi


MyStruct-DB-0.0.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Gian
Il 14/03/2015 20:06, Benoît Minisini ha scritto:
 Le 14/03/2015 18:52, Lewis Balentine a écrit :
 Regarding Linux Mint 17.1 (a.k.a. Rebecca):
 Becky had some teething problems and added a bunch off fancy user
 interface graphics that I did not need or want. Thus I decided to stick
 with 17.0 (updated of course --- so I may have all that stuff I did not
 want).
 

 Strange, as I successfully compiled and installed the development version
 on Mint 17.1 a few weeks ago.
 --
 I install version 3.6.2 from the ppa. My abilities with 'C', 'C++',
 'C#', gcc , g++, make, gbd, etc. are very limited. They are getting
 better. I am now capable of compiling the following 'C' program:
 int main(){};
 ... and I am working on helloworld.c

 So I created a fresh VMWware virtual machine for build Gambas. It is
 based on an OVF image of Linux Mint X64(OEM) with Mate desktop that I
 maintain for such things. That gives me a more less 'virgin' environment
 with new machine name, user name and password. I get the same errors on
 that machine as well. (I now have an backup OVF image of a 'virgin'
 GambasBuild machine as well ;-) The Idea is that I can create new
 machine, extract the new source to it and run the shell script (see
 attached) to build a new version (when I get it working).
 ===

 Progress:

 1) commenting AC_LIBLTDL_CONVENIENCE in the 'acinclude.m4' file resolved
 the ./reconf-all error.
  (note: has to be done BEFORE the FIRST attempt to build gambas)
 2) several errors produced by make because Mint does not install g++
 by default (resolved)
 3) sudo make install produces the following errors:
 --
 libtool: install: /usr/bin/install -c .libs/gb.image.effect.so.0.0.0
 /usr/lib/gambas3/gb.image.effect.so.0.0.0
 /usr/bin/install: cannot stat '.libs/gb.image.effect.so.0.0.0': No such
 file or directory
 make[5]: *** [install-gblibLTLIBRARIES] Error 1
 make[5]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/main/lib/image.effect'
 make[4]: *** [install-am] Error 2
 make[4]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/main/lib/image.effect'
 make[3]: *** [install-recursive] Error 1
 make[3]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/main/lib'
 make[2]: *** [install-recursive] Error 1
 make[2]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/main'
 make[1]: *** [install] Error 2
 make[1]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/main'
 make: *** [install-recursive] Error 1
 --
 I am guessing the the libs (not the 's') directory is actually
 ~/Documents/Build/gambas3-3.7.0/main/lib/image.effect/.libs
 There are two directory entries there listed as as link broken
 (inode/symlink):
 gb.image.effect.so
 gb.image.effect.so.0
 So I went looking to see if there were any other broken links ...
 ~/Documents/Build/gambas3-3.7.0/main/lib/clipper/.libs/gb.clipper.so
 ~/Documents/Build/gambas3-3.7.0/main/lib/clipper/.libs/gb.clipper.so.0

 
 Just to be sure this was not a fluke.
 I replaced the image and tried again ...
 second time around I got different errors;
 among them are:
 gbi3: warning: component gb.xml.rpc not found
 
 Compiling gb.eval.highlight...
 gbc: error: Component not found: gb.qt4
 Compiling gb.args
 OK
 Installing gb.args...
 gbi3: warning: component gb.xml.rpc not found
 Compiling gb.settings...
 OK
 ---
 Installing the development environment...
 Compiling gambas3...
 gbc: error: Component not found: gb.qt4
 Compiling gbs3...
 OK
 ---
 Installing gbs3...
 Installing the scripter...
 Registering Gambas script mimetype
 Registering Gambas server page mimetype
 Installing the Gambas appdata file
 make[2]: Nothing to be done for `install-data-am'.
 make[2]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/app'
 make[1]: Leaving directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0/app'
 Making install in .
 make[1]: Entering directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0'
 make[2]: Entering directory
 `/home/gbuilder/Documents/Build/gambas3-3.7.0'

 ||
 || Unable to compile gb.eval.highlight
 || Unable to compile gb.gui.base
 || Unable to compile gb.form
 || Unable to compile gb.form.dialog
 || Unable to compile gb.form.mdi
 || Unable to compile gb.db.form
 || Unable to compile gb.desktop
 || Unable to compile gb.report
 || Unable to compile gb.report2
 || Unable to compile gb.chart
 || Unable to compile gb.net.pop3
 || Unable to compile gb.memcached
 || Unable to compile gb.map
 || Unable to compile gb.media.form
 || Unable to compile gambas3
 ---
 I am guessing that my 'virgin' machine is missing some required
 libraries or dev files.
 ... but I have other thing to attended to. I will have 

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-12 Thread Gian

Il 11/03/2015 15:43, Benoît Minisini ha scritto:

Le 11/03/2015 10:32, Gian a écrit :

Il 11/03/2015 00:17, Benoît Minisini ha scritto:

Le 11/03/2015 00:03, Jussi Lahtinen a écrit :

Exactly. Only Emil can confirm, as I don't have enough knowledge about
that, but apparently there is no way to make an equivalent Gambas JIT
compiler with the new versions of LLVM!

I have modified the configuration script of gb.jit so that it checks
that the llvm version is greater than 3.1, but strictly lower than 3.6.



I just realized that the blog post is quite old and LLVM 3.6 is just
released. So, I hope the situation has improved since that!
But maybe it would be gb.JIT2 that uses LLVM 3.6.


Jussi


Support of llvm = 3.6 depends on Emil. At the moment, on Ubuntu, you
can install llvm 3.4, 3.5 and 3.6 at the same time so this is not a problem.



Just for your information:
I got for the first time a Jit working on Ubuntu 14.04.02 LTS by
installing the Trunk libraries as indicated in the documentation. About
these libraries have installed llvm, llvm-dev e llvm-3.4-dev.
With and without Fast: same computation about 3 seconds versus about 47
seconds, earlier with llvm-3.5-dev and same computation I had obtained
segmentation fault error.

This is the Ru-vuott test:


Hello Benoit,
hope I explained myself, now with 3.7 Jit works well, was first with 3.6 
and llvm-3.5-dev library that did not work.

Greetings
Gianluigi


Test-Jit-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Random access files with fixed-length string

2015-03-12 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto:

 Looks good. But, as you mentioned in the project description, it would also
 be possible, and easier, to use Structs, as we did[0].

 [0] http://gambaswiki.org/wiki/app/struct-db

Great Tobias,
perhaps beginning to see the light. :)
I continue to study ... then I tell you.
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto:
 On Tue, 10 Mar 2015, Gian wrote:
 Hello everyone,
 those coming from the Windows VB, frequently asks how to work with random
 access files with fixed-length string.
 I created this demo as an explanation and would like to know if you think
 right, correct in part or completely wrong.
 Thank you for attention



Hello Tobias,
I would like to clarify this:
My example comes from a discussion of the Italian forum where some said 
that in Gambas there is no concept of random with fixed-length strings.
I counseled the use of a database. :)

 Looks good. But, as you mentioned in the project description, it would also
 be possible, and easier, to use Structs, as we did[0].


This I was already said, but I do not understand what it would be easier 
in my example using the structure.
If the structure add a fixed array as you can have dynamism?
How can you change the single data in the record, without changing the 
whole file?

 Also, if someone came to me and said: in VB I used to store data in a non-
 human-readable binary format. I want to continue doing so, I would briefly
 mention that this is not *necessarily* a nice move and plain text files are
 much more welcome in general. Also, if you are GNU-affine, they say[1]:

[...] Unix programs often have static tables or fixed-size strings, which
 make for arbitrary limits; use dynamic allocation instead.

 If you create a new file format for your application, there are gb.settings
 and gb.xml to consider first which provide these things already.

I agree but I think a database is better :)

Thank you very much
Gianluigi



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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.7 (2)

2015-03-11 Thread Gian
Il 11/03/2015 00:17, Benoît Minisini ha scritto:
 Le 11/03/2015 00:03, Jussi Lahtinen a écrit :
 Exactly. Only Emil can confirm, as I don't have enough knowledge about
 that, but apparently there is no way to make an equivalent Gambas JIT
 compiler with the new versions of LLVM!

 I have modified the configuration script of gb.jit so that it checks
 that the llvm version is greater than 3.1, but strictly lower than 3.6.


 I just realized that the blog post is quite old and LLVM 3.6 is just
 released. So, I hope the situation has improved since that!
 But maybe it would be gb.JIT2 that uses LLVM 3.6.


 Jussi

 Support of llvm = 3.6 depends on Emil. At the moment, on Ubuntu, you
 can install llvm 3.4, 3.5 and 3.6 at the same time so this is not a problem.


Just for your information:
I got for the first time a Jit working on Ubuntu 14.04.02 LTS by 
installing the Trunk libraries as indicated in the documentation. About 
these libraries have installed llvm, llvm-dev e llvm-3.4-dev.
With and without Fast: same computation about 3 seconds versus about 47 
seconds, earlier with llvm-3.5-dev and same computation I had obtained 
segmentation fault error.

This is the Ru-vuott test:

   Fast

   Public Sub Button1_Click()

 Dim I As Integer
 Dim start, finish As Float

 start = Timer

 For I = 1 To 10
   Print Test(0.2)
 Next
 finish = Timer
 Print finish - start

   End


   Sub Test(X As Float) As Float

  Dim Mu As Float = 10.0
  Dim Pu, Su As Float
  Dim I, J, N As Integer
  Dim aPoly As New Float[100]

  N = 50

  For I = 0 To N - 1
For J = 0 To 99
  Mu = (Mu + 2.0) / 2.0
  aPoly[J] = Mu
Next
Su = 0.0
For J = 0 To 99
  Su = X * Su + aPoly[J]
Next
Pu += Su
  Next

  Return Pu

   End

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 10/03/2015 22:00, Gian ha scritto:
 Hello everyone,
 those coming from the Windows VB, frequently asks how to work with
 random access files with fixed-length string.
 I created this demo as an explanation and would like to know if you
 think right, correct in part or completely wrong.
 Thank you for attention

 Gianluigi

 Attention: This application contains a Spinner, you need version = 3.6
 Create a directory with the name of the application in user.home to save
 file dat.


 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



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


Hi,
re-reading what I wrote in my terrible English, it seems that you have 
to create a directory.
Instead I wanted to let you know that the program creates a directory, 
is perhaps more rightly so:
Attention:
This application contains a Spinner, you need version = 3.6 and creates 
a directory with the name of the application in user.home to save file dat.

Regards
Gianluigi

P.S. It cost me so much effort, do you think someone will answer me?

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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.7 (2)

2015-03-10 Thread Gian
Il 10/03/2015 16:49, Benoît Minisini ha scritto:
 Hi,

 I have uploaded a new version of the source package at the same place,
 with (normally) all reported bugs fixed.

 Please test it and tell me if you still have problems!

 Regards,


Thanks Benoit,
perfect installation, for the first time I also work Jit.
Regards
Gianluigi

[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-47-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4537M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Random access files with fixed-length string

2015-03-10 Thread Gian

Hello everyone,
those coming from the Windows VB, frequently asks how to work with 
random access files with fixed-length string.
I created this demo as an explanation and would like to know if you 
think right, correct in part or completely wrong.

Thank you for attention

Gianluigi

Attention: This application contains a Spinner, you need version = 3.6
Create a directory with the name of the application in user.home to save 
file dat.


RandomFixedString-en-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Connections.Count ??? :-!

2015-03-07 Thread Gian
Il 07/03/2015 04:15, adamn...@gmail.com ha scritto:
 I have a component that provides generic database - object translations. I 
 have used (and enhaced) it for some years.
 At one point in its' initialisation routine the code refers to 
 Connections.Count which property does not exist. IIRC some months ago I 
 started a thread requesting that the Connections class have a Count property 
 to return the number of defined connections defined in the project.

 This is where this gets weird.

 Today I started a new project using that component. It fails with the 
 Unknown symbol ... error. But other projects using the same component run 
 fine.  To be more specific, other executables (from source compiled a few 
 months ago) run fine ... against the same component.

 This has got me beat.

 I am not sure whether that Count property was ever implemented or whether I 
 implemented it locally or whether I had some local Components override class? 
 I cant find a) the original post I mentioned above, b) anything here in our 
 code base that has an override Components class, nor c) anything in our local 
 gambas3 source code that would be an attempt to provide that property.

 Does anyone recall anything about this?

 tia
 bruce


maybe this?
http://gambas.8142.n7.nabble.com/gb-db-Connections-questions-td44707.html#a44715

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems by joining segments and arcs and doing Fill in class Paint

2015-02-28 Thread Gian
Il 28/02/2015 10:14, Dani Futuro ha scritto:
 Hi,

 I'm trying to join arcs and segments with class Paint, and I have some
 problems. You can make dinamic zoom with the mouse wheel in the program
 I attached and see what happens. If you get close enough to vertex with
 the zoom you can see the end of one arc and the contiguous of the
 segment move relatively up and down one from the other.

 I added four little segments in order to close the space between arcs
 and segments, but the problem persist. If you select radiobutton Fill
 you can see what happens.

 I added some Print to visualize the coordenates of four vertex.

 Thanks.

 Regards,

 Pablo



 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



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


I do not know if it can help.
Have you tried with Paint.CurveTo and Paint.ClosePath?
Ciao
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GraphFloodfill can not install

2015-02-12 Thread Gian
Il 12/02/2015 11:05, Fabien Bodard ha scritto:
 It will be good to remove empty editor directory
 Le 12 févr. 2015 10:02, Gian bago...@libero.it a écrit :

 Il 12/02/2015 01:30, Benoît Minisini ha scritto:
 Le 11/02/2015 18:40, Gian a écrit :
 It seems that you install and if I go to reinstall it shows me to
 uninstall it.
 But not shown in the examples
 Regards
 Gianluigi


 At the moment the example list only shows the programs whose vendor is
 example, not all programs having example in their tags.

 I plan to fix that soon, next week.

 As soon as a program has the example tag, then a symbolic link will be
 created in the example vendor directory so that it is seen in the
 example list.

 Regards,


 Thank you Benoit,
 Ciao
 Gianluigi


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


I suggest this possibility:
Go to User Home .local/share/gambas3/src/gambas-buch, to copy the 
folder of the example downloaded from the Farm and paste it in a visible 
folder at our choice.
This procedure is valid also for other examples.
Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GraphFloodfill can not install

2015-02-12 Thread Gian
Il 12/02/2015 01:30, Benoît Minisini ha scritto:
 Le 11/02/2015 18:40, Gian a écrit :
 It seems that you install and if I go to reinstall it shows me to
 uninstall it.
 But not shown in the examples
 Regards
 Gianluigi


 At the moment the example list only shows the programs whose vendor is
 example, not all programs having example in their tags.

 I plan to fix that soon, next week.

 As soon as a program has the example tag, then a symbolic link will be
 created in the example vendor directory so that it is seen in the
 example list.

 Regards,


Thank you Benoit,
Ciao
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] GraphFloodfill can not install

2015-02-11 Thread Gian
It seems that you install and if I go to reinstall it shows me to 
uninstall it.
But not shown in the examples
Regards
Gianluigi

[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.13.0-45-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=3020M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:43, Yahoo ha scritto:
 Hello all,

 Thanks you for all your ideas and answers.

 As soon I will test that and see if I'm able to solve this need.



 Olivier

 Le 11 févr. 2015 à 07:36, Gian bago...@libero.it a écrit :

 Il 11/02/2015 13:09, Julio Sanchez ha scritto:
 Tobias:

 Guay:)

 2015-02-10 22:56 GMT+01:00 Jorge Carriónsho...@gmail.com:

 Yes, :OK
 and I say it in Italian :)))

 Wunderbar!

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


The correct code is to Tobias,
but if you want to try my code must also overlap the label to textbox 
with a written invitation and Foreground on Light.
Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:09, Julio Sanchez ha scritto:
 Tobias:

 Guay:)

 2015-02-10 22:56 GMT+01:00 Jorge Carriónsho...@gmail.com:

Yes, :OK
and I say it in Italian :)))

Wunderbar!

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto:
 Or even simpler: set Background and Foreground colors appropriately and
 give the help text as default text for the Textbox. Then wait for the
 first letter to be typed or a mouse click into the textbox, delete the
 default text, set Background and Foreground to standard values and start
 with the typed text.

 Rolf


 Am 10.02.2015 14:03, schrieb Yahoo:
 Hi Benoit,

 Do you think if it's possible to add feature in text box object like a text 
 as a king of help displayed into the textbook in light grey for example when 
 this one is empty. As soon something is entered into the textbook, this text 
 could disappear.

 It could be very useful to help the user of a software to know what do enter 
 in some fields

 Olivier
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Something like (a little silly) :)


Private $iChange As Integer


Public Sub TextBox1_Change()

   Inc $iChange
   If $iChange = 2 Then
 Label1.Visible = False
   Endif
   $iChange = 1

End

Public Sub TextBox1_LostFocus()

   If TextBox1.Text =  Then
 Label1.Visible = True
   Endif

End

Public Sub TextBox2_Change()

   Inc $iChange
   If $iChange = 2 Then
 Label2.Visible = False
   Endif
   $iChange = 1

End

Public Sub TextBox2_LostFocus()

   If TextBox2.Text =  Then
 Label2.Visible = True
   Endif

End

Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto:
 Or even simpler: set Background and Foreground colors appropriately and
 give the help text as default text for the Textbox. Then wait for the
 first letter to be typed or a mouse click into the textbox, delete the
 default text, set Background and Foreground to standard values and start
 with the typed text.

 Rolf


 Am 10.02.2015 14:03, schrieb Yahoo:
 Hi Benoit,

 Do you think if it's possible to add feature in text box object like a text 
 as a king of help displayed into the textbook in light grey for example when 
 this one is empty. As soon something is entered into the textbook, this text 
 could disappear.

 It could be very useful to help the user of a software to know what do enter 
 in some fields

 Olivier
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



What does this address?

eilert-sprac...@t-online.de

I do not see my answer because this address was in front.

This is my answer:

Something like (a little silly) :)


Private $iChange As Integer


Public Sub TextBox1_Change()

   Inc $iChange
   If $iChange = 2 Then
 Label1.Visible = False
   Endif
   $iChange = 1

End

Public Sub TextBox1_LostFocus()

   If TextBox1.Text =  Then
 Label1.Visible = True
   Endif

End

Public Sub TextBox2_Change()

   Inc $iChange
   If $iChange = 2 Then
 Label2.Visible = False
   Endif
   $iChange = 1

End

Public Sub TextBox2_LostFocus()

   If TextBox2.Text =  Then
 Label2.Visible = True
   Endif

End

Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on mail list

2015-02-10 Thread Gian
I do not see my answers sent by Watermark on the text box

I started to pray ...

Gianluigi 



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Problems-on-mail-list-tp49881p50607.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 22:27, Lewis Balentine ha scritto:
 Hi Tobi 

 Without entering into the fray regarding the 'watermark':
 You example code provides a nice sample of creating a new control class
 for those of us that find the process somewhat mystical. Thank you.:-)

 Lewis


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Plus one :OK

Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread Gian
http://gambas.8142.n7.nabble.com/file/n50522/19.png 

Ciao
Gianluigi



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Problem-with-OPTIONAL-method-declaration-tp50515p50522.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:11, Gian ha scritto:
 Il 02/02/2015 14:09, Gian ha scritto:
 Il 01/02/2015 18:39, Gian ha scritto:
 Il 01/02/2015 17:21, Benoît Minisini ha scritto:
 Le 01/02/2015 17:14, Benoît Minisini a écrit :
 Le 30/01/2015 22:31, Gian a écrit :
 Hi all,
 In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus
 does not work on the following widgets:
 Button, ToggleButton, MenuButton, SwitchButton.
 Instead ToolButton is OK.
 It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
 Instead with GTK nested forms focus does not work at all, while
 with the
 normal form everything is OK.
 Note: RadioButton in opening normal form is checked only in GTK, not
 in QT4.

 Regards
 Gianluigi





 What do you mean exactly by does not work???

 I mean that tabulating, is not highlighted control.



 Here is what I see on my own system:

 - Focus works with gb.qt4 with normal form and nested form. The
 MenuButton does not draw its focus rectangle with the Oxygen
 widget style.

 If I understand, I do not have Oxygen I work with the original Ubuntu on
 all my computers.

 With QT4 (normal form and nested form) all button (excluding ToolButton)
 the focus does not work.



 - Focus works with gb.gtk/gb.gtk3 with normal but not with nested form.
 The MenuButton draws its focus rectangle with the oxygen-gtk
 widget theme.

 Idem with GTK (I dont use GTK3).


 - The RadioButton starts selected with gb.gtk because I think it cannot
 be unselected if it is alone, contrary to gb.qt4.


 No, where I have several RadioButton is selected first and skip the tab
 on the others (only GTK)

 Regards
 Gianluigi


 --

 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media,
 is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more.
 Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 Hello Benoit,
 I created new tests.

 TEST TAB PLUS:

 GTK:
 With Tab runs on everything (except the RadioButton) only SwitchButton
 is not very evident (clears soon).
 With Focus code you get the focus on everything (even the RadioButton)
 except SwichButton.
 Here the focus is well highlighted

 GTK3:
 With tab works as with GTK except for ToolButton and SwitchButton.
 With Focus code you get the focus on everything except ToolButton and
 SwitchButton
 Here the focus is just a little highlighted (MenuButton excluded).

 Note: GTK/GTK3 opening the first RadioButton is checked.

 QT4:
 With tab no button works excluded ToolButton and ButtonBox.
 Note: Also with QT4 skip other RadioButton.
 With Focus code no button works excluded ToolButton, ButtonBox and
 SwitchButton.

 TEST NESTED PLUS:

 GTK:
 With tabulation nothing works.
 With Focus code you get the focus on everything (even the RadioButton)
 except SwichButton.
 Here the focus is well highlighted

 GTK3:
 With tabulation nothing works.
 With Focus code I have two different behaviors:
 If before I tabulated, obtain the focus on everything (even the
 RadioButton) except ToolButton and SwichButton.
 If I open the form and immediately use Focus code, then even the
 RadioButton, CheckBox and MenuButton not work as well ToolButton and
 SwichButton.

 Note: GTK/GTK3 opening the first RadioButton is checked.

 QT4:
 With tab no button works excluded ToolButton and ButtonBox.
 Note: Also with QT4 skip other RadioButton.
 With Focus code no button works excluded ToolButton, ButtonBox and
 SwitchButton.

 Regards
 Gianluigi



 --

 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media,
 is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more.
 Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


 Sorry I forgot to attach the test :(



 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 01/02/2015 18:39, Gian ha scritto:
 Il 01/02/2015 17:21, Benoît Minisini ha scritto:
 Le 01/02/2015 17:14, Benoît Minisini a écrit :
 Le 30/01/2015 22:31, Gian a écrit :
 Hi all,
 In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus
 does not work on the following widgets:
 Button, ToggleButton, MenuButton, SwitchButton.
 Instead ToolButton is OK.
 It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
 Instead with GTK nested forms focus does not work at all, while with the
 normal form everything is OK.
 Note: RadioButton in opening normal form is checked only in GTK, not
 in QT4.

 Regards
 Gianluigi





 What do you mean exactly by does not work???

 I mean that tabulating, is not highlighted control.



 Here is what I see on my own system:

 - Focus works with gb.qt4 with normal form and nested form. The
 MenuButton does not draw its focus rectangle with the Oxygen widget style.

 If I understand, I do not have Oxygen I work with the original Ubuntu on
 all my computers.

 With QT4 (normal form and nested form) all button (excluding ToolButton)
 the focus does not work.



 - Focus works with gb.gtk/gb.gtk3 with normal but not with nested form.
 The MenuButton draws its focus rectangle with the oxygen-gtk widget theme.

 Idem with GTK (I dont use GTK3).


 - The RadioButton starts selected with gb.gtk because I think it cannot
 be unselected if it is alone, contrary to gb.qt4.


 No, where I have several RadioButton is selected first and skip the tab
 on the others (only GTK)

 Regards
 Gianluigi


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Hello Benoit,
I created new tests.

TEST TAB PLUS:

GTK:
With Tab runs on everything (except the RadioButton) only SwitchButton 
is not very evident (clears soon).
With Focus code you get the focus on everything (even the RadioButton) 
except SwichButton.
Here the focus is well highlighted

GTK3:
With tab works as with GTK except for ToolButton and SwitchButton.
With Focus code you get the focus on everything except ToolButton and 
SwitchButton
Here the focus is just a little highlighted (MenuButton excluded).

Note: GTK/GTK3 opening the first RadioButton is checked.

QT4:
With tab no button works excluded ToolButton and ButtonBox.
Note: Also with QT4 skip other RadioButton.
With Focus code no button works excluded ToolButton, ButtonBox and 
SwitchButton.

TEST NESTED PLUS:

GTK:
With tabulation nothing works.
With Focus code you get the focus on everything (even the RadioButton) 
except SwichButton.
Here the focus is well highlighted

GTK3:
With tabulation nothing works.
With Focus code I have two different behaviors:
If before I tabulated, obtain the focus on everything (even the 
RadioButton) except ToolButton and SwichButton.
If I open the form and immediately use Focus code, then even the 
RadioButton, CheckBox and MenuButton not work as well ToolButton and 
SwichButton.

Note: GTK/GTK3 opening the first RadioButton is checked.

QT4:
With tab no button works excluded ToolButton and ButtonBox.
Note: Also with QT4 skip other RadioButton.
With Focus code no button works excluded ToolButton, ButtonBox and 
SwitchButton.

Regards
Gianluigi



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian

Il 02/02/2015 14:09, Gian ha scritto:

Il 01/02/2015 18:39, Gian ha scritto:

Il 01/02/2015 17:21, Benoît Minisini ha scritto:

Le 01/02/2015 17:14, Benoît Minisini a écrit :

Le 30/01/2015 22:31, Gian a écrit :

Hi all,
In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus
does not work on the following widgets:
Button, ToggleButton, MenuButton, SwitchButton.
Instead ToolButton is OK.
It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
Instead with GTK nested forms focus does not work at all, while with the
normal form everything is OK.
Note: RadioButton in opening normal form is checked only in GTK, not
in QT4.

Regards
Gianluigi








What do you mean exactly by does not work???


I mean that tabulating, is not highlighted control.





Here is what I see on my own system:

- Focus works with gb.qt4 with normal form and nested form. The
MenuButton does not draw its focus rectangle with the Oxygen widget style.


If I understand, I do not have Oxygen I work with the original Ubuntu on
all my computers.

With QT4 (normal form and nested form) all button (excluding ToolButton)
the focus does not work.




- Focus works with gb.gtk/gb.gtk3 with normal but not with nested form.
The MenuButton draws its focus rectangle with the oxygen-gtk widget theme.


Idem with GTK (I dont use GTK3).



- The RadioButton starts selected with gb.gtk because I think it cannot
be unselected if it is alone, contrary to gb.qt4.



No, where I have several RadioButton is selected first and skip the tab
on the others (only GTK)

Regards
Gianluigi


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



Hello Benoit,
I created new tests.

TEST TAB PLUS:

GTK:
With Tab runs on everything (except the RadioButton) only SwitchButton
is not very evident (clears soon).
With Focus code you get the focus on everything (even the RadioButton)
except SwichButton.
Here the focus is well highlighted

GTK3:
With tab works as with GTK except for ToolButton and SwitchButton.
With Focus code you get the focus on everything except ToolButton and
SwitchButton
Here the focus is just a little highlighted (MenuButton excluded).

Note: GTK/GTK3 opening the first RadioButton is checked.

QT4:
With tab no button works excluded ToolButton and ButtonBox.
Note: Also with QT4 skip other RadioButton.
With Focus code no button works excluded ToolButton, ButtonBox and
SwitchButton.

TEST NESTED PLUS:

GTK:
With tabulation nothing works.
With Focus code you get the focus on everything (even the RadioButton)
except SwichButton.
Here the focus is well highlighted

GTK3:
With tabulation nothing works.
With Focus code I have two different behaviors:
If before I tabulated, obtain the focus on everything (even the
RadioButton) except ToolButton and SwichButton.
If I open the form and immediately use Focus code, then even the
RadioButton, CheckBox and MenuButton not work as well ToolButton and
SwichButton.

Note: GTK/GTK3 opening the first RadioButton is checked.

QT4:
With tab no button works excluded ToolButton and ButtonBox.
Note: Also with QT4 skip other RadioButton.
With Focus code no button works excluded ToolButton, ButtonBox and
SwitchButton.

Regards
Gianluigi



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



Sorry I forgot to attach the test :(



TestTabPlus-0.0.1.tar.gz
Description: application/gzip


TestNestedPlus-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:35, Gian ha scritto:

 ...
 Hi,
 I realize only now that on Trunk with GTK3, tabulating SwichButton takes
 focus and works with key arrow.
 Regards
 Gianluigi

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


I specify that in GTK3 SwichButton work well only on TestTabPlus and not 
with TestNestedPlus

Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Widget focus

2015-02-01 Thread Gian

Il 30/01/2015 22:31, Gian ha scritto:

Hi all,
In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus
does not work on the following widgets:
Button, ToggleButton, MenuButton, SwitchButton.
Instead ToolButton is OK.
It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
Instead with GTK nested forms focus does not work at all, while with the
normal form everything is OK.
Note: RadioButton in opening normal form is checked only in GTK, not in
QT4.

Regards
Gianluigi

[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.13.0-45-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.1 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4



Hi,
same as above even with trunk.
Here attached two tests

[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.13.0-45-generic
Architecture=x86
Distribution=Ubuntu 14.04.1 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=3020M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4



TestFocus-0.0.1.tar.gz
Description: application/gzip


TestForm-0.0.1.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Widget focus

2015-02-01 Thread Gian
Il 01/02/2015 17:21, Benoît Minisini ha scritto:
 Le 01/02/2015 17:14, Benoît Minisini a écrit :
 Le 30/01/2015 22:31, Gian a écrit :
 Hi all,
 In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus
 does not work on the following widgets:
 Button, ToggleButton, MenuButton, SwitchButton.
 Instead ToolButton is OK.
 It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
 Instead with GTK nested forms focus does not work at all, while with the
 normal form everything is OK.
 Note: RadioButton in opening normal form is checked only in GTK, not
 in QT4.

 Regards
 Gianluigi





 What do you mean exactly by does not work???

I mean that tabulating, is not highlighted control.



 Here is what I see on my own system:

 - Focus works with gb.qt4 with normal form and nested form. The
 MenuButton does not draw its focus rectangle with the Oxygen widget style.

If I understand, I do not have Oxygen I work with the original Ubuntu on 
all my computers.

With QT4 (normal form and nested form) all button (excluding ToolButton) 
the focus does not work.



 - Focus works with gb.gtk/gb.gtk3 with normal but not with nested form.
 The MenuButton draws its focus rectangle with the oxygen-gtk widget theme.

Idem with GTK (I dont use GTK3).


 - The RadioButton starts selected with gb.gtk because I think it cannot
 be unselected if it is alone, contrary to gb.qt4.


No, where I have several RadioButton is selected first and skip the tab 
on the others (only GTK)

Regards
Gianluigi


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Widget focus

2015-01-30 Thread Gian
Hi all,
In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus 
does not work on the following widgets:
Button, ToggleButton, MenuButton, SwitchButton.
Instead ToolButton is OK.
It is the same with the forms nested (eg. hFin1 = New Form1 (FMain))
Instead with GTK nested forms focus does not work at all, while with the 
normal form everything is OK.
Note: RadioButton in opening normal form is checked only in GTK, not in QT4.

Regards
Gianluigi

[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.13.0-45-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.1 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 19:25, Gian ha scritto:
 Hello all,
 I noticed one thing, if I write UCase $ (perché) I get PERCHé
 If I write Print.Ucase (perché) I get PERCHÉ
 It is correct?
 (perché is why or because in italian language)
 Regards
 Gianluigi

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



Sorry :)

[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.13.0-45-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.1 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=4961M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Hello all,
I noticed one thing, if I write UCase $ (perché) I get PERCHé
If I write Print.Ucase (perché) I get PERCHÉ
It is correct?
(perché is why or because in italian language)
Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 19:32, Jussi Lahtinen ha scritto:
 You mean String.Ucase() ?
 The other function is for unicode and the other is only for ascii.


 Jussi

 On Wed, Jan 28, 2015 at 8:25 PM, Gian bago...@libero.it wrote:

 Hello all,
 I noticed one thing, if I write UCase $ (perché) I get PERCHé
 If I write Print.Ucase (perché) I get PERCHÉ
 It is correct?
 (perché is why or because in italian language)
 Regards
 Gianluigi


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

sorry I'm a little tired :)
  Yes String.Ucase()
Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 19:48, Lewis Balentine ha scritto:
 é is not an ASCII character.

 Reference: http://gambaswiki.org/wiki/lang/ucase
 This function does not work with UTF-8 strings. UseString.UCase
 http://gambaswiki.org/wiki/comp/gb/string/ucaseinstead.

 Word = perché
 Print Word, UCase(Word), String.UCase(Word)
 Word = UCase(Word)
 Print Word
 '---
 perchéPERCHéPERCHÉ
 PERCHé



 On 01/28/2015 12:25 PM, Gian wrote:
 Hello all,
 I noticed one thing, if I write UCase $ (perché) I get PERCHé
 If I write Print.Ucase (perché) I get PERCHÉ
 It is correct?
 (perché is why or because in italian language)
 Regards
 Gianluigi

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

Right, before I only watched an extended table.
Only now I did a test with Chr$()
Thank You

Regards
Gianluigi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian
Il 26/01/2015 20:27, Gian ha scritto:
 Il 26/01/2015 19:47, Gian ha scritto:
 Il 25/01/2015 23:57, Benoît Minisini ha scritto:
 ...
  ...
 What's the dash?
  ...
  ...
  ...

 Hello,
 I forgot to specify that the e-mail address of the maintainer is fantasy
 (at least I hope).
 I attach a picture of the dash showing six small programs :)
 Regards
 Gianluigi


Hello,
The “String GTK” program that has the icon with the bee QT  is actually 
a project QT, I apologize for the imprecision.
Regards
Gianluigi


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian

Il 26/01/2015 19:47, Gian ha scritto:

Il 25/01/2015 23:57, Benoît Minisini ha scritto:

...

...

What's the dash?

...
...
...

Hello,
I forgot to specify that the e-mail address of the maintainer is fantasy 
(at least I hope).

I attach a picture of the dash showing six small programs :)
Regards
Gianluigi
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-25 Thread Gian
Il 24/01/2015 21:34, Gian ha scritto:
 Hello everyone,
 I did various tests of packaging with some simple little programs that
 work well in Gambas3 3.6.2 IDE with QT or GTK.
 I have installed on VirtualBox with Ubuntu 14.04 clean and updated,
 proceeding in this manner:
 In a terminal:
 ~$ sudo add-apt-repository ppa:gambas-team/gambas3
 ~$ sudo apt-get update
 After have used two methods:
 Double click on the deb package and installed with Ubuntu Software Center
 or
 ~$ sudo dpkg -i Path/package/full_name_of_the_package.deb
 ~$ sudo apt-get -f install
 Whatever the used method, Ubuntu Software Center do not see these
 programs  and not know that are installed. Only once has seen the
 program, but only appeared in the “All the software” section and not in
 the “Installed”.
 (In Package group I've tried doc, graphics etc. but I did not understand
 what it means)
 If I click on the dash sometimes start the program, sometimes must to
 drag the icon in the launcher to start it.
 The programs made with QT employ to charge about 15 seconds, those made
 in GTK start immediately.
 Finally I have uninstalled with:
 ~$ sudo apt-get purge ProgramName
 ~$ sudo apt-get autoremove
 ~$ sudo apt-get clean
 everything is clean.
 Something wrong in the procedure, or it is impossible to see the program
 installed in Ubuntu Software Center?

 Regards
 Gianluigi

 PS: I not understand what I should write in Desktop configuration file,
 Extra dependencies and Extra files.

 --
 New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

Hi all,
I apologize for my terrible English, I hope not sound disrespectful.
Regards
Gianluigi


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-24 Thread Gian
Hello everyone,
I did various tests of packaging with some simple little programs that 
work well in Gambas3 3.6.2 IDE with QT or GTK.
I have installed on VirtualBox with Ubuntu 14.04 clean and updated, 
proceeding in this manner:
In a terminal:
~$ sudo add-apt-repository ppa:gambas-team/gambas3
~$ sudo apt-get update
After have used two methods:
Double click on the deb package and installed with Ubuntu Software Center
or
~$ sudo dpkg -i Path/package/full_name_of_the_package.deb
~$ sudo apt-get -f install
Whatever the used method, Ubuntu Software Center do not see these 
programs  and not know that are installed. Only once has seen the 
program, but only appeared in the “All the software” section and not in 
the “Installed”.
(In Package group I've tried doc, graphics etc. but I did not understand 
what it means)
If I click on the dash sometimes start the program, sometimes must to 
drag the icon in the launcher to start it.
The programs made with QT employ to charge about 15 seconds, those made 
in GTK start immediately.
Finally I have uninstalled with:
~$ sudo apt-get purge ProgramName
~$ sudo apt-get autoremove
~$ sudo apt-get clean
everything is clean.
Something wrong in the procedure, or it is impossible to see the program 
installed in Ubuntu Software Center?

Regards
Gianluigi

PS: I not understand what I should write in Desktop configuration file, 
Extra dependencies and Extra files.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 01:25, Tobias Boege ha scritto:
 Hi,

 I'm trying to have FMain automatically adjust its size according to its sole
 (for demonstration) child control PictureBox1. The PictureBox1 itself is
 AutoResize = True and gets a big Picture. (Attached is a little project.)

 What happens is that PictureBox1 resizes accordingly, so I thought I set
 FMain.AutoResize = True but FMain does not react to the growing PictureBox1.
 The interplay between AutoResize, Expand, the parent's Arrangement and a
 PictureBox' Stretch has always been obscure to me. Does anyone have a
 solution?

 Regards,
 Tobi



 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net



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


Tobia,
I'm embarrassed to answer, you are a guru and surely you know this:
  Picture PictureBox1.Picture = [icon: / 96 / access]
  Me.H = PictureBox1.H
  Me.W = PictureBox1.W
because it does not satisfy you?
Hello
Gianluigi




--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 15:30, Tobias Boege ha scritto:
 On Wed, 31 Dec 2014, Gian wrote:
 Il 31/12/2014 01:25, Tobias Boege ha scritto:
 Hi,

 I'm trying to have FMain automatically adjust its size according to its sole
 (for demonstration) child control PictureBox1. The PictureBox1 itself is
 AutoResize = True and gets a big Picture. (Attached is a little project.)

 What happens is that PictureBox1 resizes accordingly, so I thought I set
 FMain.AutoResize = True but FMain does not react to the growing PictureBox1.
 The interplay between AutoResize, Expand, the parent's Arrangement and a
 PictureBox' Stretch has always been obscure to me. Does anyone have a
 solution?

 Regards,
 Tobi



 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net



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


 Tobia,
 I'm embarrassed to answer, you are a guru and surely you know this:
Picture PictureBox1.Picture = [icon: / 96 / access]
Me.H = PictureBox1.H
Me.W = PictureBox1.W
 because it does not satisfy you?

 You're right, this solves the (accidentally over-)simplified scenario I
 described. What I havent't told you is that my actual application will have
 some levels of layout containers (Panel, HBox, VBox) and then a PictureBox.
 Of course there will be other controls and containers next to this hierarchy
 and thus using W and H to calculate the correct dimensions will be tedious.

 Meanwhile I had a look at the sources and it turns out I need to make gb.qt4
 call a thing called arrange_now(). I can achieve that by the sequence

myContainer.AutoResize = False
myContainer.AutoResize = True

 and indeed if the PictureBox' immediate parent is a Panel or Form and has
 Arrangement = Horizontal when executing this sequence, the container will
 grow in width together with the picture, and so forth up the container
 hierarchy.

 My next problem was to have the parents not only grow in width but in width
 and height. This happens when arrange_now() is called once with Arrangement
 = Horizontal and once with Arrangement = Vertical. The change of Arrangement
 also triggers a call to arrange_now(), so I just have to do

myContainer.Arrangement = Arrange.Vertical
myContainer.Arrangement = Arrange.Horizontal

 in addition to AutoResize being True, to force a re-layout (for Panel and
 Form containers). The only problem is other controls which are unwantedly
 resized during the Arrangement change but I can deal with it by setting
 those controls' Ignore = True temporarily. Not pretty but it works, as you
 can see in the attached project.

 Now it's up to Benoit to decide if this is worth adding another method, like
 Container.Rearrange(). It would call arrange_now() and somehow have
 AutoResize containers re-calculate their dimensions (preferably recursive).
 (Or to wire this stuff into Container.Refresh()). I'm not particularly happy
 with my hack but I don't care enough to insist that there be a new method
 for this scenario. But to rephrase my initial question: what is AutoResize
 supposed to do (or *when*) if it cannot automatically resize a container
 when children resize? (I noticed that the automatic resizing is done
 perfectly in both directions and automatically if I put the large picture
 into the PictureBox before the form is shown at all...)

 Regards,
 Tobi



 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net



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



Hello Tobias,
I was sure that answering to you I would have done a good business :)
happy new year
Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http

Re: [Gambas-user] Language

2014-12-29 Thread Gian
Il 29/12/2014 13:35, Charlie Reinl ha scritto:
 Am Samstag, den 27.12.2014, 16:56 +0100 schrieb Wolfgang, dl7nb:
 Am 27.12.2014 um 11:29 schrieb Gian:
 Il 25/12/2014 12:14, Wolfgang, dl7nb ha scritto:
 Hello and Merry Christmas!
 I have created a program with english texts and then I have translated
 my texts to German via Project-translate.
 This works as expected. On an English installation of Linux I see
 English texts - on a German Linux I see the texts in German. So far
 everything is well!

 Can I change the language at runtime? (e.g.: I start on an English
 Linux and want my texts to be displayed in German. Something like set
 language to German)

 Is that possible?

 Have a nice holyday
 Wolfgang


 No during runtime is not possible.
 But you can alert the user that the program should restart.
 Save the choice, close and restart with the language chosen from the user.

 Hello
 Gianluigi

 Hi Gianluigi,

 I understand this. Can you tell me how I can make the choice and how to
 save this? (as I found nothing about that)

 Wolfgang


 Salut Wolfgang

 for the gambas3 IDE I tried this, at least I'v got an english Version,
 but also this warning

 System is de_DE.UTF-8

 gbx3: warning: cannot switch to language 'fr_FR.UTF-8': Datei oder
 Verzeichnis nicht gefunden. Did you install the corresponding locale
 packages?
 

 Public Sub _init()
 Dim iRet As Integer
   iRet = Message.Question(start IDE use as language , System,
 English, French)
   Select Case iRet
  Case 1
  Case 2
System.Language = en_EN.UTF-8
  Case 3
System.Language = fr_FR.UTF-8
   End Select

 _init starts from a module, so no form is still loaded



Yes, you can use this suggestion of our guru:
in run main module file write this:

Public Sub Main()
Dim MainForm As FMain
   System.Language = en_US.UTF-8
   With MainForm = New FMain(Null)
 .Caption = (Versuchen Sprache) ' if this is right in German ;)
 .Show
   End With
End

Hello
Gianluigi


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on mail list

2014-12-29 Thread Gian
Il 27/12/2014 16:18, Jesus ha scritto:
 El 27/12/14 a las 13:44, Gian escribió:
 This morning I received the email sent on 25 by Wolfgang.
 My answer of 11:29 today 27 not appears.
 What happens to the mail list?
 Hello
 Gianluigi

 I can see your reply without problems...

 --8---
 No during runtime is not possible.
 But you can alert the user that the program should restart.
 Save the choice, close and restart with the language chosen from the user.

 Hello
 Gianluigi
 --8---

 Which email client are you using?

 Regards



Yes the list is out of phase, now I get yours email of 27.
I am using Mozilla Thunderbird
Regards
Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on mail list

2014-12-29 Thread Gian
Il 27/12/2014 16:58, Wolfgang, dl7nb ha scritto:
 Am 27.12.2014 um 13:44 schrieb Gian:
 This morning I received the email sent on 25 by Wolfgang.
 My answer of 11:29 today 27 not appears.
 What happens to the mail list?
 Hello
 Gianluigi

 Seems as if there is a lng delay within the list. My Mail appeared
 on Dec27th and was sent 2 days earlier. Maybe the list makes/made a
 holiday-nap ;-)

 Wolfgang

 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Yes you might be right :)

Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on mail list

2014-12-29 Thread Gian
Il 29/12/2014 15:03, Benoît Minisini ha scritto:
 Le 28/12/2014 07:04, B Bruen a écrit :

 Hail Mary full of grace,
 Deliver us from this terrible place,
 There is no mail, there is no news
 And no-one solves my Gambas blues.

 We keep the faith, we hold the light,
 Please get us out of this terrible plight.
 My events don't fire, my handlers fold
 silently, no errors told.

 We hold the 'Forge in reverence
 and look each hour in expectation
 of clues, and even Tobi's sense
 but yet there seems to be stagnation.

 Mary, we do implore
 that you knock upon their door,
 kick their a*s*, make them move
 and hopefully then things improve.

 Amen

 (apologies  but I was on a roll)

 Looking forward to Gambas2015  !!! :_)

 Bruce


 Very good. Shared that on the web site. :-)


Well thanks to Bruce now I know how to pray in English :)

Gianluigi


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Language

2014-12-29 Thread Gian
Il 29/12/2014 19:57, Benoît Minisini ha scritto:
 Le 29/12/2014 19:48, martin p cristia a écrit :
 I have a similar problem with the language. The program has been done
 in spanish, and so far its been translated to en_US. How can a german
 user run it in english if he dont have it installed in its system?


 To use a specific language xx_YY, the user must install the support for
 that language on its system, that's all.

 The main reason is that switching to another language is not just a
 matter of translation, but a matter of number format, date format...


I think that normally all have local language end also English language

Regards
Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on mail list

2014-12-28 Thread Gian
Il 27/12/2014 18:37, Benoît Minisini ha scritto:
 Le 27/12/2014 13:44, Gian a écrit :
 This morning I received the email sent on 25 by Wolfgang.
 My answer of 11:29 today 27 not appears.
 What happens to the mail list?
 Hello
 Gianluigi


 The mailing-list is managed by the Sourceforge servers, and we can't do
 anything if something goes wrong, except praying.


So I was right to start from yesterday :)

Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Problems on mail list

2014-12-27 Thread Gian
This morning I received the email sent on 25 by Wolfgang.
My answer of 11:29 today 27 not appears.
What happens to the mail list?
Hello
Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Language

2014-12-27 Thread Gian
Il 25/12/2014 12:14, Wolfgang, dl7nb ha scritto:
 Hello and Merry Christmas!
 I have created a program with english texts and then I have translated
 my texts to German via Project-translate.
 This works as expected. On an English installation of Linux I see
 English texts - on a German Linux I see the texts in German. So far
 everything is well!

 Can I change the language at runtime? (e.g.: I start on an English
 Linux and want my texts to be displayed in German. Something like set
 language to German)

 Is that possible?

 Have a nice holyday
 Wolfgang

 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


No during runtime is not possible.
But you can alert the user that the program should restart.
Save the choice, close and restart with the language chosen from the user.

Hello
Gianluigi

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


  1   2   >