Run external program

Discuss GUI programming with the MUI Royale plugin here
Post Reply
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Run external program

Post by ArtBlink »

Hello,

I just want execute external programm with muiroyale

Exemple :

When i activate button i just run AOS calculator.

In Rxmui i write this :

address command "run >nil: calculator"

But in hollywood?!?

Not information in hollywood and muiroyal guide :-(

I write this:

Code: Select all

If msg.id = "BP6"
      Run("AmigaOS:Utilities\Calculator")
EndIf
How i can make this in holly PLEEEEEeeeEEese?

lol

Thanks for all
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Run external program

Post by sinisrus »

use "execute ()" function

---

Execute("sys:Utilities/calculator")
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Run external program

Post by sinisrus »

Or
Run("sys:Utilities/calculator")
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Re: Run external program

Post by ArtBlink »

Ok,

I understand the problem

With MUI4.x update MHE RxMUI bug a lot... GRRRRRRRRRR!!!!

So don't use my editor in RXMUI, delete it and wait MHE NG MuiRoyale ;-)

I have the same line but when i have copy the line on OWB and paste the same line in my MHE, the code is running

I thinks it's due to space or.... i don't really know

Sorry for MHE but it don't work on MUI 4.x

Merci caillin
Post Reply