Re: [Gambas-user] Christmas gift

2016-09-08 Thread Christof Thalhofer
Am 08.09.2016 um 23:03 schrieb PICCORO McKAY Lenz:
> well benoit u have right, in fact in that moment i dont remember how start
> to implement a webservice in java, and i'm called itseflt "expert"

I do not like Soap webservices. The few times, I had to implement Soap
in a piece of software I hated it because of it's complexity. And I
found another workaround then.

Maybe for a Java programmer with big iron and big frameworks in the
background that do the job it is ok.

http://harmful.cat-v.org/software/xml/soap/simple

;-)

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


[Gambas-user] Pre-release of Gambas 3.9.1 (II)

2016-09-08 Thread Benoît Minisini
Hi,

I have udpated the source package of gambas 3.9.1 on sourceforge.

I have added all the recent fixes since September 5th.

Download it at:

https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.1.tar.bz2/download

I will make it official very soon, so if you have a problem that you 
don't report, you will have to wait the next version.

Regards,

-- 
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-08 Thread PICCORO McKAY Lenz
when? all the great ideas from mocosoft was stolled!

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

2016-09-08 17:11 GMT-04:00 Fabien Bodard :

> 2016-09-08 23:03 GMT+02:00 PICCORO McKAY Lenz :
> > well benoit u have right, in fact in that moment i dont remember how
> start
> > to implement a webservice in java, and i'm called itseflt "expert"
> >
> > i can contribute in december to implement a component with you..
> >
> > and HErberth with mocosoft citation men please! seriously?
> Why not ? M$ not only do bullshits. SOme time they have great ideas too ;-)
> >
> > Lenz McKAY Gerardo (PICCORO)
> > http://qgqlochekone.blogspot.com
> >
> > 2016-09-08 14:25 GMT-04:00 Benoît Minisini  >:
> >
> >> Le 08/09/2016 à 20:17, herberth guzman a écrit :
> >> >  >> But what do you all guys call "webservices"???
> >> >
> >> >
> >> > It serves to integrate applications created in languages and different
> >> > platforms over the Internet or your own Intranet Based on standards?
> >> >
> >> >   *  A Web service can be registered in order to make it available to
> >> other
> >> > users and that they can locate it. A mechanism for registering these
> >> > services is through UDDI, acronym for Universal Description, Discovery
> >> and
> >> > Integration, a 'repository of Web Services ". To register a service
> you
> >> > have to keep in mind that you must provide the information in your
> >> company,
> >> > in which categories ubicarías your service and interface to use to
> >> consume
> >> > this service.
> >> >
> >> >   *  The mechanism used by a Web Service to specify how data should
> >> > provide, so that anyone can interact with the same, is through XML.
> This
> >> > information is stored in a file called WSDL (Web Services Description
> >> > Language), which contains an XML document with the description of
> certain
> >> > SOAP and how to exchange messages, as well as where the service
> resource
> >> > and which protocol should talk who consume it.
> >> >
> >> >* The communication protocol used is generally SOAP, which is
> >> relatively
> >> > simple to use.
> >> >
> >> > * Web Services use commonly known and disseminated protocols such
> as
> >> > XML, TCP / IP as the transport protocol and HTTP as hypertext transfer
> >> > protocol.
> >> > WebServices
> >> > https://msdn.microsoft.com/en-us/library/ms950421.aspx
> >> >
> >> >
> >> > Herberth Guzmán
> >>
> >> Ha ok. I actually knew. :-)
> >>
> >> What prevent you from making a webservice in Gambas? I don't see...
> >>
> >> --
> >> 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
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Christmas gift

2016-09-08 Thread Fabien Bodard
2016-09-08 23:03 GMT+02:00 PICCORO McKAY Lenz :
> well benoit u have right, in fact in that moment i dont remember how start
> to implement a webservice in java, and i'm called itseflt "expert"
>
> i can contribute in december to implement a component with you..
>
> and HErberth with mocosoft citation men please! seriously?
Why not ? M$ not only do bullshits. SOme time they have great ideas too ;-)
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
> 2016-09-08 14:25 GMT-04:00 Benoît Minisini :
>
>> Le 08/09/2016 à 20:17, herberth guzman a écrit :
>> >  >> But what do you all guys call "webservices"???
>> >
>> >
>> > It serves to integrate applications created in languages and different
>> > platforms over the Internet or your own Intranet Based on standards?
>> >
>> >   *  A Web service can be registered in order to make it available to
>> other
>> > users and that they can locate it. A mechanism for registering these
>> > services is through UDDI, acronym for Universal Description, Discovery
>> and
>> > Integration, a 'repository of Web Services ". To register a service you
>> > have to keep in mind that you must provide the information in your
>> company,
>> > in which categories ubicarías your service and interface to use to
>> consume
>> > this service.
>> >
>> >   *  The mechanism used by a Web Service to specify how data should
>> > provide, so that anyone can interact with the same, is through XML. This
>> > information is stored in a file called WSDL (Web Services Description
>> > Language), which contains an XML document with the description of certain
>> > SOAP and how to exchange messages, as well as where the service resource
>> > and which protocol should talk who consume it.
>> >
>> >* The communication protocol used is generally SOAP, which is
>> relatively
>> > simple to use.
>> >
>> > * Web Services use commonly known and disseminated protocols such as
>> > XML, TCP / IP as the transport protocol and HTTP as hypertext transfer
>> > protocol.
>> > WebServices
>> > https://msdn.microsoft.com/en-us/library/ms950421.aspx
>> >
>> >
>> > Herberth Guzmán
>>
>> Ha ok. I actually knew. :-)
>>
>> What prevent you from making a webservice in Gambas? I don't see...
>>
>> --
>> 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-08 Thread PICCORO McKAY Lenz
well benoit u have right, in fact in that moment i dont remember how start
to implement a webservice in java, and i'm called itseflt "expert"

i can contribute in december to implement a component with you..

and HErberth with mocosoft citation men please! seriously?

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

2016-09-08 14:25 GMT-04:00 Benoît Minisini :

> Le 08/09/2016 à 20:17, herberth guzman a écrit :
> >  >> But what do you all guys call "webservices"???
> >
> >
> > It serves to integrate applications created in languages ​​and different
> > platforms over the Internet or your own Intranet Based on standards?
> >
> >   *  A Web service can be registered in order to make it available to
> other
> > users and that they can locate it. A mechanism for registering these
> > services is through UDDI, acronym for Universal Description, Discovery
> and
> > Integration, a 'repository of Web Services ". To register a service you
> > have to keep in mind that you must provide the information in your
> company,
> > in which categories ubicarías your service and interface to use to
> consume
> > this service.
> >
> >   *  The mechanism used by a Web Service to specify how data should
> > provide, so that anyone can interact with the same, is through XML. This
> > information is stored in a file called WSDL (Web Services Description
> > Language), which contains an XML document with the description of certain
> > SOAP and how to exchange messages, as well as where the service resource
> > and which protocol should talk who consume it.
> >
> >* The communication protocol used is generally SOAP, which is
> relatively
> > simple to use.
> >
> > * Web Services use commonly known and disseminated protocols such as
> > XML, TCP / IP as the transport protocol and HTTP as hypertext transfer
> > protocol.
> > WebServices
> > https://msdn.microsoft.com/en-us/library/ms950421.aspx
> >
> >
> > Herberth Guzmán
>
> Ha ok. I actually knew. :-)
>
> What prevent you from making a webservice in Gambas? I don't see...
>
> --
> 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 #855: [gb.report2] blank report, use more than 90% resource CPU

2016-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.855&from=L21haW4-

Comment #12 by PICCORO LENZ MCKAY:

the above picture i lasted attached demostrate that its a problem of the os, i 
tested in winbutnu or that thing mint, and cpu goes to 100% but in older 
debians runs perfectly like venenux (debian lenny with qt 4.6 or squeeze with 
qt 4.7)



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


[Gambas-user] [Gambas Bug Tracker] Bug #855: [gb.report2] blank report, use more than 90% resource CPU

2016-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.855&from=L21haW4-

PICCORO LENZ MCKAY added an attachment:

2016-09-08-164227_1024x768_scrot.png



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


Re: [Gambas-user] Christmas gift

2016-09-08 Thread Benoît Minisini
Le 08/09/2016 à 20:17, herberth guzman a écrit :
>  >> But what do you all guys call "webservices"???
>
>
> It serves to integrate applications created in languages ​​and different
> platforms over the Internet or your own Intranet Based on standards?
>
>   *  A Web service can be registered in order to make it available to other
> users and that they can locate it. A mechanism for registering these
> services is through UDDI, acronym for Universal Description, Discovery and
> Integration, a 'repository of Web Services ". To register a service you
> have to keep in mind that you must provide the information in your company,
> in which categories ubicarías your service and interface to use to consume
> this service.
>
>   *  The mechanism used by a Web Service to specify how data should
> provide, so that anyone can interact with the same, is through XML. This
> information is stored in a file called WSDL (Web Services Description
> Language), which contains an XML document with the description of certain
> SOAP and how to exchange messages, as well as where the service resource
> and which protocol should talk who consume it.
>
>* The communication protocol used is generally SOAP, which is relatively
> simple to use.
>
> * Web Services use commonly known and disseminated protocols such as
> XML, TCP / IP as the transport protocol and HTTP as hypertext transfer
> protocol.
> WebServices
> https://msdn.microsoft.com/en-us/library/ms950421.aspx
>
>
> Herberth Guzmán

Ha ok. I actually knew. :-)

What prevent you from making a webservice in Gambas? I don't see...

-- 
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-08 Thread herberth guzman
 >> But what do you all guys call "webservices"???


It serves to integrate applications created in languages ​​and different
platforms over the Internet or your own Intranet Based on standards?

  *  A Web service can be registered in order to make it available to other
users and that they can locate it. A mechanism for registering these
services is through UDDI, acronym for Universal Description, Discovery and
Integration, a 'repository of Web Services ". To register a service you
have to keep in mind that you must provide the information in your company,
in which categories ubicarías your service and interface to use to consume
this service.

  *  The mechanism used by a Web Service to specify how data should
provide, so that anyone can interact with the same, is through XML. This
information is stored in a file called WSDL (Web Services Description
Language), which contains an XML document with the description of certain
SOAP and how to exchange messages, as well as where the service resource
and which protocol should talk who consume it.

   * The communication protocol used is generally SOAP, which is relatively
simple to use.

* Web Services use commonly known and disseminated protocols such as
XML, TCP / IP as the transport protocol and HTTP as hypertext transfer
protocol.
WebServices
https://msdn.microsoft.com/en-us/library/ms950421.aspx


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


[Gambas-user] [Gambas Bug Tracker] Bug #954: GLib-GObject Error

2016-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.954&from=L21haW4-

Comment #6 by PICCORO LENZ MCKAY:

i downloaded and test the project, and in many times cannot reproduce, always 
running with gtk2 component

i think its a gtk3/glib problem on your system. noted the module its for gtk3 
and i change in my to gtk2 without problems!

i tested in debian squeeze with gtk2 2.20.1 and glib 2.24.25, also in older 
debian with gtk2 2.19.8 and glib 2.24.15 without problems many times

seems the problem are in gtk3, please somebody confirm in same env that problem 
are reproducible due in gtk2 and debian cannot reproduce it!

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



--
___
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-08 Thread Ru Vuott
Thank you, Karl,

but those files seem simply souce code, not a "manual".

vuott



Gio 8/9/16, Karl Reinl  ha scritto:

 Oggetto: Re: [Gambas-user] R:  Christmas gift
 A: "Ru Vuott" , "mailing list for gambas users" 

 Data: Giovedì 8 settembre 2016, 00:30
 
 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