64bit Ready

Yesterday someone asked the state of our 64-bit preparation. Well, while Xojo does not have 64-bit support, we can already build our plugins for 64-bit. Of course without a Xojo version to test and a SDK supporting 64-bit this is more a challenge and not very useful.

For FileMaker, we already ship 64-bit plugin for FileMaker 13 Server as well as Web Publishing on FileMaker 12 Server. We also are prepared for the time when FileMaker may support 64-bit on client.

So we await the first Xojo and Filemaker Pro alpha/beta versions with 64-bit support.

Xojo UK User Group Event - Birmingham, November 13-14 2014

The Xojo Developers UK User Group is pleased to announce a two-day event on Thursday 13th and Friday 14th November 2014, at a new venue this year - the offices at 77 Paradise Circus, Queensway, Birmingham UK, B1 2DT.

On Thursday you can learn about iOS if you like. In the evening, we go to Jimmy Spices, an excellent buffet restaurant with selected food from around the world.

On Friday, there are sessions to learn now things:
  • Custom Control Creation for a Specialist UI (Chris Carter)
  • Security Via Obesity: Being Clever About Storing Your Customers' Login Details (Hamish Symington)
  • A Radical Approach to Software Licensing (Steve Cholerton)
  • How Build Automation Makes Building And Distributing Xojo Apps Simpler (Tom Catchesides)
  • Using CURL (Christian Schmitz)
  • Using JSON & a RESTful API (Stewart Johnson)
  • Xojo News Video Chat (Geoff Perlman)
  • Advanced Xojo Code Language Features (Christian Schmitz)
And if we have time left, I can always talk about latest additions to MBS plugins.

More details and registration: event website. Only 12 seats left!

Conferences

The real value of conferences is meeting people in the lobby and later at the bar. The sessions are nice and you may learn something new, especially if you are new to a topic. So this month I visited three FileMaker conferences and meet more than 400 FileMaker developers from Europe. Also some Canadians from Quebec found their way to the french conference. I even had my first plugin presentation with speaking a few french sentences. And due to my local Xojo meetings, I also met over a dozen Xojo developers.

Within the last 3 weeks we got 50 new functions for our Xojo plugin. And over 80 new functions for our FileMaker plugin. This includes new functions for RichText, JSON, Container, EyeOne and Regular Expression.

For a conference, you can bring your computer with current projects. Talk about problems you have and ask the Pros for help. Learn new things and try them in your projects. Especially if you have crashes, you can give project to an engineer from Xojo/FileMaker and let them reproduce and debug the problem. Maybe you get a fix or workaround directly. Finally you make new friends and learn which engineer to ask for help in case of a specific problem.

So next year, I hope to see you all next April in Austin, Texas for the Xojo Developer Conference and later in July the FileMaker Developer Conference in Las Vegas.

MBS Xojo / Real Studio Plugins, version 14.4pr7

New in this prerelease of the 14.4 plugins:
  • Added more AVFoundation functions for Mac OS X 10.10.
  • Fixed memory leak with extra study data in RegExMBS class.
  • Updated DynaPDF to version 3.0.36.103.
  • Updated EyeOnePro4MBS class to be compatible with newer SDK.
  • Fixed bugs in DNSService* classes.
  • Fixed problems with UDPSocketMBS on Windows.
  • Fixed crash in plugin initialization with NSVisualEffect plugin part.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

My Case Study

Not sure if you read it already, but my case study is already five years old:

xojo.com/community/casestudies/monkeybread.php

You notice? The text says 26000 functions, but that already doubled!

If you want to tell your story, please contact Dana or Alyssa from Xojo, Inc.

Xojo for iOS

All Xojo Pro users are invited to join the beta program and take a look on the xojo forum.

Something interesting may be there.

And I think Xojo engineers appreciate a little bit feedback.

The 2015 Xojo Developer Conference

Just one month left to save $250 on a ticket with the early bird offer. Already over 50 people signed up for the conference, so it may sell out like last year :-)

The 2015 Xojo Developer Conference will take place April 29 - May 1, 2015 at the Radisson hotel in fabulous downtown Austin!

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.

iOS will require 32/64bit apps

Apple made an announcement for developers recently:

64-bit and iOS 8 Requirements for New Apps

Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later. To enable 64-bit in your project, we recommend using the default Xcode build setting of "Standard architectures" to build a single binary with both 32-bit and 64-bit code.



This means that both FileMaker with FileMaker Go and Xojo with their iOS support have to build apps with 32 and 64 bit support as universal apps. Those apps will than use the native architecture of the phone they run on. This avoids the need to load 32bit libraries on a 64bit Phone and saves memory. Currently FileMaker Go 13 ships with code for armv7 and armv7s, but all 32-bit.

New for Mac OS X 10.10 in MBS Xojo Plugins

We already have a few improvements for MBS Xojo Plugins for Mac OS X 10.10 Yosemite:

Mac OS X 10.10: 64-bit only Frameworks

As Xojo and FileMaker both wait for 64-bit support, we more and more feel the pressure from Apple to move to 64-bit. With Mac OS X 10.10 the following frameworks are 64-bit only and can't currently be used for plug-ins in FileMaker Pro and Xojo:
  • Accounts
  • AVKit
  • CloudKit
  • CoreAuthentication
  • CryptoTokenKit
  • EventKit
  • FinderSync
  • GameController
  • GLKit
  • Hypervisor
  • LocalAuthentication
  • MapKit
  • MediaLibrary
  • MultipeerConnectivity
  • NetworkExtension
  • NotificationCenter
  • Social
  • SpriteKit
  • vmnet
Also some features are no longer available in 10.10 for 32-bit applications like NSSharingService.

MBS Xojo / Real Studio Plugins, version 14.4pr6

New in this prerelease of the 14.4 plugins:
  • Updated ChartDirector Control example for retina.
  • Updated FontActivateMBS function to use CoreText.
  • Fixed problem with functions returning CGGradientMBS objects.
  • Fixed problem with RemoteControlMBS.MacMousePositionY.
  • Fixed problem with wrong formatted date when sending emails.
  • Updated SQLAPI++ 4.1.4.
  • Fixed possible crash in AVCaptureStillImageOutputMBS.captureStillImageAsynchronously method.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Tip of the day: Quickly query image size

If you just need the size of an image on Mac OS X in your Xojo app, well using CGImageSource can be much faster than opening the image for that. By using Picture.Open you load the whole image in memory which can take a few milliseconds. Loading just the file header with metadata can be much faster. So the following code uses CGImageSourceMBS class to open the image and read the properties of the first image:

// open an image file dim path as string = "/Library/Desktop Pictures/Galaxy.jpg" dim f as FolderItem = GetFolderItem(path, FolderItem.PathTypeNative) Dim c As New CGImageSourceMBS(f) // properties for first image dim p as Dictionary = c.PropertiesAtIndex(0) dim w as integer = p.Value(c.kCGImagePropertyPixelWidth) dim h as integer = p.Value(c.kCGImagePropertyPixelHeight)

Xojo Meeting in Winterthur

On Monday we had a nice meeting in here Winterthur for dinner.

Talked about news in Xojo like upcoming iOS, migration from Carbon to Cocoa, comparison between Xojo and Delphi, going to the XDC 2015 in Austin and other topics.

PS: There is a second meeting here on saturday.

MBS Xojo / Real Studio Plugins, version 14.4pr5

New in this prerelease of the 14.4 plugins:
  • Fixed a bug with handling NSWindow in a NSDictionary in some conversion.
  • Fixed a bug with CURLEMailMBS class's handling of CC addresses.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Xojo UK User Group Event - Birmingham, November 13-14 2014

The Xojo Developers UK User Group is pleased to announce a two-day event on Thursday 13th and Friday 14th November 2014, at a new venue this year - the offices at 77 Paradise Circus, Queensway, Birmingham UK, B1 2DT.

On Thursday you can learn about iOS if you like. In the evening, we go to Jimmy Spices, an excellent buffet restaurant with selected food from around the world.

On Friday, there are sessions to learn now things:
  • Custom Control Creation for a Specialist UI (Chris Carter)
  • Security Via Obesity: Being Clever About Storing Your Customers' Login Details (Hamish Symington)
  • A Radical Approach to Software Licensing (Steve Cholerton)
  • How Build Automation Makes Building And Distributing Xojo Apps Simpler (Tom Catchesides)
  • Using CURL (Christian Schmitz)
  • Using JSON & a RESTful API (Stewart Johnson)
  • Xojo News Video Chat (Geoff Perlman)
  • Advanced Xojo Code Language Features (Christian Schmitz)
And if we have time left, I can always talk about latest additions to MBS plugins.

More details and registration: event website

Xojo meeting in Den Haag

We had a nice meeting with local Xojo developers in Scheveningen, near Den Haag.

From 12 people actually 8 came and we had dinner in the hotel restaurant.

Would be nice to have more local meetings in various locations :-)

BKS Training Day @ XDC 2015

Bob Keeney may do a training day at the Xojo Developer Conference 2015:

Two years ago we did a day of training before XDC began in Orlando at the same hotel that conference was held at. We had about 20 people attend and the recording is available to our video training subscribers. Last year we had to cancel the training day in Las Vegas due of lack of interest.

It's a lot of work to organize and get prepared. To get a feel for how many people are interested we’ve created a short 3 question survey regarding the potential training day at XDC 2015.

surveymonkey.com/s/YDKJ8F9

Let me know if you have any questions!


Using Google Mail with MBS Plugin

If you have a google mail account and you enabled IMAP, POP3 and SMTP on it, you can use it with our MBS Plugin to send and receive emails.

To send, please use server "smtp.gmail.com" and pass true for UseSSL parameter. And that's all you need for sending, because the normal SSL will be good enough.

For IMAP to receive, use URL with "imaps://imap.gmail.com" (s for SSL). And with that little change the imap example from us also works fine.

Next plugin will have an example for that.

Xojo Meetings

Just a reminder for the Xojo meeting:

8th October, Den Haag (Scheveningen)
13rd October, Winterthur 1
18th October, Winterthur 2
21st October, Toulouse

If you want to join, please contact me. Meetings are about 7pm in a restaurant. No cost except your own drinks and meal.

MBS Xojo / Real Studio Plugins, version 14.4pr4

New in this prerelease of the 14.4 plugins:
  • Changed GMImageMBS to use Windows ANSI encoding for strings on Windows.
  • Improved DynaPDFRawImageMBS class.
  • Added webview property for MKMapViewMBS class.
  • Changed XLBookMBS.SetKeyGlobal to raise exception if called after first XLBookMBS instance was created.
  • Fixed OverlayMBS.Update(Show) for Cocoa to draw window when you call it and not later.
  • Upgraded Xcode to version 6.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

MBS Plugin to Visual Fox Pro

Just a quick note:
Using MBS Plugin and SQL functions you can connect to a Visual Fox Pro database. Simply use ODBC driver and right connection string.

e.g.this connection string:
"Driver={Microsoft Visual FoxPro Driver};SourceType=DBC;SourceDB=c:\test database.dbc;Exclusive=No;NULL=NO;Collate=Machine;BACKGROUNDFETCH=NO;DELETED=NO;"

As all details are included in connection string, you don't need to setup an ODBC data source.
And client is happy as they now can query data from the Visual Fox Pro database and import to Xojo or FileMaker.

MBS Xojo / Real Studio Plugins, version 14.4pr3

New in this prerelease of the 14.4 plugins:
  • Updated DynaPDF to version 3.0.35.102.
  • Added QTMovieModernizerMBS class.
  • Added WinOpenFolderAndSelectItemsMBS function.
  • Added EnablePeakLocking and Overlap properties to AUPlayerMBS class.
  • Improved CatSearchMBS class to use UInt64 for file sizes.
  • Improved SendMail functions for better handling with Mime Alternatives.
  • Added NSTextViewMBS.UsesInspectorBar.
  • Added ProcessFinish function to ZLibCompressMBS, required for the case when input data is very compressible and additional output is produced to finish.
  • Fixed crash when calling BlowFishMBS.SetKey with empty key. Still not recommended.
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