Platforms to show: All Mac Windows Linux Cross-Platform

/MacClassic/Finder Selection


Required plugins for this example: MBS MacClassic Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /MacClassic/Finder Selection

This example is the version from Sun, 17th Mar 2012.

Project "Finder Selection.xojo_binary_project"
Class Window1 Inherits Window
Control PushButton1 Inherits PushButton
ControlInstance PushButton1 Inherits PushButton
EventHandler Sub Action() dim f as FinderSelectionMBS dim i,n as Integer dim g as FolderItem List.DeleteAllRows f=new FinderSelectionMBS f.GetSelection if f.LastError=0 then n=f.CountItems for i=1 to n g=f.Item(i) if g<>nil then List.AddRow g.DisplayName end if next end if End EventHandler
End Control
Control List Inherits Listbox
ControlInstance List Inherits Listbox
End Control
End Class
MenuBar Menu
MenuItem UntitledMenu3 = ""
MenuItem UntitledMenu2 = "File"
MenuItem FileQuit = "Quit"
MenuItem UntitledMenu0 = "Edit"
MenuItem EditUndo = "Undo"
MenuItem UntitledMenu1 = "-"
MenuItem EditCut = "Cut"
MenuItem EditCopy = "Copy"
MenuItem EditPaste = "Paste"
MenuItem EditClear = "Clear"
End MenuBar
Class App Inherits Application
End Class
End Project

The items on this page are in the following plugins: MBS MacClassic Plugin.


The biggest plugin in space...