David Purton
2004-06-22 06:52:17 UTC
I know this is not a wxWidget issue specifically..., but I thought maybe
someone might have an idea.
I want to launch applications from links in pdf documents.
Everything is works using Apple's Preview, but Adobe Reader seems rather
broken at this point :(
The only way I can get applications to launch *with* command line
arguments is to write a posix wrapper application that calls system().
This, as well as running the command from the shell launches the
application ok with the specified cmd args, but launches it under the
current window. If this window happens to be a maximised adobe reader
window, you can't tell when my app starts.
I thought maybe wxFrame::Raise () might do the trick, but it doesn't make
any difference.
I'm not feelng really hopeful, since running
/Applications/Calculator.app/Contents/MacOS/Calculator from a terminal
window behaves exactly the same way :(
Does anyone have any thoughts?
someone might have an idea.
I want to launch applications from links in pdf documents.
Everything is works using Apple's Preview, but Adobe Reader seems rather
broken at this point :(
The only way I can get applications to launch *with* command line
arguments is to write a posix wrapper application that calls system().
This, as well as running the command from the shell launches the
application ok with the specified cmd args, but launches it under the
current window. If this window happens to be a maximised adobe reader
window, you can't tell when my app starts.
I thought maybe wxFrame::Raise () might do the trick, but it doesn't make
any difference.
I'm not feelng really hopeful, since running
/Applications/Calculator.app/Contents/MacOS/Calculator from a terminal
window behaves exactly the same way :(
Does anyone have any thoughts?
--
David Purton
Haese & Harris Publications
Phone: (08) 8355 9444 Email: ***@haeseandharris.com.au
Fax: (08) 8355 9471 Web: http://www.haeseandharris.com.au/
David Purton
Haese & Harris Publications
Phone: (08) 8355 9444 Email: ***@haeseandharris.com.au
Fax: (08) 8355 9471 Web: http://www.haeseandharris.com.au/