Re: [MBS] [ANN] 11.3pr14

2011-12-02 Thread Christian Schmitz

Am 02.12.2011 um 07:01 schrieb Guy Kuo:

 I think something is awry with the graphics and rgbSurface properties of 
 pictures that have been manipulated with the latest scaling implementation. 
 I'm now getting hard crashes of the RS framework when there is an attempt to 
 access either the graphics or RGBsurface of pictures that were created by 
 CopyPixelFastMBS.


I'm sorry for bugs. Seems like we have a few issues with the changes on the 
picture functions.

If you can send me off list a short sample snippet, I could use it to reproduce 
problem.

Greetings
Christian

-- 
See you in Orlando, Florida for Real World 2012

More details and registration here:
http://www.realsoftware.com/community/realworld.php



___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] [ANN] 11.3pr14

2011-12-02 Thread Michael Diehr
  * Added new parameter to FileMappingMBS.MapView for passing own memory.

What's the syntax for this?  Is there an example or notes that I can refer to?  
Thanks.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] [ANN] 11.3pr14

2011-12-02 Thread Christian Schmitz

Am 02.12.2011 um 17:02 schrieb Michael Diehr:

 * Added new parameter to FileMappingMBS.MapView for passing own memory.
 
 What's the syntax for this?  Is there an example or notes that I can refer 
 to?  Thanks.

we have this functions:

method MapView(mem as MemoryBlock, offset as Int64, Size as Int32) as 
FileMappingViewMBS
method MapView(offset as Int64, Size as Int32) as FileMappingViewMBS

as you see in documentation:
http://www.monkeybreadsoftware.net/class-filemappingmbs.shtml

It's just the possibility to give a memory block for mapping.

Greetings
Christian

-- 
See you in Orlando, Florida for Real World 2012

More details and registration here:
http://www.realsoftware.com/community/realworld.php



___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


[MBS] [ANN] 11.3pr14

2011-11-30 Thread Christian Schmitz
Hi,

* Added LCMS2 plugin classes.
* Added CustomNSToolbarItemMBS.validate event.
* Fixed bug in KeyCodesMBS class with KeyCodeToAsciiWithSecondKeyCode and 
KeyCodeToAscii functions.
* Added WindowsJunctionMBS module for functions for hard links, symbol links 
and junctions on Windows.
* Added more methods to NSFontManagerMBS class.
* Added new methods to NSSpellCheckerMBS and NSTextViewMBS class for more spell 
checking.
* Added new parameter to FileMappingMBS.MapView for passing own memory.
* Changed SystemInformationMBS.MacVRAMSize to Int64.
* Added CustomNSViewMBS.canBecomeKeyView.
* Changed Color2IntegerMBS and Integer2ColorMBS to use UInt32 for the color 
value.
* Added WinProductKey function to SystemInformationMBS plugin. This may be a 
good unique identifier for Windows PCs!
* Improved Registry plugin so you can now read Registry Keys where you don't 
have full permissions. (instead of just getting an error)
* Added Use64bitRegistry to windows registry functions, so we now can query the 
64-bit registry from 32-bit applications.
* Changed PictureMBS.Scale to use less memory.
* Changed Picture.ScalingMBS to use less memory.
* Updated DynaPDF to version 3.0.11.23.
* Updated plugins to work better with Real Studio 2011r4.
* We support GDI Plus for pictures on Windows.
* We support cairo library for pictures on Linux.
* Updated several Color related functions for Real Studio 2011r4. Please report 
issues you see there.


Greetings
Christian

-- 
See you in Orlando, Florida for Real World 2012

More details and registration here:
http://www.realsoftware.com/community/realworld.php



___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info