Love the built in Standalone B4J Packager. Much easier to use than going to a separate project. But I've got a question. Using the B4Packager11 I had access to process_globals where I could set the IconFile as such;
Private IconFile As String = "D:\B4J_Dev\Projects\MMEvent\Files\mtmagiclogo.ico"
I tried this, but that wasn't it: just killed the process.
#PackagerProperty: iconfiles = "D:\B4J_Dev\Projects\MMEvent\Files\mtmagiclogo.ico"
Using the built in Packager I can't see where I can set the icon file. Can it still be done?
Thanks,
Jim
Private IconFile As String = "D:\B4J_Dev\Projects\MMEvent\Files\mtmagiclogo.ico"
I tried this, but that wasn't it: just killed the process.
#PackagerProperty: iconfiles = "D:\B4J_Dev\Projects\MMEvent\Files\mtmagiclogo.ico"
Using the built in Packager I can't see where I can set the icon file. Can it still be done?
Thanks,
Jim