English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 04 December 2022, 19:37   #1
felmur
Registered User
 
felmur's Avatar
 
Join Date: Nov 2022
Location: Salerno/Italia
Posts: 16
How to iconify a MUI application?

Does anyone know how to iconify a MUI application under OS 3.0?

Is there a possibility to write a routine in C that minimizes the application to an icon on the workbench when an event occurs (eg selecting a menu)?

Thank you for help.
felmur is offline  
Old 04 December 2022, 20:28   #2
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,314
Usually MUI programs have a drop-down menu in the window title bar where you can find iconify. See also MUIPrefs -> System for settings. For your C question I would check: http://aminet.net/package/dev/mui/mui38dev
daxb is offline  
Old 04 December 2022, 22:54   #3
felmur
Registered User
 
felmur's Avatar
 
Join Date: Nov 2022
Location: Salerno/Italia
Posts: 16
Quote:
Originally Posted by daxb View Post
Usually MUI programs have a drop-down menu in the window title bar where you can find iconify. See also MUIPrefs -> System for settings. For your C question I would check: http://aminet.net/package/dev/mui/mui38dev
Never mind, I've found the solution:

Trivially:

Code:
set(app,MUIA_Application_Iconified, TRUE);
Thank you
felmur is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
OS 3.2 and Iconify Lamaman71 support.AmigaOS 12 09 February 2022 21:06
How to Programmatically Quit a MUI Application? tygre support.Apps 2 02 March 2016 00:24
Horizontal Group Has Content Partially Hidden in MUI v4, Not MUI v3.8a tygre support.Apps 6 29 February 2016 03:27
Iconify key mritter0 Coders. General 1 18 June 2014 12:05
How to add an Iconify-Gadget to a Window? AGS Coders. System 5 15 January 2014 15:41

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:46.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07095 seconds with 12 queries