Hello,
in this thread I want to post to you what’s new in 24.6 prerelease plugins. Download here:
monkeybreadsoftware.de/xojo/download/plugin/Prerelease/
or from Dropbox or ask (in private message or email) to be added to the shared dropbox folder.
If you like our plugins, please bookmark, like or forward this thread.
If not, well you can ignore it.
New functions in documentation .
Thanks for supporting our plugins.
If you have questions, please post your question as a new discussion
Greetings
Christian
3 Likes
Thank you, Christian. The DeclareLibrary leak fix is not yet in it, yes?
You are too quick. I still need to upload it!
1 Like
So please ignore my question! Thanks a lot! Downloading right away! (When available)
Could you please check DeclareLibrary on Windows again, Christian? I had to revert Utils to 24.5 because of weird crashes with the PR, creating a window being stuck on opening – no controls visible. The library object being Nil after folder item based constructor.
DerkJ
(DerkJ)
December 10, 2024, 6:26pm
10
@Christian_Schmitz will you add the updated phidget features ?
Sorry, but what phidget features?
Whenever I fix something for someone, I include that in the next plugin version.
DerkJ
(DerkJ)
December 10, 2024, 7:26pm
12
Oh, that is new to me. I may put it on the wish list.
1 Like
Sascha_S
(Sascha S)
December 17, 2024, 7:41am
15
Nice one. Thank you, @Christian_Schmitz
1 Like
David_Cox
(David Cox)
December 17, 2024, 1:30pm
16
Is it right that these constants are now removed?
CURLSMBS.kError_HTTP_POST_ERROR '34
CURLSMBS.kError_FUNCTION_NOT_FOUND '41
Also there is an MBS plugin 24.6pr5 available to download - should we use this?
Yes, these were removed in CURL as they haven’t been used in a long time.
And yes, I forgot to post here about new pre-release.
24.6pr5:
Added automaticallyInsertsWritingToolsItems property to NSMenuMBS class.
Added allowsWritingTools property to NSTextFieldMBS class.
Added writingToolsItems shared method to NSMenuItemMBS class.
Added NSHTTPCookieSetByJavaScript shared method to NSHTTPCookieMBS class.
Added NSWritingToolsExclusionAttributeName shared method to NSAttributedStringMBS class.
Added NSToolbarWritingToolsItemIdentifier shared method to NSToolbarItemMBS class.
Updated to Xcode 16.2.
Added items method and debugItems property to NSMenuMBS class.
Added showWritingTools method to NSApplicationMBS class.
Added ImagePlaygroundMBS class.
Updated DynaPDF to version 4.0.96.272.
Added ConvToFreeTextCallout method to DynaPDFMBS class.
Fom the documentation:
Var Available As Boolean = NSApplicationMBS.WritingToolsAvailable
doesn’t compile. Xojo says NSApplicationMBS.WritingToolsAvailable doesn’t exist. I checked the plugins, and MBS Xojo MacCocoa is from build 24.6 (build 21178).