Hello,
i would like to iconify a program with an Hollywood or RapaGUI command, possible please? I don't found.
Thanks for your help
Command to iconify a program
Re: Command to iconify a program
Maybe HideDisplay() helps?
Re: Command to iconify a program
@Flinx: Thanks for your answer, i don't think HideDisplay() do the job here, my GUI is realized with RapaGUI.
Re: Command to iconify a program
I have tried with :
But without succes...
Arexx is activated on my MorphOS computer.
Code: Select all
CreateRexxPort("portname")
SendRexxCommand("portname", "WINDOW HIDE")
Arexx is activated on my MorphOS computer.
Re: Command to iconify a program
Seems there is a problem with the open of the Arexx port opened with Hollywood on MorphOS...
This AmigaDOS command:
RXCmd portname HIDE
work with others software but don't work with a GUI created with Hollywood script and using CreateRexxPort()...
This AmigaDOS command:
RXCmd portname HIDE
work with others software but don't work with a GUI created with Hollywood script and using CreateRexxPort()...
Re: Command to iconify a program
ok seems i need to add "OnARexx" case in Function p_EventFunct(msg) in my Hollywood script...
i will try to test that...
i will try to test that...
Re: Command to iconify a program
Unfortunally, i understand how to send:
RXCmd portname hide to my Hollywood script...
The example on the CreateRexxPort() page works on MorphOS...
RXCmd portname hide to my Hollywood script...
The example on the CreateRexxPort() page works on MorphOS...
Re: Command to iconify a program
I will try to fix the old Arexx demo script in Hollywood examples because seems have problem to show the remote unfortunally...
I hope understand better
Maybe AREXX COMMAND for GUI are not supported? Andreas?
I hope understand better
Maybe AREXX COMMAND for GUI are not supported? Andreas?
- airsoftsoftwair
- Posts: 5575
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Command to iconify a program
Next version of RapaGUI will support it
Code: Select all
- New: Added Window.Minimize [SGN] attribute; this allows you to programmatically minimize (iconify) your window or restore it from minimized state