[DUG]: RxTrayIcon1

2003-02-25 Thread Alistair George
Hi all just figured it out for myself: RxTrayIcon1.Icon.Assign(RxTrayIcon1.icons[0]); //desired icon within [] --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

[DUG]: RxTrayIcon1.Icons

2003-02-25 Thread Alistair George
Hello Matt, Thanks! But of course it is always a better feeling to suss it out yourself. MD RxTrayIcon1.Icon := RxTrayIcon1.Icons[ x ]; BTW appreciate comments from others on Q I asked before. Sorry I am not contributing much knowledge in this group but over the last years my skills have

Re: [DUG]: RxTrayIcon1

2003-02-25 Thread Matt Dee
Hi all just figured it out for myself: RxTrayIcon1.Icon.Assign(RxTrayIcon1.icons[0]); //desired icon within [] Just make sure you've already created and assigned an Icon to RxTrayIcon1.Icon, otherwise the call to assign will fail. (I think :-)