Can't comment about TCP, but I found with one app that I've written
recently that used window messages (i.e. SendMessage, PostMessage etc)
that window messaging didn't appear to work while the screensaver was
active.
In my case I was writing both an app to live in the system tray and the
screensav
Got some puzzling behaviour. I have an app that normally lives in
system tray. It takes to a custom server on another machine via TCP using
Indy tcpClient readln with timeout. Normal behaviour is that the tray
icon will go into a flicker mode if it gets a message from the
TCP server. However, if th
PROTECTED] [mailto:[EMAIL PROTECTED]]On
>>Behalf Of Ross Levis
>>Sent: Wednesday, 5 September 2001 16:45
>>To: Multiple recipients of list delphi
>>Subject: RE: [DUG]: System Tray app
>>
>>
>>Well I downloaded & installed RXLIB and setup a basic tray app.
>
ent: Wednesday, 5 September 2001 16:45
> To: Multiple recipients of list delphi
> Subject: RE: [DUG]: System Tray app
>
>
> Well I downloaded & installed RXLIB and setup a basic tray app.
> The EXE is
> 299k - 12k larger than an empty form. Doesn't seem too bad. I
Well I downloaded & installed RXLIB and setup a basic tray app. The EXE is
299k - 12k larger than an empty form. Doesn't seem too bad. I'll keep an
eye on that if I use other controls.
Thanks for the info, however.
Cheers,
Ross.
[EMAIL PROTECTED] wrote:
> You already have source on your pc
You already have source on your pc that puts an icon into the tray area.
Look at the source for the socket server (it's in the source\vcl
directory). Watch out using RXLib. Last time I used it, it added
tremendous bloat to the application because everything is so closely
coupled. That may have
or you could do it the good old WinAPI way and write the code
which is not any effort at all. Read more on NOTIFYICONDATA.
regards,
NIRAV KAKU
On 4 Sep 01, at 18:54, Ben Taylor wrote:
> hi! the easy drag/drop way:
>
> - get rxlib, drop the trayicon component onto the main form
> - set the icon
Sounds good Ben, thanks.
Ross.
Ben Taylor wrote:
> hi! the easy drag/drop way:
>
> - get rxlib, drop the trayicon component onto the main form
> - set the icon etc if you want
> - setup a popupmenu with items for 'exit' etc.
> (exit.onclick should just need form.close)
> - edit project sourc
hi! the easy drag/drop way:
- get rxlib, drop the trayicon component onto the main form
- set the icon etc if you want
- setup a popupmenu with items for 'exit' etc.
(exit.onclick should just need form.close)
- edit project source(menu is project/view source').
before the form create stuff
oss Levis
> Sent: Wednesday, 5 September 2001 13:43
> To: Multiple recipients of list delphi
> Subject: [DUG]: System Tray app
>
>
> Hi all
>
> My next project is to write a scheduler utility which will
> contain timer
> events but will not require a visible form for use
Hi all
My next project is to write a scheduler utility which will contain timer
events but will not require a visible form for user interaction as it will
be reading all the options setup in another program. I only want it to
appear in the System Tray with a few right-click options like
Enable/D
ÿþ<