Announcement

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

    resizer.gif missing, resizer.png existing.

    1. the SmartGWT or SmartClient version and browser version(s) involved;
    SmartGWT 2.4. Chrome, firefox

    2. for a server-side problem, the complete logs generated during processing of the request;
    GET http://XXXXXXXXX/sc/skins/Enterprise/images/Window/resizer.gif 404 (Not Found)

    The file resizer.gif is missing from the above folder, however there is a file called resizer.png there. I'm using the simple calendar sample. All other images loads just fine.

    #2
    Hi

    for what purpose u need the resizer.gif.

    in the load_skin.js,they are calling

    Code:
      isc.Window.changeDefaults("resizerDefaults", {
                src:"[SKIN]/Window/resizer.png"
            })
    resizer.png is exists and it is shown when needed.then whats u r problem regarding gif ???

    i couldnt get u ..

    Comment


      #3
      This has been fixed, please try the next nightly or the upcoming 2.5 release.

      Sanjiv

      Comment

      Working...
      X