B4J Question Run / start a windows application from menu in b4J (Solved)

Colin Evans

Active Member
Licensed User
Longtime User
Hi, I'm sure it must be documented but I can't find it anywhere, how do I run /start another program from within my B4J application, thanks in advance
 

behnam_tr

Active Member
Licensed User
Longtime User
See jShell library.

or

fx.ShowExternalDocument("your link") 'for exe files
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
if you mean UI project then you can use
B4X:
fx.showexternaldocument
this is good when you want to open a workbook with excel for example.

or you can use jshell
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
just as a funny comment, my guess of why you couldnt find jshell is because you were looking for windows application. Steve Jobs changed all the other words (program for example) in our minds to app. i am sure that if you looked for Start Program you could have found it right away.
 
Upvote 0
Top