I’m writing a new app to archive messages. Users have a lot of messages which usually are not paginated. And everything is loaded into a htmlviewer. Because Xojo doesn’t have a listbox with variable listbox rowheights I need to use a htmlviewer anyways.
I’m not a web developer. What are my best options to get this done?
I’ve done some communication of the htmlviewer with javascript to Xojo. I would load the ids of the messages into the htmlviewer and then get the content of a message with javascript.
Are there other options? Is lazy loading better? If yes, how would lazy loading work?
I’m working with Valentina and have a cursor with data to load into the htmlviewer.
1 post - 1 participant