Want a Window with a vertical scroll
Mark Schonewille
m.schonewille at economy-x-talk.com
Sun Jan 6 06:09:38 EST 2008
Hi Thomas,
Group all objects on your card. Set the vScrollbar of the group to
true. Set the rect of the group to the rect of your card. If you have
a menu, you may beed to adjust the value of the rect before setting
the rect of the group. Set the lockLoc of the group to true. Add the
following script to the card:
on resizeStack
set the rect of grp "Your Group" to the rect of this cd
-- do more if necessary...
end resizeStack
Best regards,
Mark Schonewille
--
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Quickly extract data from your HyperCard stacks with DIFfersifier.
http://differsifier.economy-x-talk.com
Op 6-jan-2008, om 11:58 heeft Thomas Bähler het volgende geschreven:
> Dear RunRev List
> In my project I have five list-fields next to each other with equal
> but varying number of lines.
> I wanted a common vertical scroll to see all lines when there are
> to many to display in the window.
> First I experimented with a table-field but the formating was too
> complicated. I then thought I calculate
> the height of the fields according to the number of lines, and put
> a vertical scroll to the window. But,
> there is no vertical scroll for a window, is there?
>
> Another thing I stumbled over: sorting lines by item x of a
> variable won't work when the linedelimiter and itemdelimiter
> have been changed.
>
> Thanks for hints
>
> Thomas Bähler
>
More information about the use-livecode
mailing list