Re: [Gambas-user] Mysql query question

2008-11-05 Thread Ron
Ron schreef: Benoit Minisini wrote: On mardi 4 novembre 2008, Ron wrote: Hi, I'm replacing my buggy mysql query's for correct ones... All is well except for this one... DIM sTable as String = remarks_tags Main.hDB.Exec(SELECT text FROM sTable ORDER BY rand() LIMIT 1) This

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Benoit Minisini
On mercredi 5 novembre 2008, Werner wrote: Doriano Blengino wrote: Werner ha scritto: Benoit Minisini wrote: On mardi 4 novembre 2008, Werner wrote: also, receiving udp broadcasts works only for one application. Any additional gambas application on the same machine throws a Cannot

[Gambas-user] Tableview edit on wrong line?

2008-11-05 Thread Rolf-Werner Eilert
Hi folks, who's using the edit method in the TableView control? When I tried it for the first time the other day, the editor or listbox always showed up one and a half lines UNDER the position of the cell I had clicked on (but with the correct contents). It doesn't have a frame, so I guess it

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

2008-11-05 Thread moon_walker
Hi Rolf, i experienced the same issue. It depends on the placing of the tableview on the form. If the tableview is placed on a plain form, it worked for me as expected. If the tableview was placed on a complicated hierarchy (h-split, tabstrip,datasource, v-panel, ) then it was a bit ugly. So i

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Doriano Blengino
Gareth Bult ha scritto: Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every

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

2008-11-05 Thread Rolf-Werner Eilert
This shows me, it's more of a bug... :-) Didn't realise, but my first trial with it took place on a form with a complicated hierarchy. So that's why! First guess: The hidden edit or listbox control is invoked with coordinates which do not take into account the real tableview coordinates when

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Gareth Bult
Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every second with 10 clients.

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

2008-11-05 Thread Leo Sendra
I also have a problem about edit method in tableview object. When I want to perform a list box using edit method, it doesn't work. Does anybody can show me about the code of using edit method in tableview object??? moon_walker schrieb: Hi Rolf, i experienced the same issue. It depends on

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Werner
Gareth Bult wrote: Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every