MobileStack.app : Multi Stacks Trick



ORIGINALLY CREATED BY Psychochromatic
Psycho@googlecode
MobileStack@googlecode (Feedback, SVN, download)
MultiStack@picasa

Latest Version

Download
How to install :

Fonctionnalités

Fonctionnalities

A faire

To do

Fonctionnalités à venir ?

Fonctionnalities to come ?

Bugs connus

Known bugs

Entries File Example

		<-- Repeat this section for each stack -->
		<dict>
			<key>buttons</key>
			<array>
				<-- Repeat this section for each button -->
				<dict>
					<key>ID</key>									
					<string>com.apple.mobilemail</string>		<-- Application identifier -->
					<key>IconPath</key>
					<string>/Applications/MobileMail.app/</string>	<-- Path to the application -->
				</dict>
				<-- End button section -->
				<dict>
					<key>ID</key>
					<string>com.apple.mobilenotes</string>
					<key>IconPath</key>
					<string>/Applications/MobileNotes.app/</string>
				</dict>
				<dict>
					<key>ID</key>
					<string>com.apple.Maps</string>
					<key>IconPath</key>
					<string>/Applications/Maps.app/</string>
				</dict>
			</array>
			<key>curved</key>		<-- Enable or disable curved stack -->
			<string>1</string>		<-- (1) Enable / (0) disable -->
			<key>label</key>		<-- Stack's label -->
			<string>Stack</string>		<-- Empty for no label -->
			<key>labeled</key>		<-- Enable or disable labeled icons -->
			<string>1</string>		<-- (1) Enable / (0) disable -->
			<key>stack</key>		<-- Stack position -->
			<string>1</string>		<-- (From left (1) to right (4) -->
		</dict>
		<-- End stack section -->