Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    35
    Views
    14,640

    I have taken over mantaince of Valkyrie-RCP after...

    I have taken over mantaince of Valkyrie-RCP after ndeverge here https://github.com/cmadsen/Valkyrie-RCP/

    Ported to Spring 3.2.2 and is now in Maven central:

    <groupId>dk.navicon</groupId>...
  2. getActiveWindow().getToolBar() add/remove items dynamic ?

    Hello

    I'm trying to add new items to the getActiveWindow().getToolBar() on the fly like:



    public void doExecuteCommand() {
    CommandGroup tb = Application.instance()...
  3. So should I use this fork of valkyrie or bluebell...

    So should I use this fork of valkyrie or bluebell

    http://code.google.com/p/bluebell/

    ?
  4. Go get revert on the form model to work I had to...

    Go get revert on the form model to work I had to add:



    Field mediatingValueModelsField = abstractFormModelClass
    .getDeclaredField("mediatingValueModels");...
  5. Do make it work I had to use reflection :-( like...

    Do make it work I had to use reflection :-( like this



    FormModelMediatingValueModel mediatingValueModel = new FormModelMediatingValueModel(
    createManual);
    DefaultFieldMetadata...
  6. Should have done a search. I guess this thread...

    Should have done a search. I guess this thread http://forum.springsource.org/showthread.php?57378-JTable-Binding got the answer.
  7. Adding property that is not present on the form object to the form model ?

    Hello

    I'm trying to add a property that is not present on the form object to my form model object.

    The following code does work to some extend but the default commit button in my view does not...
  8. Replies
    13
    Views
    6,141

    Cannot support VLDocking anymore, any volunteers...

    Cannot support VLDocking anymore, any volunteers ?

    According to this http://groups.google.com/group/vldocking/browse_thread/thread/e3759116550bdc51?hl=fr

    VLDocking is unsupported :-(
  9. Replies
    2
    Views
    1,809

    Try using

    Try using

    <bean
    class="org.springframework.richclient.form.builder.support.ColorValidationInterceptorFactory">
    <property name="errorColor" value="255,245,245" />
    </bean>
  10. Replies
    13
    Views
    6,141

    I'm been trying to in contact with the owner of...

    I'm been trying to in contact with the owner of http://code.google.com/p/vldocking/ but without any luck. There is also a fork here http://code.google.com/p/vldocking-plus/ but there is no activity.
  11. Replies
    13
    Views
    6,141

    We are running with the VLDocking. Would be very...

    We are running with the VLDocking. Would be very happy if VLDocking was included in Valkyrie :-) as it would lessen the migration burden.

    We also use Docking windows for other projects...
  12. Replies
    9
    Views
    2,210

    I did the following and it seems to work. ...

    I did the following and it seems to work.



    public class CachingLdapAuthenticationProvider extends
    LdapAuthenticationProvider {

    private static Log log = LogFactory.getLog(...
  13. Replies
    9
    Views
    2,210

    Like this import java.util.Date; import...

    Like this



    import java.util.Date;
    import java.util.Map;
    import java.util.concurrent.ConcurrentHashMap;
    import java.util.concurrent.TimeUnit;

    import org.apache.commons.logging.Log;
  14. Replies
    9
    Views
    2,210

    Ok, thanks for the quick answer. Is there...

    Ok, thanks for the quick answer.

    Is there anyway eg aspect etc I can wrap/proxy the existing bind an just cache the result for eg 10 minutes.

    Or should I just try to override the default...
  15. Replies
    9
    Views
    2,210

    ldap-authentication-provider caching?

    Hello

    I have a performance problem using



    <http realm="Server" create-session="never" >
    <http-basic />
    <intercept-url pattern="/xxx**" access="..." />
    </http>
  16. Replies
    15
    Views
    4,520

    You are right the code did not take multiple...

    You are right the code did not take multiple views docked into a JDialog into account, your code fixes that. Thank you :)

    Small typo in the code: desktop should be desk in the code.
  17. Replies
    2
    Views
    1,313

    Tried it, the inserts part makes no difference

    Tried it, the inserts part makes no difference
  18. Replies
    2
    Views
    1,313

    Adding JPanel to toolbar alignment issue

    Hello

    I'm trying to add a JPanel with JCombobox to the toolbar. It works but the alignment is terrible. See the attachment

    Any hints to how to fix the alignment?

    Here is the code I use to...
  19. Replies
    15
    Views
    4,520

    I had a problem with not being able to...

    I had a problem with not being able to restore/reopen detached views that was closed by Alt-F4 or X button (with decorations on).

    To make it work either stop the jdialogs from closing by:


    ...
  20. Replies
    10
    Views
    2,930

    I follow this thread and we use the rules source...

    I follow this thread and we use the rules source for validation.

    A port to spring 3 will be much appreciated.
  21. Why can I not find spring rcp in a public maven repo

    Hello

    I can not find spring rcp in any public maven repo and searching for rcp in eg mvnrepository.com does not give any results.

    Would it be possible to have spring rcp added to a public...
  22. Replies
    5
    Views
    1,933

    How does your saving code look? We have use...

    How does your saving code look?

    We have use this http://www.toubsen.de/spring-rcp/vl-docking-history with some modifications to save/load the users window layout.
  23. AbstractDialogExceptionHandler::notifyUserAboutExc eption violates EDT rules

    Hello

    I have a problem with the AbstractDialogExceptionHandler when exceptions are happening outside the EDT.

    Maybe the notifyUserAboutException should do a EDT check and move the display of...
  24. Replies
    6
    Views
    1,523

    Try creating a VLDockingViewDescriptor...

    Try creating a VLDockingViewDescriptor programatically.
  25. Replies
    5
    Views
    1,466

    Hello Google "spring rcp validation" This...

    Hello

    Google "spring rcp validation"

    This may help

    http://java.dzone.com/news/getting-further-with-spring-rc?page=0,6

    BR
    Carsten
Results 1 to 25 of 48
Page 1 of 2 1 2