MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
LSSharedFileListMBS class
class, Login Items,
MBS Real Studio Leopard Plugin
(LSSharedFileList),
class LSSharedFileListMBS,
Plugin version: 9.8, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The shared list class.
Notes:
The shared file list API is for sharing and storing list of references to file system objects. The shared file list is a persistent list of objects, where each item has assigned display name, icon, and url as well as other optional properties.
Each list can also have various properties attached.
Requires Mac OS X 10.5.
Plugin version: 9.8, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The shared list class.
Notes:
The shared file list API is for sharing and storing list of references to file system objects. The shared file list is a persistent list of objects, where each item has assigned display name, icon, and url as well as other optional properties.
Each list can also have various properties attached.
Requires Mac OS X 10.5.
- event Changed
- property Handle as Integer
- property Lasterror as Integer
- property RecentItemsMaxAmount as integer
- property VolumesComputerVisible as boolean
- property VolumesIDiskVisible as boolean
- property VolumesNetworkVisible as boolean
- method Constructor(type as integer)
- method GetSeedValue as UInt32
- method InsertFile(AfterItem as LSSharedFileListItemMBS, DisplayName as string, Icon as object, file as folderitem) as LSSharedFileListItemMBS
- method InsertURL(AfterItem as LSSharedFileListItemMBS, DisplayName as string, Icon as object, URL as string) as LSSharedFileListItemMBS
- shared method kLSSharedFileListItemBeforeFirst as LSSharedFileListItemMBS
- shared method kLSSharedFileListItemLast as LSSharedFileListItemMBS
- method Move(item as LSSharedFileListItemMBS, MoveAfterItem as LSSharedFileListItemMBS)
- method Remove(item as LSSharedFileListItemMBS)
- method RemoveAllItems
- method SetAuthorization(handle as integer)
- method Snapshot as LSSharedFileListItemMBS()
- method Snapshot(byref seed as UInt32) as LSSharedFileListItemMBS()
- const kFavoriteItems = 2
- const kFavoriteVolumes = 1
- const kGlobalLoginItems = 7
- const kRecentApplicationItems = 3
- const kRecentDocumentItems = 4
- const kRecentServerItems = 5
- const kSessionLoginItems = 6
This class has no sub classes.
Some examples which use this class:
The items on this page are in the following plugins: MBS Real Studio Leopard Plugin.
Links
MBS Realbasic PDF Plugins