lua-users home
lua-l archive

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


Aaaaaaah ok :) thanks for the update.

Is there a reason why it's TRAYIMAGE instead of TRAYICON? I mean, does it perhaps imply for example that it has to be an IUP image (and not a .ico included via the .res file)? Assuming TRAYIMAGE works with all the same icons as ICON does, and given that the term tray icon is pretty much an established one (afaik), the name TRAYICON does make sense.

Anyway, you already made my day :) Thanks!

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