« [News] Top Secret Test Results: Servoy runs on a Dell laptop | Main | [Article] Managing graphics in modules (and other thoughts) »

February 28, 2006

[Tip] Easily navigate to Desktop from 'Open file' dialog

by Troy Elliott
Data Mosaic

For all you Maccie's out there who just can't get no satisfaction from the Java file system navigator in Servoy, here is a one-line tip that can save you some time.

I am lazy. Whenever I can shave an extra click or two off of my workflow, I revel in anti carpal tunnel syndrome glee. So finally, a week or so ago I was importing a few solutions into Servoy Developer that were sitting on the desktop. Navigating all the way to the root level of the hard drive and then finding my way through Users, to my directory, and finally the Desktop irked me one time too many.

Opening up an instance of Terminal, I made a symbolic link from my desktop to the solutions folder by typing:

ln -s /Users/troy/Desktop /Applications/Servoy/solutions/Desktop

Assuming that you installed Servoy into the default location, the only change to the command needed is replacing troy with the name of your home directory. Now whenever I need to import or export a new release of a solution I'm working on, the Desktop shows up in my file listing and is only a click away.

Open dialog box

Note: An alternate way to accomplish this would be to create a symlink from your solutions folder to the desktop. This way all of your .servoy files are easily accessible while not cluttering up your desktop. The syntax should look something like this:

ln -s /Applications/Servoy/solutions /Users/troy/Desktop/Servoy\ Solutions

| Posted by Troy Elliott on February 28, 2006 at 09:51 PM in Tips | Permalink

Comments

You can also contemplate installing the quaqua look and feel on mac. It fixes some of the Apple look and feel problems that Apple has in Java.

Posted by: | Mar 1, 2006 2:49:19 AM

quaqua found here:

http://www.randelshofer.ch/quaqua/download.html

Posted by: David Workman | Jan 4, 2007 4:26:45 AM

Post a comment