Nope... he made no mistake...WastedJoker wrote:I got it working on my board but you made a mistake in the install.xml file:
.....
I'm using FF3.5 also - the image is resized correctly and when yuo click on the Zoom icon in opens the image smaller but when you click the + icon it becomes larger.drhime wrote:@WastedJoker
What I see in your test is that the image gets smaller when I click the zoom icon(FF3.5)
Moreover, unlike the claim, the image DOES load in large form first & then gets resized!!!
Sorry to burst your bubble but...there is no mistake in the find. Look at it and think about it. Finding this:WastedJoker wrote:I got it working on my board but you made a mistake in the install.xml file:
Where it says:
It should say:Code: Select all
<open src="styles/prosilver/imageset/imageset.cfg"> <edit> <find>img_icon_user_warn =</find> <action type="after-add"><![CDATA[ img_icon_reimg_zoom_in = icon_reimg_zoom_in.gif*20*20 img_icon_reimg_zoom_out = icon_reimg_zoom_out.gif*20*20]]></action> </edit> </open>
Code: Select all
<open src="styles/prosilver/imageset/imageset.cfg"> <edit> <find>img_icon_user_warn = icon_user_warn.gif*20*20</find> <action type="after-add"><![CDATA[ img_icon_reimg_zoom_in = icon_reimg_zoom_in.gif*20*20 img_icon_reimg_zoom_out = icon_reimg_zoom_out.gif*20*20]]></action> </edit> </open>