Displaying 4 results from an estimated 4 matches for "boxy".
Did you mean:
body
2005 Sep 23
1
Sortable list with Ajax and delete function - working example
Hi.
I read most of the postings here but unfortunately I didin''t found a complete example which could be used. Of cource the ones who are professionals in javascript could implement the missing peaces from the puzzle.
What I''m required to do is a tree (sortable list) where items can also be deleted and at each modification a function (ajax) is called to save the changes. For
2004 Nov 20
1
how to suppress whiskers in a bwplot?
...problem is this panel function, or how I am
(mis)using it.
(i've never used a homegrown lattice panel function before.)
i realize that there is an excellent function in Hmisc that generates cool
bwplots sans whiskers, but those plots are too fancy for my
current needs.
all i need are regular boxy bwplots without whiskers
(or umbrellas, as i guess they're also called).
as a quick fix, i've also tried changing the color of the whiskers to the
background color to make the whiskers invisible, but this doesn't work
well when the whiskers perfectly align with the border of the box....
2009 Oct 23
0
The specified procedure could not be found - Init_win32api (LoadError)
Hi All,
I just installed Ruby1.8.6 using One step installer and installed
following gems in order
- rspec
- watir
- dbi
In one my script i use - require ''win32api''
When I run this script I get the following error.
C:/ruby/lib/ruby/1.8/i386-mswin32/win32api.so: 127: The specified
procedure could not be found. - Init_win32api (LoadError)
2006 Oct 08
9
Organizing tests and mocha expectations
I''m simultaneously getting into using Mocha and RSpec-style tests
(courtesy of the simply_bdd plugin) and I''m struggling with some
issues while trying to organize my specs/test. Here''s a code example
illustrating the problem:
context "update cliient invalid data" do
include ClientsControllerSpecHelper
specify "should render edit form" do