Announcement

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

    Showcase

    Hi!,
    bad function:

    http://www.smartclient.com/smartgwt/showcase/#effects_dd_move_list

    #2
    Please elaborate. Is the sample not working for you? If so, which browser / OS?

    Comment


      #3
      Hi

      Is the sample not working in Firefox 3.0.5 and internet explorer 7, Windows XP, Only button not working,
      Developer Console :

      com.smartgwt.sample.showcase.client.effects.dragdrop.PartsListGrid, ID:isc_OID_29 taking no action.
      10:22:48.187:MUP1:WARN:ListGrid:isc_OID_27:transferSelectedData(): Invalid source widget passed in - <<SmartGWT Component>>::class com.smartgwt.sample.showcase.client.effects.dragdrop.PartsListGrid, ID:isc_OID_29 taking no action.

      Comment


        #4
        I'd also like to report a few issue with regards to the new showcase.

        Firefox 3.0.6 on Windows XP can't load the showcase at all on my machine. It hangs at "SmartGWT Loading ~250 Samples Please wait..." and the browser says its done loading.

        In Google Chrome and IE7 (and also the Safari 4 beta for Windows), when you drag an event on the databound calander to 12:00am in the single day view, the event shifts to the left and overlaps the times. If you set a second event at 12:00am it will shift over and completely overlap the original one rather than displaying beside it.

        In week view, if you drag an event to 12:00am, the time in its header will change to 12:00am but its location will not, it will stay in whatever time slot it was in before you attempted to move it to 12:00am.

        I hope this helps.

        Comment


          #5
          Not seeing the Firefox issue. Can you check with a cleared cache?

          Comment


            #6
            Hi,

            Any update on drag list issue in the showcase? It seems like transferSelectedData() calls to undefined method in the JSNI code.

            Are there any workaround at the moment? Currently, I'm using ListGrid without DataSource to implement widget similar to the one in drag list example which utilizes transferSelectedData to transfer data from one list to another. I wonder if there's a clean way to remove a record from a ListGrid and add to another list without interacting the DataSource.

            Many thanks.

            Comment


              #7
              transferSelectedData(..) fixed in SVN.

              Sanjiv

              Comment


                #8
                It is loading okay in Firefox now, I had cleared the cache and it still wasn't working but whatever it was has solved itself.

                The problem I described with the Databound Calendar still exists in all browsers however.

                Comment


                  #9
                  I'm having no luck with showcase either. I cleared cache in FF3.0.6 and it still stops when loading the following file.

                  http://www.smartclient.com/smartgwt/showcase/com.smartgwt.sample.showcase.Showcase.nocache.js

                  Comment


                    #10
                    old showcase code

                    Have some of the examples been removed from the showcase? I was using the CompoundEditor class as a starting point, and I can't find it anymore. If it has been removed, are the old examples somewhere else?

                    Comment


                      #11
                      You probably have some antivirus or firewall which has been configured very strictly. Try another machine, or try if from your house.

                      Comment


                        #12
                        Originally posted by smartgwt.dev
                        You probably have some antivirus or firewall which has been configured very strictly. Try another machine, or try if from your house.
                        If that was the case, wouldn't it be inaccessible from all browsers rather than just Firefox? It loads fine in all other browsers for me.

                        Oddly enough, after working fine yesterday, it has stopped loading in Firefox for me again yet nothing of my system or network has changed.

                        Also, can anyone confirm that they also experience the calendar bugs I mentioned?

                        Comment


                          #13
                          Where can I find the PartsListGrid and PartRecords classes?
                          In the example they are not included...

                          Comment


                            #14
                            The entire source code of the Showcase is in the SmartGWT distribution. Have a look for the source of these classes in there.

                            Comment

                            Working...
                            X