New topic: 

MonkeyBread Software Releases the MBS REALbasic plug-ins in

<http://forums.realsoftware.com/viewtopic.php?t=35142>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        Dana          Post subject: MonkeyBread Software Releases the 
MBS REALbasic plug-ins inPosted: Wed Aug 25, 2010 8:43 am                       
Site Admin                
Joined: Tue Oct 24, 2006 1:15 pm
Posts: 887
Location: Austin, TX                NICKENICH, Germany (August 24th, 2010) -- 
Monkeybread Software releases version 10.4 of the MBS plug-in for REALbasic.

The MBS plug-in comprises a collection of several plug-in parts which extend 
the REALbasic development environment with 1,400 classes featuring over 30,000 
documented functions.

This is a big update to our plugin collection. Featuring 31 new classes and 
over thousand new features, we can only list a few highlights here:

First the MacUSBDeviceMBS class allows you to enumerate USB devices on Mac OS 
X, while the new WindowsDeviceMBS class enumerates all devices on Windows. The 
XLS* classes can read excel files so you can get strings and numbers. With the 
new WindowsClipboardMBS and NSPasteboardMBS classes you can now read/write the 
clipboard. If you load a quicktime movie, the QTPrerollMBS class can help on 
preloading it. If you need to calculate with complex numbers, you can try the 
new ComplexDoubleMBS and ComplexSingleMBS classes. Also we have a few FFT 
functions now. Finally the new notification classes can send notifications 
between parts of your application.

The changes in version 10.4:

* Added MacUSBDeviceMBS class.
* Added XLS* classes to read binary excel files.
* Added WindowsClipboardMBS class.
* Added NSPasteboardMBS class.
* Added WindowsDiscInfoMBS class.
* Added WindowsDeviceMBS class.
* Added QTPrerollMBS class.
* Added ComplexSingleMBS and ComplexDoubleMBS classes for complex numbers.
* Added FFT functions: FFTSingleMBS, FFTDoubleMBS, FFTDoubleAbsMBS and 
FFTSingleAbsMBS.
* Added new NotificationObserverMBS class.
* Added new NotificationReceiverMBS interface.
* Added new NotificationMBS class.
* Added CallMethodOnThreadMBS, CallMethodOnMainThreadMBS and CallMethodMBS 
functions.
* Added BackgroundThreadMBS class.
* Added ExecuteCommandMT, ExecuteMT methods and Working event to the 
SQLCommandMBS class.
* Added SQLExecuteMT, SQLSelectMT methods and Working event to the 
SQLConnectionMBS class.
* Added to CFDictionaryMBS class a Constructor taking a dictionary.
* Added CFDictionaryMBS.Dictionary to create a dictionary based on a 
CFDictionary.
* Added ColorSyncProfileLocationMBS.FilePath property.
* Added ExchangeFilesMBS function.
* Added InStrByteRangeMBS and InStrBytesMBS functions.
* Added window.CGColorSpaceMBS.
* Added RegistryKeyMBS.Item with name parameter.
* Added RegistryKeyMBS.ValueName.
* Added WindowsSystemTrayMBS.InstallEvent.
* Added PictureEditor32ConsoleMBS, PictureReaderConsoleMBS and 
PictureWriterConsoleMBS classes.
* Added ThreadMBS.StackSize property.
* Added NSTextFieldMBS.bezelStyle property and constants.
* Added SetAnnotOpenState, SetAnnotIcon, SetAnnotHighlightMode, 
SetAnnotFlagsEx, SetAnnotColor, SetAnnotBorderWidth, SetAnnotBorderStyle, 
RenameSpotColor, AddRenderingIntentEx to DynaPDFMBS.
* Added a lot of new methods for DiscRecording plugin affecting the following 
classes: DRTrackMBS, DRSetupPanelMBS, DRFSObjectMBS, DRFileMBS, 
DREraseProgressPanelMBS, DREraseMBS, DRDeviceMBS, DRBurnSetupPanelMBS, 
DRBurnProgressPanelMBS and DRBurnMBS.
* Added more write methods to DynaPDF so you can pass arrays of values.
* Added ProcessMBS.CurrentProcessID.
* Added GifExtensionMBS.FirstData and GIFMBS.FirstBlock for easier debugging.
* Added GifPictureMBS.CopyData, GifBlockMBS.Clone, GifDataMBS.Clone, 
GifExtensionMBS.Clone, GIFMBS.Clone, GifPaletteMBS.Clone, GifPictureMBS.Clone, 
GifPictureMBS.HasPalette and GifScreenMBS.Clone.
* Added TraceFile and TraceHandle to the DynaPDFMBS class.
* Added DynapdfMBS.PageCoords property.
* Added more folder functions: 
(Create)AppleshareAutomountServerAliasesFolderMBS, 
(Create)AudioDigidesignFolderMBS, (Create)AudioPresetsFolderMBS, 
(Create)AudioVSTFolderMBS, (Create)AutomatorWorkflowsFolderMBS, 
(Create)AutosaveInformationFolderMBS, (Create)BootTimeStartupItemsFolderMBS, 
(Create)ClassicPreferencesFolderMBS, (Create)ColorPickersFolderMBS, 
(Create)CompositionsFolderMBS, (Create)DownloadsFolderMBS, 
(Create)FindByContentIndexesFolderMBS, (Create)FontCollectionsFolderMBS, 
(Create)iMovieFolderMBS, (Create)iMoviePlugInsFolderMBS, 
(Create)iMovieSoundEffectsFolderMBS, (Create)IndexFilesFolderMBS, 
(Create)InputManagersFolderMBS, (Create)InputMethodsFolderMBS, 
(Create)KeyboardLayoutsFolderMBS, (Create)LibraryAssistantsFolderMBS, 
(Create)MagicTemporaryItemsFolderMBS, (Create)ManagedItemsFolderMBS, 
(Create)QuickLookFolderMBS, (Create)SpotlightImportersFolderMBS, 
(Create)SpotlightMetadataCacheFolderMBS, 
(Create)SpotlightSavedSearchesFolderMBS, 
(Create)TemporaryItemsInCacheDataFolderMBS and 
(Create)TemporaryItemsInUserDomainFolderMBS.
* Added more methods and constants to QTMetaDataMBS class.
* Added PNGOptimizerMBS.Panic event.
* Added GetPropertyCode and SetPropertyCode to QTMetaDataItemMBS class.
* Added functions for Windows: WindowsGetProcessIntegrityLevelMBS,  
WindowsIsApplicationRunAsAdminMBS, WindowsIsProcessElevatedMBS and 
WindowsIsUserInAdminGroupMBS.
* Added CDBaseChartMBS.LoadLibrary.
* Added CURLMBS.LoadLibrary.
* Added EyeOneMBS.LoadLibrary.
* Added GhostScriptMBS.LoadLibrary.
* Added Phidgets.LoadPhidgetLibraryMBS.
* Added PHPMBS.LoadLibrary.
* Added PatchedRuntimeObjectLocking, PatchedRuntimeStackChecking, 
PatchedRuntimeStringLocking, RestoreRuntimeStackChecking to ThreadMBS class.
* Added new LookupHostbyNameMBS method which takes a AddressType parameter.
* Added ParseIPv6, ParseIPv4 and FormatIP shared methods to DNSLookupMBS class.
* Added constants AddressTypeIPv4 and AddressTypeIPv6 to DNSLookupMBS class.
* Added CIFilterMBS.Constructor to take a handle.
* Added CIFilterMBS.FilterWithHandle.
* Added CGGetOnlineDisplayListMBS.
* Added LinuxHIDInterfaceMBS.Available
* Added Picture.RotateMemoryMBS
* Added GetDefaultPrinter and SetDefaultPrinter to WindowsPrinterMBS class.
* Added ChangePrinterSettings, GetPrinterSettings, GetPrinterTechnology and 
CanPrinterPassThroughPostScript to WindowsPrinterMBS class.
* Added WindowsDeviceModeMBS class.
* Added WindowsPrinterMBS.DevMode.
* Added GetPropertyCode and SetPropertyCode to QTMetaDataItemMBS class.
* Updated DynaPDF to version 2.5.1.535.
* Updated GraphicsMagick to version 1.3.12 on Mac and Linux.
* Updated lintiff to version 3.9.4.
* Updated OptiPNG to version 0.6.4.
* Updated libpng to version 1.4.3.
* and more which you see on the release notes.

The plug-ins require REALbasic 2006r4 or newer. Also required are 500 MB hard 
disc space and around 64 MB of RAM in addition to the requirements of REALbasic 
and your operation system itself. While all plug-in parts compile on Mac OS X 
(universal), Linux and Windows, each function may depend on additional system 
requirements to work successfully.

Plugin licenses are available for components or for the complete collection. 
Starting at 20 Euro ($29 USD) for one component. The complete package costs 196 
Euro ($284.20 USD) for commercial usage.

If you buy a current license, you will get free updates for one year. After 
that year, you can update your license to cover an additional year.

The plugins can be downloaded on MBS' website as one big package or several 
smaller ones:
http://www.monkeybreadsoftware.de/realb ... gins.shtml

The online documentation can be found here:
http://www.monkeybreadsoftware.net/

Read the complete release notes here:
http://www.monkeybreadsoftware.de/realb ... otes.shtml   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to