 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dan Guest
|
Posted: Tue Oct 18, 2005 3:13 pm Post subject: Simple Applet Maintenance Issue |
|
|
We've successfully converted a VCafe project to JBuilder 2005 Enterprise Edition. Design environment presents the applet fine, can add new controls to the existing panel, position graphically, and modify properties OK. But....., cannot perform any maintenance whatsoever on the the controls that were in the original VCafe application!! Cannot move them, cannot get properties to be displayed when selected, etc. There must be a switch, etc I'm missing. Any assistance will be greatly appreciated.
|
|
| Back to top |
|
 |
Paul Nichols [TeamB] Guest
|
Posted: Tue Oct 18, 2005 4:51 pm Post subject: Re: Simple Applet Maintenance Issue |
|
|
"Dan" <stegerd (AT) fcti (DOT) org> wrote
| Quote: |
We've successfully converted a VCafe project to JBuilder 2005 Enterprise
Edition. Design environment presents the applet fine, can add new controls |
to the existing panel, position graphically, and modify properties OK.
But....., cannot perform any maintenance whatsoever on the the controls that
were in the original VCafe application!! Cannot move them, cannot get
properties to be displayed when selected, etc. There must be a switch, etc
I'm missing. Any assistance will be greatly appreciated.
Are you using any VCafe specific libs for the controls or the layouts?
If so, you will need to try and create libraries and add these to the
project. I remember that GUI development in VCafe, used its own libraries
for
Swing and AWT. If these are not registered, then you may have problems.
|
|
| Back to top |
|
 |
Dan Guest
|
Posted: Tue Oct 18, 2005 9:06 pm Post subject: Re: Simple Applet Maintenance Issue |
|
|
"Dan" <stegerd (AT) fcti (DOT) org> wrote:
| Quote: |
We've successfully converted a VCafe project to JBuilder 2005 Enterprise Edition. Design environment presents the applet fine, can add new controls to the existing panel, position graphically, and modify properties OK. But....., cannot perform any maintenance whatsoever on the the controls that were in the original VCafe application!! Cannot move them, cannot get properties to be displayed when selected, etc. There must be a switch, etc I'm missing. Any assistance will be greatly appreciated.
|
This is Dan again. For anyone who may encountered this same issue, we are now able to maintain the controls that were originally created in VCafe. With a little trial and error, it appears the Design environment wants the controls defined in private void jbInit() throws Exception { }. We noticed when new controls were added, JBuilder created this function and added each control to it. As noted earlier, these new controls could be maintained, so we simply moved the original controls in as well and now have full maintainability!!!
|
|
| 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
|
|