frames, frames and more frames!
Posted: 14 Jan 2018, 16:59
Hi,
I was experimenting (again) stuff with frameclipping, and looks like I can't programmically change the clipping mask dimensions.
or maybe i'm doing someting wrong.
tried with:
with no result.
tried with
with no result.
tried with
with a nice result (the contents is hided), but not exactly what I need.
Humm.. maybe it try different approach. Have all menu items in own containers, and move and change their opacity to own places.
Alternatively the easier way would have been using clip mask on x-axis to reveal the contents.
I was experimenting (again) stuff with frameclipping, and looks like I can't programmically change the clipping mask dimensions.
or maybe i'm doing someting wrong.
tried with:
Code: Select all
frame.ClipWindowActive=True;
frame.ClipWindowSize.X = 0.;
tried with
Code: Select all
frame.Size.X = 0.;
tried with
Code: Select all
frame.Scale = 0.;
Humm.. maybe it try different approach. Have all menu items in own containers, and move and change their opacity to own places.
Alternatively the easier way would have been using clip mask on x-axis to reveal the contents.