I wanna be Universalis! Thread last updated on 2004-03-02 13:20:32

Posted by member 128273 on 2004-03-01 09:05:00

I want my popup-menu to appear in a precise point of the screen so I writed

!Popup 437 29

This put my menu in the exact middle of the monitor...in 1024!!!
And this is the problem...what must I do to generalize the middle of the monitor? (sorry for my english)

I tried the "-50c" but it seems to work only in *Shortcut events...

Posted by member 99 on 2004-03-01 13:34:50 link

I think you're using an older version of popup2. The shortest way to do this is:
!Popup center 0c 0c

Posted by member 128273 on 2004-03-01 15:01:57 link

Another thing...ehm...problem...

I can't open a popup directly with a DynamicFolder..in other words..

*Popup "Desktop" !New !PopupDesktop
*Popup """ !DinamicFolder:"$Desktop$"
*Popup ~New


this code oben a menu with a black space that open the dinamic folder of the desktop...I need that the dinamic folder of the desktop is opened immediatly...I hope I am quite clear...

Posted by member 99 on 2004-03-01 20:46:34 link

!PopupDynamicFolder "$Desktop$"
?

Posted by member 128273 on 2004-03-02 02:23:44 link

I'm so sorry...I'm quite stupid...I didn't think about that enough! However thanks a lot...

Posted by member 128273 on 2004-03-02 03:27:55 link

By the way I ask you another question:

I wanna a group of Shortcut (a kind of menu-bar) stay onTop of all windows...explorer..etc..
I wanna the window be partially covered by this "bar"...
Is it possible?

Posted by member 7 on 2004-03-02 11:02:01 link

Use the T flag, as described here: http://flatface.net/~namaide/lsdocs/shortcut.html

Posted by member 128273 on 2004-03-02 13:20:32 link

I tried with the "T" flag but nothing happened...for example if I open an explorer windows and maximize it..it go in front of everything...and the bar is back...and I wanna it to be in front of all windows! ufffff