Displaying 5 results from an estimated 5 matches for "althougth".
Did you mean:
although
2008 Jan 09
4
Problems with widgEditor (HTML rich text editor)
Hello, I need a HTML rich text editor for a field, and widgEditor seems
to be just what I need:
http://www.themaninblue.com/experiment/widgEditor/
I''ve installed it, following the Aidanf.net''s post:
http://www.aidanf.net/adding-a-rich-text-editor-to-your-rails-application
But althougth it displays well, I can''t write inside; as if it was
Read-only!! I can''t even copy. I suspect that maybe widgEditor doesn''t
work with rails 2.0.2, but it''s only a suspect, the true is that I don''t
know.
¿Somebody can help me? ¿Do you know this editor?...
2003 Jun 05
1
scales in xyplot doesn't seem to work for x axis
Hi
I'm doing a xyplot and I wand to reduce the number of tick marks in the
x axis. My x axis are month and I want to reduce the 12 tick marks to 4.
I used the scales argument but it doesn't seem to work, althougth it
works on y axis if I use scales=list(tick.number=4).
xyplot(land~mes|porto+arte,data=hom.land.mpa[hom.land.mpa$arte!="pseine",],type="l",scales=list(x=list(tick.number=4)))
Regards
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Marine Biologist
IPIMAR, Lisboa, Portuga...
2012 Feb 06
1
multiple comparisons in nested design
...- aov(VR ~ trat + Error(patient),data=Mesures)
#> summary(AnovaModel.2)
Error: patient
Df Sum Sq Mean Sq F value Pr(>F)
trat 4 1.580 0.3950 0.821 0.541
Residuals 10 4.811 0.4811
Error: Within
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 30 15.78 0.5259
Althougth the Anova Model object it isn't a object of class "aov" but a
object of class"aovlist":
#> attr(AnovaModel.2,"class")
[1] "aovlist" "listof"
This class isn't suitable for the glht function neither TukeyHSD function.
I can extract a ob...
2019 Aug 19
0
Driver for APC BH500INET
Hi! For somebody having an interest, there is a driver for APC BH500INET. It uses neon library and based loosely on netxml-ups driver. It have a base
functionality and can not be used to set any ups parameters (althougth in theory it is possible). I use it for about two years and it causes no problems, so I
guess it can be used, on the other hand I already just vaguely can remember how it does work. I have attaching here sources and a patch against
drivers/Makefile.am to build it against version 2.7.4 of Network...
2006 Mar 12
5
Authentication and authorization of static content
Hello,
I''m a Java programmer looking to make my life easier. Thus, I''m
considering using Rails for my next project. I''ve read chunks of the
Agile book and it looks like authorizing users at the Controller level
is dead easy to do. However, I have a need to password protect static
content in my site. In the J2EE world, I would use a servlet filter to
intercept