[Gambas-user] XMLRpc maybe a Bug

2008-08-12 Thread Peter Lang
Hi, After investigating the Source of xmlrpc i thought i know how to use it... Everything work so far, but the last Step does not work. The line: myStruc.Value(a) has to return the result, but instead of giving back an int i get an RpcStruct again and again. The sample does not much useful, bu

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-12 Thread Ron Onstenk
On Tuesday 12 August 2008, M0E Lnx wrote: > With tabstrip1 > .count = .count + 1 ' this works... adds a new tab to the tabstrip > .index = .count ' This is where the problem is, it keeps saying bad index > End With > If you have 1 tab then count=1 and index=0 Adding a TAB with .count + 1 gives

Re: [Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-12 Thread richard terry
On Wed, 13 Aug 2008 07:52:42 am M0E Lnx wrote: > I'm still having a little problem getting this to work > > I want to add tabs to a tabs strip, and populate the new tabs as I go > along. Here is an example of what I want to do > > With tabstrip1 > .count = .count + 1 ' this works... adds a new tab

[Gambas-user] Still jacking with tabstrips properties and adding tabs

2008-08-12 Thread M0E Lnx
I'm still having a little problem getting this to work I want to add tabs to a tabs strip, and populate the new tabs as I go along. Here is an example of what I want to do With tabstrip1 .count = .count + 1 ' this works... adds a new tab to the tabstrip .index = .count ' This is where the problem

Re: [Gambas-user] A Gambas odissey

2008-08-12 Thread Fabien Bodard
is this can help you ? This a simple demo off event management via objerver object that catch the event before object. If you have others question tell me Fabien 2008/8/12 Fabien Bodard <[EMAIL PROTECTED]>: > hoh there is many thing wrong here ! > > 2008/8/11 Doriano Blengino <[EMAIL PROTEC

Re: [Gambas-user] A Gambas odissey

2008-08-12 Thread Fabien Bodard
hoh there is many thing wrong here ! 2008/8/11 Doriano Blengino <[EMAIL PROTECTED]>: > Hello all... > > I am writing a file manager, hybrid between FileRunner and a more > modern one. > > I started with a DirView, and soon discovered that it doesn't raise the > KeyPress event (but the IDE make

Re: [Gambas-user] Sending direct to printer

2008-08-12 Thread Ron Onstenk
On Tuesday 12 August 2008, charlesg wrote: > > SHELL "htmldoc --bodyfont Sans --outfile /home/c/Documents/tfc.pdf --webpage > /home/c/Documents/tfc.htm" WAIT > SHELL "lpr /home/c/Documents/tfc.pdf" WAIT > > rgds When I do understand it right Richard does not want the dialog for the printer. Th