Dockies and RegisterApplication()
Posted: Tue Oct 21, 2014 12:40 pm
Hi, just having a problem when adding 'RegisterApplication()' to a docky and so can use Ringhio Notify() feature.
When adding a second instace of the same docky RMB stops working on AmiDock, I can "workaround" it by changing 'REGAPP_UniqueApplication, FALSE,' to TRUE, but then only first docky can use application_lib/Notify()... :-/
Tested with DateTime.docky, AmiDock's skeleton.docky demo/test and Guillaume Boesel tried the same on his dockies. RMB doesn't show contextmenu when a second instace of the same docky is launched.
Seems as soon as I open/registerapp() a 2nd time in AmiDock RMB stops woking, no mather if it's 2 instaces of the same docky or 2 different dockies.
Any clue? Will open a BZ ASAP.
Code: Select all
...
dd->appID = IApplication->RegisterApplication(LIBNAME,
REGAPP_UniqueApplication, FALSE,
REGAPP_URLIdentifier, "test",
REGAPP_NoIcon, TRUE,
REGAPP_Description, LIBNAME" DEMO",
TAG_DONE);
...
Tested with DateTime.docky, AmiDock's skeleton.docky demo/test and Guillaume Boesel tried the same on his dockies. RMB doesn't show contextmenu when a second instace of the same docky is launched.
Seems as soon as I open/registerapp() a 2nd time in AmiDock RMB stops woking, no mather if it's 2 instaces of the same docky or 2 different dockies.
Any clue? Will open a BZ ASAP.