How to include Tasks View [message #437321] |
Tue, 27 September 2005 11:51 |
Eclipse User |
|
|
|
Originally posted by: bdberry.us.ibm.com
I am using the following code in my perspective class to include the
tasks view. It appears on the screen properly but any tasks that I add
are not persisted. After closing and reopening my RCP - the task list
gets cleared. Is there something else I need to do to enable the basic
functionality of the Task View...
IFolderLayout leftLower = layout.createFolder(FOLDER_LEFT_LOWER,
IPageLayout.BOTTOM, 0.5f, FOLDER_LEFT_UPPER);
leftLower.addView(IPageLayout.ID_TASK_LIST);
|
|
|
|
Re: How to include Tasks View [message #437346 is a reply to message #437326] |
Tue, 27 September 2005 18:12 |
Eclipse User |
|
|
|
Originally posted by: bdberry.us.ibm.com
Even if I do the following in my action that creates the marker it still
gets lost after restarting the RCP app...
marker = resource.createMarker(IMarker.TASK);
marker.setAttribute(IMarker.TRANSIENT, true);
marker.setAttribute(IMarker.PRIORITY, IMarker.PRIORITY_NORMAL);
marker.setAttribute(IMarker.MESSAGE, "Element reminder");
|
|
|
|
Powered by
FUDForum. Page generated in 0.03473 seconds