Latest Forum Posts
Backslash on 07 Nov : 03:25
bump?

and i[more]

photofx on 06 Nov : 19:56
no, none of the labels are a[more]

dac on 06 Nov : 14:05
I seem to have the same proble[more]

ElkMonster on 06 Nov : 14:00
also as far as i've had a look[more]

ElkMonster on 06 Nov : 13:54
erm... doesn't anybody have th[more]

Backend
Our headlines can be syndicated by using either our rss or text feeds.
news.xml - news.txt





 
The Litestep Site for News, Modules, Sources, and all the other stuff around Litestep.

 
 
   
LS-Universe.info -> Forums -> Modules -> [sticky] xPopup Example Config!!
[sticky] xPopup Example Config!!
<< Previous thread | Next thread >>  
Author Post
GothsSecret
Thread: [sticky] xPopup Example Config!!
             Wed Jul 21 2004, 06:10PM


posts 68
WEll, cause xPopup hassn't any Default settings, here is a very cool one without any graphics!!


xpopupcompatibilitymode
xpopupdefaulticon "$litestepdir$setup\icons\litestep.ico"
xpopupdefaultfoldericon "$litestepdir$setup\icons\windows.ico"
xpopuppinnedpopupnotontop
xpopupusesolidcolors
xpopupsolidcolors ffffff 000000
xpopupsolidgradientcolors 444444
xpopupsolidgradientvertical
xpopupsolidbevelsize 2
xpopupoverlapx -2

xpopupUseEntrySolidColors
xpopupentryfontleftborder 24
xpopupentryfontrightborder 5
xpopupentrysolidbevelsize 1
xpopupentryiconsaturationintensity 0
xpopupentrysolidcolors aaaaaa 000000
xpopupentrysolidgradientcolors aaaaaa 555555
xpopupentryiconsaturationintensity 200

xpopupactiveentrysolidcolors ffffff 000000
xpopupactiveentrysolidgradientcolors ffffff aaaaaa
xpopupactiveentryiconsaturationintensity 150
xpopupactiveentryfontcolor 880000

xpopupfoldericonx -20
xpopupfolderfontleftborder 4
xpopupfolderfontrightborder 24
xpopupfolderfontalign right
xpopupfoldersolidcolors 000000
xpopupfoldersolidgradientcolors aaaaaa aaaaaa
xpopupfoldericonsaturationintensity 0

xpopupactivefoldersolidcolors 555555 000000
xpopupactivefoldersolidgradientcolors ffffff ffffff
xpopupactivefoldericonsaturationintensity 200
xpopupactivefolderfontcolor 440000

xpopupUseseparatorSolidColors
xpopupseparatorsolidbevelsize 1
xpopupseparatorsolidcolors 000000
xpopupseparatorsolidgradientcolors ffffff 000000

xpopupentryiconx 2
xpopupleftborder 5
xpopuprightborder 5
xpopuptopborder 28
xpopupbottomborder 5

xpopuptitlefontheight 20
xpopuptitlefonttopborder 5
xpopuptitlefontleftborder 5
xpopuptitlefontrightborder 5
xpopuptitlefontbold
xpopuptitlefontoutline

xpopupentryheight 20
xpopupentryfontbold
xpopupseparatorheight 4

xpopupautoseparator

xpopupyspacing 4



and from here I start a little Internal contest, who posts the best, coolest xPopup without Graphics!!! So post post post


--:: What is not dead which can eternal lie, yet with strange eaons, even death may die ::--
Back to top
Anonymous
Thread: [sticky] xPopup Example Config!!
             Sat Jul 24 2004, 01:51AM

Guest
This is certainly helpfull but I would like to see a sample popup entry too. Not of the compatability mode but of the new way to do things. till then (or samples in the docs) I am not really smart enough to figure out how to properly do things.
Back to top
hoerb1
Thread: [sticky] xPopup Example Config!!
             Sun Jul 25 2004, 12:18AM

Registered Member #4
Joined: Thu Apr 29 2004, 11:44PM
posts 2
me too
So go ahead and load up images for all the lazy people

hoerb1 formerly known as moonwalker
----visit LSD-trip.de - The German Litestep Site------
Back to top
Andymon
Thread: [sticky] xPopup Example Config!!
             Sun Jul 25 2004, 02:18PM

Joined: Thu Apr 29 2004, 08:25PM
posts 179
Just a little Popup CFG Example:

With xPopupCompatibilityMode TRUE
xLabel(Light)-3.1 and LsxCommand-1.9.3 loaded
CommandWidth 150
CommandHeight 20

*popup "StaticMenu" !new !staticpopup staticpopup
*popup !info "Time: [time('hh:nn:ss')]"
*popup !info "[winampsong]"
*popup !separator
*popup !info "LsxCommand:"
*popup !hook:5:5:150:20 !commandboxhook %%!commandmove%%
*popup !separator
*popup .icon=".none" "Custom Folder" Folder
*popup .icon="$litestepdir$litestep.exe" "Startmenu" !popupdynamicfolder:"$startmenu$"
*popup "Desktop" !popupfolder:$desktopdir$
*popup !separator
*popup "ControlPanel" !popupcontrolpanel
*popup ~folder
*popup ~new

XPopup's Settings Prefix is here "staticpopup" instead of "xPopup"!

Without xPopupCompatibilityMode FALSE
xLabel(Light)-3.1 and LsxCommand-1.9.3 loaded
CommandWidth 150
CommandHeight 20

*xpopup "StaticMenu" !new !staticpopup
*xpopup !info "Time: [time('hh:nn:ss')]"
*xpopup !info "[winampsong]"
*xpopup !separator
*xpopup !info "LsxCommand:"
*xpopup !hook:5:5:150:20 !commandboxhook %%!commandmove%%
*xpopup !separator
*xpopup "Custom Folder" Folder
*xpopup .icon="$litestepdir$litestep.exe" "Startmenu" !xpopupdynamicfolder:"$startmenu$"
*xpopup "Desktop" !xpopupfolder:$desktopdir$
*xpopup !separator
*xpopup "ControlPanel" !xpopupcontrolpanel
*xpopup ~folder
*xpopup ~new


XPopup's Settings Prefix is here DEFAULT "xpopup"!
Back to top
slug
Thread: [sticky] xPopup Example Config!!
             Sun Sep 26 2004, 04:48PM

Guest
can someone please give a short example of 2 popups with different colors? 'not' using (x)popup or xpopup or anything similar to the manual.
the manual is very confusing since it doesnt explain prefixing.
i can make a hundred popups fine if they all look the same but how do you prefix different ones?
Back to top
slug
Thread: [sticky] xPopup Example Config!!
             Mon Sep 27 2004, 07:55AM

Guest
ok i get it now.
where the manual makes things weird for me, and from using the idea behind xlabel where x is changed to MY "MYlabel" "timelabel" "controllabel" etc down the line, is when it says

*(x)Popup ".: LITESTEP :." !new !popup
*(x)Popup !info "[time('ii:nn:ss')]"
*(x)Popup !separator
*(x)Popup !hook:5:5:150:20 !commandboxhook %%!commandmove%%
*(x)Popup !separator

i expect that all (x) is where you put MY prefix

*MYPopup ".: LITESTEP :." !new !(???)popup
*MYPopup !info "[time('ii:nn:ss')]"
*MYPopup !separator
*MYPopup !hook:5:5:150:20 !commandboxhook %%!commandmove%%
*MYPopup !separator

but thats just (X) = (popup compatability mode).. not that it actually implies this. add to that fact if someone has compatibility mode false.. a stupid noob like me would never figure out why nothing is popping up. end jack rant.
Back to top
Andymon
Thread: [sticky] xPopup Example Config!!
             Tue Sep 28 2004, 02:09PM

Joined: Thu Apr 29 2004, 08:25PM
posts 179
xPopupCompatibilityMode BOOL

If this is set xPopup reads the *Popup lines instead of it's own *xPopup lines.
This should allow you to use your old *Popup Menu Definitions, if you should switch completely to xPopup!

One major addition to the Default *(x)Popup PopupMenu definitions is the ability to setup different PopupStyles (Settings) for each defined PopupMenu!

Currently you define a new PopupMenu with the following:

*(x)Popup "Caption/Title" !New !PopupBang


This makes PopupMenu based on xPopup... Settings (xPopupEntryImage entry.png and so on).

Now you can add another Option to make PopupMenu's which are based on QuickPopup... Settings for instance (QuickPopupEntryImage entry.png and so on).


Example:

*(x)Popup "Caption/Title" !New !PopupBang quickpopup


Not so hard to understand, or?



This is BOLD AND COLORED at the Top of the ReadMe, so just read it carefully
You must specify the SyntaxPrefix AFTER the !popupbang, which should use it (see above or README).
The *(x)Popup lines have absolutely NOTHING to do with it (see above or README)
Back to top
Xaenn
Thread: [sticky] xPopup Example Config!!
             Fri Oct 08 2004, 01:39AM
Registered Member #157
Joined: Fri Oct 08 2004, 01:31AM
posts 4
When i try using that config it is in a wierd black/white combo and shows up in a way that I wouldn't think is even close to right. I'm running win2k...is there some reason it would look so wierd?

I would've posted a screen shot but I don't think you can...

Registered
Back to top
kri0ni
Thread: [sticky] xPopup Example Config!!
             Tue Nov 02 2004, 02:17PM

Registered Member #190
Joined: Tue Nov 02 2004, 02:07PM
posts 1
still having some probs with this one i came up with pink shows occasionally
when traveling up and down used it in a theme -=[ Occclusion ]=- but still not what it should be

CacheAllPopupsAtStartup true
xPopupCompatibilityMode true
xPopupMovable
xPopupFolderMovable
xPopupTopBorder 14
xPopupMaxWidth $resolutionx$
xPopupMaxHeight $resolutiony$
xPopupOverlapX 20
xPopupOverlapY 0
xPopupAutoMenubreak true
xPopupEntryHeight 14
xPopupFolderHeight 14
xPopupEntryShowIcon false
xPopupEntryMoveable true
xPopupEntryFont "HandelGotDLig"
xPopupEntryFontColor fffffff
xPopupActiveEntryFontOutline
xPopupActiveFontOutlineColor 0,191,255
xPopupActiveFolderFontOutline
xPopupFolderFontColor ffffff
xPopupEntryFontShadowColor 000000
xPopupEntryFontShadow true
xPopupEntryFontShadowX 1
xPopupEntryFontFontShadowY
xPopupTitleColor FF0000
xPopupSelectEntryColor 404040
xPopupTitleColor 000000
xPopupEntrySaturationIntensity 70
xPopupFolderOpenDelay 0
xPopupQuicklaunchMode
xPopupEntryAutoSeparator
xPopupEntryShowText true
xPopupActiveEntryShowText
xPopupFolderShowText
xPopupActiveFolderShowText6
some help please still there with xpopup 1.08

stil bit dificult to get rid of
[ Edited Thu Nov 04 2004, 12:06AM ]

c:dos run
run dos run
Back to top
Wolzly
Thread: [sticky] xPopup Example Config!!
             Tue Nov 02 2004, 04:25PM

Registered Member #22
Joined: Thu May 06 2004, 08:32AM
posts 62
xPopupMaxHeight $resolutiony$6
xPopupActiveFolderShowText6

are those sixes typos in your post or in your code?

Also, just from your post I don't quite know what the problem is... ping shows occasionally when traveling up and down?
Back to top

Quick Reply:

 

Jump:     Back to top



Chatbox



GothsSecret
   on 02 Nov : 19:54
hehe doin my best


Wolzly
   on 01 Nov : 18:54
ROFL!

You guys never fail to entertain


GothsSecret
   on 01 Nov : 15:47
oh.. sorry to those 2 online ppl, Just fucked up the site for a short mement


Backslash
   on 01 Nov : 06:00
xPopup 1.0.8 ROCKS!


Juan Guillermo
   on 31 Oct : 23:46
Thanks a lot for your GREAT work guis , xmodules are transforming the Litestep shell in a much more fancy/varsatile thing.


AngelKnight
   on 30 Oct : 16:44
^_^


Backslash
   on 29 Oct : 00:54
>Andymon - woot!
>GothsSecret - If necessary, you could probably reduce the gaps between the center and the sides, for those with lower resolutions (not me, I'm at 1280x1024!).


Andymon
   on 28 Oct : 13:02
Just wanna tell:
HighColor(16bit) is coming for all xModules in the near future, finally.


GothsSecret
   on 28 Oct : 11:47
hehe, now I like it too, I wassn't sure if it'll look good if we put a second menu right handed but now it's ok, so no need for a complete change anymore


BobixLeSage
   on 28 Oct : 11:34
Hello everyone!
This layout is just fine, don't get why you want to change it?!









© by LS-Universe.info