Has anyone gotten CorePlot working in a MacRuby app?
http://code.google.com/p/core-plot/
I'm working on re-writing the DatePlot app in MacRuby and have had limited
success, but I'm currently stuck with problems surrounding:
CPPlotRange.plotRangeWithLocation
and
Theme.themeNamed(kCPDarkGradientTheme)
NameError: undefined local variable or method `kCPDarkGradientTheme' for
main:TopLevel
>> CPTheme.method_defined?(:themeNamed)
=> false
On Nov 10, 2010, at 12:50 AM, Eloy Duran wrote:
> Can you provide a code snippet (irb) reproducing the e
acRuby, as constants must always start with a
> uppercase letter).
>
> You can try to generate a BridgeSupport file using gen_bridge_metadata(1).
> Check out the end of the man page for examples. The generated file should be
> installed within the framework.
>
> Laurent
Thanks for the suggestions, Laurent.
I re-generated the BridgeSupport version with a 64-bit-specific version, then
ran a diff on the old version and new version and the content appears the same.
The file is in
/Library/Frameworks/CorePlot.framework/Resources/BridgeSupport/CorePlot.bridgesup
I've stopped fighting with gems and just gave into the new --gem option in
macruby_deploy today. Alas, I'm fighting with gems again.
My app, which I'm adding features to, btw, has been running quite nicely here
at UC Berkeley to drive Selenium as a web app probing and monitoring device.
I'm g
oh, the command I'm using in my build script
PATH="$PATH:/usr/local/bin" macruby_deploy --gem action_mailer
--embed "$TARGET_BUILD_DIR/$PROJECT_NAME.app"
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosfo
think you only need the specifications and gems directory for things to
> work, but I am not sure.
>
>
> Mark Rada
> mr...@marketcircle.com
>
>
>
> On 2011-03-01, at 10:00 PM, Russ McBride wrote:
>
>>
>> oh, the command I'm using i