Hello friends,
Can we hide or unhide the GUI application icon from any other application (GUI or Console) ?
Bheda Dilipsinh
Hello friends,
Can we hide or unhide the GUI application icon from any other application (GUI or Console) ?
Bheda Dilipsinh
AFAIK can't possible,but u can hide the application icon with your own application
Hi,
True, you can hide your GUI application during your application registration progress with
hidden=KAppNotHidden; in your _reg.rss
and to unhide it , there is no API exposed. You can use commandLine to invoke your application from idle screen.
Regards,
Mateen Maldar
"Whatever the mind can conceive and believe, the mind can achieve"
in theory, you could try putting the registration resource file in separate sis, and you could in theory then install/uninstall the registration resource file, which should make the application icon appear and disappear, though I have never tested this theory in practice.