Group Size Limit
Posted: Sun Nov 16, 2014 7:35 pm
For a succession of selection Lists my script builds a group of several fields that can be scrolled inside of another group.
Scrollbar is applied when necessary via:
if the formattedheight of group "Buttons" > the height of group "Buttons" then
set the vScrollbar of group "Buttons" to true
else
set the vScrollbar of group "Buttons" to false
end if
That works real dandy most of the times, but in one situation that group becomes quite big and holds some 460 Items (far too many of course but for the moment …). In this case no scrollbar shows, switching it on doesn't help, and the content can not be scrolled by any other means and the formattedheight of group "Buttons" returns 0
I've checked the properties of the group, container and contents in this case against situations where it behaves as I expect, but there are no differences except text contents and individual positions.
Where do I go wrong - or is there an inherent Limit to group Size ?
Scrollbar is applied when necessary via:
if the formattedheight of group "Buttons" > the height of group "Buttons" then
set the vScrollbar of group "Buttons" to true
else
set the vScrollbar of group "Buttons" to false
end if
That works real dandy most of the times, but in one situation that group becomes quite big and holds some 460 Items (far too many of course but for the moment …). In this case no scrollbar shows, switching it on doesn't help, and the content can not be scrolled by any other means and the formattedheight of group "Buttons" returns 0
I've checked the properties of the group, container and contents in this case against situations where it behaves as I expect, but there are no differences except text contents and individual positions.
Where do I go wrong - or is there an inherent Limit to group Size ?