Posted by member 212670 on 2006-02-09 04:07:59 link

Your ActiveEntry stuff isn't working because you're missing:
xPopupUseActiveEntrySolidColors true


You need that when not using images.

Also, you can remove "xpopupcompatibilitymode true". That's true by default as of 1.2.5.

To get a text arrow working, don't forget to define "xPopupUseTextArrow true". From there, you'll want to define a text character to use as an arrow, like "xPopupArrowText -". Then, define the rest like usual, using "xPopupArrow(option) value".