Assertion Fail [message #990259] |
Tue, 11 December 2012 11:07 |
Eclipse User |
|
|
|
Greetings forumers,
I'm new to RCP development. My current project is just a simple CRUD.... My persistence works well but i'm stuck at my GUI. If everything works, I should see the data been display by the view part and when double click, the editor should be open
But no data being display on the view part and off course the no rows is clicked and so the editor is not merge.
From the stacktrace, it stated that the SWT failed to assert as it can only work with IObservableList. I'm changing my binding code by using IObservableList instead of WritableList although WritableList is implementing IObservableList but still no luck.
Right now I've no idea where it went wrong.
I'm attaching my stacktrace in rtf and one of my view part (org.eclipse.mamsysdispose.userinterface.viewparts.CreateCaseView). My initial access to this is that i'm using the wrong input when tableViewer calling the setInput method but maybe i'm wrong about this.
|
|
|
Powered by
FUDForum. Page generated in 0.03209 seconds