You need to sign in to do that
Don't have an account?
DHYoung
synchronous mode init() for posting a "connecting..." message to user...?
Is it possible to execute the init() session with salesforce so that it's performed synchronously?
I'd like to post a "connecting..." div/pop-up that gets removed as soon as the connection is
established. Or am I barking up the wrong the wrong three because there's a better way of
doing this?
thx, David
re:
sforceClient.registerInitCallback(this.callback);
sforceClient.init(this.sessionId, this.serverUrl);
sforceClient.init(this.sessionId, this.serverUrl);
sforceClient.init(this.sessionId, this.serverUrl);
then in your this.callback, you would hide that div.