Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
If moving a widget and waiting for about three seconds before using the widget, 
the 
page gets update properly.

Original comment by [email protected] on 14 Mar 2009 at 11:42

from dropthings.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
yes, I'm having the same problem. Noticed that we cannot move the same widget 
too 
often. We would have to wait for a while after moving the widget before we move 
it 
to other column again. Otherwise, it will hits the view state error. 

Original comment by [email protected] on 12 Oct 2009 at 3:31

from dropthings.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
If you want the asyncpostback to occur faster you need to make a change to the 
MyFramework.js file. In the function: updateWidgetZone: function(widgetZone)
change the:

DropthingsUI.__updateWidgetZoneTimerId = 0;
             }, 3000); 

to:
DropthingsUI.__updateWidgetZoneTimerId = 0;
             }, 250); 

This will force the update after 250 ms rather then 3 sec.

Original comment by [email protected] on 18 Oct 2009 at 4:32

from dropthings.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 6, 2024
malichone provide a solution. Issue closed

Original comment by [email protected] on 15 Feb 2010 at 9:25

  • Changed state: Done

from dropthings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.