MBS Real Studio Plugins, version 11.3pr6

New in this prerelease of the 11.3 plugins:
  • Updated DynaPDF to version 3.0.8.17.
  • Added more methods for NSURLRequestMBS, NSMutableURLRequestMBS and NSURLDownloadMBS.
  • Changed WebUIDelegateMBS.CreateWithRequest to pass a NSURLRequestMBS object as parameter.
  • Updated LibXL to version 3.2.2.
  • Changed CGImage to Picture conversion to now use the picture's colorspace if it is RGB for better color accuracy.
Download: macsw.de/plugin/Prerelease

Notes from the last days

  • Real Studio 2011r4 will be the last release that supports Mac OS X 10.4, see blog.
  • Real World 2012 Registration Now Open! Register Early & Save $200 + 30% off your next order at our store! see Real Software Store
  • You have problems with PDF rastering in DynaPDF? Please check our latest plugins (11.3pr) with newer versions of DynaPDF. A lot of features have been added and a lot of bugs are fixed now.
  • We completed NSURLDownloadMBS class, so you can now do downloads with this. It's the same engine used in Safari. Also we extended NSURLRequestMBS and NSMutableURLRequestMBS.
  • Updated our VLC plugin for 1.1.11 for a client.
  • Got an Canon EOS 1100D. Nice camera. And Canon has an SDK, so there may be a new plugin for those cameras later this year!
  • Norman has a tip for including fonts into your app in Mac OS X. see blog
  • Please don't call Constructors outside a new call. They often don't handle the case where they need to cleanup before they create new objects, so you have a leak. We fix it of course, when we know about some special needs to do this.

Combine PDFs review

Nice to see that some websites pick my application. It's a short video in German: watch here.

MBS Filemaker Plugin, version 2.4pr11

New in this prerelease of the 2.4 plugins:
  • Updated Form Utility.
  • Fixed bug with Progress Dialog on Windows (progressbar jumped).
  • Our Drag and Drop functions can't work on Windows as Filemaker overwrites plugin there.
  • WebView.RenderImage now really has image type optional.
Download: monkeybreadsoftware.de/filemaker/files/

MBS Real Studio Plugins, version 11.3pr5

New in this prerelease of the 11.3 plugins:
  • Added WebDownloadDelegateMBS class.
  • Added NSURLDownloadMBS class.
  • Added IsValidCreditCardNumberMBS function.
  • Updated DynaPDF to version 3.0.8.16.
  • Changed MemoryBlock AddressMBS to return UInt64.
  • Added MemoryBlock AddressPtrMBS to return Ptr.
  • Added Mac only classes for CommonCrypto to have Mac App Store compatible encryption and also compatibility to apps for iOS: CCCryptorMBS, CCHMacMBS, CCMD2MBS, CCMD4MBS, CCMD5MBS, CCSHA1MBS, CCSHA224MBS, CCSHA256MBS, CCSHA384MBS and CCSHA512MBS.
  • Added more methods to CGColorSpaceMBS class.
  • Added Colorspace parameter to CGImageMBS.Picture() function.
  • The addCustomAggregateLabel, addCustomDataLabel, addCustomGroupLabel methods of the CDLayerMBS class now return the textbox they create.
  • Fixed a memory leak in CFDictionary conversion and optimized speed.
  • Optimized CFString vs. String conversion.
  • Fixed a bug in ReadString method of XLSheetMBS class.
  • Fixed XLSheetMBS ReadError.
  • Added SHA256MBS class.
  • Removed WindowsTimerMBS class. Our class is not better than Real Studio Timer class.
  • Fixed crash with calling CopyPicture, CopyMask and CopyPictureWithMask on PictureMBS class without parameters.
Download: macsw.de/plugin/Prerelease

Just donated for Joanne

maybe a good idea to spend a few dollars?

Click here to lend your support to: Van For Joanne and make a donation at www.pledgie.com !

I once met Christian Miller at Real World and I think it's great idea to help Joanne with a few dollars so she gets a special van. See details on vanforjoanne.com.

Notes from this week

  • Calling quit in app.open after using some Cocoa classes gives Cocoa exception message "NSApp with wrong _running count".
  • QuickTime video playback with QTKitMovieViewMBS seems to use same Color Matching as QuickTime player, so if your videos play too dark in MoviePlayer, you may want to switch.
  • Please order plugin licenses a few days before you plan to ship and not at the day of shipment. If the order gets delayed, this may be a problem.
  • We'll add a CGColorSpaceMBS parameter to CGImageMBS.Picture method. For getting a picture from a CGImageMBS, we need to specify a color space and different color spaces give different pixel values in the returned picture. Default is still generic RGB color space.

Real Software Programmers' Day Sale - Today Only!

Real Software is running a sale action today:

In honor of Programmer's Day, the 256th day of the year, Real Software is offering a 30% discount off any new Real Studio license keys.
With coupon code DAY256 and order being placed today (13th September), you get 30% for new licenses.

Real Studio Database Days: Sight Seeing

Some people come from far away to our Real Studio Database Days, so we thought about doing some sight seeing with them. If you like, you can join. Exact details will be arranged a few days before the event starts. If you come earlier or leave later, please inform us so we know you are there.

What can we visit?

Just 50 miles outside Frankfurt, you can drive to Limburg at the river Lahn. The historic city center is just beautiful with the old half-timber houses, the cathedral and the castle. It's a small city with only 33000 people and that may be the reason it was not destroyed in the wars. Drive there by taking A3 to north from Frankfurt or the ICE train from the airport.

The city of Koblenz is also a good stop for sight seeing. Castle Ehrenbreitstein is certainly worth a visit. From the castle you have a nice view over Koblenz. The city center has also a few nice places to visit like the castle or the Deutsches Eck place where the rivers Rhine and Moselle flow together.

Another stop could be the Marksburg, one of the famous castles along the river Rhine. Built in the 12th century it's an impressive midage castle and you have a nice view from top over the Rhine valley.

If you have more time, drive to cologne and see one of the biggest gothic cathedrals and the longest church in Germany.
Also worth a visit is Trier, Germany's oldest city with several roman buildings. See the old cathedral, city

see also hotels, companions, hotel pictures and the announcement

REALSQLDatabase improvements

SQLite can do a few more things than REALSQLDatabase implements, so we have a few wishes there in Feedback: While I can do a lot with plugins, hacking in a function like the timeout one is not easy and breaks once Real Software changes the plugin. Please sign on or comment if you are also interested in getting this cases done.

Real World Registration started!

Real Software just started their registration for Real World 2012.
Not sure if I'm the first, but I signed up a minute ago.

"Register early and save $200 + 30% off your next order at our store!"

Register here.

PS: We also have still space available for our Real Studio Database Days in November 2011 in Frankfurt, Germany.

Update: I'am the first who signed up :-)

MBS Real Studio Plugins, version 11.3pr4

New in this prerelease of the 11.3 plugins:
  • Changed DirectorySizeMBS class to now use UInt64 instead of double for the size properties.
  • Added CompressedSize, HiddenCompressedSize, QueryCompressedSizes and VisibleCompressedSize properties to DirectorySizeMBS class.
  • Changed OverlayMBS to no longer automatically call Update after a bounds change. This improves performance a lot on moving the window.
  • Added MAAttachedWindowMBS side method.
  • Added OverlayMBS InvalidateShadow.
  • NSImageMBS to Picture and back now supports console graphics.
  • Added properties, setValueDescriptorForProperty, valueDescriptorForProperty methods to NSAppleScriptMBS class.
  • Added WebViewMBS PrintToPDFFile function.
  • Added CustomNSToolbarItemMBS and CustomNSToolbarMBS.
  • Added NSToolbarMBS and NSToolbarItemMBS classes.
  • Changed SplitCommaSeparatedValuesMBS to handle double quotes correctly.
  • Added MAAttachedWindowMBS Constructor.
Download: macsw.de/plugin/Prerelease

Notes and Tips

  • CGCreateImageMBS: In older code we often used CGCreateImageMBS(p, p.mask), but with current plugins, it's better to simply
  • Problem: Safari reloads tabs when you click on it due Webkit2 Webprocess crashing. Solution: Turn of Java (not javascript) in security panel of preferences.
  • Added code to the FAQ for walking folder and proportional picture scaling. Will go online with next update tomorrow.
  • SOAP Kit works with Cumulus Webservice even with their strange namespace rules which made me a lot of work.
  • The application DLLs for plugins can be in different locations: "MyApp Libs\some.dll", "Libs\some.dll", "some.dll". Using app folder or Libs folder can be useful to have several apps share the DLLs.

Two month left till Real Studio Developer Days

First registrations are coming in. We already have people from Germany, Belgium, France, United Kingdom and USA signed up for the conference day. We also have registrations for the training day. Please sign up soon to reserve your seat for one or both days.

For our spotlight sessions we have still a session available, so if you like to come and present something, please contact us.

And for the pricing, the conference day is 99 Euro including value added tax. So if you have a company registered for VAT outside Germany in the European union, USA or Swiss, we can write you the invoice VAT free, which lowers price to 83.19 Euro. For other countries, I have to check the VAT rules.

see also hotels, companions, hotel pictures and the announcement

Real Studio Developer Magazine 9.6 published

The September/October 2011 (9.6) issue of Real Studio Developer is now available!
  • Using JSON * by Mattias Sandstrom
    Real Studio now has built-in JSON support. Hooray! But wait a second -- what the heck is it and what can you do with it?
  • Using Simple to Make the Complex * by Johnathan Mercer
    Cellular Automata is an example of how simple rules can produce complex results. Johnathan demonstrates this so you can explore the world of CA in Real Studio.
  • Tracer Bullet Development * by Tam Hanna
    There are lots of buzzword-filled development strategies, but Tracer Bullet is not only one of the most colorfully named, it's also one of the most effective. Learn how you can adopt this method of development to create
    better software.
  • From Real Studio to iOS * by JC Cruz
    Have you been curious about iOS development but were afraid to take the leap? Perhaps you'd simply like to know a little more to overcome your fear? In this in-depth article, Jose explains iOS development from the RS developer's perspective.
In our regular columns we've got articles on printing address labels, what's new in RS2011r3, the Storm database-development aid, and help figuring out what's holding you back development-wise, and much more. Enjoy!

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