Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » Lesson 4 - bug in design view of TitlePane
Lesson 4 - bug in design view of TitlePane [message #765023] Tue, 13 December 2011 09:33 Go to next message
isterakas is currently offline isterakasFriend
Messages: 3
Registered: December 2011
Junior Member
When i drag and drop a TitlePane widget on the main grid, the bracketed area was not appeared so i cann't place the selectedPayment variable inside.
Re: Lesson 4 - bug in design view of TitlePane [message #765102 is a reply to message #765023] Tue, 13 December 2011 12:32 Go to previous messageGo to next message
fahua jin is currently offline fahua jinFriend
Messages: 58
Registered: July 2011
Member
I can also reproduce the problem, so it looks to me a defect.

But as a work-around, you can switch to the source pane of VE, and update the children attribute of the TitlePane.

Original is,
...children = [ new Div { } ] ...

Change to,
...children = [ new Div {innerHTML = " "} ] ...

Switch back to the VE, and you can find the bracketed area is displayed. So you could continue to the tutorial.

Rocky
Re: Lesson 4 - bug in design view of TitlePane [message #765962 is a reply to message #765102] Thu, 15 December 2011 01:42 Go to previous messageGo to next message
fahua jin is currently offline fahua jinFriend
Messages: 58
Registered: July 2011
Member
One defect was opened.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=366667
Re: Lesson 4 - bug in design view of TitlePane [message #766471 is a reply to message #765962] Thu, 15 December 2011 21:09 Go to previous message
Paul Hoffman is currently offline Paul HoffmanFriend
Messages: 6
Registered: July 2009
Junior Member
The "work around" for the defect has been included in the text of the tutorial.
Previous Topic:Installing EDT into Eclipse
Next Topic:XML conversion issue
Goto Forum:
  


Current Time: Thu Mar 28 08:50:14 GMT 2024

Powered by FUDForum. Page generated in 0.04954 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top