If you like to know the BIOS Serialnumber of a Windows PC, you can use
WMI classes and a query like "SELECT * FROM Win32_BIOS" to get it.
Simply try it in our example project WMI Query. Compile the project on Windows, enter the query and run it. In the list of the values you get, you see SerialNumber near the bottom.
It should look like this:
One of our plugin users, Dr Gerard Hammond, uses our MBS Real Studio SQL Plugin to connect to a Sybase database on Linux using the open client libraries.
Read the details here:
docabilly.wordpress.com/2012/08/31/a-three-course-cross-platform-feast-yum/
It is always great to see what people do with our plugins.
Today we added OCR functions for our Filemaker plugin. The example looks like this:
We use tesseract3 as engine and provide the plugin functionality for both Real Studio and Filemaker with our latest plugins. Basically you simply give it an image and ask for the text. For better results you should check the options like defining the page segmentation mode or an rectangle of interest.
The results in first tests of some users are less than optimal. Mostly because they use the wrong options. Like for a business card, the default page segmentation mode is wrong. Single Block mode does not work well with multi column texts or mixed texts like in a business card. Better use Auto mode here.
Next you need to make sure you have the best image. We recommend at least 150 dpi, better 300 dpi. And if you have RGB or Grayscale. B/W is often not so good. Internally tesseract applies some filters and converts itself to black and white later. But the result with RGB or grayscale is normally better if you let tesseract convert the colors. Using an image with poor resolution can cause tesseract to not recognize anything at all.
Finally you have to choose a language. The reason is that the engine has been trained with demo text from a given language. You can of course create your own file here. If you don't know the language you can simply try with all packs you want to support and pick the result with best confidence.
You find documentation
here for Filemaker and
here for Real Studio.
We hope you have fun adding OCR functionality to Real Studio and Filemaker solutions. If you have questions, please do not hesitate to contact us.
New in this prerelease of the 12.4 plugins:
- Fixed problem with events in QTMovieViewMBS and CustomNSScrollerMBS.
- Added new NSLayoutManagerMBS methods to show invisible characters. Use with NSTextViewMBS.
- Added NSTextContainerMBS class.
- Added classes for avahi library on Linux (like Apple's Bonjour)
- Added LargeBinaryStreamMBS.Lasterror and LargeBinaryStreamMBS.QueryDiskGeometry.
- Changed color functions for DynaPDFTableMBS class, so you can now pass integers or floats for up to 16 channels.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
With next plugins, you can show invisible characters in Mac OS X with NSTextViews. Of course this also works for textarea controls in Cocoa targets.
The plugin can replace space, tab and new line characters with new characters and draw them. Also you can change the text color if needed, like use a dark gray or a red like in the example.
For this we extended
NSLayoutManagerMBS class with new properties and also added methods to
NSTextViewMBS to change the layout manager.
The new
Mac & i magazine is now available. It is a german magazine, but it may be worth for you even if you only need the license. Included on the magazine DVD is a copy of Real Studio in Person Edition. So you can get a copy of the magazine, register for the free personal license and later benefit from automatically updating to Desktop license in October.
Also in the magazine: A four page tutorial for beginners on how to write a little game with pictures, folder items, canvas and much more.
Thanks to the Mac & I team for supporting Real Studio
We have for years now the classes for
DNS Service so you can register and search for services on Mac OS X and Windows.
Now we had the request to search services on Linux, too. The Apple implementation of Bonjour is only available on Mac OS X and Windows, but not on Linux. But on linux there is a similar library called
avahi. And we can use this library with our plugins.
So with next prerelease plugins, you can try examples and check the new classes like the
AvahiBrowserMBS class. And if your app already support linux and uses our Bonjour classes on Mac and Windows, how about adding the same for Linux?
New in this prerelease of the 12.4 plugins:
- Fixed bug with OverlayMBS not positioning right in RS 2012r1.
- Added SunTimesMBS module.
- Added CDBaseChartMBS.patternColor, CDDataSetMBS.setDataSymbol, CDPolarLayerMBS.setDataSymbol and CDThreeDScatterGroupMBS.setDataSymbol. They take a Real Studio picture.
- Added MultiThreaded property to WindowsFileCopyMBS class.
- Changed CIFilter*MBS classes to use less auto releasing and release memory faster.
- Added MacQuarantinePropertiesMBS.Dic for debugging.
- Fixed CFShowMBS and CFShowCFStringMBS, so it uses NSLog internally and works on Mac OS X 10.8.
- Fixed crash on Windows with LargeBinaryStreamMBS.Length.
- Fixed bug in EyeOnePro4MBS events.
- Added LinuxWebViewMBS and LinuxWebFrameMBS classes.
- Added better Windows support for FolderItem functions AccessDateMBS, ModificationDateMBS and CreationDateMBS.
- Added Windows support for Folderitem.KindMBS function.
- Rewrote big parts of LargeBinaryStreamMBS class.
- Added shared methods to LargeBinaryStreamMBS, so you can open files with folderitem or path.
- Added more nil object exception tests for memoryblocks passed to plugin.
- Improved exceptions from plugin. Out of bounds exception have now message with range, function name and parameter name, so you can easier find problem when debugging.
- Fixed a bug in EyeOnePro4MBS.OpenDevice.
- Fixed a problem with PNGReaderMBS reading iOS optimized PNG images.
- Fixed ThreeDScatterChartMBS.addScatterGroup.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
Do you work alone or do you have several developers working with Real Studio or Filemaker?
Well, not sure if you know, but the license from Real Software is given per developer. So if you have three people working with Real Studio, you also need three licenses.
The rules are similar for Filemaker products, but you often have volume licenses for using Filemaker in bigger companies.
For our plugins, we also sell licenses per developer. We do not count which platform you use or if you have several desktop and/or laptop computers.
Also you should know that for businesses the Mac App Store sells software per user. So a company needs to have several licenses of Mac OS X 10.8, one for each user. But for the Mac Developer Programm members, the Mac OS X licenses are included as far as I see and covered for all Macs you use for development/testing. A private consumer only needs one license for all of his computers.
Licensing is not always easy and if you have questions or we can assist you, please contact us.
If you install Real Studio 2012r1, please also update plugins.
We had today a few support calls where people had trouble with older plugins. With older plugins, you may see problems like plugins not loading, errors on compilation or crashes.
MBS Plugins 12.3 and newer works fine. If you have trouble with MBS plugins, please contact us.
Real Software announced earlier today that Real Studio 2012 Release 1 is now available! With more than 350 improvements and support for OS X Mountain Lion, this release also includes:
- Webkit Support for HTMLViewer on Windows
- Incremental Reading/Writing of BLOBs in SQLite/RealSQLDatabase
- Significant progress with Cocoa support. Most, if not all, of your projects should compile for Cocoa at this point!
- Tons of improvements have also been added for Real Studio Web Edition - 106 to be exact!
View the
preview video of this release to learn more.
Download Real Studio 2012 Release 1 today.
We are adding backup functions to our MBS Real Studio SQL Plugin. This way you can do online backups of your SQLite database. Even if your normal app uses SQLite using REALSQLDatabase class, you can still open a second connection with our plugin and do a backup while the database. Read about the
backup functions in sqlite here.
Code is like this:
dim s as SQLite3MBS = con.NativeAPI
dim b as SQLite3BackupMBS = s.BackupInit(conBackup, "main", con, "main")
if b<>nil then
while s.BackupStep(b, 100) = s.kErrorOk
// show progress
wend
if s.Backupfinish(B) = s.kErrorOk then
MsgBox "backup okay"
end if
else
MsgBox "Failed to start backup."
end if
As you see, you get the native API of the
SQL connection with the
SQLite3MBS class. There you call backup methods there. You keep and pass the
SQLite3BackupMBS object to the functions.
For some time now Real Studio uses WebKit on Linux for the HTMLViewer control. Our plugin now gets a few new classes in 12.4 release to use more webkit features. So with the new
LinuxWebViewMBS class and the new
LinuxWebFrameMBS class you can control more things than before. Like GoBack or GoForward or setting a proxy URL.
In the next months we can add more. But first we await your feedback. Because we have no idea how many people use this feature of Real Studio beside the developers who asked for this classes.
New 12.4pr3 plugins will be available soon, so you can test this.
The
Omega Bundle is available until 20th August 2012:
Maybe you saw my
feedback case 12703 about adding more details to the message of OutOfBoundsException objects automatically. A little change in the code generator could create message texts for those exceptions giving details on what went wrong.
Today I spend a couple of hours going through my own plugins and do this change myself for my functions. The plugin knows the allowed range and also which function you called. So we can give this detail in the message. If you have a bug reporter phoning home, you can analyze the message later. (For example using our
Bug Reporter Kit).
So this code:
dim m as new PictureMatrixMBS
m.Matrix(9,9) = 5
Now raises an OutOfBoundsException with message "Parameter x to method Matrix is too big. Range is 0 to 4, but value is 9.".
In addition we improved memoryblock checks for nil. So calling some functions with a nil memoryblock no longer silently fails, but raises an exception. For example NewCFBinaryDataMBSMem now raises a NilObjectException with message "memoryblock is nil" if you call it with nil for the memoryblock parameter. Something you should never do.
Those new checks may raise exceptions where code worked just fine before. But I think it's important to fix problems and not have functions fail silently in case something is really screwed up. Of course there is a possibility that one of the checks is wrong, so please report if you see an exception and you thing it is wrong placed. For example an out of bounds check could off by one. If you see a problem, please do not hesitate to tell us.
By the way, I also made some new feature request in this direction:
Feedback #22194: Show Exception message in debugger and
Feedback #22194: Show exception in debugger variables
New in this prerelease of the 12.4 plugins:
- Updated DynaPDF to version 3.0.18.47.
- Due to the changes in the DynaPDF API, we removed DynaPDFTableBaseMBS, DynaPDFRowMBS, DynaPDFCellMBS and DynaPDFColumnMBS.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
If you follow us on twitter, you may have seen it: We now have a tweeted a 1000 times.
To keep in touch with updates and news, you can follow us on twitter, watch our page on Facebook, subscribe the RSS feed or look on our blog regularly.
New in this prerelease of the 12.4 plugins:
- Added NSPageLayoutMBS, NSPrinterMBS, NSPrintInfoMBS, NSPrintOperationMBS and NSPrintPanelMBS classes.
- Added defaultPalette, transparentPalette and whiteOnBlackPalette to CDBaseChartMBS class.
- Improved GetFile method in CarbonEventsScrapMBS to work on Mac OS X 10.8.
- Added FlavorCount, FlavorFlags and FlavorType to CarbonEventsScrapMBS class.
- Added more NSTextViewMBS methods.
- Fixed bug with error method in LCMS2ErrorHandlerMBS.
- Added NSMutableParagraphStyleMBS, NSParagraphStyleMBS and NSTextTabMBS classes.
- Added more constructors to SQLBLobMBS, SQLBytesMBS, SQLCLobMBS, SQLLongBinaryMBS and SQLLongCharMBS.
- Added ABGroupMBS.searchElementForProperty and ABPersonMBS.searchElementForProperty.
- Fixed crash in NSSharingServiceDelegateMBS events.
- Fixed a bug in BackingScaleFactorMBS for Carbon.
- Changed LCMS2TransformMBS.CreateTransform* functions to allow passing nil for output profile.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
- We have functions like MBSPluginVersion and MBSPluginCompileDate.
- We have the MBS module with some details:
This allows you to write code like this
#if MBS.Year >= 2012 then
// use new method
#else
// use old method
#endif
if val(MBS.VersionString)<12 then
MsgBox "Please upgrade the plugins for this example."
end if
- In Mac OS X Finder our plugins show version information in the version column:
- Also in Finder's Info dialog you see details in version field:
- In compiled application on Mac you can check the version on the dylibs:
- And in Windows explorer you see the version in the properties:
Our
ChartDirector plugin can take colors either as Real Studio color or as an integer which typically comes in hex notation. For colors, ChartDirector uses the invisible ones special. So typically full alpha gives you no color (transparency). But there are 16.7 million transparent colors. And those are used for special colors in ChartDirector. So with functions like yzoneColor, linearGradientColor, dashlineColor or silveColor on
CDBaseChartMBS class, you can create special colors. Those react on different values on the chart like the zone colors or give you gradients or even metallic effects.
Like this code:
dim c1 as integer = c.yZoneColor(10, &h80FF3333, &h80EE4433)
dim c2 as integer = c.yZoneColor(20, c1, &h80CC5533)
dim c3 as integer = c.yZoneColor(30, c2, &h80AA7733)
dim c4 as integer = c.yZoneColor(40, c3, &h80888833)
dim c5 as integer = c.yZoneColor(50, c4, &h8077AA33)
dim c6 as integer = c.yZoneColor(60, c5, &h8066CC33)
dim c7 as integer = c.yZoneColor(70, c6, &h8044EE33)
dim c8 as integer = c.yZoneColor(80, c7, &h8033FF33)
call c.addAreaLayer(data, c8)
can color a chart like this:
Do you see that this is not just a gradient, but gives 9 different strips which we can color in any color? We concat several zone colors in a long chain which is evaluated at runtime when drawing the chart. Amazing, isn't it?
If you have questions, please do not hesitate to ask us. And don't forget to check the 225 example projects for our ChartDirector plugin and the
gallery for a quick overview.
You probably know that we have a Real Studio plugin with
ChartDirector. Now if you look into Filemaker, you'd notice that charts there are made using ChartDirector, too.
Amazing, isn't it?
NICKENICH, Germany (August 7th, 2012) -- Monkeybread Software releases version 12.3 of the MBS plug-in for Real Studio.
The MBS plug-in comprises a collection of several plug-in parts which extend the Real Studio development environment with 1,500 classes featuring over 42,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 12.3 update:
The new plugins offer features for Mac OS X 10.8. A new
MountainLion plugin offer classes for GameKit, User Notifications and Sharing Services. Other plugin parts have been updated for new features: Address book, StoreKit and CoreLocation with the new
CLGeoCoderMBS class. The plugins also include functions for retina displays and supporting bigger icons.
The new Twain plugin allows you to talk to scanner devices which support the
Twain standard on Mac OS X and Windows.
With our updated
ChartDirector plugin (using version 5.1 of ChartDirector library), we now have new classes for 3D scatter chart with grouping. And we can have dynamic layers on top of a chart which can be used for track cursors.
We rewrote our
OCR plugin with tesseract 3 library. This way we can now support more languages and get better result with more detailed results.
There are also Windows specific additions like the new WindowsPreviewHandlerMBS class for showing previews of common file types. For recording video/audio with DirectShow you can now receive live picture data to process it. Overlay windows can now be always on the top on Windows.
Finally we updated DynaPDF to version 3.0.17.46 and SQLAPI to version 4.0.1 and CURL to version 7.26.0 on Windows.
See
release notes for a complete list of changes.
While Real Studio has built in features for loading and saving Tiff picture files, this plugin gives you much more features:
- Read and Write Tiff Images
- Supports multiple images in one tiff file
- Read only header option.
- Read and write metadata values like Version, Software, Make, DateTime or DocumentName.
- Handle errors/warnings when reading/writing images.
- Supports RGB, CMYK, Gray, Palette and B/W color spaces.
- Read all colors spaces as RGB for display.
- Read/write raw scanlines
- Read preview from huge images
- Read image from string and write image to string
- Read/write ICC profile and XMP Metadata
On the right you see a damaged JPEG file which our plugin could read.
New in this prerelease of the 12.3 plugins:
- Fixed bug in internal CGImage conversion which stretched images.
- Added 1024 pixel support to IconFamilyMBS class.
- Changed PNG Plugin on Linux links to local png library of linux installation. This avoids a crash on some linux systems.
- Added WinUSBMBS.Available.
- Changed WinUSBMBS class so that WinUSB.dll is loaded dynamically.
- Updated CURLSMBS on Windows to offer IPv6.
- Added CDNotInitialzedExceptionMBS class.
- Removed CDMissingFunctionExceptionMBS class.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.
There is another Real Studio meeting in Germany. This time near Stuttgart in Esslingen, Dornierstrasse 30. 18 to 22 o'clock.
We'll talk about Real World News and Manfred will show his app Mac-ProLi. I hope you have time for a visit!
More details on the website
groups.google.com/group/RealstudioUGBW
Today I worked on the new examples for CDThreeDScatterChartMBS class from ChartDirector 5.1:
New in this prerelease of the 12.3 plugins:
- Fixed memory leak in NSAppleScriptMBS.setValueDescriptorForProperty method.
- Added more methods to SQLDatabaseMBS class.
- Added variants of MoviePictureFramesMBS, MoviePictureMBS and PosterPictureMBS to movie class which take picture size parameter so they query pictures in the requested size.
- Internal conversion from PicHandle to Picture now always converts to bitmap in order to avoid leak in Real Studio. see Feedback case 22002.
- Improved GameKit classes.
- Added NSLogMBS to write messages to Console.app on Mac OS X 10.8.
- Added CDThreeDChartMBS, CDRanSeriesMBS, CDThreeDScatterGroupMBS and ThreeDScatterChartMBS classes.
- Removed CDBaseChartMBS.LoadLibrary as now everything is static linked for ChartDirector plugin.
- Updated ChartDirector to version 5.1.
Download:
macsw.de/plugin/Prerelease. Or ask us to be added to our shared Dropbox folder.