Please wait while recalculating

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Please wait while recalculating

Richard Braman
Message
While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.
 
Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 
 
putting a message  in the status bar that says recalculating, please wait.
 
popping up an event based dhtml progress bar
 
 
What would it take to add something like this to OPS so that it was well integrated with AJAX?
 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Ryan Puddephatt
Message

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Richard Braman
I did that and restarted tomcat... what should I see?
-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 3:57 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Ryan Puddephatt

It should show a loading image at the top left whenever the xforms AJAX engine does something

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 20:53
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

I did that and restarted tomcat... what should I see?

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 3:57 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Richard Braman
Its not showing up because my bg image is covering it
    <xhtml:div style="position:absolute; left:0px; top:0px; width:778px; height:1002px;">
     <xhtml:img id="bgimage" src="/images/forms/f1040ez-1.png"/>
    </xhtml:div>
 
It comes up when I remove this code.
 
I like it , but how do I make it work for me.  I guess I would have to do something to make it pop up in a new layer or window.
-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 4:45 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

It should show a loading image at the top left whenever the xforms AJAX engine does something

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 20:53
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

I did that and restarted tomcat... what should I see?

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 3:57 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Ryan Puddephatt

You could amend the xforms-loading CSS with a different bgcolor and z-index

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 21:39
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

Its not showing up because my bg image is covering it

    <xhtml:div style="position:absolute; left:0px; top:0px; width:778px; height:1002px;">
     <xhtml:img id="bgimage" src="/images/forms/f1040ez-1.png"/>
    </xhtml:div>

 

It comes up when I remove this code.

 

I like it , but how do I make it work for me.  I guess I would have to do something to make it pop up in a new layer or window.

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 4:45 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

It should show a loading image at the top left whenever the xforms AJAX engine does something

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 20:53
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

I did that and restarted tomcat... what should I see?

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 3:57 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Please wait while recalculating

Richard Braman
That is red hot.  Thanks Ryan, and of course whoever made it do that.  I suppose I could probably let the user turn it on and off some way.
I know I saw some code to highlight inputs when the user clicked a button.  I did have to chnage the index of my bgimage as well.
 
-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 4:59 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could amend the xforms-loading CSS with a different bgcolor and z-index

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 21:39
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

Its not showing up because my bg image is covering it

    <xhtml:div style="position:absolute; left:0px; top:0px; width:778px; height:1002px;">
     <xhtml:img id="bgimage" src="/images/forms/f1040ez-1.png"/>
    </xhtml:div>

 

It comes up when I remove this code.

 

I like it , but how do I make it work for me.  I guess I would have to do something to make it pop up in a new layer or window.

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 4:45 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

It should show a loading image at the top left whenever the xforms AJAX engine does something

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 20:53
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

 

I did that and restarted tomcat... what should I see?

-----Original Message-----
From: Ryan Puddephatt [mailto:[hidden email]]
Sent: Friday, March 10, 2006 3:57 PM
To: [hidden email]
Subject: RE: [ops-users] Please wait while recalculating

You could change the ajax loading property to true in the properties.xml to true

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 


From: Richard Braman [mailto:[hidden email]]
Sent: 10 March 2006 17:48
To: [hidden email]
Subject: [ops-users] Please wait while recalculating

 

While I must say I am starting to love the Xforms/AJAX approach in OPS,  I do have a question.  When you are doing a large recalc, it may take some time to complete.

 

Do you have any ideas for informing a user that the calculate is happening.  Here are some pssible suggestions: 

 

putting a message  in the status bar that says recalculating, please wait.

 

popping up an event based dhtml progress bar

 

 

What would it take to add something like this to OPS so that it was well integrated with AJAX?

 

Richard Braman
[hidden email]
561.748.4002 (voice)

http://www.taxcodesoftware.org
Free Open Source Tax Software

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws