script/plugin install svn://rubyforge.org/var/svn/ambroseplugins/redbox try sudo script/plugin install svn://rubyforge.org/var/svn/ambroseplugins/redbox if that doesnt work.
if neither work, ill mail the files over to u. like bill said, redbox is good to go. The styling/resizing is the problem. In a way, thats good cos it forces you to dive into the code and see whats going on so you can correct it. Havent found a way to resize it for forms dynamically though (like the Lightbox does for images). I just place is it rigidly by specifying the x,y coordinates on the page. If anyone's got tips on tweaking redbox to resize for forms, it'd be great! On Apr 3, 10:29 pm, Ali <[email protected]> wrote: > Redbox looks like it might work because it utilizes link_to and > hopefully that means I can pass params. However, that link you > posted, Bill, isn't allowing me to install the plugin. Don't suppose > you have another means of obtaining the plugin files? > > It's only three files, correct? Maybe you could just email them to > me! lol > > On Apr 3, 9:01 am, deepali_k <[email protected]> wrote: > > > Try this linkhttp://www.stickmanlabs.com/lightwindow/. I have used > > lightwindow to display images.Hope it will work for you.In this you > > can submit a form and display images,play video,etc. > > ------------------------------------- > > > On Apr 3, 4:33 am, bill walton <[email protected]> wrote: > > > > On Thu, 2009-04-02 at 08:47 -0700, Ali wrote: > > > > On Apr 2, 8:09 am, bill walton <[email protected]> wrote: > > > > > Hi Ali, > > > > > > Have you considered a lightbox-style approach? > > > > > > Best regards, > > > > > Bill > > > > > I had looked into that approach a little bit, but from what I've seen, > > > > isn't that mostly for housing image popups? I need my popup to act > > > > just like a ROR form -- create, update, etc. Can a lightbox approach > > > > handle that, or is it more for display purposes? > > > > I'm using Craig Ambrose's RedBox plugin. It's a Ruby implementation of > > > Lightbox. > > > > (http:://blog.craigambrose.com/articles/2006/08/16/redbox-a-rails-compatibl > > > e-lightbox) > > > > With Redbox, the 'lightbox' window can house anything; including forms. > > > > A couple of things that tripped me up a little: > > > > 1) The RedBox method is invoked via XHR, but it renders a > > > straight .rhtml partial. > > > > 2) You need to make sure the partial has a containing <div> that's got > > > height and width styled (CSS) to fit within the RedBox window. > > > Otherwise you'll get a blank display where you expected content. I > > > think the 'difficulty' related to non-image content is related to > > > whether or not the dimensions of the 'bounding box' can be known or have > > > to be calculated. Anyway, I've found RedBox to be a very useful tool. > > > > HTH, > > > Bill- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

