Displaying 15 results from an estimated 15 matches for "scruffy".
2007 Feb 19
2
Integrate scruffy graph in rails view?
Hi everybody,
I''m using scruffy to create some graphs, and would like to integrate
them into a regular view (i.e. show them in an <img> tag).
However, I get errors when using img_tag, or the image doesn''t load if
I try saving the graph to disk and then loading them in html.
Generating the graph and linking to it w...
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
2008 Feb 29
1
Scruffy Stacked Bar Chart
Hi-
Trying to do a stacked bar chart, but nothing is rendering when I add
more then 1 bar:
This works:
graph = Scruffy::Graph.new(:title => "My Chart")
graph.add :stacked do |stack|
stack.add(:bar, ''Stack1'', [10,10])
end
This doesn''t:
graph = Scruffy::Graph.new(:title => "My Chart")
graph.add :stacked do |stack|...
2007 Nov 05
0
Scruffy > MVC architecture?
Hi,
I am a newby in rails...and i have read that scruffy is a great tool to
create/display images.
Now i find the code below for example...
graph = Scruffy::Graph.new
graph.title = "Comparative Agent Performance"
graph.value_formatter = Scruffy::Formatters::Percentage.new(:precision
=> 0)
graph.add :stacked do |stacked|
stacked.add :bar,...
2006 Nov 10
2
How to integrate Scruff Images
Hi Folks,
since I have scruffy up and running now I´d like to integrate the
desired images on some of my rails views. But neither scruffy nor rails
docs say something about this and I cannot find examples or help on
this. So I hope somebody on this forum has experiences in integrating
scruffy images on rails views.
I find ou...
2006 Aug 18
1
How can I utilize this library within my Rails app?
How would I go about referencing the graphs that Scruffy generates
within my Rails app?
http://ibrasten.com/articles/2006/08/14/scruffy-0-2-0
Jim
--
Posted via http://www.ruby-forum.com/.
2008 Feb 04
0
Scruffy Bar Chart Question
Hi-
I have been using Scruffy for a couple days and it''s worked out really
well. I am stuck though getting a bar chart to work with a single
line.
Here''s what I am doing:
general chart stuff..graph.new...etc
...
my_graph.add(:bar, ''GOAL'', [250,350])
my_graph.add(:bar, ''ACTUAL'&...
2007 Aug 09
1
displaying svg chart
dear railers
I was attempting to display a svg chart inside a tooltip in rails
using Scruffy.
my browser is Firefox 2 and i am using WEBRICK.
when i render inside the controller using
graph.render(:size=> [255,205], :to => ''C:\xyz.svg)
and serve iit via rhtml using the <embed> tag.
Instead of the chart inside the tooltip i get a dialog box asking me
to open it ......
2008 Apr 29
0
follow-up on displaying graphs etc
Hi
Just a quick follow-up on the recent thread about displaying images eg
graphs generated by other libraries such as gnuplot, scruffy, rmagick etc.
The upcoming 1.9.6 release of wxRuby will support loading images from
arbitrary IO-like objects such as Files, Sockets and StringIO. Hopefully
this will be easier and more direct than messing around with writing to
and reading from Tempfiles.
cheers
alex
2005 Jun 03
0
* found in Iraq!!
...> were running Asterisk around the camp.
>
> It seems that the PBX they had shipped out from the US arrived in "kit
> form" and thus left them without facilities. One of their Civil
Affairs
> guys is a Linux Guru in his real life and so knocked something up from
a
> few scruffy PC's they had lying about. They are using Grand Stream
> phones that they have their relatives send them out.
>
> Next time you are "throwing out" equipment perhaps you'd give the boys
> in Camp Slayer, Baghdad a thought. We know how under equipped they are
> and i...
2005 Jun 06
0
OT: WAS: * found in Iraq!! NOW: Asterisk bus iness sightings
...> were running Asterisk around the camp.
>
> It seems that the PBX they had shipped out from the US arrived in "kit
> form" and thus left them without facilities. One of their Civil Affairs
> guys is a Linux Guru in his real life and so knocked something up from a
> few scruffy PC's they had lying about. They are using Grand Stream
> phones that they have their relatives send them out.
>
> Next time you are "throwing out" equipment perhaps you'd give the boys
> in Camp Slayer, Baghdad a thought. We know how under equipped they are
> and i...
2007 Sep 11
1
LayoutConstraints upgrade path
Hey there.
I have an application that I developed with an older branch of wxruby
some time ago, and I made heavy use of the LayoutConstraints class.
I''ve been looking around, but so far haven''t found much in the way of
advice for this scenario. Is there any existing documentation as to
updating such applications?
Thanks,
Ess
--
SO not teh 1337
2015 Sep 11
2
automounter with users home directories on centos 7.
On Fri, 11 Sep 2015, Jason Welsh wrote:
> ok, I have moved home out of the way and restarted automounter..
> and now I see the /home directory appear when autofs is started, but there is
> still nothing there..
>
> [root at server2 home]# cd /home
> [root at server2 home]# ls
> [root at server2 home]# cd jason
> -bash: cd: jason: No such file or directory
> [root at
2007 Feb 05
0
superclass mismatch for class OrderedOptions (TypeError)
...by scripts to parse,
modify, and generate MIME mail messages.
rubyforge (0.4.0)
A simplistic script which automates a limited set of rubyforge
operations
rubyosa (0.2.0)
A Ruby/AppleEvent bridge.
ruport (0.8.0)
A generalized Ruby report generation and templating engine.
scruffy (0.2.2)
A powerful, clean graphing library for Ruby.
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite3-ruby (1.2.1)
SQLite3/Ruby is a module to allow Ruby scripts to interface with a
SQLite3 database.
transaction-simple (1.4.0)
Si...
2006 Jul 27
16
Net::LDAP 0.0.3 released, adds TLS encryption
We''re pleased to announce version 0.0.3 of Net::LDAP, the first
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
LDAP client which can access as much as possible of the functionality
of the most-used LDAP server implementations. This library does
not wrap any existing native-code LDAP libraries, creates no
Ruby extensions, and has no dependencies external to Ruby.