Platforms to show: All Mac Windows Linux Cross-Platform
The class NavigationDialogMBS
class NavigationDialogMBS
MBS REALbasic MacOSX Plugin (NavigationOSX),
class, Navigation, MBS REALbasic MacOSX Plugin (NavigationOSX), class NavigationDialogMBS, Plugin version: 3.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A class for a Carbon Navigation dialog.
Example:
Notes: If you are using this dialog for sheets, keep a reference on the dialog object so it is not destroyed by RB before the dialog closes.
Function: A class for a Carbon Navigation dialog.
Example:
// A very bad example:
dim n as NavigationDialogMBS
n=new NavigationDialogMBS
n.CreateChooseObjectDialog
n.ShowDialog
MsgBox n.Result.Selection(0).AbsolutePath
- event Accepted
- event Cancelled
- event Closed
- event FilterItem(file as folderitem, filterMode as integer) as boolean
- event FormatChanged(Selected as NavigationTypeMBS)
- event Opened
- property DialogHandle as Integer
- property FileExtensionHidden as Boolean
- property FileName as String
- property Lasterror as Integer
- property Options as NavigationDialogOptionsMBS
- property PopupMenuSelection as NavigationTypeMBS
- property StartLocation as Folderitem
- property UserAction as Integer
- property WindowHandle as Integer
- method CloseDialog
- method CreateAskDiscardChangesDialog
- method CreateAskReviewDocumentsDialog(DocumentCount as integer)
- method CreateAskSaveChangesDialog(QuittingApplication as boolean)
- method CreateChooseFileDialog(typelist as NavigationTypeListMBS)
- method CreateChooseFolderDialog
- method CreateChooseObjectDialog
- method CreateChooseVolumeDialog
- method CreateNewFolderDialog
- method CreateOpenFileDialog(typelist as NavigationTypeListMBS)
- method CreateSaveFileDialog(FileType as string, FileCreator as string)
- method Result as NavigationDialogResultMBS
- method ShowAskDiscardChangesDialog as integer
- method ShowAskSaveChangesDialog(QuittingApplication as boolean) as integer
- method ShowChooseFileDialog(typelist as NavigationTypeListMBS)
- method ShowChooseFolderDialog
- method ShowChooseObjectDialog
- method ShowChooseVolumeDialog
- method ShowDialog
- method ShowNewFolderDialog
- method ShowOpenFileDialog(typelist as NavigationTypeListMBS)
- method ShowSaveFileDialog(FileType as string, FileCreator as string)
This class has no sub classes.
Some examples which use this class:
The items on this page are in the following plugins: MBS REALbasic MacOSX Plugin.
Links
MBS REALbasic Plugins - Pfarrgemeinde St. Arnulf Nickenich