Re: [Gambas-user] R: Christmas gift

2016-09-07 Thread Christof Thalhofer
Am 08.09.2016 um 00:30 schrieb Karl Reinl:
> Am Mittwoch, den 07.09.2016, 21:55 + schrieb Ru Vuott:
>> ...I wish a thick manual/tutorial entitled:
>>
>> « Learning Gambas from its source codes. »
>>
>> or
>>
>> « Journey into the Gambas source codes. »
>>
>>
>> Regards
>> vuott
> 
> Salut,
> 
> that manual/tutorial is delivered with each SVN - Download at
> /app/src/gambas3/.src 
> 
> or you can download it from
> https://sourceforge.net/p/gambas/code/HEAD/tree/gambas/trunk/app/src/gambas3/ 

Yes, but one needs a while to understand, that classes and methods, that
are written in the wiki are explained in the source code of Gambas. Example:

http://gambaswiki.org/wiki/comp/gb/enum

Is hardly understandable without the example below. Therefore I added it.

For me it lasted about a year or so, to understand that the Gambas
source code can explanation a lot. Before that I searched Google and
Mailinglists to understand how things should be done.

I never (as I remember) found any advice in gambaswiki.org to have a
look into the source code. For you it might be natural, for a beginner
it is not.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Christmas gift

2016-09-07 Thread Karl Reinl
Am Mittwoch, den 07.09.2016, 21:55 + schrieb Ru Vuott:
> ...I wish a thick manual/tutorial entitled:
> 
> « Learning Gambas from its source codes. »
> 
> or
> 
> « Journey into the Gambas source codes. »
> 
> 
> Regards
> vuott

Salut,

that manual/tutorial is delivered with each SVN - Download at
/app/src/gambas3/.src 

or you can download it from
https://sourceforge.net/p/gambas/code/HEAD/tree/gambas/trunk/app/src/gambas3/ 


-- 
Amicalement
Charlie


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


[Gambas-user] R: Christmas gift

2016-09-07 Thread Ru Vuott
...I wish a thick manual/tutorial entitled:

« Learning Gambas from its source codes. »

or

« Journey into the Gambas source codes. »


Regards
vuott






Mer 7/9/16, Moviga Technologies  ha scritto:

 Oggetto: [Gambas-user] Christmas gift
 A: "mailing list for gambas users" 
 Data: Mercoledì 7 settembre 2016, 11:55
 
 For Christmas this year, I wish for a
 native RichText component for 
 Gambas 3.10! :)
 
 
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-07 17:13 GMT-04:00 Fabien Bodard :

> > that capability of the gambas env will raised up the gambas to a
> technology!
> it look like rpc or soap ... no ?


in fact, webservices use at one, of them: or rcp or soap for make it!

in the php cases, when i write a llitte experiment between php webservice
adn .net webservice, noted the usage of soap extensively
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Fabien Bodard
2016-09-07 22:28 GMT+02:00 PICCORO McKAY Lenz :
> 2016-09-07 14:25 GMT-04:00 Benoît Minisini :
>>
>> But what do you all guys call "webservices"???
>>
>
> ahh ok, well , benoit sorry maybe u dont use before..
>
> https://fr.wikipedia.org/wiki/Service_web
>
> but with webservices a java application can intterchange data with a php
> application without need of re-codign the app in java to php o viceversa
>
> its like socket, but using stablished protocols that both sides assume and
> understant  is utilized for machine-to-machine communication, more
> specifically for transferring machine readable file formats such as XML and
> JSON. In practice, the Web service typically provides an object-oriented
> Web-based interface to a database server, utilized for example by another
> Web server, or by a mobile application, that provides a user interface to
> the end user. Another common application offered to the end user may be a
> mashup, where a Web server consumes several Web services at different
> machines, and compiles the content into one user interface.
>
> that capability of the gambas env will raised up the gambas to a technology!
it look like rpc or soap ... no ?
>
>
>
>
>>
>> --
>> Benoît Minisini
>>
>> 
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-07 14:25 GMT-04:00 Benoît Minisini :
>
> But what do you all guys call "webservices"???
>

ahh ok, well , benoit sorry maybe u dont use before..

https://fr.wikipedia.org/wiki/Service_web

but with webservices a java application can intterchange data with a php
application without need of re-codign the app in java to php o viceversa

its like socket, but using stablished protocols that both sides assume and
understant  is utilized for machine-to-machine communication, more
specifically for transferring machine readable file formats such as XML and
JSON. In practice, the Web service typically provides an object-oriented
Web-based interface to a database server, utilized for example by another
Web server, or by a mobile application, that provides a user interface to
the end user. Another common application offered to the end user may be a
mashup, where a Web server consumes several Web services at different
machines, and compiles the content into one user interface.

that capability of the gambas env will raised up the gambas to a technology!




>
> --
> Benoît Minisini
>
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #993: setfocus or king event dont let input more chars

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.993=L21haW4-

Comment #2 by Benoît MINISINI:

Fixed in revision #7899.

Benoît MINISINI changed the state of the bug to: Fixed.



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


[Gambas-user] [Gambas Bug Tracker] Bug #993: setfocus or king event dont let input more chars

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.993=L21haW4-

Comment #1 by Benoît MINISINI:

This is the default behaviour of GTK+ when setting the focus on a textbox.

I will see if it is configurable. Otherwise you are doomed.

P.S. Please check your english. One sentence out of two is hardly understable, 
so it's very hard to guess what you are talking about.
Thanks in advance!

Benoît MINISINI changed the state of the bug to: Accepted.



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


[Gambas-user] [Gambas Bug Tracker] Bug #994: Stop and pause buttons enabled when loading project.

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.994=L21haW4-

Comment #1 by Benoît MINISINI:

Fixed in revision #7897.

Benoît MINISINI changed the state of the bug to: Fixed.



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


[Gambas-user] [Gambas Bug Tracker] Bug #994: Stop and pause buttons enabled when loading project.

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.994=L21haW4-

Jussi LAHTINEN reported a new bug.

Summary
---

Stop and pause buttons enabled when loading project.

Type : Bug
Priority : Low
Gambas version   : 3.9.90 (TRUNK)
Product  : Development Environment


Description
---

1. Open any project.
2. Stop and pause buttons are enable in the IDE, even when the project is not 
running.
3. Run the project and the button statuses are corrected.


System information
--

[System]
Gambas=3.9.90 r7896
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86_64
Distribution=Linux Mint 17.3 Rosa
Desktop=CINNAMON
Theme=Gtk
Language=en_US.UTF-8
Memory=7984M

[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+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
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
SQLite=libsqlite3.so.0.8.6

[Environment]
CLUTTER_BACKEND=x11
CLUTTER_IM_MODULE=xim
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vsMIWrcrz5,guid=0003c08524a0cfd9a854eaba57d0179d
DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path
DESKTOP_SESSION=cinnamon
DISPLAY=:0.0
GB_GUI=gb.qt4
GB_PROFILE_MAX=1000
GDMSESSION=cinnamon
GDM_XSERVER_LOCATION=local
GIO_LAUNCHED_DESKTOP_FILE=/Desktop/Gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=5620
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-LJP6tK
GPG_AGENT_INFO=/run/user/1000/keyring-LJP6tK/gpg:0:1
GTK_IM_MODULE=xim
HOME=
INSIDE_NEMO_PYTHON=
LANG=en_US.UTF-8
LC_ADDRESS=fi_FI.UTF-8
LC_IDENTIFICATION=fi_FI.UTF-8
LC_MEASUREMENT=fi_FI.UTF-8
LC_MONETARY=fi_FI.UTF-8
LC_NAME=fi_FI.UTF-8
LC_NUMERIC=fi_FI.UTF-8
LC_PAPER=fi_FI.UTF-8
LC_TELEPHONE=fi_FI.UTF-8
LC_TIME=en_US.UTF-8
LOGNAME=
MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path
MDMSESSION=cinnamon
MDM_LANG=en_US.UTF-8
MDM_XSERVER_LOCATION=local
PAPERSIZE=letter
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=
QT4_IM_MODULE=xim
QT_STYLE_OVERRIDE=gtk
SESSION_MANAGER=local/:@/tmp/.ICE-unix/1631,unix/:/tmp/.ICE-unix/1631
SHELL=/bin/bash
SSH_AGENT_PID=1697
SSH_AUTH_SOCK=/run/user/1000/keyring-LJP6tK/ssh
TEXTDOMAIN=im-config
TEXTDOMAINDIR=/usr/share/locale/
TZ=:/etc/localtime
USER=
USERNAME=
WINDOWPATH=8
XAUTHORITY=/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg
XDG_CURRENT_DESKTOP=X-Cinnamon
XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SESSION_COOKIE=5a45fa29109f0ee2389b1b0355283726-1473255324.869587-1172375102
XDG_SESSION_DESKTOP=cinnamon
XDG_SESSION_ID=c1
XDG_VTNR=8
XMODIFIERS=@im=none



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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Christof Thalhofer
Am 07.09.2016 um 19:56 schrieb Benoît Minisini:

>> An example? Some good documentation? Some tests that show it's
>> performing well under heavy (parallel) load? Configuration examples for
>> Apache, Nginx. FCGI?
> 
> Hey, I won't learn you how to configure an HTTP server. I already have 
> not enough time to correctly write the documentation...

Did I say you should do that? As soon as docs are done I could do an
Apache example config, maybe others can do that for Nginx ...

... and write it into the Wiki.

:-)


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Benoît Minisini
Le 07/09/2016 à 20:13, herberth guzman a écrit :
> I'm fall in love of Gambas3, and every day I fall in love more, more more,
> web.form (I love you)
>
> With WEBSERVICE implemented, i promise not to be unfaithful.
>
> Excellent idea.
> gambas3+webform+(gb.reporting service)+webservice
>
> Cool
>
> I feel fly
>
> Herberth Guzmán
>

But what do you all guys call "webservices"???

-- 
Benoît Minisini

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread herberth guzman
I'm fall in love of Gambas3, and every day I fall in love more, more more,
web.form (I love you)

With WEBSERVICE implemented, i promise not to be unfaithful.

Excellent idea.
gambas3+webform+(gb.reporting service)+webservice

Cool

I feel fly

Herberth Guzmán


> Besides some extensions in the OOP department of the language or related
> syntactic sugar in the compiler, which I can never remember unless I'm
>
>the webservices! the webservices! the webservices!


> I would like to have a component which lets you treat the various
> (compressed) archive formats in a way that's similar to the File &
> Directory functions [1-3] in Gambas, that is as if they were a file
system.
>
>well that its ussefully of course! currently compress component handle
>bzip2 and gz only, but its more hard to do in this short time to december!
>JE JE JE SO WEBSERVICES WEBSERVICES! FIRTS!


> You better get to work Benoit. This list is not going to become shorter
:-)
>
>yeah hurry i'm impatient! (snap snap : lashes sounds)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-07 13:56 GMT-04:00 Benoît Minisini :

> Hey, I won't learn you how to configure an HTTP server. I already have
> not enough time to correctly write the documentation...
>
ok ok benoit, and very thanks for hat, the cgi scripts and programin on
gambas are great now

but with a module specialited in webservice, programers only consume the
funtionality and dont mess with the problems of abstraction!


>
> --
> Benoît Minisini
>
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Benoît Minisini
Le 07/09/2016 à 19:28, Christof Thalhofer a écrit :
> Am 07.09.2016 um 19:16 schrieb Benoît Minisini:
>
>>> benoit, a new pair opf sock too! with the WEBSERVICE! OK THE WEBSERVICE!
>>
>> I don't know what you are talking about exactly. Create a CGI script in
>> Gambas, put it behind an HTTP server, and you have your webservice. What
>> do you need else?
>
> An example? Some good documentation? Some tests that show it's
> performing well under heavy (parallel) load? Configuration examples for
> Apache, Nginx. FCGI?

Hey, I won't learn you how to configure an HTTP server. I already have 
not enough time to correctly write the documentation...

-- 
Benoît Minisini

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


[Gambas-user] request time for webservice component

2016-09-07 Thread PICCORO McKAY Lenz
now that gambas have the powered web form and the web components

its time for the last ultimate component for a complete web technology:

a webservice support component!

please! for december, to make some things in my house in new year!

some of the new powered benefits:

* a report service technology!
* comunication with other tech/OS

two great new features! that will have if a webservice will raise of the
benoit -slave- work.. sorry i mean great benoit work! jijiji

no men! seriously! a complete tecnology gambas will  made a ppwered no
competition development tecnology

comunication with other tecnologies will be possible in a standar way with
security!

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Christof Thalhofer
Am 07.09.2016 um 19:16 schrieb Benoît Minisini:

>> benoit, a new pair opf sock too! with the WEBSERVICE! OK THE WEBSERVICE!
> 
> I don't know what you are talking about exactly. Create a CGI script in 
> Gambas, put it behind an HTTP server, and you have your webservice. What 
> do you need else?

An example? Some good documentation? Some tests that show it's
performing well under heavy (parallel) load? Configuration examples for
Apache, Nginx. FCGI?

ModGambas :-)


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Tobias Boege
On Wed, 07 Sep 2016, Tobias Boege wrote:
> On Wed, 07 Sep 2016, Moviga Technologies wrote:
> > For Christmas this year, I wish for a native RichText component for 
> > Gambas 3.10! :)
> > 
> 
> Besides some extensions in the OOP department of the language or related
> syntactic sugar in the compiler, which I can never remember unless I'm
> confronted with their lack, I would like to have a component which lets
> you treat the various (compressed) archive formats in a way that's similar
> to the File & Directory functions [1-3] in Gambas, that is as if they were
> a file system.
> 
> You better get to work Benoit. This list is not going to become shorter :-)
> 

JFTR, I started such a component a year ago in my local copy of Gambas as it
seems. My main source file contains the remark that libarchive [1] may /not/
be a good library because it is stream-oriented, but I can't recall if there
were really any major drawbacks (in the incompatibility between the library's
stream-like interface and the Gambas object-based interface). Maybe I will
try again sometime.

Regards,
Tobi

[1] http://www.libarchive.org/

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

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Benoît Minisini
Le 07/09/2016 à 19:01, PICCORO McKAY Lenz a écrit :
> 2016-09-07 12:56 GMT-04:00 Jorge Carrión :
>
>> I wish a new pair of socks... 
>>
> oh men.. great idea!
>
> benoit, a new pair opf sock too! with the WEBSERVICE! OK THE WEBSERVICE!
>
>

I don't know what you are talking about exactly. Create a CGI script in 
Gambas, put it behind an HTTP server, and you have your webservice. What 
do you need else?

-- 
Benoît Minisini

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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-07 12:56 GMT-04:00 Jorge Carrión :

> I wish a new pair of socks... 
>
oh men.. great idea!

benoit, a new pair opf sock too! with the WEBSERVICE! OK THE WEBSERVICE!


>
> 2016-09-07 18:46 GMT+02:00 PICCORO McKAY Lenz :
>
> > 2016-09-07 12:35 GMT-04:00 Tobias Boege :
> >
> > > Besides some extensions in the OOP department of the language or
> related
> > > syntactic sugar in the compiler, which I can never remember unless I'm
> > >
> > the webservices! the webservices! the webservices!
> >
> >
> > > I would like to have a component which lets you treat the various
> > > (compressed) archive formats in a way that's similar to the File &
> > > Directory functions [1-3] in Gambas, that is as if they were a file
> > system.
> > >
> > well that its ussefully of course! currently compress component handle
> > bzip2 and gz only, but its more hard to do in this short time to
> december!
> > JE JE JE SO WEBSERVICES WEBSERVICES! FIRTS!
> >
> >
> > > You better get to work Benoit. This list is not going to become shorter
> > :-)
> > >
> > yeah hurry i'm impatient! (snap snap : lashes sounds)
> > 
> > --
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Jorge Carrión
I wish a new pair of socks... 

2016-09-07 18:46 GMT+02:00 PICCORO McKAY Lenz :

> 2016-09-07 12:35 GMT-04:00 Tobias Boege :
>
> > Besides some extensions in the OOP department of the language or related
> > syntactic sugar in the compiler, which I can never remember unless I'm
> >
> the webservices! the webservices! the webservices!
>
>
> > I would like to have a component which lets you treat the various
> > (compressed) archive formats in a way that's similar to the File &
> > Directory functions [1-3] in Gambas, that is as if they were a file
> system.
> >
> well that its ussefully of course! currently compress component handle
> bzip2 and gz only, but its more hard to do in this short time to december!
> JE JE JE SO WEBSERVICES WEBSERVICES! FIRTS!
>
>
> > You better get to work Benoit. This list is not going to become shorter
> :-)
> >
> yeah hurry i'm impatient! (snap snap : lashes sounds)
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-07 12:35 GMT-04:00 Tobias Boege :

> Besides some extensions in the OOP department of the language or related
> syntactic sugar in the compiler, which I can never remember unless I'm
>
the webservices! the webservices! the webservices!


> I would like to have a component which lets you treat the various
> (compressed) archive formats in a way that's similar to the File &
> Directory functions [1-3] in Gambas, that is as if they were a file system.
>
well that its ussefully of course! currently compress component handle
bzip2 and gz only, but its more hard to do in this short time to december!
JE JE JE SO WEBSERVICES WEBSERVICES! FIRTS!


> You better get to work Benoit. This list is not going to become shorter :-)
>
yeah hurry i'm impatient! (snap snap : lashes sounds)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-07 Thread Tobias Boege
On Wed, 07 Sep 2016, Moviga Technologies wrote:
> For Christmas this year, I wish for a native RichText component for 
> Gambas 3.10! :)
> 

Besides some extensions in the OOP department of the language or related
syntactic sugar in the compiler, which I can never remember unless I'm
confronted with their lack, I would like to have a component which lets
you treat the various (compressed) archive formats in a way that's similar
to the File & Directory functions [1-3] in Gambas, that is as if they were
a file system.

You better get to work Benoit. This list is not going to become shorter :-)

Regards,
Tobi

[1] http://gambaswiki.org/wiki/cat/file
[2] http://gambaswiki.org/wiki/comp/gb/file
[3] http://gambaswiki.org/wiki/comp/gb/stat

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

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


[Gambas-user] [Gambas Bug Tracker] Bug #993: setfocus or king event dont let input more chars

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.993=L21haW4-

PICCORO LENZ MCKAY reported a new bug.

Summary
---

setfocus or king event dont let input more chars

Type : Bug
Priority : High
Gambas version   : 3.9
Product  : GTK+2 component


Description
---

i have a inputbox and that behabior are different in gtk2 respect qt:

1) if i input keys, each char are replaced by the next hit! in gtk due the 
setfocus event
2) using the qt this are not happened!

i provided the source project with a check that u can test it!

of course, i remove the setfocus and that's all but i reported due in qt4 works 
very well...

thanks in advance!


System information
--

[System]
Gambas=3.9.1
OperatingSystem=Linux
Kernel=2.6.32-trunk-686-bigmem
Architecture=x86
Distribution=debian 5.1
Desktop=LXDE
Theme=Gtk
Language=en_US.UTF-8
Memory=4021M

[Libraries]
Cairo=libcairo.so.2.10800.10
Cairo=libcairo.so.2.10800.8
Cairo=libcairo.so.2.17.5
Cairo=libcairo.so.2.2.4
Cairo=libcairo.so.2.9.2
Curl=libcurl.so.4.1.0
Curl=libcurl.so.4.1.1
DBus=libdbus-1.so.3.4.0
GStreamer=libgstreamer-0.10.so.0.26.0
GTK+2=libgtk-x11-2.0.so.0.2000.1
Poppler=libpoppler.so.3.0.0
Poppler=libpoppler.so.5.0.0
QT4=libQtCore.so.4.6.3
SDL=libSDL-1.2.so.0.11.3
SQLite=libsqlite3.so.0.8.6

[Environment]
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-UVwco4nAAR,guid=f8549daf7cc8698efc1a4a8257d0110b
DESKTOP_SESSION=LXDE
DISPLAY=:0
GB_GUI=gb.qt4
GDMSESSION=default
GDM_LANG=en_US.UTF-8
GDM_XSERVER_LOCATION=local
HOME=
LANG=en_US.UTF-8
LOGNAME=
OOO_FORCE_DESKTOP=gnome
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
PWD=
SAL_DISABLE_NATIVE_ALPHA=true
SAL_USE_VCLPLUGIN=gtk
SHELL=/bin/bash
SHLVL=0
SSH_AGENT_PID=2919
SSH_AUTH_SOCK=/tmp/ssh-uFqhhL2878/agent.2878
TZ=:/etc/localtime
USER=
USERNAME=
WINDOWPATH=7
XAUTHORITY=/.Xauthority
XDG_CONFIG_HOME=/.config
XDG_CURRENT_DESKTOP=LXDE
XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/:/var/lib/menu-xdg/
XDG_MENU_PREFIX=lxde-
_LXSESSION_PID=2878



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


Re: [Gambas-user] some questions around collections copy and collections inside collections

2016-09-07 Thread Tobias Boege
On Wed, 07 Sep 2016, PICCORO McKAY Lenz wrote:
> 2016-09-06 17:10 GMT-04:00 Jussi Lahtinen :
> 
> > Then to correct that you need to create new objects for the new collection.
> >
> i created new object but the "deep copy" are need as Tobias mention!
> 
> On Tue, Sep 6, 2016 at 11:19 PM, Tobias Boege  wrote:
> 
> > That is the expected behaviour. Copying coll1 should create a
> > new Collection
> > with exactly the same contents, i.e. a /shallow/ copy of the Collection, as
> > opposed to a /deep/ copy in which all contents of coll1 would also have
> > been copied recursively.
> >
> ok, confirm the i spected! but:
> 
> 
> > > Of course, if you know that your Collection only contains Collections,
> >
> gambas collections does not support elements of not-same type? all elements
> must be same type object?
> 

No, it can be different types, but it is easier to copy a Collection if all
elements are of the same type.

> and thanks for the code, that's what i exact already do!
> 
> seems u like maths! right?

I even study it.

Regards,
Tobi

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

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


[Gambas-user] [Gambas Bug Tracker] Bug #992: error compiling again libxml due missing define and compat with gcc 4.7 and 4.3

2016-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.992=L21haW4-

PICCORO LENZ MCKAY changed the state of the bug to: Fixed.




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


Re: [Gambas-user] Christmas gift

2016-09-07 Thread PICCORO McKAY Lenz
i think there's something like that already made in gambas!

For Chrismas this year i want:

* webservice componente for gambas

with this the gambas will be "the gambas tecnology platform framework"
and not only "gambas development languaje"

the power of gambas then will be raised! exponentially!



Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2016-09-07 5:55 GMT-04:00 Moviga Technologies :

> For Christmas this year, I wish for a native RichText component for
> Gambas 3.10! :)
>
>
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] some questions around collections copy and collections inside collections

2016-09-07 Thread PICCORO McKAY Lenz
2016-09-06 17:10 GMT-04:00 Jussi Lahtinen :

> Then to correct that you need to create new objects for the new collection.
>
i created new object but the "deep copy" are need as Tobias mention!

On Tue, Sep 6, 2016 at 11:19 PM, Tobias Boege  wrote:

> That is the expected behaviour. Copying coll1 should create a
> new Collection
> with exactly the same contents, i.e. a /shallow/ copy of the Collection, as
> opposed to a /deep/ copy in which all contents of coll1 would also have
> been copied recursively.
>
ok, confirm the i spected! but:


> > Of course, if you know that your Collection only contains Collections,
>
gambas collections does not support elements of not-same type? all elements
must be same type object?

and thanks for the code, that's what i exact already do!

seems u like maths! right?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Christmas gift

2016-09-07 Thread Moviga Technologies
For Christmas this year, I wish for a native RichText component for 
Gambas 3.10! :)


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