Popup2 - stretch images Thread last updated on 2003-06-09 17:59:55

Posted by member 2112 on 2003-06-09 00:55:06

Does anyone know how to stretch images for PopupEntryPix with the popup2.dll?

I thought I had found the option with "PopupBLT 1" but I'm not sure what this effects but it's not PopupEntryPix. I also searched the LS changes.txt file and found "PopupPaintMode stretch" but this seems to have no effect also. I find this odd as PopupSelEntryPix is stretching correctly.

... My mistake, PopupSelEntryPix doesn't stretch either.

Posted by member 7223 on 2003-06-09 01:51:46 link

"PopupBLT 1" works fine for me

Posted by member 1 on 2003-06-09 02:20:45 link

You may have to also have PopupAdaptiveWidth defined along with your Min and Max. Otherwise there is nothing to stretch to because your Popup width is defined by the image width.

Posted by member 2112 on 2003-06-09 17:59:55 link

My bad. I had PopupPaintMode set to tile earlier in my code. That's what I get for copying code from someone elses theme to save time :)