Hi all I like very much rounded corners and often used thee well known nifty Javascript approach for that, Recently I discovered Rico ( http://openrico.org), which does the same and is much simpler to use (don''t require additional css files) and is based on prototype.js. This is all very nice, but there is currently one problem, the latest Rico library seems to require prototype 1.3.1, which is a bit outdated for bleeding edge railers. well, are there other apporaches for getting rounded cornes ? regards -- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I''m using rico 1.1-beta4 with prototype 1.4.0.rc2 at the moment and rounded corners are fine. Check out the rico forums –– there was some talk about prototype compatibility there. On 20.11.2005., at 22.37, Roberto Saccon wrote:> Hi all > > I like very much rounded corners and often used thee well known > nifty Javascript approach for that, Recently I discovered Rico > (http://openrico.org), which does the same and is much simpler to > use (don''t require additional css files) and is based on > prototype.js. This is all very nice, but there is currently one > problem, the latest Rico library seems to require prototype 1.3.1, > which is a bit outdated for bleeding edge railers. > > well, are there other apporaches for getting rounded cornes ? > > regards > -- > Roberto Saccon - http://rsaccon.com > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I patched my Rico to handle it, seems to work fine. The problem is the Object.prototype.extend which has been replaced by Object.extend (instance method is now a class method). Can't remember the line number but it's in the _setOptions method. That said, it would be nice if we could just implement rounded corners in Scriptaculous given that it's the only thing I use of Rico. Can't someone give it a shot on a clean-room implementation and then we'll give Rico some amount of credit? Cheers, Jon On 11/21/05, Tench <psychomachine@mac.com> wrote:> I'm using rico 1.1-beta4 with prototype 1.4.0.rc2 at the moment and rounded > corners are fine. Check out the rico forums –– there was some talk about > prototype compatibility there. > > On 20.11.2005., at 22.37, Roberto Saccon wrote: > > Hi all > > I like very much rounded corners and often used thee well known nifty > Javascript approach for that, Recently I discovered Rico > (http://openrico.org), which does the same and is much simpler to use (don't > require additional css files) and is based on prototype.js. This is all > very nice, but there is currently one problem, the latest Rico library seems > to require prototype 1.3.1, which is a bit outdated for bleeding edge > railers. > > well, are there other apporaches for getting rounded cornes ? > > regards > -- > Roberto Saccon - http://rsaccon.com > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
On 20.11.2005., at 23.54, Jon Tirsen wrote:> That said, it would be nice if we could just implement rounded corners > in Scriptaculous given that it''s the only thing I use of Rico. Can''t > someone give it a shot on a clean-room implementation and then we''ll > give Rico some amount of credit?That would be great!!!