Re: [MBS] NavigationDialogMBS.CreateAskSaveChangesDialog not working in 64 bits?

2018-03-02 Thread Marnaud
Le 1 mars 2018 à 22:10 du soir, Christian Schmitz 
 a écrit:
> 
> 
> Well, I think only NSDocument stuff would ask that.
> So please use messageDialog class for this.

Ok, I'm already using this on Windows and Linux.
The dialog I'm after was a good way to ask for saving changes in localized 
versions (also, command-D would select Don't save, even if the localized button 
didn't include a “D”). It's a shame, but I'll go that way.

> To save later, you can use NSSavePanelMBS to pick a file name.

Yes, thank you.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NavigationDialogMBS.CreateAskSaveChangesDialog not working in 64 bits?

2018-03-01 Thread Christian Schmitz

> Am 01.03.2018 um 20:32 schrieb Marnaud :
> 
> Le 1 mars 2018 à 17:25 du soir, Christian Schmitz 
>  a écrit:
>> 
>> This is 32-bit only Carbon. Please move to OpenDialogMBS or NSOpenPanelMBS.
> 
> Thanks, but both don’t seem to provide the dialog I’m after (the “Ask for 
> save changes?” dialog). Is it gone with 64-bit Cocoa?

Well, I think only NSDocument stuff would ask that.
So please use messageDialog class for this.

To save later, you can use NSSavePanelMBS to pick a file name.


Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NavigationDialogMBS.CreateAskSaveChangesDialog not working in 64 bits?

2018-03-01 Thread Marnaud
Le 1 mars 2018 à 17:25 du soir, Christian Schmitz 
 a écrit:
> 
> This is 32-bit only Carbon. Please move to OpenDialogMBS or NSOpenPanelMBS.

Thanks, but both don’t seem to provide the dialog I’m after (the “Ask for save 
changes?” dialog). Is it gone with 64-bit Cocoa?
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NavigationDialogMBS.CreateAskSaveChangesDialog not working in 64 bits?

2018-03-01 Thread Christian Schmitz

> Am 01.03.2018 um 10:18 schrieb Marnaud :
> 
> Hello,
> 
> I’m changing one of my apps to 64 bits and I am having a problem with the 
> following simplified code:
> 

This is 32-bit only Carbon. Please move to OpenDialogMBS or NSOpenPanelMBS.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info