| A fork and/or a pack of suggestions
Hello BR, thank you for sharing your thoughts here, but you should be careful with the title of your post "A fork...", what you have done is obviously not a fork of GUTS and not related to GUTS in any . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
January 19, 2012 06:59
by: Jean-Francois Poilpret
|
| Listener for automatic setName()
Hello Tom, I need to bring some precisions about guts-gui naming package. As its name suggests, its sole responsibility is to give components a name. Thus, it is not a component factory, which seems . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
March 19, 2011 07:50
by: Jean-Francois Poilpret
|
| Listener for automatic setName()
Hi Tom, actually what you describe already exists in guts-gui, although not exactly how you have developed it. You can take a look at the package javadoc here: url: http://guts.kenai.com/guts-base/g . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
March 19, 2011 07:50
by: Jean-Francois Poilpret
|
| First release
Hello Patrice, thank you for your interest in GUTS project and your kind remarks about it. It will be hard, I'm afraid, to clearly answer your questions, but I'll try my best: 1. When will GUTS be r . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
March 16, 2011 21:15
by: Jean-Francois Poilpret
|
| Failed to create a JMenuItem
OK Tom, good news! I have: - created JIRA GUTS-58 for this bug - committed an automatic unit test to reproduce it - committed a fix to ResourceInjectorImpl Now you'll have to wait for some time until . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|
| Failed to create a JMenuItem
Hi Tom, very good, you've discovered a real bug in Guts Resources Injection system! It turns out that menu injection has never worked per se, but it _seemed_ to work when injecting actions attached to . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|
| Failed to create a JMenuItem
Thanks Tom, now I can reproduce this behavior on my machine. I didn't have time to investigate the issue, but I guess it may have something to do with using an Action for the menu, but this action has . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|
| Failed to create a JMenuItem
Tom, from the code you posted I see that you're using a very old snapshot of GUTS: AbstractAppLauncher has been removed and replaced about 8 months ago! Thus it's quite hard to see if your code has a . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|
| Failed to create a JMenuItem
Well, first of all, you shouldn't need to call explicitly ResourceInjector for each menu item: 1- if you have attached the menu bar to a frame and used WindowController to show that frame, then resourc . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|
| Failed to create a JMenuItem
Hello Tom, from your message, it is not clear what doesn't work exactly. You don't have to use MenuFactory to create menu items. MenuFactory is just a way to help: - create a complete JMenu with all n . . .
|
GUTS - Guice Utilities & Tools Set
» General Discussion
|
February 03, 2011 00:52
by: Tom_Melo
|