Popup icons Thread last updated on 2005-11-29 07:51:41

Posted by member 255987 on 2005-08-04 06:53:56

If I use
*Popup "Games" "!DynamicFolder:$Programs$\Games"
as a sub menu the program icons are shown to the left of the shortcut

However, I do not want my games list as a submenu. I am trying to configure a button that just displays my list of games. If I use
!popupDynamicFolder "$Programs$\Games"
I displays my games but there are no icons, just a blank space to the left of the name.

I didn't find any valid info with a search of this forum or google. Any ideas?

Posted by member 212670 on 2005-08-04 12:58:51 link

You'll want to look in the module's readme files (packed with the module - also located in the \modules\docs folder) and do a search for the word "extraction."

Posted by member 1316 on 2005-08-04 13:53:54 link

a lot of games have actual .ico files. if yours do, you can just use the following...

.icon=(path to icon)

for instance:
*Popup .icon=c:\stuff\icons\logoff.ico "logoff" !logoff

Posted by member 1316 on 2005-08-04 14:04:22 link

wait..."$Programs$\Games"...if you have icons turned on, then they should be showing, at least in this case. I have a folder full of my most often used shortcuts, and I just have
*Popup "Appz" !DynamicFolder:"C:\LiteStep\Start Menu Programs"
to view the contents of the folder.

Posted by member 255987 on 2005-08-04 15:16:29 link

Well I'm new so I might be doing something wrong.
*Popup "Appz" !DynamicFolder:"C:\LiteStep\Start Menu Programs"

works exactly the way I want it to with icons and everything when used as a sub menu (embedded in another popup). From what I understand in order to get it to come up by itself I replace the * in the beginning with a ! and put it directly in the triger rather then naming the popup and calling it but when I click the button nothing happens. I switched out the *popup "games" !dynamicfolder in favor of *popupdynamicfolder because it correctly lists the folder contents. The only thing missing are the icons.

Posted by member 1316 on 2005-08-04 17:27:08 link

nope, you would just run this !bang:
!PopupDynamicFolder "C:\LiteStep\Start Menu Programs"

of course, modify the path to fit your needs, first.

Posted by member 255987 on 2005-08-04 18:21:06 link

That's exactly what I'm doing and not getting any icons. :(
Ok. So I'm doing it right. There's just a setting somewhere I'm missing probably.

Posted by member 1316 on 2005-08-05 16:46:59 link

hmmm...are you using xpopup, or popup2, or what? because xpopup seems to have icons enabled by default, but I don't believe popup2 does.

Posted by member 255987 on 2005-08-06 21:30:22 link

Looks like popup2. I set popupicons to true in my step.rc like the documentation shows but no luck. The theme is Ghost 1.11 btw.

Posted by member 6195 on 2005-11-29 01:29:11 link

I have the same problem. I get icons in normal popups, but I get no icons in popupdynamicfolders. I'm also using Popup2 - 2.1.7 to be exact. Is this a bug/'feature' in Popup2 by any chance?

Posted by member 5575 on 2005-11-29 07:51:41 link

My old popup2 settings have been buried beneath millenia of x-module detritus. IOW, I don't remember any more.