Search:

Type: Posts; User: leroykendall; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,911

    Any ideas yet?

    Hello,

    I'm also would be very appreciate if somebody can help on this.

    --leroykendall
  2. Empty page descriptor

    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...
  3. Replies
    3
    Views
    1,257

    Thank you for reply! I have not meant view,...

    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...
  4. Replies
    3
    Views
    1,257

    Dialog Frame Icon

    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...
  5. I have solved this problem by few changes at...

    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:...
  6. Replies
    1
    Views
    861

    I guess that you should search problem inside of...

    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.

    --...
  7. Thanks for reply! I'm using MS Windows 2003...

    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...
  8. Replies
    5
    Views
    1,199

    re: Form via ActionCommand

    Hi,
    I'm not sure but try at NewExpenseAction.doExecuteCommand() method after instantiation of NewExpenseForm do setFormObject:



    final NewExpenseForm newExpenseForm = new...
  9. Ctrl-C, Ctrl-V, Ctrl-X don't work at Form

    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 =...
Results 1 to 9 of 9