xpopup - text arrow usage? Thread last updated on 2006-05-27 04:17:19

Posted by member 321598 on 2006-05-27 02:31:23

Does anyone know the correct syntax to use text arrow in xpopup?

I tried using:
xpopupUseTextArrow True
xpopupArrowText ">>"
xpopupActiveArrowText "="

as the documentation seems to suggest, but I couldn't get it to work. Implementing xpopupArrowFont properties also seem to do nothing.

Posted by member 212670 on 2006-05-27 02:41:09 link

Make sure you're using:

xPopupArrowFontAlign right

The arrow (fonts) aligns left by default, and could be hidden under icons or your folder texts.

You'll also want to play with these two settings, so your folder text doesn't overlap the arrow:

xPopupEntryFontRightBorder #
xPopupArrowFontRightBorder #

Lastly, the arrow is black by default, so you may also want to throw in:

xPopupArrowFontColor ######

(# = some value)

Posted by member 321598 on 2006-05-27 04:17:19 link

Ah, thanks, that was exactly the problem. It never occurred to me that the arrow was left aligned by default :-/