Hello,
I'm also would be very appreciate if somebody can help on this.
--leroykendall
Type: Posts; User: leroykendall; Keyword(s):
Hello,
I'm also would be very appreciate if somebody can help on this.
--leroykendall
Hi,
I had a similar problem. But I needed to open MDI application without anyone view.
Thanks to you guys I solve this problem by creating DesktopPageDescriptor bean in application context with...
Thank you for reply!
I have not meant view, but ApplicationDialog.
I asked stupid question because ApplicationDialog create JDialog control.
But JDialog can't has own image unlike...
Hi Benoit.
Did you find an answer on your question about Dialog Frame Icon?
I have the same problem.
I can't find the way to set Dialog Frame Icon to custom image.
I'll appreciate for any...
I have solved this problem by few changes at richclient-support class org.springframework.richclient.command.SwingActionAdapter. I have added the following line to constructor of SwingActionAdapter:...
I guess that you should search problem inside of your wizard dialog window.
It is need to set new instance of properties object at wizard.
ActionCommand is not relative to this problem.
--...
Thanks for reply!
I'm using MS Windows 2003 Server.
Yes, you are right, standard swing text components work fine with Ctrl-C etc for me.
But when I run PetClinic example application, they don't...
Hi,
I'm not sure but try at NewExpenseAction.doExecuteCommand() method after instantiation of NewExpenseForm do setFormObject:
final NewExpenseForm newExpenseForm = new...
Hi,
I got problem with Ctrl-C, Ctrl-V and Ctrl-X short keys for copy, paste and cut actions for text field when Form control is created using FormBuilder like this:
TableFormBuilder fb =...