Re: [Gambas-user] Unable to split string containing ascii characters

2011-06-04 Thread Kevin Fishburne
On 06/05/2011 01:52 AM, Titan Rain wrote: > I'm trying to split a response from a server that has been stored as a > string. This response contains the ascii characters  as data field padding. > I should mention the response can get quite long too. Over 500 characters > easily. For example a r

[Gambas-user] Unable to split string containing ascii characters

2011-06-04 Thread Titan Rain
I'm trying to split a response from a server that has been stored as a string. This response contains the ascii characters  as data field padding. I should mention the response can get quite long too. Over 500 characters easily. For example a response may look something like 3somestring

[Gambas-user] Issue 67 in gambas: Creating an ubuntu .deb installer for a component uses wrong directory

2011-06-04 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 67 by sebi...@gmail.com: Creating an ubuntu .deb installer for a component uses wrong directory http://code.google.com/p/gambas/issues/detail?id=67 When installing a comp

Re: [Gambas-user] Facebook Component

2011-06-04 Thread Sebi Kul
On sáb 04 jun 2011 19:22:56 ART, Benoît Minisini wrote: >> Hi all! >> >> I have been working the last few days on a Facebook component to make >> GAMBAS more social and web friendly. It doesn't have many bugs, it >> misses some features, and it may crash at any time (no error managment >> impleme

Re: [Gambas-user] Facebook Component

2011-06-04 Thread Benoît Minisini
> Hi all! > > I have been working the last few days on a Facebook component to make > GAMBAS more social and web friendly. It doesn't have many bugs, it > misses some features, and it may crash at any time (no error managment > implemented). BUT, it works. You don't have to use ByRef for object r

[Gambas-user] Facebook Component

2011-06-04 Thread Sebi Kul
Hi all! I have been working the last few days on a Facebook component to make GAMBAS more social and web friendly. It doesn't have many bugs, it misses some features, and it may crash at any time (no error managment implemented). BUT, it works. The only things I have implemented so far are: A. *A

Re: [Gambas-user] porting VB to GB3 "ListIndex" ?

2011-06-04 Thread tobias
hi, i haven't got gambas3 already but in gb2 it's like this: ComboBox1.Index + 2 (if i looked up correctly what combobox.ListIndex in vb means) if you want to set the current item in this box, you can assign a number to combobox1.Index, setting combobox1.Current doesn't work...? i hope this works

[Gambas-user] porting VB to GB3 "ListIndex" ?

2011-06-04 Thread wally
which Gambas3 code may substitute this VB line ?: combobox1.ListIndex + 2 Is a porting experience collection somewhere available ? thx wally -- Simplify data backup and recovery for your virtual environment wit

Re: [Gambas-user] Gambas Calculator

2011-06-04 Thread richard terry
On Friday 03 June 2011 22:28:36 Benoît Minisini wrote: > > Also Gambas has "Evaluator" example, but it doesn't seem to work..? > > > > Jussi > > It works there. What's the problem? > Ok, This is now translated and put into gambas3 with appropriate acknowledgements to the source code author/s. I