Re: [Cocoadialog-users] Using PHP with Cocoadialog
Status: Beta
Brought to you by:
sporkstorms
From: Mark A. S. <ma...@sp...> - 2007-05-17 21:05:11
|
Cocoadialog doesn't tie directly with any particular programming languages. It's just a command-line application, so you can run it from any application or script with system calls. Example: system("/bin/cocoadialog ok-msgbox --text 'Hello, world.'"); $rv = `/bin/cocoadialog ok-msgbox --text 'blah' --string-output`; echo "User pressed " . $rv; Hope this helps. -- Mark A. Stratman ma...@sp... On May 17, 2007, at 3:01 AM, Leon Liber wrote: > Hello everyone! > Is that possible to use PHP (and Platypus) with Cocoadialog? > If so, where can I get some more information and see some examples > on that? > Thanks. > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Cocoadialog-users mailing list > Coc...@li... > https://lists.sourceforge.net/lists/listinfo/cocoadialog-users |