Skip to main content



      Home
Home » Archived » Visual Editor (VE) » I20050609: BoxLayout
I20050609: BoxLayout [message #93494] Fri, 10 June 2005 15:46 Go to next message
Eclipse UserFriend
Originally posted by: veccie.gmail.com

Hi

I'm not very familiar with bugzilla and I don't know if this really is a
bug, so I'll post here...

I have a custom JPanel where I have more panels on. Right now I'm using
BorderLayout but I want to use BoxLayout.

The problem is this:

When I change the layout to boxlayout(x_axis) I can change things, and
everything seems to be working as it should... but when I close that file
and re-open it get 2 exceptions (see attachment) and nothing is showed in
the layout view. Message: "BoxLayout can't be shared" ?

is this a bug in VE or is it somewhere else ? :)

regards
veccie


  • Attachment: box.log
    (Size: 6.89KB, Downloaded 333 times)
Re: I20050609: BoxLayout [message #93546 is a reply to message #93494] Fri, 10 June 2005 18:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

We've just fixed that with 1.1M2, which was just dropped.

veccie wrote:
> Hi
>
> I'm not very familiar with bugzilla and I don't know if this really is a
> bug, so I'll post here...
>
> I have a custom JPanel where I have more panels on. Right now I'm using
> BorderLayout but I want to use BoxLayout.
>
> The problem is this:
>
> When I change the layout to boxlayout(x_axis) I can change things, and
> everything seems to be working as it should... but when I close that file
> and re-open it get 2 exceptions (see attachment) and nothing is showed in
> the layout view. Message: "BoxLayout can't be shared" ?
>
> is this a bug in VE or is it somewhere else ? :)
>
> regards
> veccie
>
>

--
Thanks,
Rich Kulp
Re: I20050609: BoxLayout [message #93588 is a reply to message #93546] Fri, 10 June 2005 22:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: veccie.gmail.com

Yeah, works now :)

Only "little" problem now is that it doesn't seem to like
Box.createHorizontalGlue()

this.add(Box.createHorizontalGlue()) gives a warning: Skipping expression:
this.add(Box.createHorizontalGlue())

Other than that it works perfect now. Great work!

"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:d8d3tm$as6$1@news.eclipse.org...
> We've just fixed that with 1.1M2, which was just dropped.
>
> veccie wrote:
>> Hi
>>
>> I'm not very familiar with bugzilla and I don't know if this really is a
>> bug, so I'll post here...
>>
>> I have a custom JPanel where I have more panels on. Right now I'm using
>> BorderLayout but I want to use BoxLayout.
>>
>> The problem is this:
>>
>> When I change the layout to boxlayout(x_axis) I can change things, and
>> everything seems to be working as it should... but when I close that file
>> and re-open it get 2 exceptions (see attachment) and nothing is showed in
>> the layout view. Message: "BoxLayout can't be shared" ?
>>
>> is this a bug in VE or is it somewhere else ? :)
>>
>> regards
>> veccie
>
> --
> Thanks,
> Rich Kulp
Re: I20050609: BoxLayout [message #93834 is a reply to message #93588] Mon, 13 June 2005 16:34 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Please open a defect against VE subcomponent JFC/Swing. This is
something new for use. We currently only support for an add either a
"new SomeComponent()" or a "getSomeComponent()".

veccie wrote:
> Yeah, works now :)
>
> Only "little" problem now is that it doesn't seem to like
> Box.createHorizontalGlue()
>
> this.add(Box.createHorizontalGlue()) gives a warning: Skipping expression:
> this.add(Box.createHorizontalGlue())
>
> Other than that it works perfect now. Great work!
>
> "Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
> news:d8d3tm$as6$1@news.eclipse.org...
>
>>We've just fixed that with 1.1M2, which was just dropped.
>>
>>veccie wrote:
>>
>>>Hi
>>>
>>>I'm not very familiar with bugzilla and I don't know if this really is a
>>>bug, so I'll post here...
>>>
>>>I have a custom JPanel where I have more panels on. Right now I'm using
>>>BorderLayout but I want to use BoxLayout.
>>>
>>>The problem is this:
>>>
>>>When I change the layout to boxlayout(x_axis) I can change things, and
>>>everything seems to be working as it should... but when I close that file
>>>and re-open it get 2 exceptions (see attachment) and nothing is showed in
>>>the layout view. Message: "BoxLayout can't be shared" ?
>>>
>>>is this a bug in VE or is it somewhere else ? :)
>>>
>>>regards
>>>veccie
>>
>>--
>>Thanks,
>>Rich Kulp
>
>
>

--
Thanks,
Rich Kulp
Re: I20050609: BoxLayout [message #607925 is a reply to message #93494] Fri, 10 June 2005 18:23 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

We've just fixed that with 1.1M2, which was just dropped.

veccie wrote:
> Hi
>
> I'm not very familiar with bugzilla and I don't know if this really is a
> bug, so I'll post here...
>
> I have a custom JPanel where I have more panels on. Right now I'm using
> BorderLayout but I want to use BoxLayout.
>
> The problem is this:
>
> When I change the layout to boxlayout(x_axis) I can change things, and
> everything seems to be working as it should... but when I close that file
> and re-open it get 2 exceptions (see attachment) and nothing is showed in
> the layout view. Message: "BoxLayout can't be shared" ?
>
> is this a bug in VE or is it somewhere else ? :)
>
> regards
> veccie
>
>

--
Thanks,
Rich Kulp
Re: I20050609: BoxLayout [message #607928 is a reply to message #93546] Fri, 10 June 2005 22:19 Go to previous message
Eclipse UserFriend
Originally posted by: veccie.gmail.com

Yeah, works now :)

Only "little" problem now is that it doesn't seem to like
Box.createHorizontalGlue()

this.add(Box.createHorizontalGlue()) gives a warning: Skipping expression:
this.add(Box.createHorizontalGlue())

Other than that it works perfect now. Great work!

"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:d8d3tm$as6$1@news.eclipse.org...
> We've just fixed that with 1.1M2, which was just dropped.
>
> veccie wrote:
>> Hi
>>
>> I'm not very familiar with bugzilla and I don't know if this really is a
>> bug, so I'll post here...
>>
>> I have a custom JPanel where I have more panels on. Right now I'm using
>> BorderLayout but I want to use BoxLayout.
>>
>> The problem is this:
>>
>> When I change the layout to boxlayout(x_axis) I can change things, and
>> everything seems to be working as it should... but when I close that file
>> and re-open it get 2 exceptions (see attachment) and nothing is showed in
>> the layout view. Message: "BoxLayout can't be shared" ?
>>
>> is this a bug in VE or is it somewhere else ? :)
>>
>> regards
>> veccie
>
> --
> Thanks,
> Rich Kulp
Re: I20050609: BoxLayout [message #607945 is a reply to message #93588] Mon, 13 June 2005 16:34 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Please open a defect against VE subcomponent JFC/Swing. This is
something new for use. We currently only support for an add either a
"new SomeComponent()" or a "getSomeComponent()".

veccie wrote:
> Yeah, works now :)
>
> Only "little" problem now is that it doesn't seem to like
> Box.createHorizontalGlue()
>
> this.add(Box.createHorizontalGlue()) gives a warning: Skipping expression:
> this.add(Box.createHorizontalGlue())
>
> Other than that it works perfect now. Great work!
>
> "Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
> news:d8d3tm$as6$1@news.eclipse.org...
>
>>We've just fixed that with 1.1M2, which was just dropped.
>>
>>veccie wrote:
>>
>>>Hi
>>>
>>>I'm not very familiar with bugzilla and I don't know if this really is a
>>>bug, so I'll post here...
>>>
>>>I have a custom JPanel where I have more panels on. Right now I'm using
>>>BorderLayout but I want to use BoxLayout.
>>>
>>>The problem is this:
>>>
>>>When I change the layout to boxlayout(x_axis) I can change things, and
>>>everything seems to be working as it should... but when I close that file
>>>and re-open it get 2 exceptions (see attachment) and nothing is showed in
>>>the layout view. Message: "BoxLayout can't be shared" ?
>>>
>>>is this a bug in VE or is it somewhere else ? :)
>>>
>>>regards
>>>veccie
>>
>>--
>>Thanks,
>>Rich Kulp
>
>
>

--
Thanks,
Rich Kulp
Previous Topic:VE 1.1M2 is released
Next Topic:docking windows
Goto Forum:
  


Current Time: Thu Jun 19 03:38:52 EDT 2025

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

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

Back to the top