Topics Topics Help/Instructions Help Edit Profile Profile Member List Register Paatha Gnyapakaalu - Archives from Old DB  
Search New Posts 1 | 2 | 8 Hours Search New Posts 1 | 3 | 7 Days Search Search Tree View Tree View Latest tweets Live Tweets
Bewarse Talk Discussion Board * Archives - 2012 * Calling javascript experts < Previous Next >

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Farex
Mudiripoyina Bewarse
Username: Farex

Post Number: 10512
Registered: 10-2010
Posted From: 76.220.127.55

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, April 19, 2012 - 6:32 pm:    Edit Post Delete Post View Post/Check IP

rangu pondu MOVIEART--bemmi.muddu
Jagamanthati Kutumbham Nadhi
Top of pagePrevious messageNext messageBottom of page Link to this message

Jaffaa
Mudiripoyina Bewarse
Username: Jaffaa

Post Number: 20755
Registered: 03-2008
Posted From: 166.205.139.4

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, April 19, 2012 - 6:31 pm:    Edit Post Delete Post View Post/Check IP

Dont guess
Top of pagePrevious messageNext messageBottom of page Link to this message

Esperanza
Mudiripoyina Bewarse
Username: Esperanza

Post Number: 20091
Registered: 08-2004
Posted From: 91.152.109.88

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, April 19, 2012 - 6:28 pm:    Edit Post Delete Post View Post/Check IP

VK_Hyd can help i guess
space for lease
Top of pagePrevious messageNext messageBottom of page Link to this message

Onlymovies
Celebrity Bewarse
Username: Onlymovies

Post Number: 25171
Registered: 01-2009
Posted From: 199.173.224.32

Rating: N/A
Votes: 0 (Vote!)

Posted on Thursday, April 19, 2012 - 2:58 pm:    Edit Post Delete Post View Post/Check IP

Our application has to scan documents and attach to our application. To do this we are using 'ActiveXObject' in java script to open the scan functionality.

We want to display a Processing message, when scanning is in process. To display this message, we are using JQuery and div tag using a method:
function showLoadingMessage()
{
$.loading.css.border = '2px solid #000';
$.loading.align='center';
$.loading.text=" Processing... ";
$.loading.delay=100;
$.loading.classname = 'loading-text';
//$.loading.effect='update';
$.loading.pulse='ellipsis';
$('#loadingMessage').loading(true);
}

we are calling this method on all button clicks, so it tells user that, some thing happening in background.

When we are dealing with active x object this method is not working. It displayes the processing message, after completing the processing of active x object.

Suppose on click of a button we are calling a method scanDocument().

scanDocument {
showLoadingMessage();
alert('1')

activeXObject functionality().

}

button click chesinappudu, alert message vastundi, taruvata activeXobject nunchi scanner open avutundi.. scanning complete ayina taruvata, processing message display chestundi.. :-(

Ee situation evarayina face chesara? if so ela fix cheyyali.
SHER.. BABBAR SHER

Topics | Last Hour | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration