jnonline / ogstudio

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

Enhance on-line description to locate online file #643

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The on-line description should contain a button that will open the dir 
containing the 'online' file in a file manager.

Original issue reported on code.google.com by korn...@gmail.com on 20 May 2013 at 12:24

GoogleCodeExporter commented 9 years ago
Clarify the message and open the directory.

Original comment by korn...@gmail.com on 22 May 2013 at 6:32

GoogleCodeExporter commented 9 years ago
Rename cfg dir to settings dir.

Original comment by korn...@gmail.com on 22 May 2013 at 8:19

GoogleCodeExporter commented 9 years ago
Renamed in translations. Update code.

Original comment by korn...@gmail.com on 22 May 2013 at 8:23

GoogleCodeExporter commented 9 years ago
Opening works find under Linux. Check under Windows.

Original comment by korn...@gmail.com on 22 May 2013 at 10:02

GoogleCodeExporter commented 9 years ago
Doesn't work under Windows.

Original comment by korn...@gmail.com on 22 May 2013 at 12:36

GoogleCodeExporter commented 9 years ago
Accocrding to:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx
I need such call:
ShellExecute(handle, "explore", <fully_qualified_path_to_folder>, NULL, NULL, 
SW_SHOWNORMAL);

Original comment by korn...@gmail.com on 22 May 2013 at 12:38

GoogleCodeExporter commented 9 years ago
Doesn't work.
* Try to run 'explorer' explicitly.
* Try to see ShellExecute error code.

Original comment by korn...@gmail.com on 22 May 2013 at 1:06

GoogleCodeExporter commented 9 years ago
* Try cmd() func in Common.

Original comment by korn...@gmail.com on 22 May 2013 at 2:02

GoogleCodeExporter commented 9 years ago
My bad. I was running 'testRenderless' from within Cygwin shell, and it was 
taking external (installed) version, not the one I've just built! Aaargh!

Original comment by korn...@gmail.com on 22 May 2013 at 3:10

GoogleCodeExporter commented 9 years ago
The old execute actually works. I wonder why it didn't work with OGS Mahjong.
Recheck it.

Original comment by korn...@gmail.com on 22 May 2013 at 3:16

GoogleCodeExporter commented 9 years ago
Somehow it doesn't work under Windows 7. And text is not printed to stdout 
again. Suspicious.

Original comment by korn...@gmail.com on 22 May 2013 at 3:24

GoogleCodeExporter commented 9 years ago
testRenderless works fine under Windows 7, too.
Only OGS Mahjong doesn't want to work. Weird.

Original comment by korn...@gmail.com on 22 May 2013 at 3:34

GoogleCodeExporter commented 9 years ago
Fuck. That's because I referenced other MJ sources, for release!

Original comment by korn...@gmail.com on 22 May 2013 at 3:37

GoogleCodeExporter commented 9 years ago
Done.

Original comment by korn...@gmail.com on 22 May 2013 at 3:54