Hi Christian,

I'm working on a project using the AccessibilityMBS classes and it looks 
like there may be a function missing to convert a CFRange to an AXValueMBS.
There are conversions for the other struct types:

# AccessibilityMBS.MakeAXValueFromCGPoint 
<http://www.monkeybreadsoftware.net/accessibility-accessibilitymbs-method.shtml#6>(x
 
as single, y as single) as AXValueMBS 
<http://www.monkeybreadsoftware.net/class-axvaluembs.shtml>
# AccessibilityMBS.MakeAXValueFromCGRect 
<http://www.monkeybreadsoftware.net/accessibility-accessibilitymbs-method.shtml#7>(x
 
as single, y as single, width as single, height as single) as AXValueMBS 
<http://www.monkeybreadsoftware.net/class-axvaluembs.shtml>
# AccessibilityMBS.MakeAXValueFromCGSize 
<http://www.monkeybreadsoftware.net/accessibility-accessibilitymbs-method.shtml#8>(width
 
as single, height as single) as AXValueMBS 
<http://www.monkeybreadsoftware.net/class-axvaluembs.shtml>


But "MakeAXValueFromCFRange" seems to be missing.

Is there a workaround for this?


Thanks!


-- 
Real Studio Enterprise/Web Edition, 2012r2. On Mac OS X 10.8.2 local, 
Dreamhost VPS hosting, MySQL 5
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to