Re: [Gambas-user] Web Services: Working with WSDL

2008-11-06 Thread birchy
I've done a little research into the Betfair soap thing and here are 2 important urls: http://bdphelp.betfair.com/API6/6.0/RefGuide/wwhelp/wwhimpl/js/html/wwhelp.htm Betfair API6 Documentation https://api.betfair.com/global/v3/BFGlobalService.wsdl Betfair API6 Global WSDL file Their documentatio

[Gambas-user] socket message

2008-11-06 Thread Ron
Hi, QSocketNotifier: Multiple socket notifiers for same socket 36 and type read I have start getting these messages in the console for the last days. I guess due to the fact that something has changed in the svn regarding sockets? I'm using the gambas 2.9 trunk. Regards, Ron_2nd --

Re: [Gambas-user] Compilation under Ubuntu 8.10

2008-11-06 Thread Fabien Bodard
an other thing ... don't forget to remove the kde lib from the compilation as the kde 3 packages are not in the kubuntu repos from now ./Configure -C --enable-kde=false 2008/11/6 Fabien Bodard <[EMAIL PROTECTED]>: > I to all ... > > to compile the gambas svn you need to install this package be

Re: [Gambas-user] Which control of a form has a focus?]

2008-11-06 Thread Jaroslav Svec
Thanks a lot Doriano. It solves any of my troubles with tableview. Jaroslav Doriano Blengino napsal(a): > Jaroslav Svec ha scritto: > >> Hi All, >> >> is there posibility to find which control of the form has a focus? >> > Use application.activecontrol. > > > Salutations, > Doriano > >

Re: [Gambas-user] Which control of a form has a focus?

2008-11-06 Thread Jaroslav Svec
smime.p7s Description: S/MIME Cryptographic Signature - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Doriano Blengino
Rob ha scritto: > On Thursday 06 November 2008 13:37, Doriano Blengino wrote: > >> i.e., LAST is a reference to the object that raised the event, and you >> can compare it to anything you like (probably widgets). >> > > Yes, that should work, but with limitations. You would have to hardcod

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Rob
On Thursday 06 November 2008 13:37, Doriano Blengino wrote: > i.e., LAST is a reference to the object that raised the event, and you > can compare it to anything you like (probably widgets). Yes, that should work, but with limitations. You would have to hardcode the name of the control you wish

Re: [Gambas-user] Which control of a form has a focus?

2008-11-06 Thread Doriano Blengino
Jaroslav Svec ha scritto: > Hi All, > > is there posibility to find which control of the form has a focus? Use application.activecontrol. Salutations, Doriano - This SF.Net email is sponsored by the Moblin Your Move Develop

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Doriano Blengino
Rob ha scritto: > On Thursday 06 November 2008 07:19, Robert Moss wrote: > >> Ok, awesome. But what is a control group and how do I use one? I can't >> find any documentation on it >> > > ' in Form_Open > btns[0].tag = 0 > btns[1].tag = 1 > Could also work (in the event handler): iF L

Re: [Gambas-user] Web Services: Working with WSDL

2008-11-06 Thread birchy
Fabien Bodard-4 wrote: > > so if i understand well it's just a file that describe the function > gived by the server and usable via the soap protocole. > > but gambas still not manage soap :/ > > and i'm too weak to that Yes, that's basically what a WSDL file does. I'm also weak in SOAP and X

Re: [Gambas-user] Web Services: Working with WSDL

2008-11-06 Thread Fabien Bodard
so if i understand well it's just a file that describe the function gived by the server and usable via the soap protocole. but gambas still not manage soap :/ and i'm too weak to that 2008/11/5 birchy <[EMAIL PROTECTED]>: > > > > Benoit Minisini wrote: >> When you are talking about "generating c

Re: [Gambas-user] Which control of a form has a focus?

2008-11-06 Thread Jaroslav Svec
smime.p7s Description: S/MIME Cryptographic Signature - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is

[Gambas-user] Which control of a form has a focus?

2008-11-06 Thread Jaroslav Svec
Hi All, is there posibility to find which control of the form has a focus? regards Jaroslav smime.p7s Description: S/MIME Cryptographic Signature - This SF.Net email is sponsored by the Moblin Your Move Developer's chall

Re: [Gambas-user] Tableview edit on wrong line?

2008-11-06 Thread Leo Sendra
Thanks.. It's work well... But, should I use a mouse to choose the option in a tableview combo box?? Couldn't I use up arrow and down arrow on my keyboard to choose those option in combo box??? I have already tried up and down arrow. But, it just move to other cell. >Shouldn't be a problem. Wha

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Rob
On Thursday 06 November 2008 07:19, Robert Moss wrote: > Ok, awesome. But what is a control group and how do I use one? I can't > find any documentation on it The "control group" concept in the form designer corresponds to what comes after the "AS" when you programmatically create a control. In

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Fabien Bodard
the group is only the fact that the buttons have the same event handle 2008/11/6 Fabien Bodard <[EMAIL PROTECTED]>: > robert can you write your question in a more detailled way, ... > > because i can explain you ... but do you want to know ? > > to know which button ... you can just put a numer in

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Fabien Bodard
robert can you write your question in a more detailled way, ... because i can explain you ... but do you want to know ? to know which button ... you can just put a numer in each in the tag property ... then in the event you get the number by Last.Tag For i = 0 to 10 hBut = New Button(me) as "

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Robert Moss
Ok, awesome. But what is a control group and how do I use one? I can't find any documentation on it On Thu, Nov 6, 2008 at 4:16 AM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > Il giovedì 6 novembre 2008 13:05:42 Robert Moss ha scritto: > > Hello, I am fairly new to GAMBAS but a experienced in C++

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Stefano Palmeri
Il giovedì 6 novembre 2008 13:05:42 Robert Moss ha scritto: > Hello, I am fairly new to GAMBAS but a experienced in C++ and VB 6. I am > trying to create an array of sockets, so that I can maintain a dynamic > number of connections, and use the same code for each. > > I've been struggling for HOURS

[Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Robert Moss
Hello, I am fairly new to GAMBAS but a experienced in C++ and VB 6. I am trying to create an array of sockets, so that I can maintain a dynamic number of connections, and use the same code for each. I've been struggling for HOURS searching for the answer on google, and trying as much different cod