Hi
I have a simple login form inside a radajaxpanel, plus a separate button and a loading panel.
These are all within another main radajax panel which declares the loading panel.
On button click, the sub to check the database fires and the login proceeds OK.
There is no sign of the loading panel though, at least while it runs on my local machine.
I set the loading panel to run after min delay of 10 and to run for 1000 . Should this run
or might the event be all over in 10 msecs (but it is the same if delay is 0)?
I tried inserting a 3 second sleep in the button click sub, but it still doesn't show.
Also added an Ajax manager and set button to trigger the main panel and the loading panel
but it didn't change anything
I am puzzled because I have a similar set up working, althought it writes to the database so it takes
a bit longer.
Can you give me some ideas on how to find out why it the loading panel doesn't show. There are no error messages.
Is there an event that i could add some delay to, to check that it will show when running on the production
server?
Thanks
Clive
I have a simple login form inside a radajaxpanel, plus a separate button and a loading panel.
These are all within another main radajax panel which declares the loading panel.
On button click, the sub to check the database fires and the login proceeds OK.
There is no sign of the loading panel though, at least while it runs on my local machine.
I set the loading panel to run after min delay of 10 and to run for 1000 . Should this run
or might the event be all over in 10 msecs (but it is the same if delay is 0)?
I tried inserting a 3 second sleep in the button click sub, but it still doesn't show.
Also added an Ajax manager and set button to trigger the main panel and the loading panel
but it didn't change anything
I am puzzled because I have a similar set up working, althought it writes to the database so it takes
a bit longer.
Can you give me some ideas on how to find out why it the loading panel doesn't show. There are no error messages.
Is there an event that i could add some delay to, to check that it will show when running on the production
server?
Thanks
Clive