Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,467

    Using RefreshableValueHolder in the AbstractDetailForm

    I had a similar problem and have done the actualization of the selectable values using a RefreshableValueHolder:



    private class YourValueHolder extends RefreshableValueHolder{
    public...
  2. How does the presentation model relates to the rcp architecture?

    How does the presentation model relates to the rcp architecture?

    I am using rcp for more than 4 years, and the infrastructure provided by TableFormBuilder seams to consolidade the role of View and...
  3. Replies
    4
    Views
    2,767

    I'm using it past two years. And I'm quite happy...

    I'm using it past two years. And I'm quite happy with it.

    I think you will have trouble in the beginnig to find the way to do things. But you can always do stuff in swing and use the RCP...
  4. Replies
    0
    Views
    862

    'i' on dialogs

    Since I upgraded my application to version 1.0.0, there are always a empty message in TitledPageApplicationDialog wiht the 'i' (information) icon.

    How can I solve that?
  5. And spring events?

    Why not use ApplicationListener?
  6. Replies
    1
    Views
    1,116

    You can install a render to work around it, like:...

    You can install a render to work around it, like:



    @Override
    protected void configureTable(JTable table) {
    super.configureTable(table);
    final DefaultTableCellRenderer rowRenderer =...
  7. Replies
    3
    Views
    1,026

    Worked. Tks.

    Worked. Tks.
  8. Replies
    3
    Views
    1,026

    Display Name in all dialogs

    I recently made a upgrade in my application to version 1.0.0.

    Since then all the dialogues had started to present "displayName" in the TitledPage. How do I correct this? :confused:
  9. Replies
    12
    Views
    5,471

    In my application, I need to change some Spring...

    In my application, I need to change some Spring configurations using main args[].

    So in main I prepare a PropertyPlaceholderConfigurer with the arguments. And register it using...
  10. Replies
    12
    Views
    5,471

    I think it is interesting that the splash screen...

    I think it is interesting that the splash screen with progress monitor can be used with ApplicationLauncher(String startupContextPath, ApplicationContext rootApplicationContext).

    The actual...
  11. I´m using it in in the same way others described...

    I´m using it in in the same way others described here (get a SNAPSHOT of 0.3.0). Sometimes it is useful to read the code to use all the funcionalities provided.
  12. Replies
    2
    Views
    1,297

    Integer validation and thousands separator

    I´m from Brazil and need to validate an int field with decimal point as the thousands separator. The Spring RCP validation is using decimal comma as the thousands separator in my int fields on my...
  13. Replies
    3
    Views
    1,741

    I want to open a login window just after de...

    I want to open a login window just after de splash screen goes off.
  14. Replies
    3
    Views
    1,741

    Is there an event just after the splash goes off?

    Is there an event just after the splash goes off?
  15. Replies
    2
    Views
    987

    I found a solution: ...

    I found a solution:



    PerspectiveManager.getInstance().setCurrentPerspective(perspectiveId, true);
    PerspectiveManager.getInstance().reload();


    where String perspectiveId is the new...
  16. Replies
    2
    Views
    987

    Flexdock: change perspective command

    Hi!

    Is there a way to create a command in a tool bar to switch perspectives?

    I have tried this:



    FlexDockApplicationPageFactory pageFactory = (FlexDockApplicationPageFactory)...
  17. Replies
    1
    Views
    989

    [newbie] using ComboBox

    Hi!

    I'm new with SpringRCP... I'm trying to use a combobox in a form. This is the code:



    List<Terminal> terminals = presentationModel.getTerminals();
    ValueHolder holder = new...
Results 1 to 17 of 17