Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » How to preload a Scout TablePage?
How to preload a Scout TablePage? [message #1770724] Wed, 16 August 2017 13:46
Corrado Parisi is currently offline Corrado ParisiFriend
Messages: 32
Registered: September 2016
Member
I have a Scout application with one outline containing a table page that shows data from a database.

Only when selecting that table page, execLoadData(...) gets called, which subsequently calls importPageData(...). Since this call is a db call retrieving a lot of data, all my information gets displayed with a delay of about 1.5 seconds.

I think I should be able to preload the data at the outline initialization where the page is added, but I haven't succeeded yet.

I tried calling reloadPage() and initPage().
Previous Topic:Eclipse Scout download file
Next Topic:Eclipse Scout TableField NullpointerException on AbstractProposalColumn
Goto Forum:
  


Current Time: Tue Apr 23 07:43:00 GMT 2024

Powered by FUDForum. Page generated in 0.04433 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top