Mac OS 9 Discussion > Development & Programming
order for a little program
IIO:
i have an order for a little program.
among the things which do not work in my favorite language is to launch applications under Mac OS 9, so i can“t do this myself.
the program should do about the following:
it displays a kind of table (like an excel sheet) full of information - and the user can then choose to launch other programs from within it by pressing a button or table cell.
these other programs would ship with it and will be found using relative paths to the main app.
...realbasic?
Knezzen:
Hm.... Could you do a visual mockup of some sort or could you give an example from another OS that does the same thing? Should be fairly easy to do in Realbasic though.
OldMacDon:
Hello
Not sure I make sense of what is being asked here.
I use a whole folder full of alias items to simply grab 'whatever app' I want... of all the apps on my machine.
How is what I'm doing significantly different than what is being asked.
Thanks
OldMacDon
joevt:
What's your favorite language?
One would normally use LaunchApplication from the Process Manager.
https://developer.apple.com/library/archive/documentation/mac/pdf/Processes/Process_Manager.pdf
You can add AppleEvents to open documents or perform other tasks in the other app.
IIO:
--- Quote ---How is what I'm doing significantly different than what is being asked.
--- End quote ---
you do not even need aliases, you could just use the finder to launch the originals. :)
the difference is that.... making a custom file browser gives you additional options such as adding filtering, download missing files or updates from the internet, have an overview which ones have been installed already, displaying the version number or the comment right beside the filename and so on.
--- Quote from: joevt on May 01, 2025, 09:47:43 PM ---What's your favorite language?
--- End quote ---
i normally do such things in maxmsp, and the task itself (creating a filebrowser) would be a nobrainer you would code in under 30 seconds.
the problem ist that it is simply not possible to launch apps and documents there.
in OSX you can use the shell, java or javascript to do that from max, in OS9 none of that is available, so you would probably want to lean on RB.
Navigation
[0] Message Index
[#] Next page
Go to full version