Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Initial value parsing and double-sets
Initial value parsing and double-sets [message #101067] Tue, 02 August 2005 17:00 Go to next message
Joel Kamentz is currently offline Joel KamentzFriend
Messages: 30
Registered: July 2009
Member
VE parses the code for initial values of labels and the like, which is nice.
However, I noticed that if your initialization code sets the value (the text
in a label, for example) twice, then the VE preview displays the first
value, not the second.

Reproduce:
create a JPanel, drop a label, duplicate the setText line and make the
second value different. No matter the amount of reparsing, VE always
previews the first value in the source, even though the true initial value
(as demonstrated by run as java bean) is the last set to take place.


This came up in a Swing panel, where I was attempting override a components
default preferred size calculation by setting the maximum value, calling
setPrefferedSize( getPreferredSize() ) and then setting the real initial
value.

Joel
Re: Initial value parsing and double-sets [message #101098 is a reply to message #101067] Tue, 02 August 2005 17:58 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Joel,
Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=49464 was made to
track this problem. Please add yourself on CC to track its progress.
Regards,
Sri.



Joel Kamentz wrote:
> VE parses the code for initial values of labels and the like, which is nice.
> However, I noticed that if your initialization code sets the value (the text
> in a label, for example) twice, then the VE preview displays the first
> value, not the second.
>
> Reproduce:
> create a JPanel, drop a label, duplicate the setText line and make the
> second value different. No matter the amount of reparsing, VE always
> previews the first value in the source, even though the true initial value
> (as demonstrated by run as java bean) is the last set to take place.
>
>
> This came up in a Swing panel, where I was attempting override a components
> default preferred size calculation by setting the maximum value, calling
> setPrefferedSize( getPreferredSize() ) and then setting the real initial
> value.
>
> Joel
>
>
Re: Initial value parsing and double-sets [message #610113 is a reply to message #101067] Tue, 02 August 2005 17:58 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Joel,
Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=49464 was made to
track this problem. Please add yourself on CC to track its progress.
Regards,
Sri.



Joel Kamentz wrote:
> VE parses the code for initial values of labels and the like, which is nice.
> However, I noticed that if your initialization code sets the value (the text
> in a label, for example) twice, then the VE preview displays the first
> value, not the second.
>
> Reproduce:
> create a JPanel, drop a label, duplicate the setText line and make the
> second value different. No matter the amount of reparsing, VE always
> previews the first value in the source, even though the true initial value
> (as demonstrated by run as java bean) is the last set to take place.
>
>
> This came up in a Swing panel, where I was attempting override a components
> default preferred size calculation by setting the maximum value, calling
> setPrefferedSize( getPreferredSize() ) and then setting the real initial
> value.
>
> Joel
>
>
Previous Topic:Initial value parsing and double-sets
Next Topic:VE1.1 wonŽt work
Goto Forum:
  


Current Time: Wed Jul 17 17:23:24 GMT 2024

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

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

Back to the top