From: Antonio Scuri <scuri@tecgraf.puc-rio.br>
Reply-To: Lua list <lua@bazar2.conectiva.com.br>
To: Lua list <lua@bazar2.conectiva.com.br>
Subject: Re: IUP - Obtaining the Ihandle in C from Lua
Date: Thu, 22 Dec 2005 15:01:21 -0200
At 14:27 22/12/2005, Mark Meijer wrote:
Love the library btw. One side-question, when I set my dialog to minimize
to the system tray, it doesn't display the TRAYICON. My guess is that this
is because the icon is 32x32 and not 16x16, although I'm confused why it
is automatically scaled down for the dialog (i.e. its ICON attribute) and
not for the system tray (i.e. the TRAYICON attribute). My guess also is
that this is a windows issue, not really an IUP issue.
It is a documentation issue... The attribute name is "TRAYIMAGE" not
"TRAYICON" as written in the manual.
Best,
scuri