Bug 361645 - [Forms] FormToolkit#paintBordersFor is missing
Summary: [Forms] FormToolkit#paintBordersFor is missing
Status: ASSIGNED
Alias: None
Product: RAP
Classification: RT
Component: Workbench (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 08:59 EDT by Angelo ZERR CLA
Modified: 2020-05-18 07:30 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Angelo ZERR CLA 2011-10-21 08:59:46 EDT
Hi RAP Team,

I think it should be cool if RAP could define FormToolkit#paintBorder(Composite parent) with empty code to manage easily single sourcing. For RAP FormToolkit#paintBorder is not very important but for RCP it's very important to call it otherwise you will have problems with Text border.

Regards Angelo
Comment 1 Kristoffer Peterhänsel CLA 2011-11-09 09:26:45 EST
This actually appears to be quite a problem with WindowBuilder 1.1.0. Every time I try to modify something form related. I end with WindowBuilder failing due to it trying to call this method.
Comment 2 Wim Jongman CLA 2012-08-27 11:25:47 EDT
This is causing problems for us as well. I can imagine why it will not be implemented but what could be a workaround? 

Maybe delegate to your own toolkit and use reflection / exception handling to catch the missing method?