negativerad / eepe

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

Nothing happens when pushing the "er9x users guide" button #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Nothing happens when i push the "er9x users guide" button

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by batma...@gmx.net on 8 Jan 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Also have the same.
R219 on MAC OSX

Original comment by grootwit...@gmail.com on 9 Jan 2011 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by erezra...@gmail.com on 11 Jan 2011 at 11:03

GoogleCodeExporter commented 9 years ago
Ok this works perfect !
Now eepe should also check for the manual and new versions of it....

Original comment by batma...@gmx.net on 11 Jan 2011 at 6:33

GoogleCodeExporter commented 9 years ago
Still not working in OSX. Now running R223

Original comment by grootwit...@gmail.com on 12 Jan 2011 at 12:36

GoogleCodeExporter commented 9 years ago
Next installment will fix this  (hopefully)

Original comment by erezra...@gmail.com on 12 Jan 2011 at 12:06

GoogleCodeExporter commented 9 years ago
Still the same in OSX, works 100% in windows, but in mac nothing happens. 
Possibly does not know how to open the file, or where to get it.

Original comment by grootwit...@gmail.com on 13 Jan 2011 at 9:18

GoogleCodeExporter commented 9 years ago
1st off I don't know QT or C but
if I add "File://" + to line 615 then it works, but only if I have the manual 
in the root folder. Seems like it is not reading the application folder 
correctly in osx because I can also remove the cdir and it still works.

QDesktopServices::openUrl(QUrl("File://" + cdir + "/ER9x Users Guide.pdf"));   
// MAC & Linux (X11)

Not sure what implications this will have on Linux, maybe have a if def 
Q_WS_MAC 

No big deal not having the manual open from inside the application and this is 
only on MAC

Groot 

Original comment by grootwit...@gmail.com on 16 Jan 2011 at 5:21

GoogleCodeExporter commented 9 years ago
It works on my linux laptop so I guess it would also work on Mac.
I'll include this in the next release.  Thanks!

Original comment by erezra...@gmail.com on 16 Jan 2011 at 6:25