Tuvia,
Please be aware that WaitPic.show(), WaitPic.Move() and WaitPic.Hide() occur in FoxInCloud.js, not on server side.
What you may do on server side might be overidden by FoxInCloud.js
You may want to override xxx.js!FoxInCloud.RequestSend() or xxx.js!FoxInCloud.WaitState() (where xxx.js is your application javascript) to tweak WaitPic behavior.
thn
I want to make sure it will not have any unintended consequences if I enable the FiC waitpic in code. IOW, I have code in a method that FiC thinks does not warrant the waitpic (I am not sure how FiC determines that), so I want to enable it at the top of my code.
