Re: [MBS] NavigationDialogMBS replacement?

2020-01-20 Thread Marnaud
> Le 20 janv. 2020 à 16:05, Christian Schmitz > a écrit: > >> Isn't it confusing for some people that the documentation lists all current >> items even when the user might be using an earlier version? > > This sounds like something we could look into, but as Xojo Inc. doesn't do it > for th

Re: [MBS] NavigationDialogMBS replacement?

2020-01-20 Thread Christian Schmitz
> Isn't it confusing for some people that the documentation lists all current > items even when the user might be using an earlier version? This sounds like something we could look into, but as Xojo Inc. doesn't do it for their versions, I don't expect people expect it in general. You can al

Re: [MBS] NavigationDialogMBS replacement?

2020-01-20 Thread Marnaud
> Le 18 janv. 2020 à 12:18, Christian Schmitz > a écrit: > > Dim o As New OpenDialogMBS > > Dim f As FolderItem = o.files(1) > Dim fi() As FolderItem = o.files > > > This compiles fine here. I confirm: your example doesn't compile on my side (same error). > Ah, maybe your plugins are too o

Re: [MBS] NavigationDialogMBS replacement?

2020-01-18 Thread Christian Schmitz
> Apparently, the Xojo compiler is confused by the two methods with the same > name: “Files”. I have this: g=od.Files where g is a folderitem array and the > compiler complains: “Not enough arguments: missing Integer value for > parameter "index"”. > I haven't yet installed the most plugin ver

Re: [MBS] NavigationDialogMBS replacement?

2020-01-18 Thread Marnaud
> Le 18 janv. 2020 à 11:27, Christian Schmitz > a écrit: > > Try NSOpenPanelMBS or OpenDialogMBS classes. Apparently, the Xojo compiler is confused by the two methods with the same name: “Files”. I have this: g=od.Files where g is a folderitem array and the compiler complains: “Not enough ar

Re: [MBS] NavigationDialogMBS replacement?

2020-01-18 Thread Marnaud
> Le 18 janv. 2020 à 11:27, Christian Schmitz > a écrit: > > Try NSOpenPanelMBS or OpenDialogMBS classes. Thank you. ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monk

Re: [MBS] NavigationDialogMBS replacement?

2020-01-18 Thread Christian Schmitz
> Am 18.01.2020 um 11:25 schrieb Marnaud : > > Hello, > > In a project I'm updating, I used the NavigationDialogMBS class, which seems > carbon-only. However, the documentation is gone, so I have no clue what > replaces it (as far as I checked, that's not mentioned anywhere). > I want to allo

[MBS] NavigationDialogMBS replacement?

2020-01-18 Thread Marnaud
Hello, In a project I'm updating, I used the NavigationDialogMBS class, which seems carbon-only. However, the documentation is gone, so I have no clue what replaces it (as far as I checked, that's not mentioned anywhere). I want to allow the user to select “anything” (files, folders, disks, etc.