Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
94 user(s) are online (51 user(s) are browsing Forums)

Members: 1
Guests: 93

mufa, more...

Headlines

 
  Register To Post  

AppDocky
Just popping in
Just popping in


See User information
Is there a way to quickly/easily toggle a program's AppDocky entry without having to unregister/register the application every time?

When the program is iconified, I would like the option to do a regular Workbench iconify, and an AppDocky.

Iconify, add to AppDock
AppIconInfo.iconType=APPICONT_ProgramIcon;
IApplication->SetApplicationAttrs(appID,
    
REGAPP_AppIconInfo,                    AppIconInfo,
    
REGAPP_FileName,                    ProgramComplete,
TAG_END);


Uniconify, remove from AppDock
AppIconInfo.iconType=APPICONT_None;
IApplication->SetApplicationAttrs(appID,
    
REGAPP_AppIconInfo,                    AppIconInfo,
TAG_END);


Something along those lines.

Go to top
Re: AppDocky
Amigans Defender
Amigans Defender


See User information
@mritter0

This certainly was broken in old versions of application.library, and re-registering was the only option. Not sure if it was ever fixed.

Go to top
Re: AppDocky
Just can't stay away
Just can't stay away


See User information
@mritter0

Try if using 'enum enApplicationMsgType' (libraries/application.h)

// --- messages usually sent to single applications
...
APPLIBMT_Hide = 102, // -
APPLIBMT_Unhide = 103, // -
...

and so you can hide/show AppDocky.

Go to top
Re: AppDocky
Amigans Defender
Amigans Defender


See User information
@jabirulo

That sends a hide/show message to the application to hide/show the GUI, which isn't what is being requested.

Go to top
Re: AppDocky
Home away from home
Home away from home


See User information
@mritter0

Generally appdockys are present all the time, just as are appicons.

Neither are for iconifying the application but for providing a way to control the apliaction from the docky, (or workbench in the case of an appicon) or a way to provide a minimalist GUI (eg Tunenet appdocky).


Go to top
Re: AppDocky
Just popping in
Just popping in


See User information
I got working the way I want. Have to unregister/register to do it.

Workbench Explorer - A better way to browse drawers
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project