Conference and Training in Birmingham (UK)

If you come to the UK or you live there, please be sure to check those dates and see if you can join us:

Xojo training
Learn about Web, Desktop and Console Development, database usage and all the topics you asked in the group.
Maybe iOS development if Xojo has an alpha/beta available by that date.
21st November 2013, from 9am to 5pm. Registration

Xojo Meeting
On the evening, please join us for dinner and talk to other Xojo developers.
21st November 2013, from 6pm to maybe 10pm.

Xojo Conference
And 22nd November 2013 we have a conference. Your chance to meet people from UK and learn about new things, get connected and exchange ideas. See how other code their applications and get new ideas. Registration.

CURL from command line to Plugin

Sometimes people find example code for using some web service like this:

curl -k -H "APIKey : 3024224b-1322-41be-2323-12345678a530" -H "Content-Type: application/json" -X POST -d "[{SCID: 'TH258', DateWeekEnding:'2013-09-27',Details :[{PayElementCode : 'BASIC' , TotalValue:100.10}]}]" "https://mobile.something.test/Common.API/api/Payroll/PostPayslips"

Now how to translate to plugin calls? (more)

XDC 2014 just 6 months away

In just six months you can come to Las Vegas, go to the Monte Carlo hotel, walk into the bar and find all the people from the community there. The Xojo team will be there and of course me as I signed up already.
If you want to go to the strip for eating, be sure to collect a few coupon codes there. Last time we got a few for $5 off coupons for Dennis.

Registration started for the Xojo Developer Conference 2014 in Monte Carlo Resort and Casino. So you can already take the chance to reserve your seat. Be sure to take advantage of the early bird offer: $750 until November, 30 2013. Regular price is $950.
Also the hotel has an excellent rate. Looks like it's $69 for some days, but if you stay a week you are at about $77 in average.

The Xojo developer conference is the biggest event in the year for Xojo developers. Usually there are about 100 guests, but maybe this time a few more due to being in Las Vegas? See you there next year!

Apple Tech Talks

Want to learn more about iOS 7 development of games or apps?

You can attend Apple's iOS 7 Tech Talks to watch a couple of nice sessions about what's new in iOS 7.

Well, it's more like a lottery. I applied for Berlin so maybe we can meet there :-)

MBS Filemaker Plugin, version 3.4pr5

New in this prerelease of the 3.4 plugins:
  • Added new functions for Calendar on Mac OS X.
  • Added new SerialPort functions: GetRTS/SetRTS, GetXON/SetXON, GetDTR/SetDTR, GetCTS/SetCTS and SetDSR/GetDSR to set flow control options.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

MBS Xojo / Real Studio Plugins, version 13.4pr5

New in this prerelease of the 13.4 plugins:
  • Fixed bug in PictureMBS.CopyPixels.
  • Added VLCMediaPlayerMBS.GetMemory.
  • For compatibility to old projects, we still include the old AESMBS class with the name OldAESMBS. Please move to newer methods soon.
  • Renamed Picture.FindPicture to FindPictureMBS.
  • Added NewGWorldWithBuffer function.
  • Improved internal array reading/writing to Xojo/Real Studio array objects.
  • Added new NewGworld variant on GWorldMBS class. Also new constants and a new ClearWhite flag.
  • The Kagi Windows Registration module doesn't work. The DLL crashes on loading in Real Studio and Xojo. The plugin has been updated to now allow loading of DLL from file, so you can use a newer one once the bug has been fixed by Kagi.
  • Added custom icons to our Real Studio Plugins.
  • Added RotateImageAndMaskMBS function.
  • Updated DynaPDF to version 3.0.30.76.
  • Fixed fix for DelayMBS from pr4.
  • Added CreateWithICCProfile and Name to CGColorSpaceMBS class.
  • Added Picture.CGColorSpaceMBS function.
  • Changed NSToolbar* classes to have more properties you can see in debugger.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Xojo Event, Birmingham UK, 21-22 November 2013

The Xojo Developers UK User Group is pleased to announce a two-day conference on Thursday 21st and Friday 2nd November 2013, at the Regus office, Ground Floor, One Victoria Square, Birmingham, B1 1BD.

THURSDAY 21ST NOVEMBER - XOJO TRAINING BY CHRISTIAN SCHMITZ

The Thursday will be a Xojo training day, when the excellent Christian Schmitz of Monkeybread Software will teach attendees how to create an integrated application using a combination of a Console app, a desktop app and a web app. Also with example projects for advanced language features, sockets, xml, file handling and threads.

PLEASE NOTE: The training day is administered by Christian Schmitz directly, places can be booked and payment for the day made via his website at monkeybreadsoftware.de/realbasic/events/.

FRIDAY 22ND NOVEMBER - XOJO DEVELOPER PRESENTATIONS & NETWORKING

The Friday is packed with developer presentations and networking opportunities. During the day there will be presentations from guest speakers from the UK and abroad, including: (more)

XDC 2014 Registration Started

Registration started for the Xojo Developer Conference 2014 in Monte Carlo Resort and Casino. So you can already take the chance to reserve your seat. Be sure to take advantage of the early bird offer: $750 until November, 30 2013. Regular price is $950.
Also the hotel has an excellent rate. Looks like it's $69 for some days, but if you stay a week you are at about $77 in average.

The Xojo developer conference is the biggest event in the year for Xojo developers. Usually there are about 100 guests, but maybe this year a few more due to being in Las Vegas? See you there next year!

Omegabundle Mini for Xojo 2013

OmegaBundle is now available in two editions:
OmegaBundle Mini for $99 contains:
  • Valentina DB ADK for Xojo
  • Pariahware Elastic Web Page
  • Ohanaware AppWrapper Mini
  • J Leroy Toolbar
  • J Leroy Ribbon Control
  • TT Zip Classes
  • 12 Months Digital Subscription to xDev Magazine
  • Valentina Studio Pro
OmegaBundle regular for $399 contains:
  • Valerian Icon Set
  • App Wrapper
  • MBS SQLite Extension
  • Retina Display Kit
  • Arbed: The Advanced Editor
  • Pariahware Elastic Window
  • Franklin 3D
  • MBS Xojo SQL Plugin
  • J.Leroy Control Bundle
  • 12 Months Digital Subscription to xDev Magazine
  • Shade 10 Standard Edition
  • Valentina Server
  • Valentina Reports
  • Valentina Studio Pro
You can buy both. This way you get all the items including 24 months of xDev Magazine. PS: The bundle ended and is no longer available.

Xojo 2013r3 arrvied

Xojo 2013r3 was released. You can download it and see the change list. It has a couple of new things which look very interesting. First of course a lot of bug fixes and IDE refinements. But also additional functionally.

Please check the new webfile functionality. You can now stream files from disk for downloads and this reduces the memory footprint of your web applications. Now it is more unlikely that your app crashes due to out of memory exceptions.

For file uploads, they go now to a temp file which you can than move to their final destination or delete. So check the WebUploadedFile class. If you call the old Data function, the file is read from disk to keep existing code working. The new Save method allows to copy the file to another destination. But as it seems to use Binarystream internally, you may get an IOException, so please handle that with try/catch.

Something more hidden, but working is the new constant TargetXojoCloud. It must have been there since the cloud plans came up. Still if you plan to use the cloud, you can have code different in case of running in the Xojo Cloud compared to running a local copy on your own machines. As the cloud option may come in r4 later this year, you could already So you now can use code like this:

#if debugbuild then
// in the debugger
#elseif TargetXojoCloud then
// on the cloud
#else
// on your own server
#endif

Testing on Windows XP with the betas showed that IE 7.0 now causes the AllowUnsupportedBrowser event. So it may no longer be supported by Xojo.

By the way, recently _webSupport was discovered here. One of the internal modules, I presume. At least you can type _webSupport. and press tab in editor to see autocomplete suggesting method names. I bet that is a bug, but a line like this works:

dim s as string = _webSupport.GZipCompress("Hello", 9)

Of course this is unsupported and you should not use it. Probably it is needed internally for sending gzip compressed data to the browser. But we are curious and would love to see more internals, so we better understand how things work and way. Maybe we can ask Xojo engineers to talk more about how things work internally on the conferences?

Another little change is that WebImageView.PictureChanged event only is called in javascript if you actually implemented it. That's a little change, but causes less traffic when assigning images to image views.

For MySQL Database also the MultiThread property is gone as now all queries run threaded. We'll see what problems this may solve or create.

MBS Xojo / Real Studio Plugins, version 13.4pr4

New in this prerelease of the 13.4 plugins:
  • Fixed memory leak with CocoaControlMBS not releasing its view.
  • Fixed problem with missing plugin icon on Mac OS X by once again including a custom file icon.
  • Compiling now with latest SDK of Xojo 2013r3. This should not affect older Realbasic versions, if everything is setup correctly.
  • Added BlockMBS class for using blocks with declares.
  • Added more RegExMBS methods and properties.
  • Fixed memory leak with DynaPDFTableMBS class.
  • Fixed crash with JPEG encoded TIFF files introduced in pr1.
  • Updated MidiPlaybackMBS to user newer APIs.
  • Changed DelayMBS and QuickTimePollMBS to set dummy gworld for the current port to avoid crash with invalid ports.
  • Changed SQL Plugin to use 16bit strings on Linux.
  • Added more NSTimeZoneMBS methods.
  • Fixed bug in FileListMBS with sorting on Windows.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

MBS Filemaker Plugin, version 3.4pr4

New in this prerelease of the 3.4 plugins:
  • Fixed GMImage.GeticcColorProfile and similar functions to return empty result if there is no profile.
  • Fixed memory leaks with NSImage handling on Mac.
  • Added RemoteControl.HideCursor and RemoteControl.ShowCursor.
  • Improved PDFKit handling of Document references to make it not crashing when using invalid reference numbers.
  • Fixed bug with Japanese Characters in Formulas.
  • Fixed bug in Addressbook.searchGroupsWithName.
  • Updated Window functions for disabling the close/maximize/minimize buttons on Mac OS X. As FileMaker 12 reenables them all the time, we simply hide them now.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

Update for our QuickLook Plugin for Xojo and Real Studio Projects

You have several Xojo and Real Studio versions in use? Want to know in advance what version a project has?
Well, in that case, try our new plug-in for QuickLook: MBS-Xojo-QuickLook-Plugin.dmg
Before you install it, your project icons look like this:

but after you installed our plug-in to /Library/QuickLook and you restarted the Finder or logged in the next time, your icons look like this:

Enjoy! This plug-in is freeware, so tell your friends. Version 1.3 adds support for XML projects and Xojo.

OmegeBundle extended


Another week time to order your copy if you like the included items.

Feedback cases from the conference and training sessions

Here are a couple of feedback cases resulting from discussions at the conference in Koblenz: If you like those, please add them to your favorites, add comments or tell your favorite RS engineer you'd love to see the case being implemented.

Sandbox and playing Midi

If you plan to use our MidiPlaybackMBS class with a sandboxed application on Mac OS X, than you may not hear any sound. Initialization of the class fails due to restricted permissions.
The fix is to add a couple of entitlements:
  • com.apple.security.device.microphone
    This one allows your application to access the microphone.
  • com.apple.security.temporary-exception.mach-lookup.global-name
    This allows talking to the MIDI Server which coordinates all the Midi functionality across applications.
  • com.apple.security.temporary-exception.audio-unit-host
    This allows talking to audio components which are not itself sandboxed.
Those keys may also be needed with other audio related classes.

For more details, please check developer.apple.com/library/mac/qa/qa1483/.

Conference Pictures from Thomas Tempelmann

Please go here: flickr.com/gp/tempel/Ko4Erv

Pictures from the MBS Xojo conference

Some snapshots from yesterday in a break with older and younger attendees:


30% discount on new Xojo licenses today

We just received a note from Xojo, Inc. that they run a promotion for new licenses:

September 13th is International Programmer's Day! To honor all of you hard working developers, tomorrow only, Xojo is offering 30% off all NEW Xojo licenses! Use coupon code DEVDAY at checkout to get the discount.
If you already have a Xojo license, this is a great opportunity to expand into web development, add a console or database access license, or share Xojo with that friend who always wanted to get into programming.
xojo.com/store

Greetings from the Conference

The conference started. We already had a MBS Keynote and now Stephane is doing his presentation.
He just shows what's new this year in Xojo.

Ballroom open - please come

The ballroom is open, so you can come and join the conference.

Also next to the bar, you find a coffee machine and some biscuits.

Conference starts at 9 am.

Yesterday we had a nice dinner with 25 people already showing up.

The conference is starting

Greetings from the Contel Hotel bar. I'm sitting here to check who is already here and if you like, come downstairs and look for the guy with the MBS t-shirt next to a Macbook Pro.

And don't forget to check the newest blog entry from Xojo about iOS progress.

Hide the Close/Minimize/Zoom button on Mac OS X

On Mac OS X you can hide the buttons on the window title bar with our plugin. With both FileMaker and Xojo (RealStudio), we have code in next prerelease.

For Real Studio and Xojo we have an example project to disable or hide the buttons.

For FileMaker we have our normal functions to disable the buttons which will now hide them also.

Sometimes it is good to disable the buttons to disallow the user to close the window while some process is running.

MBS Filemaker Plugin, version 3.4pr3

New in this prerelease of the 3.4 plugins:
  • Our Mac plugin is now code signed.
  • Updated CURL to version 7.32.0.
  • Added first version with 64 bit support for Mac OS X. This enables you to use our plugin in WebPublishing on FileMaker Server.
  • Improved SQL functions to work on FileMaker 12 and newer version.
  • Added DynaPDF.DeletePage function.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

Training days for MBS Filemaker Plugin

The people at denkform.de are hosting a training for our MBS Filemaker Plugin. So if you want to spend a day with us learning about our plugin, please join us.

We make a guided tour and show you a couple of highlights and examples. Talk about what you can do and how you do some things. Later we will implement a couple of things in sample databases like the Audit function. Also download and upload with CURL is a good topic. We will look into the webviewer extensions and fill a sample form. Next we will do some image editing and writing a report into a Excel file.
Finally we have plenty of time for questions.

This event is in German (english event is also possible).
We meet 7th November 2013 at 9:30 am in Denkform office. Cost is 70 Euro (+VAT) and you can buy a 5 seat license for additional 70 Euro (+VAT).
You can register on the denkform website. After the event, there is the regular meeting which everyone can join for free and have dinner with us.

Other dates for similar events are: 6th February 2014, 8th May 2014, 7th August 2014 and 6th November 2014.

Tip of day: Time conversion from/to GMT

You can use date class to go to totalseconds in GMT to write to a database and later restore it to local timezone:
// now dim d as new date // now in GMT dim e as new date e.GMTOffset = 0 // show MsgBox str(d.TotalSeconds,"0.0")+" "+str(e.TotalSeconds, "0.0") dim GMTTimeStamp as double = e.TotalSeconds // restore dim f as new date // add GMT offset here f.TotalSeconds = GMTTimeStamp + f.GMTOffset*3600 // because here it's removed f.GMTOffset = f.GMTOffset MsgBox d.ShortTime+" ("+str(d.GMTOffset)+") "+str(d.TotalSeconds,"0.0")+EndOfLine+_ e.ShortTime+" ("+str(e.GMTOffset)+") "+str(e.TotalSeconds,"0.0")+EndOfLine+_ f.ShortTime+" ("+str(f.GMTOffset)+") "+str(f.TotalSeconds,"0.0")

MBS Xojo / Real Studio Plugins, version 13.4pr3

New in this prerelease of the 13.4 plugins:
  • Changed BlowFishMBS and AESMBS class to clear keys in destructor.
  • Updated DynaPDF to version 3.0.29.75.
  • Added ModeRaw to JPEGImporterMBS class.
  • Added ColorSpace property and constants to JPEGImporterMBS class.
  • The LCMS2ProfileMBS class shows now more properties in debugger.
  • Added CMYK mode for JPEGImporterMBS for reading CMYK images as picture objects. Good for a quick preview, but for real work you should use LCMS for a real color conversion.
  • Added more methods for NSColorSpaceMBS class.
  • Fixed problem with AES decryption.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

Tip of day: Move file/folder to trash

For Mac OS X and Windows using MBS Plugin functions:
Shared Function MoveFileToTrash(f as FolderItem) As Boolean #if TargetMacOS then dim r as FolderItem dim e as integer = MacFileOperationMBS.MoveObjectToTrashSync(f, r, MacFileOperationMBS.kFSFileOperationDefaultOptions) if e = 0 then Return true // Ok end if #elseif TargetWin32 then dim w as new WindowsFileCopyMBS dim flags as integer = w.FileOperationAllowUndo + w.FileOperationNoErrorUI + w.FileOperationSilent + w.FileOperationNoConfirmation if w.FileOperationDelete(f, flags) then Return true // OK end if #else // Target not supported break Return false #endif End Sub

xDev Magazine Issue 11.5

The September/October 2013 (11.5) issue of xDev Magazine is now available. Here's a quick preview of what's inside:
  • Xojo is a Trip by Keith Colbaugh
    What is it like using Xojo for the first time? Probably nothing like this!
  • Gardening with Xojo by Marc Zeedar
    What does Marc think about when programming? His vegetable garden. What does he think about when gardening? Programming! Now he mixes the two.
  • Tips on Liking Xojo's Navigator by Brad Hutchings
    The new Xojo Navigator is controversial. Some want it thrown out completely. That's unlikely, so Brad's here with some tips to help you like the Navigator.
  • When to Dim by Marc Zeedar
    It's debate time: is it better to "dim" variables at the top of your method or just before you need them?
  • Adventures in Upgrading by Marc Zeedar
    Marc put off upgrading his big app for way too longā€¹moving it to Xojo was a massive task. Perhaps you can learn from his experience.
Plus: Container Controls, Toolbars, SQLiteDatabase, Adjacency Model, more!
In our regular columns we've got articles on Container Controls, Toolbars, SQLiteDatabase, Adjacency Model, and much more. Enjoy!

And if you like, please join the authors team by sending in an article of your topic choice.

Web Signature Kit

Here is a little teaser on the signature control we work on for Xojo Web Edition. It allows you to have a control where users can sign with a pen or their finger in a web app.

Some things can be customized like the colors and you receive image as JPEG or PNG for storage in a database.

Any feedback is welcome. You can try it on our website.

MBS Xojo / Real Studio Plugins, version 13.4pr2

New in this prerelease of the 13.4 plugins:
  • Added constructor to RegExMBS to specify the internal vector size to use.
  • Updated PCRE (RegEx) to version 8.33.
  • Updated CURL to version 7.32.0.
  • Fixed RegExMBS.Study function to return true even if no extra information was found on study.
  • Created new Encryption plugin.
  • Added ECDHEMBS class.
  • Added OpenSSLMBS module.
  • Rewrote a couple of encryption classes.
  • Added FileListMBS methods to return dates as date object.
  • Added LaunchServicesApplicationListMBS private Constructor.
  • Added NSColorMBS.colorWithGenericGamma22White and NSColorMBS.colorWithSRGB.
  • Added more CFStringMBS, CFBinaryDataMBS, CFBooleanMBS methods.
  • Updated RegEx to PCRE 8.33.
  • Added WMIObjectMBS.GetPropertyBoolean.
Download: macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.

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