Posted by member 206411 on 2006-02-09 03:42:49 link

Ok, I got it to work, for some reason, I was working with version 1.1.3 or something like that.. anyway.

I have a problem with activeEntry settings. I am trying to make my popup have a gradient effect on the active (selected) portion of the popup. I basically want a gradient background when i hover over the popup. But for some reason, no matter what I do, nothing happends when I hover over the popup.. here is my code...
xpopupcompatibilitymode true

xpopupusesolidcolors true
xpopupSolidColors 000000
xpopupalphatransparency 200

xpopupminwidth 128
xpopupmaxwidth 512
xpopupoverlapx -2
xpopupoverlapy -1

xpopupTasksUpdateInterval 1000

xpopupautomenubreak true
xpopupautoseparator true
xpopupseparatorheight 1



xPopupEntryFontHeight 12
xPopupEntryfontcolor ffffff
xPopupEntryFontOutline true
xPopupEntryFontOutlineColor 000000
xpopupEntryfontleftborder 20

;xPopupActiveEntryfontcolor ffffff
;xPopupActiveEntryFontOutline true
;xPopupActiveEntryFontOutlineColor 000000
xpopupActiveEntrySolidGradientColors 000000 ffffff
xpopupActiveEntryBorderMethod "sunken"


xpopupEntryshowicon true
xpopupentryiconx 2
xpopupentryicony 2
xpopupactiveentryiconx 2
xpopupactiveentryicony 2


xpopupopensound "$themedir$misc\menuopen.wav"


Edit: and oh one more thing, the text arrow, does not work for some reason.. I have no idea why