Re: [Gambas-user] Multithreaded Programs

2009-11-05 Thread Jussi Lahtinen
Hmmm... interesting. Thanks for the link! Jussi 2009/11/5 Benoît Minisini gam...@users.sourceforge.net: I pretty much agree. Gambas as well as other RAD languages are very good for GUI programming, and generally for not CPU intensive purposes. If you really need speed, use libraries written

Re: [Gambas-user] Question Rnd vb to gambas

2009-11-05 Thread Fabien Bodard
Dim i2 As Integer i2 = Int(Rnd() * (lbDatos2.Items.Count - 1)) lis.lisx.Text = lis.lisx.Text lbDatos2.Items.Item(i2) vbCrLf vbCrLf gambas Dim i2 as integer i2 = int(Rnd()*(lbDatos2.Count-1) txtB.Text = lbDatos2[i2] \n\n that's all :)

Re: [Gambas-user] Question Rnd vb to gambas

2009-11-05 Thread Dmxa
Thx all for help XD Dmxa wrote: I have a doubt, not long ago I started with the gambas2 and I am proving of passing 1 program Rnd of VB08 to gambas2 but when doing the function Rnd from a listbox to a textbox I do not obtain to leave. in VB08 use: Dim i2 As Integer i2 = Int(Rnd() *

Re: [Gambas-user] Video4Linux (Jussi Lahtinen)

2009-11-05 Thread Hartmut Eilers
Hallo Benoit Where are the most uptodate Webpages about gambas. What do you mean? Until today I only found http://gambasrad.org/ which hosts the Mailing List as Forum, seems to be the Homepage but has the last Messages from 2007. Is it your domain ? There should be at least a message stating

[Gambas-user] Feature Request: Reparent function behaviour change.

2009-11-05 Thread Steven James Drinnan
Beniot - I tough I'd better break this out as it does not relate to the original thread. Lets say that you have a label name 'label1' and 2 frames named frame1 and 'frame2'. And you placed 'label1' in 'frame1'. For some reason you wish to move in code. So you use the 'reparent' function. The

Re: [Gambas-user] Feature Request: Reparent function behaviour change.

2009-11-05 Thread Benoît Minisini
Beniot - I tough I'd better break this out as it does not relate to the original thread. Lets say that you have a label name 'label1' and 2 frames named frame1 and 'frame2'. And you placed 'label1' in 'frame1'. For some reason you wish to move in code. So you use the 'reparent' function.

Re: [Gambas-user] code editor displays incorrect colors and character formatting

2009-11-05 Thread kevinfishburne
Benoît Minisini wrote: Wow. Completely weird. I will recompile Gambas 2 on my now updated 64 bits Ubuntu 9.10, to see if I get the same problem. I did a clean install of Karmic, installed all the necessary dependencies, then recompiled and installed GAMBAS 2.17.0. Interestingly it is

Re: [Gambas-user] Multithreaded Programs

2009-11-05 Thread Werner
Doriano Blengino wrote: Benoît Minisini ha scritto: I pretty much agree. Gambas as well as other RAD languages are very good for GUI programming, and generally for not CPU intensive purposes. If you really need speed, use libraries written with C/C++ or similar. BUT it would be very nice

[Gambas-user] Gambas3

2009-11-05 Thread Kad Mann
Is it worth trying Gambas3 while it's not released? Or should I stick with Gambas2? Are there any instructions on how to get Gambas3 and compile it? -- Let Crystal Reports handle the reporting - Free Crystal Reports

Re: [Gambas-user] PING Benoît (ServerSocket)

2009-11-05 Thread Kad Mann
On Thu, 2009-11-05 at 11:54 +0100, Benoît Minisini wrote: Did you test the connection with telnet, or any other non-Gambas program? Did you test another socket server application not made in Gambas? No. I don't have one. The only possibility I see would be a memory corruption in the network

Re: [Gambas-user] PING Benoît (ServerSocket)

2009-11-05 Thread Ron
Kad Mann wrote: On Thu, 2009-11-05 at 14:45 +0100, Jean-Yves F. Barbier wrote: Benoît Minisini a écrit : ... But if rebooting your Linux server does not make the application work again, I can't really suspect Gambas, as it does not save anything on the hard disk, especially the

Re: [Gambas-user] PING Benoît (ServerSocket)

2009-11-05 Thread Jean-Yves F. Barbier
Ron a écrit : Kad Mann wrote: On Thu, 2009-11-05 at 14:45 +0100, Jean-Yves F. Barbier wrote: Benoît Minisini a écrit : ... But if rebooting your Linux server does not make the application work again, I can't really suspect Gambas, as it does not save anything on the hard disk,