[Q] Creating NSBrowser (in Cocoa of Mac) using Scriptaculous

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] Creating NSBrowser (in Cocoa of Mac) using Scriptaculous

Chun, Sungjin
Hi,

I just started to learn Scriptaculous in Seaside to implement NSBrowser like thing.
There are tons of unknown things to me - I have almost no experience on Javascript.
Are there any helpful document for this(implementation NSBrowser) or example?

Thanks in advance.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] Creating NSBrowser (in Cocoa of Mac) using Scriptaculous

Lukas Renggli
> I just started to learn Scriptaculous in Seaside to implement NSBrowser like thing.
> There are tons of unknown things to me - I have almost no experience on Javascript.
> Are there any helpful document for this(implementation NSBrowser) or example?

I suggest that you first learn the JavaScript part (there are tons of
Prototype and script.aculo.us tutorials on the web). Then it will be
easy to adopt it in Seaside.

Apple is also using Scriptaculous, maybe you can learn from their website:

   http://www.apple.com/downloads/dashboard/

There is a YUI widget that provides this functionality, this is not
compatible with Sriptaculous though:

   http://stringify.com/columnav/

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Q] Creating NSBrowser (in Cocoa of Mac) using Scriptaculous

Chun, Sungjin
In reply to this post by Chun, Sungjin
 Thanks for your help. I also found the ColumnNav thing but it does use
YUI and which is not supported by Seaside yet :-)

First, I think I have to learn Javascript part first. I think fixed number of column
case could be rather easily implemented by current Scriptaculous code. Hard
part which I cannot figure out how it could be implemented is multiple dynamic
column case (which is what NSBrowser does).

----- Original Message -----
   From: Lukas Renggli <[hidden email]>
   To: "\"S.J.Chun\"" <[hidden email]>, Seaside - general discussion <[hidden email]>
   Sent: 07-06-29 15:42:13
   Subject: Re: Re: [Seaside] [Q] Creating NSBrowser (in Cocoa of Mac) using Scriptaculous

  > I just started to learn Scriptaculous in Seaside to implement NSBrowser like thing.
> There are tons of unknown things to me - I have almost no experience on Javascript.
> Are there any helpful document for this(implementation NSBrowser) or example?

I suggest that you first learn the JavaScript part (there are tons of
Prototype and script.aculo.us tutorials on the web). Then it will be
easy to adopt it in Seaside.

Apple is also using Scriptaculous, maybe you can learn from their website:

   http://www.apple.com/downloads/dashboard/

There is a YUI widget that provides this functionality, this is not
compatible with Sriptaculous though:

   http://stringify.com/columnav/

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside