Hi Christian, The spell checking window opens but when you have the calll back class NSSpellCheckerMBS, the events never get called when you press 'Find Next', 'Ignore', 'Correct' buttons.
1. In the latest version of Xojo open the example project in Cocoa/SpellCheck/SpellCheck like TextEdit. 2. Set the build to 64bit 3. Set a breakpoint in MyNSSpellCheckerMBS.Ignore,. FindNext and .Correct, 4. Run the project The callback methods will never get called, though the spell checker will function within the textarea. However, if you are not using a textarea, you need those functions. It seems the system is handling them and you can't capture those events in Xojo when compiling for 64bit. Running in 32bit, everything works as expected. Let me know if you need more info. - Paul On Thu, Sep 7, 2017 at 6:08 AM, Christian Schmitz < [email protected]> wrote: > > > Am 07.09.2017 um 05:50 schrieb Paul Levine <[email protected]>: > > > > Hi, > > > > Using the Example project in; > > > > Cocoa/SpellCheck/SpellCheck like TextEdit > > > > The events in MyNSSpellCheckerMBS never fire when compiling for 64bit on > > macOS Sierra. They fire when compiling for 32 bit though. > > Can you explain? > For me the example seems to work. > > Sincerely > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > > _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
