Hmmm, just to show how green I am....

What is the difference between

image = DynImage.getImage( "image.gif" );

and

image = new DynImage();
image.getImage( "image.gif" );


doing a 'typeof()' on image gets 'object' for the first one and
'DynObject.all]'DynObject7'] for the second one.


Which is correct.  Which is better.  If the second way is better, how do
I get the object to pass into setImage()?

Thanks,  Gregor

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to