Displaying 20 results from an estimated 100 matches similar to: "Toggle between the various pages for multi-page figures"
2010 Jul 29
1
package xpose4 in Vista - Update
Dear R experts,
There seems to be a problem (please see the error messages below) with the
installation of the latest version of xpose4 (version 4.2.1) with the latest
R version.(2.11.1)... I didn't face such installation problems when using
version R.2.10.1
Would really appreciate your assistance in debugging installation of xpose
4..2.1 with R.2.11.1
Thanks again..
-Santosh
On Wed, Jul
2005 Jan 13
2
can join but unable to login to the domain + ldap account problems
after setting up a PDC with ldap according to the book samba 3 by example,
almost everything worked out fine, the validations listed in the books
turned out as expected with minor differences, but these are the problems :
1. According to the book the account that can be used to join a domain is
the Administrator account with the password set from the ldap admin dn which
is secret is my
2012 Feb 25
1
xpose4
Hi, Dear all,
When I run xpose4() in R and select "2: Basic goodness of fit plots", I get
an error like this "
Selection: 2Error in print(basic.gof(.cur.db)) :
error in evaluating the argument 'x' in selecting a method for
function 'print': Error in xvardef(v, object) : object '.cur.db' not
found
Could you please tell me how to treat it?
Thanks,
2005 Sep 20
1
MOH failures (bad quality with interruptions)
Hi ! :)
Does someone have an idea of the reason why my MusicOnHold (with clean
mp3 downloaded from http://aussievoip.com.au/wiki-MOH) is always
having interruptions and micro-cuts ?
No high load of the system, no swap, no hard disk r/w, mpg123 seems
running well... nothing !
Except a little message at startup :
"Warning, flexibel rate not heavily tested!"
I'm getting
2006 Dec 14
0
feature request: config option to toggle scheduled jobs based on environment
I have BackgrounDRb configured to handle two cases of long-running tasks:
(1) on-demand user triggered requests for some action, and (2) scheduled
background running of tasks on a predetermined schedule.
In my particular case, we have a publication task that can take several
minutes to perform. Users can setup a regular publication schedule, or can
hit a ''publish now'' button to
2006 Jun 06
2
Toggle css for display on page load?
In my layout I have a navigation bar with a few elements in it. The
elements can be toggled on or off and thereby reveal or conceal some
subtopics. I store the state of the toggle for the navigation elements
in the session.
When the page is reloaded, the navigation items are collapsed because
the css for display: none is set by default in the html for the
navigation elements. Is there a
2006 Jun 26
1
RJS visual_effect toggle?
Is there a way to toggle an effect in an RJS? If not, anyone have
recommendations for how to manually make it toggle? I guess I would
assume some boolean that the rjs checks everytime it''s called and
depending on whether it''s true or false it will do page.visual_effect
:appear or page.visual_effect :hide
-Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2006 May 03
4
Simple Toggle Question
I''m having trouble with the toggle() function from prototype.
Basically I want the element hidden by default, and I can''t seem to do
it.
My code:
The CSS:
#furtherinfo {
dislplay: none;
}
The View:
<%= link_to_function(''Further Information'',
"Element.toggle(''furtherinfo'')") %>
<div id="furtherinfo">
2006 Jun 14
0
weird toggle behavior on IE
Hi,
Just found out this weird bug in IE (or I probably should say IE bug that
needs workaround?)
This works in IE, FF
document.getElementsByClassName(''box'').each (
function(e) {new Effect.toggle(e, ''blind''); }
);
But this doesn''t work in IE
document.getElementsByClassName(''box'').each (
function(e) {new Effect.toggle(e,
2005 Oct 15
3
latest prototype breaks toggle
I''ve found that when I revert this change, toggle works again.
Otherwise, it''s broken (Mac OS Tiger, Safari and Firefox):
- element.style.display =
- (element.style.display == ''none'' ? '''' : ''none'');
+ Element[Element.visible(element) ? ''show'' : ''hide''](element);
I looked
2005 Aug 30
0
content slide in out / simple toggle of content
Hi All,
I have been trying to get a toggle tab system working with protoype
effects. The best example of what I want is shauninman.com (the nav/search)
I intend to have a sidebar and an expandable horizontal tab both of
which can be toogled in and out of place.
for example the sidebar (which will contain a tree menu (like windows
explorer))
Mark Up
---
<div
2005 Jun 24
1
Blind Toggle "effect"
I wrote a simple toggle function similar to Element.toggle that will
toggle a section between being up and down using the Blind effect.
I''m relatively new to the code, so I''m not sure if it''s implemented
100% correctly or if it can be done better. I am using it though and
it seems to be working fine.
Anyway, here''s the code and if you think it''s
2007 Apr 04
0
SV: toggle.appear focus on div problem / question
Is this what you want: http://prototypejs.org/api/element/scrollto
-Tobias
-----Oprindelig meddelelse-----
Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af natquick
Sendt: 4. april 2007 12:53
Til: Ruby on Rails: Spinoffs
Emne: [Rails-spinoffs] toggle.appear focus on div problem / question
Hi there,
Can anyone help me,
2008 Jun 01
2
Mouse warping, toggle option
One of the nagging issues that has been around for awhile with wine is "mouse warping"
In some cases it doesn't place nice with the house environment, in other cases it doesn't play nice with the game, and overall it's a bit of an annoyance.
Would it be possible to introduce an option to wine that would allow one to select whether warping is used (maybe a checkbox for
2007 Jan 11
2
checkbox to toggle div
I''m trying to show a div if a checkbox is selected. I got as far as:
<%= check_box(''foo'',''temporary_bar'',{:onclick =>
"Element.toggle(''temp_bar''); return false;"}, 1, nil)%>
<div id="temp_bar" style="display:none;">
<%= text_field ''foo'',
2007 Jan 07
0
onclick="Effect.toggle
I am using <a href="#" onclick="Effect.toggle(''one'',''slide''); return
false;"> and everything is working fine. I began experimenting to see
what other than click here verbage can trigger the effect and images do
work.
I tried inserting the object code of a SWF file. While the Flash movie
does display it negates the effect. There is no
2011 Dec 05
1
Toggle cASE
Hello R-help list,
I am looking for way to toggle the case of the characters like a flip-flop; that is from ''Hello'' to "hELLO" or vice versa.
I know that there are a number of functions like casefold, tolower, toupper, etc. but these functions change the case in an uniform way.
Thanks in advance,
Antonio Rivero Ostoic
Antonio Rivero Ostoic
PhD Student,
2006 Apr 14
2
change/toggle flash operator panel components
Hi,
is it possible to remove the "no timeout" combo box in flash operator panel?
How can I reduce the flash area? I set small buttons and half of the
area is white and I want to resize it.
TIA
Giorgio Incantalupo
2014 Nov 28
0
day night service toggle
On Thursday 27 Nov 2014, Control Oye wrote:
> Hi,
>
> I need dialplan to set INCOMING call forwarding during lunch break to my
> secretary.
>
> I want that I can set call forwarding by dialing an extension number to
> turn it ON or OFF.
>
> I am using asterisk 11.
What you need to do is, set a global variable from within your dialplan, to
indicate whether you are at
2005 Mar 05
1
Emacs keystroke to toggle T/F for setting logical values
I'd like to have an Emacs keystroke that would let me toggle between T
and F when editing logical settings in R code. I looked in the ESS
documentation and in my O'Reilly emacs books but found nothing. Any
ideas?
Scott Waichler
Pacific Northwest National Laboratory
scott.waichler at pnl.gov