Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    3,098

    Hi Peter, I would be glad, if I could...

    Hi Peter,

    I would be glad, if I could contribute some code. But I think, the
    code of my example project is not so good. But in an other project I developed some code which could be interessting...
  2. Replies
    11
    Views
    3,098

    I also made an example application which...

    I also made an example application which demonstrates the use
    of spring rcp with spring-ws to access the amazon webservices:
    http://sourceforge.net/projects/amazonrcp
    It is some time ago that I...
  3. Replies
    1
    Views
    1,105

    Hi, pretty easy: ...

    Hi,

    pretty easy:

    Application.instance().getApplicationContext();
    But I wonder, why you want to call the ApplicationContext from the Service-Layer?

    Regards,
    Torsten
  4. Replies
    1
    Views
    1,246

    Hi, it seems as if java.util.Arrays$ArrayList...

    Hi,

    it seems as if java.util.Arrays$ArrayList is something different than
    java.util.ArrayList, so spring rcp doesn't know that your converter
    should be used. I assume that you use somewhere ...
  5. Hi Dominik, maybe it won't help you, but have...

    Hi Dominik,

    maybe it won't help you, but have you tried to add some newlines '\n'
    within your text?
    I know it is just a workaround but I think it would forece a linebreak ;-).

    Regards,...
  6. Thread: Readonly Forms

    by strator
    Replies
    0
    Views
    749

    Readonly Forms

    Hi,

    I want to know if it is possible to create a readonly form where
    you cannot modify any property.
    I know that there were already some discussions about this question
    on this list but with no...
  7. Hi, i experienced a similar problem: I have...

    Hi,

    i experienced a similar problem:
    I have several tabs in a JTabbedPane; each tab contains a form generated
    by the TableFormBuilder. The first part of each form is the same, so i tried to...
  8. Thread: JNLP-question

    by strator
    Replies
    10
    Views
    3,447

    Maybe you should try a JRE installed at a...

    Maybe you should try a JRE installed at a different place. Or even
    better don't just use a JRE but a SDK.
  9. Thread: JNLP-question

    by strator
    Replies
    10
    Views
    3,447

    Adding the following code to your pom.xml should...

    Adding the following code to your pom.xml should do the trick:


    <build>
    <plugins>
    <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>webstart-maven-plugin</artifactId>...
  10. Thread: JNLP-question

    by strator
    Replies
    10
    Views
    3,447

    Hi, it shouldn't be a problem to make a spring...

    Hi,

    it shouldn't be a problem to make a spring rich application webstart ready and
    the way should be the same like for any other java application.
    I've already tried it and was successfull. I...
  11. Replies
    8
    Views
    2,343

    A workaround for this problem is to create an own...

    A workaround for this problem is to create an own WindowCommandManager
    and override the postProcessAfterInitialization method like prashantbhat suggested:


    /**
    * @see...
  12. Replies
    8
    Views
    2,343

    Anyone found a solution for this? Experienced the...

    Anyone found a solution for this? Experienced the same problem
    when trying to implement a CommandGroup for a popup.


    getActiveWindow().getCommandManager().getCommand("popUp", CommandGroup.class)...
  13. Replies
    12
    Views
    2,512

    Hi, I had a similar problem. I wrote an...

    Hi,

    I had a similar problem. I wrote an interceptor for all my
    server calls and used the same code like benoitx.
    But the progressbar also doesn't show up during the
    server invocation.

    Bye,...
  14. Hi, this is really a strange behaviour. I've...

    Hi,

    this is really a strange behaviour. I've tried it in my code (just publishing
    LifecycleApplicationEvents within a loop) but without an editor or something
    else which is listening for this...
  15. Hi Tobias, I haven't tried that. Good trick!...

    Hi Tobias,

    I haven't tried that. Good trick! Much easier than
    to introduce a new class ;-).

    Thank you!

    Bye,
    Torsten
  16. Why has TigerEnumComboBoxBinder a protected constructor?

    Hi,

    I tried to use the TigerEnumComboBoxBinder within the bindersForPropertyNames section of the SwingBinderSelectionStrategy, but
    this produces an IllegalArgumentException:

    ...
  17. Ok, after searching a little bit around in the...

    Ok, after searching a little bit around in the forum and the
    example code, I found out how to use the context to configure the
    binding.
    The context can be used as parameter when creating a binding...
  18. Use of supportedContextKeys and Map context in AbstractBinder

    Hi,

    can someone give me a hint for what the supportedContextKeys and the parameter "Map context" of the doBind-method of the AbstractBinder
    can be used?
    Where can I fill this Map?

    Thanks,...
  19. Hi, do you know if the loop is executed...

    Hi,

    do you know if the loop is executed completely?
    There should be a entry in the log whenever an event
    is published.

    Regards,
    Torsten
  20. It would be better, if we don't have to...

    It would be better, if we don't have to explicitly set the cell-renderers;
    I would expect, that the Converts should be used for that.
  21. setting cellrenderers

    Hi,

    I set the cellrenderers within the method createFormControl (you have
    to override it):



    @Override
    protected JComponent createFormControl() {
    JComponent component =...
  22. maven-dependency-plugin

    Hi,

    I don't have a tutorial but I have a tipp to get the client with all the
    required libraries running:
    Use the maven-dependency-plugin to put all the required libraries into a
    lib directory...
  23. Replies
    4
    Views
    1,020

    Hi, perhaps you should try to override the...

    Hi,

    perhaps you should try to override the method createButtonBar() and
    append your own actions to the buttons.

    Another way might be, that you can access the commands by there names.
    As if've...
  24. Hi, I think the only solution will be to...

    Hi,

    I think the only solution will be to insert an "empty" user object instead
    of a null. Otherwise I think you will alwas get an exception when
    Spring RCP tries to access the userAccount and...
  25. Hi ge0ffrey, thank's for your help! But...

    Hi ge0ffrey,

    thank's for your help!
    But perhaps it isn't necessary to change anything because if you
    use "../" as prefix to the images it is possible to access the images within
    the...
Results 1 to 25 of 49
Page 1 of 2 1 2