Well... looking at your code you could have your function call "showLoadingWindow"  return a reference to the loaded window like this...
 
function callingDocTypes()
{
           var recordsWindow = showLoadingWindow("Getting Records...");
           itemList=basicAdvanceSearch.getDocumentTypes.result;
           // write code here to close recordsWindow 
           // if it's a popup you can use recordsWindow.deletePopUp()
}

 
On 9/17/05, sandip_patil01 <[EMAIL PROTECTED]> wrote:
Hi ,
can anybody tell how to remove progress bar after fetching records
from database.

Here is my code

function callingDocTypes()
        {
            showLoadingWindow("Getting Records...");
            itemList=basicAdvanceSearch.getDocumentTypes.result;
        }

this itemlist variable contains data populated from database.
Now I want to remove the progress bar when this data displayed on page.
How to do that.
any sugession ?

Thx in advance
sandip patil




------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~->

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to