Notifications
Clear all

[Closed] navigating rollout without borders

I want create usable window – rollout without borders(like max installer kind of) so I use rollout without border:

rollout rlIDTools “ID Tools”
(
)
createDialog rlIDTools 241 234 style:#()

looks fine to me but it’s useless because there is no border to grab and move rollout – irony.
Rollout is static in this way and I can’t change position of rollout so I can’t move it in any direction.
Is it possible to create such a rollout without borders but movable like any other rollout or window?
Something like:

rollout mm
(

on mouse click hold do
(
x panel pos=x mouse position;y panel pos=y mouse position
)

createdialog mm 100,100 style:#()

or maybe there is easy way, can somebody help please.

5 Replies

you probably have to slow down your mxs learning, and take some classes how to ‘search forums’.
or this answer http://forums.cgsociety.org/showpost.php?p=7734535&postcount=2 might become universal for you very soon

I checked it on forum as well as your link before I asked question here. Maybe it’s on forum but so deep that only people who know post are able to dig it up.

have you tried a ‘nontrivial’ search string “moving rollout”?

“nontrivial” Denis.You right, like always. Don’t say anything, I know.

http://forums.cgsociety.org/archive/index.php/t-765157.html