Re: [Wicket-user] How to make static src-attribute for a ImageButton in a ListView?

2005-11-12 Thread Juergen Donnerstag
i guess the hangman is a good example for how to do it. Juergen On 11/12/05, Arto Arffman [EMAIL PROTECTED] wrote: Hi, I have a ListView which has ImageButtons for editing. In IE those images render slowly and it causes unpleasent visual effects. If the src attribute would be exactly the

Re: [Wicket-user] How to make static src-attribute for a ImageButton in a ListView?

2005-11-12 Thread Arto Arffman
Ok. The hint was there, but a little bit deeper. The key was to use PackageResourceReference instead of PackageResource in ImageButton's constructor. 2005/11/12, Arto Arffman [EMAIL PROTECTED]: Nope. I have to repeat the same image with exactly same src. Hangman repeats different images (and they

Re: [Wicket-user] How to make static src-attribute for a ImageButton in a ListView?

2005-11-12 Thread Arto Arffman
Nope. I have to repeat the same image with exactly same src. Hangman repeats different images (and they have different src attributes as they should have) 2005/11/12, Juergen Donnerstag [EMAIL PROTECTED]: i guess the hangman is a good example for how to do it.JuergenOn 11/12/05, Arto Arffman

Re: [Wicket-user] How to make static src-attribute for a ImageButton in a ListView?

2005-11-12 Thread Juergen Donnerstag
Doesn't hangman use PackagedResourceReferences? The important thing is to have the same (static) url. Whether there is the same image referenced ten times or different images doesn't realy matter. Juergen On 11/12/05, Arto Arffman [EMAIL PROTECTED] wrote: Nope. I have to repeat the same image

Re: [Wicket-user] How to make static src-attribute for a ImageButton in a ListView?

2005-11-12 Thread Arto Arffman
And by the way, thank you for your tip :) 2005/11/12, Arto Arffman [EMAIL PROTECTED]: Yes it does. I meant that I responded too hastily at first. When I looked deeper inhangman, I found that clicked Images did have src attributes like I wanted them. 2005/11/12, Juergen Donnerstag [EMAIL