hi David I have same problem. private method `copy' called for File:Class
at first. as you said, some of tue function are not updated. so, how can i solve this problem? thanks. On 11월22일, 오전10시25분, David <[email protected]> wrote: > It looks like this is the problem, some of the functions are not > updated for newer versions of prototype(from the posts on craigs > site), but I tried this and this still does not work: > > Redbox is broken. > > These lines are indeed wrong: > Element.setTop(window_id, boxTop); > Element.setLeft(window_id, boxLeft); > > It looks like Graig wanted to use the lightbox functions. > > To repair replace those lines with: > $(window_id).style.top = boxTop +"px"; > $(window_id).style.left = boxLeft +"px"; > > On Nov 21, 5:04 pm, David <[email protected]> wrote: > > > Hey, I am trying to get RedBox working but have run into some issues. > > When I click on a Redbox link, everything works except that a white > > blank div element appears at the top of the screen in the middle no > > matter what. I thought it may be an issue with the installation b/c I > > noticed that the plugin install did not copy the appropriate files to > > the right folders. So I tried updating but got this error(I installed > > all the files manually): > > > rake aborted! > > private method `copy' called for File:Class > > /Users/dlynam/rails_apps/clean/vendor/plugins/redbox/rakefile:28 > > > Then I tried re-installing the plugin but I get an error with that > > too. It seems other people are getting the same errors as per the > > posts on the Redbox page: > > > Plugin not found: ["svn://rubyforge.org/var/svn/ambroseplugins/ > > redbox"] > > > On Nov 20, 8:25 pm, "Bill Walton" <[email protected]> wrote: > > > > David wrote: > > > > Thanks for the insight. Does redbox play well with IE6? > > > > I have the luxery of only having to support FF. The code does recognize > > > (at > > > least some) browser-specific quirks, but I haven't tested it at all on IE. > > > Sorry I can't be of more help. > > > > Best regards, > > > Bill > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

