Author: mvw Date: 2008-01-13 05:04:35-0800 New Revision: 14040 Modified: trunk/www/faqs/users.html
Log: Fix for issue 4733. Modified: trunk/www/faqs/users.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/faqs/users.html?view=diff&rev=14040&p1=trunk/www/faqs/users.html&p2=trunk/www/faqs/users.html&r1=14039&r2=14040 ============================================================================== --- trunk/www/faqs/users.html (original) +++ trunk/www/faqs/users.html 2008-01-13 05:04:35-0800 @@ -324,7 +324,8 @@ <DT><a name="win_link">Windows: How can I get ArgoUML to load when I double-click on a model file?</a> -<DD>The trick is to do things in two steps. First, open Windows Explorer and find a .zargo +<DD>On <b>Windows XP</b>, (don't try this on Vista!) +the trick is to do things in two steps. First, open Windows Explorer and find a .zargo file, and then right-click on it. You should get the normal Windows menu, including an Open or Open With option. At this point, give a description for the file like "ArgoUML Model", and tell Windows to use Notepad to open the file. That's not what you want to do ultimately, but it does get Windows to @@ -348,7 +349,19 @@ located where specified above. Click OK, then click OK, then click OK (three buttons on three different levels of the dialog). <p> -You can now double-click on your model and have ArgoUML instantly loaded. +You can now double-click on your model and have ArgoUML instantly loaded.</p> +<p>On <b>Windows Vista</b>, you do the following:</p> +<p>1) Create a batch file "runargo.bat" in your ArgoUML directory which looks +something like this:</p> +<p> + @echo off</p><p> + cd "C:\ArgoUML"</p><p> + start javaw -cp "argouml.jar" org.argouml.application.Main %1 /B</p> +<p> +replacing "C:\ArgoUML" as appropriate.</p> +<p> +2) Associate your .zargo files with this batch file (just double-click a .zargo +file and follow the instructions).</p> <DT><a name="unknownhostexception">Unix/Linux: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
