You are not logged in.
I have been trying to get some info on Positioning Desktop Icons in OSX/AS. I have scoured the web for info and have not found anything useful.
I did this fine in OS9/AS, but I can't seem to find any hooks or additions in OSX/AS for the desktop icons at all!?! All position info for the desktop seems to refer back to the items (icons) as they are in the actual desktop folder for the logged user and not as they appear on the desktop.
Does anybody have any snippets or ideas on this??
The ByteJockey
The future belongs to those who imagine it.
Imagine well!!
Offline
I think this property is absolutely broken and/or lacky in OS X Finder; and, at least on my own tests, an item at desktop can return its position "within the *real* desktop _folder_", or not. :cry:
Offline
I found in Standard Additions dictionary, there's a command to set icon's position:
Applescript:
icon position point [r/o] -- the coordinates of the item's icon in its window or on the desktop
Haven't got time to try it yet though.
[r/o] = Read Only
Offline
Yeah, the problem is the "r/o" property. I need to "write" new positions, to keep the icons in their place(s)
Offline