From: cornel <tc...@gm...> - 2006-07-17 18:34:34
|
hi all in a program i work on i have 2 imageviews; in the 1st i load an image. something like this will work (the 2nd imageview displays the 1st's image): iview2.setImage(iview1.image()); something like this will not (nothing happens): iview1.mouseDown()=function(){iview2.setImage(iview1.image());} any idea why is that? thank you cornel |