Skip to main content
Participant
October 18, 2017
Question

FDK custom dialog scrolling list item limit

  • October 18, 2017
  • 1 reply
  • 535 views

FM is crashing when I am population a list of items in a scrolling list display. I think it is due to the number of items, around 1000 or more lines and it crashes, otherwise it works fine.

Is there a hard limit on the number of items displayed? Can it be overridden or is there an alternative similar display method?

This topic has been closed for replies.

1 reply

4everJang
Legend
October 18, 2017

I would not be surprised if there was some kind of limit to that number. I would not think a list item box with that number of entries would be good user interface design in the first place. What is the use case?

Legend
October 18, 2017

I have never seen any limit described in the documentation, but it certainly seems that there must be a limit. 1000 sounds like a reasonable limit to me, because we are talking about a UI widget. As a user, I would not want to scroll through 1000 items. There are many tricks you could use to streamline the list and dynamically repopulate based on user behavior, but I will readily admit that the FDK UI tools are rudimentary. Like Jang suggests, perhaps if we knew more about your use case we could offer better suggestions.

Russ

Participant
October 18, 2017

You are both right, it is displaying a list of image references grouped by document. I would probably need to work more and if the list is too long display only the references for one document and have another list of documents to select from. As you say this will then repopulate the list with a fewer number of items. Thanks.