Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    790

    maven2 archetype

    If you still need help you can try play around with this

    http://code.google.com/p/flex-blazeds-spring-archetype/
  2. Replies
    4
    Views
    982

    I looked true some old test code I have and in...

    I looked true some old test code I have and in there I found the solution for you, I'm not sure if this already exist in Jonny's code (Check that first =).

    In the view descriptor there is a...
  3. Replies
    3
    Views
    1,512

    Verify that the object with property 'name' has...

    Verify that the object with property 'name' has both a setter and a getter for that property.
  4. Replies
    20
    Views
    3,146

    One explanation to this could be that you only...

    One explanation to this could be that you only added the dependency to the dependency manager and not as a real dependency.
  5. Replies
    20
    Views
    3,146

    Oh, Then try changing the logLevel for the...

    Oh,

    Then try changing the logLevel for the ExceptionHandler or change it to an SilentExceptionHandler, If you dont want to show anything (Haven't used it myself but I guess these are the approach...
  6. Replies
    20
    Views
    3,146

    If you don't need/use the ...

    If you don't need/use the

    editPathsCommand.icon
    editPathsCommand.large.icon
    editPathsCommand.caption
    editPathsCommand.description

    properties can't you just remove them from your...
  7. Check that you have ...

    Check that you have


    <dependency>
    <groupId>org.springframework.richclient</groupId>
    <artifactId>spring-richclient-core</artifactId>
    </dependency>

    in your pom.xml for...
  8. Have you added any new bean defenitions to the...

    Have you added any new bean defenitions to the richclient-application-context.xml file?

    If you have then perhaps you have forgotten to add this dependency to the pom file.
  9. If I understand this correct there is no need to...

    If I understand this correct there is no need to create your own commands because e.g. ShowPageMenu uses the createShowPageCommand that are defined in the PageDescriptor. The createShowPageCommand...
  10. Replies
    3
    Views
    1,250

    Sometimes it's hard to guess =) But if I...

    Sometimes it's hard to guess =)

    But if I understand you correctly your problem arise after you have used the ShowViewCommand, and all that does (if all PageComponents are created) is to change the...
  11. Replies
    2
    Views
    1,027

    I just tried adding a TargetableActionCommand to...

    I just tried adding a TargetableActionCommand to the menubar, and there were no problem, but I think I understand what you mean with "the results are not very good" (The resulting button looks like...
  12. Replies
    10
    Views
    2,474

    Example

    This is just an example, but with this piece of code I could put a StatusBarProgressMonitor that extends AbstractControlFactory in the toolbar.



    package...
  13. Replies
    10
    Views
    2,474

    hi hipparco Im not sure that extending...

    hi hipparco

    Im not sure that extending CommandGroupFactoryBean all the time is such a good idea (But maybe AbstractControlFactory is a class that should be handled).

    Another solution could be...
  14. Replies
    7
    Views
    1,134

    Change the title of a view at runtime

    Hi

    If you first use the DockingManager to get hold of the frame that you want to change the name on, then it's just to call setTitle().

    Example:



    JideApplicationWindow window =...
  15. Replies
    10
    Views
    2,474

    Fixed

    This issue, RCP-542, is fixed in

    http://spring-rich-c.svn.sourceforge.net/spring-rich-c/?rev=1999&view=rev

    /nilols
    So4It AB
  16. Replies
    10
    Views
    2,474

    jira issue created: RCP-542 /nilols So4It AB

    jira issue created: RCP-542

    /nilols
    So4It AB
  17. Replies
    10
    Views
    2,474

    Patch

    I can create and submit a patch =)
  18. Replies
    10
    Views
    2,474

    One problem..

    ..to the previous solution is that the solution demands that you change earlier implementations or create new versions of the extended classes for you to be able to handle other kind of components. I...
  19. Replies
    10
    Views
    2,474

    Adding a JComboBox to the toolbar!?

    Hi!

    Are there anyone out there that have a solution for adding a JComboBox to the toolbar?

    If you have a solution please post the solution so that I can compare it to my solution !

    If you...
Results 1 to 19 of 19