That was the next thing I was going to do. I read somewhere in the documentation that view instantiation was expensive, so I thought I'd try to avoid it, but if I can't, well, I won't :)
Thanks for the suggestions! Jeff On Thu, February 8, 2007 11:04 am, Not Zippy wrote: > Why not load both image views position them on top of each other and > change > the visibility depending on where the mouse is ? > > > On 2/8/07, Jeff <[EMAIL PROTECTED]> wrote: >> >> >> >> I did a resource, but then the images have to be compiled in, right? I >> need the graphics to be external. >> >> >> >> On Thu, February 8, 2007 10:40 am, P T Withington wrote: >> >> > Have you tried using a resources? I believe you can parameterize a >> >> > resource. Probably the most natural thing to do is make a resource >> >> > with several frames that represent the states and then display the >> >> > appropriate frame. >> >> >> >> >> > --
