lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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