A trip with the cable car in Koblenz

Up to fortress Ehrenbreitstein via cable car over the Rhine.
Enjoy a great time in Koblenz with us on the Xojo Developer Conference!





New RTF functions coming for Windows

In the last days I was curious to see if I can do something about Textarea control on Windows. And this seems to work as it is a standard Windows control.

so for next plugins we have this methods for TextArea:

WinRTFDataMBS(SelectionOnly as boolean = false) as string
WinInsertImageMBS(data as string, Width as Integer, Height as Integer)

Insert image works only for Windows 8 and newer. For older versions we could build something with pasting using clipboard.

The RTF functions can read/write the content of the text area as RTF. This includes embedded images which you can't handle with Xojo's built in RTF functions.

ActiveX Control crashing trouble today

I have a client who wants to talk to some huge accounting software using COM objects in Windows from Xojo. He has been looking into using Xojo for his work for years, but we already tried it several times and had lots of crashes. Some functions simply crash when called. I looked into helping him several times the last two years, but well, didn't see a real reason for those crashes.

Yesterday he called again and asked if I could help. He has a PutValue method for filling data which constantly crashes. GetValue works by the way.

This time I had an idea. To analyze the functions, I created a dummy Visual C project and used #import line. The build the project and Visual Studio creates the C++ includes for this type library. In C++ the function looks like this:

HRESULT PutValue (BSTR FieldName, VARIANT Value, VARIANT * RetVal );

As you see the function takes one string, a variant and a byref variant for the result. Now Xojo creates this delegate:

Delegate Function PutValue_Func3(this As Ptr, FieldName_Param As Ptr, Value_Param As Ptr, RetVal_Param As Ptr) As Integer

And there is the mistake. The variant needs to be passed by Value, not by Reference. This causes crashes as stack contains not enough data 4 bytes for the pointer instead of 16 bytes of the variant structure.

more in feedback case 34221.

I also found case 7195, so this problem could be there for over 5 years. So I now hope that Xojo engineers can find and fix this bug, so my client can enjoy using Xojo to write the apps instead of Delphi.

xDev Magazine Celebrates the World Cup with a Sale!

Even if you're not a soccer fan enjoying the 2014 World Cup in Brazil this summer, you can score for yourself with big savings! The publisher of xDev Magazine is such a crazy soccer fan (football, for the purists) that he's authorized a **15% off** coupon for anything on the xDev store. This even includes renewals and other special offers -- the only limitation is that the coupon requires at $25 minimum order.

Just enter WORLDCUP in the coupon code field during checkout to claim your savings. This code is valid until a new World Cup champion is crowned. So enjoy the World Cup and take advantage of this xDev discount today!

Main Store: xdevmag.com/orders.shtml
Renewals Page: xdevmag.com/renewals/

MBS Xojo / Real Studio plug-ins in version 14.2

NICKENICH, Germany (June 24th, 2014) -- Monkeybread Software releases version 14.2 of the MBS plug-in for Xojo and Real Studio.

The MBS plug-in comprises a collection of several plug-in parts which extend the Real Studio development environment with 2,000 classes featuring over 52,000 documented functions. Our plugins support all three platforms Mac OS X, Windows and Linux with all project types desktop, web and console.

Some of the highlights on the 14.2 update:

The new CoreText classes in our plugins cover the whole CoreText framework from Apple for working with fonts and rendering text with attributes. The older ATS classes are now deprecated and we suggest if you need such functions, you should move soon to the new classes.

For Windows you can use WebKit as renderer for a htmlviewer. This uses Chromium internally and with our new ChromiumBrowserMBS and ChromiumFrameMBS classes we can provide additional methods. You can get the text of the current page, the URL or the image. And of course the usual methods like going forward or backwards in history.

For Mac OS X we added new classes for CoreFoundation, CoreGraphics and Cocoa frameworks: CFMutableAttributedStringMBS, CFRangeMBS, CGFontMBS and NSAlertMBS. The new NSServiceProviderMBS class can help providing services in Cocoa applications.

Our new AUPlayerMBS class allows you to play audio on Mac OS X with various parameters. This includes pitch, rate, pan and equalizer. Audio can loop and you can select the output device.

Our SQL Plugin got improvements. The SQLDatabaseMBS and SQLConnectionMBS classes have now a Scrollable property. SQLNumericMBS class got improvements with new shared methods for various number types.

The Barcode generator can now also create SVG or postscript files. For Windows HTMLViewer with Internet Explorer we can now zoom the content.

As part of this update we also updated a couple of used libraries including CURL, GraphicsMagick, LCMS2, DynaPDF and OpenSSL. The Nikon plugin now works with newer SDK versions for newer camera models.

See release notes for a complete list of changes.

MBS Xojo / Real Studio Plugins, version 14.2pr12

New in this prerelease of the 14.2 plugins:
  • Fixed a bug on Windows IconMBS function where icon would just be in top left area of image.
  • Changed folderitem.IconMBS, IconMaskMBS and IconImageMBS to user newer Cocoa based APIs if possible.
  • Added HasAlphaChannel property for PictureEditorMBS, PictureReaderMBS and PictureWriterMBS class.
  • Added NewPictureWriterMBS support for alpha images and for reusing images.
  • Added ContainerControl.NSViewMBS, useful to animate containers.
  • Updated Chromium plugin classes for the future.
  • Fixed bug in LinuxHIDInterfaceMBS.MatchDevice event.
  • Fixed problem with GDI Plus bitmap in PictureMBS and other picture functions.
  • Fixed NSGraphicsMBS.graphicsContextWithNSView to raise NSExceptionMBS objects if they happen.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Sliding controls

Sliding in Xojo Cocoa app:



This uses two containers and slides them to right/left depending on what you select in menu.
Example is included with next plugin prerelease.

MBS Filemaker Plugin, version 4.2pr11

New in this prerelease of the 4.2 plugins:
  • Added new list functions: List.FindEquals, List.FindUnequals, List.RemoveDuplicateItems, List.RemoveEmptyItems and List.Sort.
  • Added ListDialog functions.
  • Added Type parameter for Clipboard.GetText and Clipboard.SetText for Mac.
  • Upgraded OS Version query on Mac to work better on Mac OS X 10.10
  • Fixed problem with Calendar.Item.SetCalendar function.
  • Updated DynaPDF library to version 3.0.33.95.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.

MBS Xojo / Real Studio Plugins, version 14.2pr11

New in this prerelease of the 14.2 plugins:
  • Updated adaptor.appendPicture to work with transparency.
  • Marked NavigationDialogMBS, HIViewMBS, MenubarMBS, MenuMBS and StandardAlertMBS classes as deprecated. Those are only for Carbon and should be replaced when you move projects to Cocoa.
  • Fixed bug in CTParagraphStyleSettingMBS class.
  • Most deprecated things in plugin now list replacement.
  • Upgraded OS Version query on Mac to work better on Mac OS X 10.10
  • Updated DynaPDF library to version 3.0.33.95.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Tip of the day: Using computed property with weak reference

Often we need to keep a property somewhere, but it needs to be a weak reference. So if the target goes out of scope, our reference should become nil. Now we can of course use WeakRef class directly for this. But that requires some work and casting on every access. It is much nicer to wrap it in a computer property. This way the compiler can check types when using the property. Internally we map back to the weakRef object. So check this code:

ComputedProperty ParentWindow As window1
Sub Set(value as ParentWindow) if value<>Nil then mParentWindow = new weakref(value) else mParentWindow = nil end if End
Function Get() as ParentWindow if mParentWindow<>nil then dim o as variant = mParentWindow.Value Return o end if End
End ComputedProperty
Property Private mParentWindow As WeakRef

As you see we have a private property with the actual weakRef. The computed property getter checks if we have a WeakRef and provides value of it. We use a variant to avoid the need of explicit casting. For the setter we either set our weakRef property to nil or a new weakRef pointing to the target value.
Please use weak references always for references in data structures where a leaf references back to the tree.

Pictures from Vienna

We had an excellent meeting with nine Xojo developers in the beer garden of the Schweizer Haus:


Next day Reinhard invited me to join his colleague Christian on a boat trip:

See you all next time in Vienna or at our conference in Koblenz.

Xojo/FileMaker Meetings in Vienna, Austria

The meetings will take place as we have a couple of attendees:

Wednesday, 11th June, Xojo Developer Meeting, at Schweizer Haus (schweizerhaus.at)
Thursday, 12th June, FileMaker Developer Meeting

I'll be there from around 6pm to 10pm.

If you are interested in joining, please email me, so we know how many seats we need.
Meeting will be probably in a beer garden or restaurant somewhere near Vienna.

CoreText Completed

With 14.2pr10 plugins, we completed the CoreText plugin part. This includes all those new classes: On the other side we deprecate all the older ATS classes: You can use CoreText on Mac OS X 10.5 and newer. With Mac OS X 10.6 and 10.7 a few new methods got added.
So if you use ATS classes, please move soon to CoreText.
Your feedback is welcome. Maybe you have an idea for missing convenience function?

MBS Xojo / Real Studio Plugins, version 14.2pr10

New in this prerelease of the 14.2 plugins:
  • Tuned internal functions to convert between NSObject/CFTypeRef to Xojo objects to make CoreText work well.
  • Added CFObjectMBS.NewCFObject.
  • Fixed problem with IMExceptionQ8MBS, IMExceptionQ16MBS and IMExceptionQ32MBS classes.
  • Fixed bug in CFRangeMBS class.
  • Fixed bug in ECDHEMBS.PublicKey function (returned more characters than needed).
  • Added tag parameters for NSFileCoordinatorMBS class.
  • Added RenderSamplesMBS support for floating point values.
  • Added Steganography methods for picture class.
  • Updated DynaPDF library to version 3.0.33.94.
  • Moved NSSortDescriptorMBS to CocoaBase plugin to avoid dependencies on Lion plugin.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

The 2015 Xojo Developer Conference

Mark your calendar now!

The 2015 Xojo Developer Conference will take place April 29 - May 1, 2015 at the Radisson hotel in fabulous downtown Austin! The 2014 conference sold out so start planning today - save the date!

XDC is the best place for Xojo users to learn from the experts, network with other Xojo users from around the world and meet the Xojo engineers. We will have sessions for everyone wanting to get the most out of their tool - from topics for those who are just getting their feet wet, to sessions for the most advanced Xojo developer. More information about registration and the call for speakers will be available soon.

PS: Don't forget the Xojo Developer Conference in Europe 2014 from 17th to 20th September.

iOS Frameworks coming

Just a note from WWDC: iOS 8 allows bundled frameworks inside apps.

This could technically allow both FileMaker and Xojo to support plugins on iOS devices!

We'll see if they use this new feature to allow us to port plugins to iOS.

MBS Xojo / Real Studio Plugins, version 14.2pr9

New in this prerelease of the 14.2 plugins:
  • Added JPEGExporterMBS.Markers.
  • Added SetRegistrationMessageMBS.
  • Added NSTableViewMBS functions for sort descriptors.
  • Added new CoreAudio functions.
  • Improved CustomNSSharingServiceMBS to use tag with variant instead of integer.
  • Added CFMutableAttributedStringMBS class.
  • Rewrote CFAttributedStringMBS class.
  • Added CFRangeMBS class.
  • Added helper functions to convert between NSMutableAttributedStringMBS and CFMutableAttributedStringMBS.
  • Added helper functions to convert between NSAttributedStringMBS and CFAttributedStringMBS.
  • Added WinNotificationMBS.SendMessage and WinNotificationMBS.SendMessageToWindow.
  • Removed implicit references to CoreText framework from 100 plugin parts...
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
The biggest plugin in space...

Archives

Mar 2024
Feb 2024
Jan 2024
Dec 2023
Nov 2023
Oct 2023
Sep 2023
Aug 2023
Jul 2023
Jun 2023
May 2023
Apr 2023
Mar 2023
Feb 2023
Jan 2023
Dec 2022
Nov 2022
Oct 2022
Sep 2022
Aug 2022
Jul 2022
Jun 2022
May 2022
Apr 2022
Mar 2022
Feb 2022
Jan 2022
Dec 2021
Nov 2021
Oct 2021
Sep 2021
Aug 2021
Jul 2021
Jun 2021
May 2021
Apr 2021
Mar 2021
Feb 2021
Jan 2021
Dec 2020
Nov 2020
Oct 2020
Sep 2020
Aug 2020
Jul 2020
Jun 2020
May 2020
Apr 2020
Mar 2020
Feb 2020
Jan 2020
Dec 2019
Nov 2019
Oct 2019
Sep 2019
Aug 2019
Jul 2019
Jun 2019
May 2019
Apr 2019
Mar 2019
Feb 2019
Jan 2019
Dec 2018
Nov 2018
Oct 2018
Sep 2018
Aug 2018
Jul 2018
Jun 2018
May 2018
Apr 2018
Mar 2018
Feb 2018
Jan 2018
Dec 2017
Nov 2017
Oct 2017
Sep 2017
Aug 2017
Jul 2017
Jun 2017
May 2017
Apr 2017
Mar 2017
Feb 2017
Jan 2017
Dec 2016
Nov 2016
Oct 2016
Sep 2016
Aug 2016
Jul 2016
Jun 2016
May 2016
Apr 2016
Mar 2016
Feb 2016
Jan 2016
Dec 2015
Nov 2015
Oct 2015
Sep 2015
Aug 2015
Jul 2015
Jun 2015
May 2015
Apr 2015
Mar 2015
Feb 2015
Jan 2015
Dec 2014
Nov 2014
Oct 2014
Sep 2014
Aug 2014
Jul 2014
Jun 2014
May 2014
Apr 2014
Mar 2014
Feb 2014
Jan 2014
Dec 2013
Nov 2013
Oct 2013
Sep 2013
Aug 2013
Jul 2013
Jun 2013
May 2013
Apr 2013
Mar 2013
Feb 2013
Jan 2013
Dec 2012
Nov 2012
Oct 2012
Sep 2012
Aug 2012
Jul 2012
Jun 2012
May 2012
Apr 2012
Mar 2012
Feb 2012
Jan 2012
Dec 2011
Nov 2011
Oct 2011
Sep 2011
Aug 2011
Jul 2011
Jun 2011
May 2011
Apr 2011
Mar 2011
Feb 2011
Jan 2011
Dec 2010
Nov 2010
Oct 2010
Sep 2010
Aug 2010
Jul 2010
Jun 2010
May 2010
Apr 2010
Mar 2010
Feb 2010
Jan 2010
Dec 2009
Nov 2009
Oct 2009
Sep 2009
Aug 2009
Jul 2009
Apr 2009
Mar 2009
Feb 2009
Dec 2008
Nov 2008
Oct 2008
Aug 2008
May 2008
Apr 2008
Mar 2008
Feb 2008