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