Multiple Popups? Thread last updated on 2005-11-17 22:54:15

Posted by member 256241 on 2005-11-17 12:42:50

Hello, Is there any way to trigger 2 popups at once, each expanding away from the other? Or to have a 2 columned popup
(I'm thinking of the right click in 3d Studio Max).

Thanks for your time.

Posted by member 12025 on 2005-11-17 12:47:21 link

xPopup's manual menu break can do it. As far as the position it opens with, that will need some scripting, I believe.

Posted by member 1 on 2005-11-17 13:24:19 link

I know in Popup2 you could define a x and y position to open the popup too in !Popup...check the docs.

Posted by member 256241 on 2005-11-17 14:13:17 link

Thanks.
I know you can set the position in Popup2, but I dont know how to have 2 simultaneously displayed popups next to each other (hopefully opening away from each other).

I might look into xPopup...

Posted by member 212670 on 2005-11-17 14:33:19 link

You could do it with xPopup. Like Cerbie said, it would take a bit of scripting.
-position popup1's x/y
-pin open popup1
-position popup2's x/y relative to popup1
-pin open popup2
You'd have to use the pin bangs, because regular !popup bangs result in the previous popup being closed.

Posted by member 256241 on 2005-11-17 14:38:45 link

Ah,that looks like the stuff. I'll get into that...

Two final quick questions that I haven't found an answer for:

1. Is there a way of binding any of the buttons of a mouse (eg 5 button) to a command?

2. Would there be a way to simulate a few keypresses and tie it to a command. I have a KVM switch where you have to hit Print Screen twice then an arrow key then enter... which I would like to streamline.

Would it be able to simulate it at a low enough level somehow to actually work with the KVM hardware?

^probably a stupid question.

Thanks for all your help.

Posted by member 1 on 2005-11-17 15:43:08 link

But if you pin the popup don't you need to close it manually by clicking a close button?

1) Of course

2) No because the keyboard needs to press the button because the KVM is between the keyboard and PC.

Posted by member 212670 on 2005-11-17 20:49:26 link

But if you pin the popup don't you need to close it manually by clicking a close button?

Yes, but it'd be a simple toggle - or it could even have a timeout to automatically close. Not sure of another way to do what he's asking.

Posted by member 256241 on 2005-11-17 22:48:44 link

Ok, thanks for your help.

Posted by member 12025 on 2005-11-17 22:54:15 link

1. Use the software that came with it, which universally sucks for various reasons.

Popup: see this theme

I was a bit lazy in the first reply :)