Skip to main content



      Home
Home » Eclipse Projects » NatTable » NatTable takes too long to refresh (NatTable takes too long to refresh )
NatTable takes too long to refresh [message #1719362] Thu, 07 January 2016 08:04 Go to next message
Eclipse UserFriend
Hi,

In the refresh() method of the nattable, I fill in the data and set the layers and configurations to the NatTable. Finally I call the nattable.configure(), which takes nearly 8-10 seconds to execute.

What might be the problem for taking such a long to refresh? or Can anyone suggest ideas on how to approach this?


Thanks
Chris.
Re: NatTable takes too long to refresh [message #1719393 is a reply to message #1719362] Thu, 07 January 2016 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Why are you doing anything in the refresh() method of NatTable? That doesn't make sense!

I don't know what you are doing, but for me it sounds like a wrong usage of NatTable. If you are setting layers and configurations everytime a refresh is performed I suppose you are adding everything multiple times to the ConfigRegistry and therefore the long execution time.
Re: NatTable takes too long to refresh [message #1719428 is a reply to message #1719393] Thu, 07 January 2016 15:08 Go to previous messageGo to next message
Eclipse UserFriend
I am sorry. That was my mistake. Its not the refresh method of the nattable. Its the refresh method of my class, in which the setting layers and configuration of the nattable is done.
Re: NatTable takes too long to refresh [message #1719437 is a reply to message #1719428] Thu, 07 January 2016 16:27 Go to previous message
Eclipse UserFriend
But the answer is the same, refreshing NatTable in such a way will cause issues.
Previous Topic:Nattable takes too long to refresh
Next Topic:multi check ComboBox values not gettign saved
Goto Forum:
  


Current Time: Wed Jun 18 12:05:25 EDT 2025

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

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

Back to the top