| View previous topic :: View next topic |
| Author |
Message |
Gunnar Grim Guest
|
Posted: Fri Sep 19, 2003 11:03 am Post subject: Palette always contains MIDP tabs |
|
|
Hi
We have developed a set of widgets that work with our framework. No
other Swing components work becouse of extensions we have made.
Now I want to customize the palette in the designer to ONLY show our own
widgets. This is easy - just edit palette.ini in your home catalog and
everything works great. BUT when you restart JBuilder 9 adds two extra
tabs, MIDP and MIDP Screens. Those tabs are not in the local palette.ini
or in JBuilders default palette.ini. When you exit JBuilder the local
palette is updated with info about the two tabs.
I don't want to have MIDP tabs in the designer - how do I make them
disapear ?
Best R's
Jan Nilsson
|
|
| Back to top |
|
 |
John McGrath [TeamB] Guest
|
Posted: Sun Sep 21, 2003 5:01 am Post subject: Re: Palette always contains MIDP tabs |
|
|
On 9/19/2003 at 7:03:26 AM, Gunnar Grim wrote:
| Quote: | I don't want to have MIDP tabs in the designer - how do I make them
disapear ?
|
Do you want MIDP development at all? If not, I am sure it must be
possible to prevent it from loading. What I would do to figure out how
to do that would be to get a -verbose log from JBuilder's startup to
get a list of OpenTools that are related to MIDP. Then they could be
disabled using an OpenTool manifest.
--
Regards,
John McGrath [TeamB]
---------------------------------------------------
Before sending me e-mail, please read:
http://www.JPMcGrath.net/newsgroups/e-mail.html
|
|
| Back to top |
|
 |
Ludovic HOCHET Guest
|
Posted: Sun Sep 21, 2003 2:33 pm Post subject: Re: Palette always contains MIDP tabs |
|
|
John McGrath [TeamB] a écrit :
| Quote: | Do you want MIDP development at all? If not, I am sure it must be
possible to prevent it from loading. What I would do to figure out how
to do that would be to get a -verbose log from JBuilder's startup to
get a list of OpenTools that are related to MIDP. Then they could be
disabled using an OpenTool manifest.
alternatively rename <JBuilder>/lib/mobileset.jar to |
mobileset.jar.disabled or smth like that
--
Ludovic
-----------------------------------------
"Les formes qui differencient les etres importent peu
si leur pensees s'unissent pour batir un univers..."
Yoko Tsuno (in 'Les titans' by Roger Leloup)
[The shapes that differenciate beings are not important
if their thoughts unite to build a universe]
|
|
| Back to top |
|
 |
|