meowmustard / mypersonalindex

Automatically exported from code.google.com/p/mypersonalindex
0 stars 0 forks source link

Double clicking on .mpi file opens mypersonalindex, but not the portfolio/data (Mac) #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Double click on any .mpi file you have saved on a Mac.
2. It will open mypersonalindex.app just fine, but it does not load the 
portfolio/data you clicked on.

What version of the product are you using? On what operating system?
3.1.0b

Please provide any additional information below.
I created a Test.mpi file as well, just to make sure it had nothing to do with 
the .mpi files I had created in Windows previously.

Original issue reported on code.google.com by akals...@gmail.com on 30 Jul 2011 at 5:48

GoogleCodeExporter commented 8 years ago
Can you try this:

http://www.ehow.com/how_6150136_associate-file-extensions-mac-applications.html

Original comment by mypersonalindex@gmail.com on 3 Aug 2011 at 4:07

GoogleCodeExporter commented 8 years ago
That is not the issue. When I click on the .mpi file, it opens 
mypersonalindex.app just fine. Even if I right click on the .mpi file and go to 
"Open With:" and then select mypersonalindex.app it opens mypersonalindex.app 
as well.

The issue is that it does not open the actual .mpi file (the portfolio) along 
with mypersonalindex.app. If I go to File -> Open, then I can obviously select 
the .mpi file and open it, but I would think you would want it to automatically 
open the .mpi file with the application. 

Original comment by akals...@gmail.com on 3 Aug 2011 at 6:57

GoogleCodeExporter commented 8 years ago
http://doc.qt.nokia.com/qq/qq12-mac-events.html

This will require some code changes and some research into handling Apple 
events.  Linux and Windows are much easier to process command line arguments 
when a file is double clicked.

Original comment by mypersonalindex@gmail.com on 6 Aug 2011 at 11:07