--- Doug Melvin <[EMAIL PROTECTED]> wrote:
> WoH!! the usage of the functions.getImage() is NOT
> the same as the use of the dynImage.
> For instance. My scrollabr used a dynimage as the
> scroll knob.
> Looking at the example html it appears that the
> getimage is real nice..
> But I want an 'image' (layer with image in it) that
> I can drag around.
> 
> I have added dynimage back to the packadge in my
copy.

Do you really need that extra object (dynimage)? all
you have to do is create a new layer and add the image
to it:

var img=dynapi.functions.getImage('whatever.gif');
var knob=new DynLayer(img.getHTML());

That's it!

PS. How about creating a scrollbar that does not use a
knob image. One that's similar to the one on your
browser. The less layers we can use to create these
basic widgets the better it is for complex widgets and
page loads.

--
Raymond Irving 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to