Search:

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

Search: Search took 0.04 seconds.

  1. Thread: AceGi

    by Tennyson
    Replies
    4
    Views
    1,126

    Hi Larry, I don't have a problem with this...

    Hi Larry,
    I don't have a problem with this anymore. It is the codebase, I think. I have the latest and greatest now. Works like charm. Have a great day. Thanks.

    Best,
    Tennyson
  2. Replies
    1
    Views
    3,366

    Radio Button Binding

    I am trying to use a radio button in one of the forms built using table Form builder. Doesn't seem like it supports radio button binding. Can radio button be used in forms??

    Tennyson
  3. Replies
    6
    Views
    1,736

    Hi

    Sorry about the delayed response.. I got this one working.. the problem is here

    @Override
    protected Class[] createColumnClasses() {
    return new Class[] { String.class, String.class, String.class,...
  4. Replies
    6
    Views
    1,736

    // code that constructs the table ...

    // code that constructs the table

    BeanTableModel tableModel = new WorkManagementTableModel(messageSource);
    tableModel.setRows(dashboardWorkMgmtDAO.loadAll());

    // create the JTable...
  5. Replies
    6
    Views
    1,736

    Hi

    NO and NO.
    I am not overrideing any methods or have a custom cell render. When I scroll to my right at some point the column headers are not aligned right on top of the corresponding data grid....
  6. Replies
    6
    Views
    1,736

    Scrolling on a JTable

    Hi,
    I am displaying a jtable built on BeanTableModel in a scrollpane. When I slide the horizontal scrollbar to my right, I loose data on my screen and I get a nullpointer exception. I have copied...
  7. Replies
    2
    Views
    12,383

    Displaying a Image in JTABLE

    Hi,
    Does spring rich has any cell renderers for the Image to be displayed on a JTable. Appreciate any help on this

    Tennyson
  8. Displaying a List in the TableFormBuilder

    Hi,
    I have a property in my class that returns a list. I am having trouble displaying the contents of the list in a Form. I am using TableFormBuilder.

    // code snippet...
  9. Replies
    1
    Views
    1,133

    Displaying the selected Row

    Hi,
    I am displaying a table in one of the tabbed panes. When the user selects a row , I would like to take the whole row and display the data in an another view, which will have more details...
  10. Replies
    1
    Views
    974

    Hi, I am having the same problem... code...

    Hi,
    I am having the same problem...


    code snippet

    @Override
    protected Class[] createColumnClasses() {
    return new Class[] { String.class, String.class, String.class, String.class,...
  11. Replies
    0
    Views
    821

    BeanTableModel Question

    Hi,
    I have to concatenate data from two columns and display it under one column header.

    I am attaching the code snippet

    @Override
    protected String[] createColumnPropertyNames() {
    return...
  12. Replies
    7
    Views
    1,385

    Thanks again geoffrey.

    Thanks again geoffrey.
  13. Thread: AceGi

    by Tennyson
    Replies
    4
    Views
    1,126

    HI Chris, I tried changing the login...

    HI Chris,
    I tried changing the login command

    <bean id="loginCommand"
    class="org.springframework.richclient.security.LoginCommand">
    <property name="closeOnCancel">...
  14. Thread: AceGi

    by Tennyson
    Replies
    4
    Views
    1,126

    AceGi

    HI,
    I just started using the spring rcp demo petapp application. On the login screen if you hit cancel button, it takes you into the initial ownermanagerview screen. I want to modify so the...
  15. Replies
    7
    Views
    1,385

    Thanks. I will try it to do your way. Hopefully...

    Thanks. I will try it to do your way. Hopefully I can't put all the pieces together. Haven't worked with maven or cargo before. Its kind of challenging.
    Thanks again. will keep my progress posted...
  16. Replies
    7
    Views
    1,385

    Well, I am sorry. I just got totally confused...

    Well, I am sorry. I just got totally confused with the webservices interface for the petclinic application. Thanks for your reply

    Tennyson
  17. Replies
    7
    Views
    1,385

    Spring RCP petclinic app on tomcat

    Hi,
    I am just starting to build a swing app using spring rcp. I played around with the petclinic app as standalone program and it works fine. I would like have the application running on tomcat5.0....
Results 1 to 17 of 17