| PlannerField [message #759129] |
Sat, 26 November 2011 11:18  |
Bertin Kiekebosch Messages: 223 Registered: August 2011 |
Senior Member |
|
|
|
Does anybody have an example on how to get started with the PlannerField (AbstractPlannerField). I only get a yellow rectangle on my form.
|
|
|
| Re: PlannerField [message #759134 is a reply to message #759129] |
Sat, 26 November 2011 11:53   |
Jeremie Bresson Messages: 108 Registered: November 2010 |
Senior Member |
|
|
A yellow rectangle is a placeholder reprensation of a field, when there isn't any renderer for the field in the ui plug-in.
Here an example for the SVG field:
* your client plug-in (<your app>.client) has a dependency on org.eclipse.scout.svg.client
* your swing plug-in (<your app>.ui.swing) has a dependency on org.eclipse.scout.svg.ui.swing (and other)
* your swt plug-in (<your app>.ui.swt) has a dependency on org.eclipse.scout.svg.ui.swt (and other)
If you do not add the dependency in the swt application, you get the same yellow rectangle.
That said, back to your case. I do not know where is the rendering code for the PlannerField.
which ui are you using ?
[Updated on: Tue, 29 November 2011 09:24] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01873 seconds