-
Dan, thanks for looking into this. From my knowledge, virtual tables optimize the display of the model so that graphical resources are allocated only for the visible rows. So if the model has 2000 items but the table has only 20 visible rows, then it will contain only 20 TableItem objects. It's a pretty poorly documented feature though.
I've seen the bug list and my guess is that removing the...
2009-12-26 14:38:58 UTC by sky_halud
-
Hi,
there are a lot of bugs associated with DeferredContentProvider. Could we temporarily get rid of the use of SWT.VIRTUAL and the DeferredContentProvider from the FileTableControl.createViewerContents() method?
I have inspected the code and it seems though it uses SWT.VIRTUAL, the model is fully constructed/fetched in FileControlModel.update() and then all FileDetails are sorted and set in one...
2009-12-26 12:02:47 UTC by corneanu_dan
-
It could be one of the bugs in DeferredContentProvider.
https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=DeferredContentProvider.
2009-12-17 18:53:39 UTC by corneanu_dan
-
sky_halud added corneanu_dan to the jCommander project.
2009-12-17 17:20:24 UTC by sky_halud
-
The .metadata directory is hidden so probably this is why you can't see it, but it definitely must be there. We really need the log file for clues about what is happening.
On a different note, have you tried running the 0.7.1 development version. If so, do you get the same error?
Robert.
2009-12-17 08:17:38 UTC by sky_halud
-
When I double click jcmd.app, a get a dialog window with the heading "An error has occurred." See the log file /Users/kjeldaas/Download/jcommander-0.7.0/jcmd.app/Contents/MacOS/workspace/.metadat/.log
However, there is nothing in the workspace directory.
2009-12-16 21:49:57 UTC by nobody
-
Yes, that is correct. Would you mind taking a look at it?
Thanks,
Robert.
2009-12-16 16:31:44 UTC by sky_halud
-
Hi,
I have just stepped on this issue too. I see there is a bug reported for this problem: #2915373.
2009-12-16 16:09:46 UTC by corneanu_dan
-
Dan,
This sounds great! For now I think the first thing to do is to build and run the project correctly with Eclipse 3.5. For instance, when I did this yesterday I already found a major issue with the way the file panels are displayed: [https://sourceforge.net/tracker/?func=detail&aid=2915373&group_id=35271&atid=413695][1]
Regards,
Robert
[1]...
2009-12-16 08:20:15 UTC by sky_halud
-
After building and running the project on Eclipse 3.5, the panel displays are corrupted with some rows being empty and others alright, seemingly in a random fashion. The following stack trace is thrown (one per panel):
[main] Platform Exception: Status WARNING: org.eclipse.jface code=0 Ignored reentrant call while viewer is busy. This is only logged once per viewer instance, but similar calls...
2009-12-16 08:17:27 UTC by sky_halud