Re: [Gambas-user] Mouse Events

2009-10-20 Thread Matti
Good idea, thanks. I'll try that. Werner schrieb: > Matti wrote: >> When I want to use a DblClick event on some controls that don't have the >> "Activate" event (eg PictureBox), I get difficulties: >> >> The MouseDown event is (of course) raised before the DblClick event. >> So, before I can reac

Re: [Gambas-user] Mouse Events

2009-10-20 Thread Werner
Matti wrote: > When I want to use a DblClick event on some controls that don't have the > "Activate" event (eg PictureBox), I get difficulties: > > The MouseDown event is (of course) raised before the DblClick event. > So, before I can react to DblClick, I always land in MouseDown. Here I can > t

[Gambas-user] Highlight problem

2009-10-20 Thread Jussi Lahtinen
Hi! I'm trying to improve my message window with highlighting. No success... I have tried to implement it with TextEdit (proto1) and with Editor (proto2) controls. See attachments. What I'm trying to do, is window that show messages and highlight every other of them, and also highlight important m

[Gambas-user] Mouse Events

2009-10-20 Thread Matti
When I want to use a DblClick event on some controls that don't have the "Activate" event (eg PictureBox), I get difficulties: The MouseDown event is (of course) raised before the DblClick event. So, before I can react to DblClick, I always land in MouseDown. Here I can tell if the mouse was pre

Re: [Gambas-user] Really weird socket problem

2009-10-20 Thread Rolf Schmidt
Hi Kad Mann: > Windows can't be the problem because the client and the proxy are on the > linux box. The client is not communicating with the proxy over a socket. > The server is on Windows and has nothing to do with the issue. What does ethereal shows about the start of the connection? Keep an e

Re: [Gambas-user] Really weird socket problem

2009-10-20 Thread Kad Mann
On Mon, 2009-10-19 at 10:19 -0500, nando wrote: > My experience over the years with Gambas and really odd issues > that appears to point to Gambas failing always (ALWAYS!) was that > Gambas did not fail, but something else broke. > Unless you have a hard drive failure, bad cable, etc, your Gambas >