Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    checkbox in listgrid always true

    Hello @all,

    I have just one problem with the representation of a checkbox found in Listgrid.

    - Update works fine
    - display in the detailViewer() works fine
    - display in the DynamicForm() works fine

    BUT in this listgrid its always true.

    Example:
    Screen shot 2010-08-08 at 13.40.50.png
    - pkid 101: Databasefields is FALSE

    Screen shot 2010-08-08 at 13.41.07.png
    - pkid 100: Databasefields is TRUE

    Only if the database has a null cell contents, the box is shown as false.

    Database: mysql column varchar(5)
    DS.xml
    <field detail="false" title="TechnicalFieldAutoCreated" name="technicalfieldautocreated" type="boolean"></field>

    SmartClient Version: SC_SNAPSHOT-2010-08-06/EVAL Deployment

    Am grateful for any help.

    Cheers,
    Timo
    Attached Files

    #2
    Exactly the same problem here.
    SGWT Version is the nightly as of 2010-07-30.
    The reason it shows false sometimes is presumably described here:
    http://forums.smartclient.com/showthread.php?t=6502&highlight=boolean+checked

    GWT 2.03, FF 3.6.8

    Comment


      #3
      This has been fixed. Pick up the next nightly.

      Comment


        #4
        thanks, it works fine.

        Comment


          #5
          What about nightly build for free smartgwt? last one is form august 2nd?
          thank you.

          Comment


            #6
            I use the Power Edition, not the lgpl version.

            Comment


              #7
              Yes, would be helpful to have this fix in LGPL.

              Comment


                #8
                Originally posted by garyswindell
                Yes, would be helpful to have this fix in LGPL.
                Have you tried the latest? It's already fixed in SVN.

                Comment


                  #9
                  I tried the latest nightly build (LGPL) 1334 from 08/02/10. Just downloaded it again to make sure. Still has the checkbox problem.

                  Then I tried the most recent 2.2 build (1307) and it works fine so I will have to go with that for my deadline tomorrow.

                  Comment


                    #10
                    You should be looking for the LGPL builds at http://www.smartclient.com/builds/smartgwt-lgpl/.

                    Comment


                      #11
                      Very helpful pointer. Thank you.

                      Comment

                      Working...
                      X