Posted by member 212670 on 2006-08-18 15:44:03 link
Brief example.
First set is the standard popup settings, "newgroup" controls the settings for the "New Popup" (which in this case is the shift + left click menu).
xPopupUseSolidColors
xPopupUseEntrySolidcolors
xPopupEntryFontLeftBorder 20
xPopupTopBorder 20
xPopupAutoMenuBreak
xPopupSolidColors FF0000
*Popup "New Popup" !New !PopupTheme newgroup
*Popup "Yay it works" !alert "it works"
*Popup ~New
newgroupUseSolidColors
newgroupSolidColors 0000FF
xPopupUseEntrySolidcolors
xPopupEntryFontLeftBorder 20
xPopupTopBorder 20
xPopupAutoMenuBreak
xPopupSolidColors FF0000
*Popup "New Popup" !New !PopupTheme newgroup
*Popup "Yay it works" !alert "it works"
*Popup ~New
newgroupUseSolidColors
newgroupSolidColors 0000FF
First set is the standard popup settings, "newgroup" controls the settings for the "New Popup" (which in this case is the shift + left click menu).