How to Scroll a Brush Larger than the Display?

Discuss any general programming issues here
Post Reply
NathanH
Posts: 107
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

How to Scroll a Brush Larger than the Display?

Post by NathanH »

Hi,

I can't figure it out. I'm using the Hollywood class in MUIRoyale and I was wondering if it is possible to use this like a viewport where one can scroll around to see all parts of a brush that is bigger than the display? Maybe it is possible in Hollywood without MUIRoyale? Thanks.

NathanH
plouf
Posts: 479
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: How to Scroll a Brush Larger than the Display?

Post by plouf »

this is depended on how your logic in program is
a nice , probalbly idea, is to display it with DisplayBrushPart() ...
Christos
NathanH
Posts: 107
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

Re: How to Scroll a Brush Larger than the Display?

Post by NathanH »

Thanks very much! I must have missed that one, it should do the trick.

NathanH
User avatar
airsoftsoftwair
Posts: 5461
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: How to Scroll a Brush Larger than the Display?

Post by airsoftsoftwair »

There is also a Scrollbar.hws example in the MUI Royale distribution that you can check out to learn how to implement scrolling.
NathanH
Posts: 107
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

Re: How to Scroll a Brush Larger than the Display?

Post by NathanH »

Thanks, I'll check that out.

NathanH
Post Reply