Re: [DUG]: System Tray app

2001-09-05 Thread Ross Levis
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. >

RE: [DUG]: System Tray app

2001-09-04 Thread Patrick Dunford
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&#

RE: [DUG]: System Tray app

2001-09-04 Thread Ross Levis
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

Re: [DUG]: System Tray app

2001-09-04 Thread jnorth
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

re: [DUG]: System Tray app

2001-09-04 Thread NIRAV KAKU
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

RE: [DUG]: System Tray app

2001-09-04 Thread Ross Levis
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

re: [DUG]: System Tray app

2001-09-04 Thread Ben Taylor
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

RE: [DUG]: System Tray app

2001-09-04 Thread Nahum Wild
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

[DUG]: System Tray app

2001-09-04 Thread Ross Levis
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