 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Heinrich Guest
|
Posted: Sat Apr 09, 2005 2:53 pm Post subject: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
I'm using the Foundation Version of JBuilder Version 2005 / Update 4.
I created following ui-hierachy:
Content Pane
jPanel1 (CardLayout)
jPanel 1.1
jToolBar 1.1.1
jPanel 1.1.1
several Swing Element
jPanel 1.2
jToolBar 1.2.1
jPanel 1.2.1
several DBSwing Elements
jPanel 1.3
several Swing Elements
jPanel 1.4
several Swing Elements
....
The UI-designer doesn't show all swing elements from jPanel 1.3 to jPanel
1.3 and so on.
All elements are only one dot in the Up left Corner. I can't resize the
swing elements either. If I try to change the name of the Swing element in
jPanel 1.3 i get a DataSetException : DataSet is not open.
Is there any limitation to create jPanel's with the Foundation Version.
Does someone a work around for me ?
Please help.
Thanks.
MfG
Tobias
|
|
| Back to top |
|
 |
Ken Warner Guest
|
Posted: Sat Apr 09, 2005 6:19 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
It sounds like a layout manager problem. Check that the layout
managers are set so that they make sense from the top level pane
on down...
You may want to use a different Layout Manager for jPanel1
Heinrich wrote:
| Quote: | I'm using the Foundation Version of JBuilder Version 2005 / Update 4.
I created following ui-hierachy:
Content Pane
jPanel1 (CardLayout)
jPanel 1.1
jToolBar 1.1.1
jPanel 1.1.1
several Swing Element
jPanel 1.2
jToolBar 1.2.1
jPanel 1.2.1
several DBSwing Elements
jPanel 1.3
several Swing Elements
jPanel 1.4
several Swing Elements
....
The UI-designer doesn't show all swing elements from jPanel 1.3 to jPanel
1.3 and so on.
All elements are only one dot in the Up left Corner. I can't resize the
swing elements either. If I try to change the name of the Swing element in
jPanel 1.3 i get a DataSetException : DataSet is not open.
Is there any limitation to create jPanel's with the Foundation Version.
Does someone a work around for me ?
Please help.
Thanks.
MfG
Tobias
|
|
|
| Back to top |
|
 |
Heinrich Guest
|
Posted: Sun Apr 10, 2005 3:16 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Thank very much Ken for your fast answer.
The layout manager for JPanel1 make sence. The CardLayout ist for
controlling (changing) jPanel1.1, jPanel 1.2, jPanel 1.2 an so on.
jPanel1.1, jPanel 1.2, jPanel 1.2 an so on have all border layouts. The ui
designer shows the swing elements from jPanel1.1, jPanel 1.2 accurately.
From jPanel 1.3 up to down the ui designer doesn't show no swing elements
inside the jPanels ( only as single Dot).
Sorry for my bad english.
MfG
Tobias
"Ken Warner" <kwarner (AT) cts (DOT) com> schrieb im Newsbeitrag
news:42581c52$1 (AT) newsgroups (DOT) borland.com...
| Quote: | It sounds like a layout manager problem. Check that the layout
managers are set so that they make sense from the top level pane
on down...
You may want to use a different Layout Manager for jPanel1
Heinrich wrote:
I'm using the Foundation Version of JBuilder Version 2005 / Update 4.
I created following ui-hierachy:
Content Pane
jPanel1 (CardLayout)
jPanel 1.1
jToolBar 1.1.1
jPanel 1.1.1
several Swing Element
jPanel 1.2
jToolBar 1.2.1
jPanel 1.2.1
several DBSwing Elements
jPanel 1.3
several Swing Elements
jPanel 1.4
several Swing Elements
....
The UI-designer doesn't show all swing elements from jPanel 1.3 to jPanel
1.3 and so on.
All elements are only one dot in the Up left Corner. I can't resize the
swing elements either. If I try to change the name of the Swing element
in jPanel 1.3 i get a DataSetException : DataSet is not open.
Is there any limitation to create jPanel's with the Foundation Version.
Does someone a work around for me ?
Please help.
Thanks.
MfG
Tobias
|
|
|
| Back to top |
|
 |
Ken Warner Guest
|
Posted: Sun Apr 10, 2005 5:59 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
While I can't say for sure without a close examination of your code --
which I'm not going to do -- I still suspect the layout managers.
If a component shows as a dot, then the size is probably set wrong.
Print out the sizes and bounds of each of the components that don't
show. That's how I usually figure out my layout problems.
Heinrich wrote:
| Quote: | Thank very much Ken for your fast answer.
The layout manager for JPanel1 make sence. The CardLayout ist for
controlling (changing) jPanel1.1, jPanel 1.2, jPanel 1.2 an so on.
jPanel1.1, jPanel 1.2, jPanel 1.2 an so on have all border layouts. The ui
designer shows the swing elements from jPanel1.1, jPanel 1.2 accurately.
From jPanel 1.3 up to down the ui designer doesn't show no swing elements
inside the jPanels ( only as single Dot).
Sorry for my bad english.
MfG
Tobias
|
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Sun Apr 10, 2005 6:15 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Heinrich wrote:
| Quote: | Thank very much Ken for your fast answer.
The layout manager for JPanel1 make sence. The CardLayout ist for
controlling (changing) jPanel1.1, jPanel 1.2, jPanel 1.2 an so on.
jPanel1.1, jPanel 1.2, jPanel 1.2 an so on have all border layouts. The ui
designer shows the swing elements from jPanel1.1, jPanel 1.2 accurately.
From jPanel 1.3 up to down the ui designer doesn't show no swing elements
inside the jPanels ( only as single Dot).
Sorry for my bad english.
MfG
Tobias
|
Are you referring to the appearance of the "designer pane" of the
editor, or are you referring the appearance of the "structure pane"?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
Heinrich Guest
|
Posted: Wed Apr 13, 2005 4:06 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Hy Lori, Hy Ken
Thank you for your answer.
I am referring to the appearance of the "designer pane". (I see only one
Dot for all swing elements in the designer pane).
On Run Time the application works fine. I see the accurate layout, I
desiged over the property inspector.
The problem is I can't design the application by using the designer
(resizing, position elements and so on).
I'm looking forward to hearing you again.
MfG
Tobias
"Lori M Olson [TeamB]" <javadragon (AT) techie (DOT) com> schrieb im Newsbeitrag
news:42596d35 (AT) newsgroups (DOT) borland.com...
| Quote: | Heinrich wrote:
Thank very much Ken for your fast answer.
The layout manager for JPanel1 make sence. The CardLayout ist for
controlling (changing) jPanel1.1, jPanel 1.2, jPanel 1.2 an so on.
jPanel1.1, jPanel 1.2, jPanel 1.2 an so on have all border layouts. The
ui designer shows the swing elements from jPanel1.1, jPanel 1.2
accurately.
From jPanel 1.3 up to down the ui designer doesn't show no swing
elements inside the jPanels ( only as single Dot).
Sorry for my bad english.
MfG
Tobias
Are you referring to the appearance of the "designer pane" of the editor,
or are you referring the appearance of the "structure pane"?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
|
| Back to top |
|
 |
Ken Warner Guest
|
Posted: Wed Apr 13, 2005 6:02 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Are you add()'ing anything out side of jbInit()? If you do, those
components will not show in the designer. The Designer only reads
jbInit() to build what it shows in the Designer Pane.
Heinrich wrote:
| Quote: | Hy Lori, Hy Ken
Thank you for your answer.
I am referring to the appearance of the "designer pane". (I see only one
Dot for all swing elements in the designer pane).
On Run Time the application works fine. I see the accurate layout, I
desiged over the property inspector.
The problem is I can't design the application by using the designer
(resizing, position elements and so on).
I'm looking forward to hearing you again.
MfG
Tobias
[stuff deleted] |
|
|
| Back to top |
|
 |
Tony Guest
|
Posted: Wed Apr 13, 2005 7:35 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Also, JB2005 designer is known to have several serious unresolved bugs.
For any serious Swing development I would strongly recommend using JbuilderX
for
the time being.
Tony.
|
|
| Back to top |
|
 |
Knopfler Guest
|
Posted: Thu Apr 14, 2005 2:34 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
That is very true. JB2005 is extremly painful when it comes to swing
development.
Tony wrote:
| Quote: | Also, JB2005 designer is known to have several serious unresolved bugs.
For any serious Swing development I would strongly recommend using JbuilderX
for
the time being.
Tony.
|
|
|
| Back to top |
|
 |
Heinrich Guest
|
Posted: Sat Apr 16, 2005 1:09 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Hi, ken, tony, knopfler and lori.
Thank you for your answers.
1) all elements I doesn't see are in the jbInit() routine. JBuilder make it
automatically.
2) If it is a bug, that would be very embarrassingly for Borland. Which
says teamB to it ?
Where can I announce and prioritise the bug at Borland?
Does it know someone?
MfG
Tobias
"Knopfler" <h@g.com> schrieb im Newsbeitrag
news:425e7f64$1 (AT) newsgroups (DOT) borland.com...
| Quote: | That is very true. JB2005 is extremly painful when it comes to swing
development.
Tony wrote:
Also, JB2005 designer is known to have several serious unresolved bugs.
For any serious Swing development I would strongly recommend using
JbuilderX for
the time being.
Tony.
|
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Sat Apr 16, 2005 3:35 pm Post subject: Re: Urgent: JBuilder 2005, ui designer 2005 doesn't work !!! |
|
|
Heinrich wrote:
| Quote: | Hi, ken, tony, knopfler and lori.
Thank you for your answers.
1) all elements I doesn't see are in the jbInit() routine. JBuilder make it
automatically.
2) If it is a bug, that would be very embarrassingly for Borland. Which
says teamB to it ?
Where can I announce and prioritise the bug at Borland?
Does it know someone?
MfG
Tobias
|
TeamB != Borland. See http://www.teamb.com for details.
If you have a good example project, with detailed instructions on how to
reproduce the problem, then report it on Quality Central. Make sure you
search the existing reports first, so you aren't entering a duplicate.
Tools | Quality Central or
http://qc.borland.com
You will need your BDN login (email or username + password that you used
to register JBuilder) to enter a report.
To prioritize bugs, Quality Central has a voting system. Everyone gets
five votes. You can spread your votes around to 5 different bugs, or
you can concentrate them all one one bug if you like.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|