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've

[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

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

[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.

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

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 implemented). BUT,

[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