search for: rbos

Displaying 18 results from an estimated 18 matches for "rbos".

Did you mean: bos
2005 Oct 13
3
Tweaks of Array.prototype
Hi all, I encountered a big problem when trying to use Scriptaculous and Htmlarea in the same page. The Htmlarea code uses a lot of "for (var i in array_variable)" to iterate on array elements. Problem is that prototype.js augments Array.prototype, which then show up in the iteration, severely breaking htmlarea. The easy workaround is for sure to use "for (var i = 0; i <
2006 Apr 26
3
DOM events not firing in IE6 with floated divs
...r use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com *********************************************************************************** _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/list...
2006 Aug 24
2
installing the x86_64 R Binary on Fedora Core 5
...tried: I installed FC5 with all options (productivity, software development, and web server). FC5 boots up fine. I downloaded all the R binary files in that FC5 directory to my USB drive and copied them onto my linux machine (where I don't yet have internet access). I created a folder in my rbos's Home directory and copied the files there. I clicked on the R-2.3.1-1.fc5.x86_64.rpm and right-clicked to choose 'open with "install software"' It asked me for my root password. I put in the same root password I choose when I installed FC5. I get a "installing packa...
2006 Apr 28
3
Serialize / deserialize an associative array
...r use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ***********************************************************************************
2006 Apr 10
4
Element.getDimensions() support for IE?
Hey all, I''m not sure if IE can support this, but I''m trying to get the dimensions of an element that has percentages for height/width. In the example code below, I''m trying to get the dimensions for the ''MyCell'' element. Firefox supports Element.getDimensions(''MyCell''), but IE returns 0 for the height & width returned by that
2005 Sep 22
5
Prototype lib : for-each loops and DontEnum
All I realise that this isn''t strictly the correct place to discuss the prototype lib but being as scriptaculous is dependent on it I thought people might have some opinions. Easier to explain with the example below, copy into a html file and ensure the path to prototype.js is correct. You''ll see the first example prints an extra element "extend" when iterating over
2006 Mar 13
0
RE: Autocompleter that auto scrolls through resu lts..
...r use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ********************************************************************************
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
var height = someElementReference.offsetHeight; and to set it: someElementReference.style.height = "100"; It is worth saying that offsetHeight and offsetWidth are non-standard compliance. They will give you the total rendering height and this will cause problems in IE since they use a different box model than FireFox. So you will have to do some height juggling in IE if you are using
2006 Apr 26
0
RE: DOM events not firing in IE6 with floated di vs
...fect its systems or data. No > > > responsibility is accepted by The Royal Bank of Scotland > plc in this > > > regard and the recipient should carry out such virus and other > > > checks as it considers appropriate. Visit our websites at: > > > http://www.rbos.com > > > http://www.rbsmarkets.com > > > > ************************************************************** > ********************* > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list Rails-s...
2006 Mar 13
3
Autocompleter that auto scrolls through results..
...r use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ********************************************************************************
2006 Feb 16
3
Retrieve a property defined in a css
Hi all, I have a property, defined in an external stylesheet: .my_class { background-color: #FF0000; } I want to retrieve the value of this background-color of the class my_class. How can I do that with prototype/scriptaculous ? Thanks in advance, Nicolas Terray
2006 Jan 18
7
script.aculo.us killing IE
Hi, i am new to ajax and new to script.aculo.us. I created a blog, http://www.zorpal.com/blog/, using some of the script.aculo.us features and commands. My sites works great in firefox, which everyone should be using, but if you open it in IE it kills it. It only kills it after a script.aculo.us motion has been called and finishs it''s execution. i really like the layout and the visual
2006 May 09
5
anyone used the new firefox leak monitor?
One of the Mozilla developer released a new extension to detect JS memory leaks: https://addons.mozilla.org/firefox/2490/ If it''s accurate, it might be bad news for Prototype. I have some code using prototype 1.4 with no leaks, but other code with 1.5 leaks on every single bindAsEventListener call, and a bunch of other places. Not sure if it''s just me; I may just be
2002 May 02
0
Rconfig.h file
Hi, I was trying to compile a C++ dll that includes R.h file. One of the errors was that the file Rconfig.h (used in several places as #include) could not be found. I searched all the r-related directories and could not find it. Where is that file, and can I download it for free from your site? What is its function? Many thanks in advance for your help, Natasha Natasha Kozul Pricing Unit
2005 Aug 26
0
Reset element state
Great work guys :) Simple Q for ya. Is there a way to reset a DOM elements state after using a combination effect ? I search around but couldn''t see anything in the docs. Example I have a DIV that periodically appears. The user acknowledges the dialog by clicking the DIV, causing an Effect.Puff() to fire. Now, when the DIV reappears next run, it''s state starts off set
2005 Oct 19
1
Help needed with filtering rules - how to copy named director ies only
Hi Wayne, What would be really nice, and I imagine quite easy from a coding perspective would be to allow the user to apply a regex match on the full pathname of the files being transferred. Anyway, thanks for your confirmation - I have worked around this problem. Cheers, David Carter-Hitchin. -- Royal Bank of Scotland Interest Rate Derivatives IT 135 Bishopsgate LONDON EC2M 3TP Tel: +44 (0)
2005 Oct 18
1
Help needed with filtering rules - how to copy named directories only
Hi, I'm sure what I'm trying to achieve is remarkably easy, but I just can't figure it out. What I want to do is to copy all directories named lib (and their contents) over to a local drive. It's currently a pull operation, but I could set it up as a push. I've read the man page twice, looked at the FAQ, examples and searched on google but no joy. My command looks like the
2005 Aug 31
4
Element.show - element.style.display=''''
All Head up. I found that when I had a hidden DIV (using css - display: none) which I wanted to Effect.Appear on some event (although the underlying problem seems to be with Element.show()), I had to make an amendment to the underlying prototype.js code by changing : element.style.display = '''' -> element.style.display = ''block''; I think the problem was