From: Andy T. <an...@ha...> - 2001-11-20 23:03:00
|
All, I've added support for application icons to the framework. I've also amended the dbBrowser sample to show this feature in use. It is currently in CVS and will be included in the next prototype release. This functionality currently works for MS Windows only, if anyone would like to provide a patch for *nix (or MacOS ;-) they will be most welcome. All you need to do is add an 'icon' entry to the stack definition in your application resource file. This then expects a valid filename pointing to an icon file, e.g; { 'type':'Stack', 'name':'myApplication', 'title':'myApp', 'position':(1,1), 'size':(1,1), 'icon':'myIcon.ico', This has only been tested with Windows icon files but please try some other file types. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "Another year older, still no wiser." - Me, on my birthday |