iVis-at-Bilkent / sbgnviz.js

A web based visualization tool for process description maps in SBGN
http://www.cs.bilkent.edu.tr/~ivis/SBGNViz_sample_app/
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Warning during layout operation #131

Closed ugurdogrusoz closed 8 years ago

ugurdogrusoz commented 8 years ago

Can we display some kind of a warning (same as the query one would be fine) to signify that the operation is going to take a while? We should not clear up the screen of course while waiting (unlike query operation).

metincansiper commented 8 years ago

I display a warning during layout operation. An example screenshot is below. layout-warning I tried to display a warning in load file/sample operations too. However, I could not display it, probably because of the reason that these operations are not asynchronous.

ugurdogrusoz commented 8 years ago

Let's forget about a warning during load/save for now.