ckHotspots, poping up a dynamic folder Thread last updated on 2003-05-13 01:56:22

Posted by member 32606 on 2003-05-12 18:33:56

How can i get hotspots to auto popup a dynamic folder, like a fodler of my old startmenu for example, and not have it pop up 50 windows for the split second my mouse is over it? It wasnt fun having to end task on litestep.exe to stop them from opening.

Posted by member 1 on 2003-05-12 18:40:44 link

Setup a Popup for it

Posted by member 32606 on 2003-05-12 19:07:58 link

Maybe it will help by showing the current code i have for it.

*ckHotspot 1 36 16 16 !popupdynamicfolder "$LiteStepDir$shortcuts" .none

That code is unuseable because will will keep creating new folders as long as the mouse is in the hotspot, it also doesnt open a popup menu, but opens an explorer window at the shortcuts dir.

Posted by member 15023 on 2003-05-12 19:11:59 link

If you mean open the folder with your folderviewer:
(Edit the xs so they are the correct coordinates)
*ckHotspot x x x x C:\Path\to\folder !none


If you mean open a popup with just that folder:
(Edit the xs so they are the correct coordinates)
*ckHotspot x x x x !Blah !none
*Popup !New !Blah
*Popup "Old Startmenu" !DynamicFolder:"C:\Path\to\folder"
*Popup ~New


If you mean something else, be more specific cause I guess I'm not understandin ya.

Posted by member 7223 on 2003-05-12 20:19:46 link

I have problems with ckHotspots, too:

*ckhotspot x x x x "!alert in" "!alert out"

the out !bang is execute until LS crashes!

Posted by member 1 on 2003-05-12 20:25:36 link

Yup...as it should be...you told it to

Posted by member 32606 on 2003-05-12 20:49:59 link

Thanks, the second one with creating a new popup is very close to want i wanted. But it will create a little popup that has just the entry within the qoutes, then from that the menu i want opens, how can i set it up so that when the hotspot activates it goes right to the full menu?

Posted by member 7223 on 2003-05-12 21:21:00 link

changes.txt:
- Added [popup2 / allelimo / 2002-04-30]
*Popup "Start" !new !Blah !PopupFolder:$dirStuff$

Posted by member 32606 on 2003-05-12 21:25:19 link

Awsome, thanks, exactly what i wanted.

Posted by member 32606 on 2003-05-12 21:31:33 link

One more quick question, what is the syntax for positioning a menu?

Posted by member 32606 on 2003-05-12 22:08:51 link

Ah, found it, nm.

Posted by member 7 on 2003-05-13 01:56:22 link

If you use that root-level popup thingy a lot you might want to try using this:
- added !PopupDynamicFolder as a regular !bang that can be used anywhere (thanks snol)
Syntax:
!PopupDynamicFolder
then you don't have to add a separate *Popup line.