Why can't I make a graphic a scroller? - Solved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Why can't I make a graphic a scroller? - Solved

Post by DR White » Tue Jun 06, 2017 11:58 am

see attachment

Thanks,

David
Attachments
Scroller Test.livecode.zip
Test graphic scroller stack
(1.31 KiB) Downloaded 260 times
Last edited by DR White on Thu Jun 22, 2017 12:21 pm, edited 1 time in total.

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Why can't I make a graphic a scroller?

Post by Klaus » Tue Jun 06, 2017 3:53 pm

Hi David,

because e.g. GRAPHICS do not have a "formattedheight" property,
so they cannot be scrolled per se.


Best

Klaus

Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: Why can't I make a graphic a scroller?

Post by Thierry » Tue Jun 06, 2017 5:26 pm

Hi David,

I'm a bit busy but here is an old stack of mine with a scrolling image.
Take whatever you like from it.
MiniImageFilter.rev.zip
(33.48 KiB) Downloaded 274 times
HTH,

Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Why can't I make a graphic a scroller?

Post by DR White » Wed Jun 07, 2017 3:14 pm

Klaus and Thierry,

I changed the graphic to a field and that seem to be working well.

Thanks so much for your help,

David

Post Reply