Jump to content

Browser freeze


clement

Recommended Posts

Hi,

 

I got two UniGUI applications.

The browser will freeze if the 1st application is fail to call the 2nd application (unable to connect).

User has to refresh the browser and login again.

 

I would like to know how to avoid the browser freeze?

 

 

 

Thank you.

 

Link to comment
Share on other sites

Hi Hayri Aslan,

 

The code like:

 

                vLocation := 'http://' + UniMainModule.mtSubscriptedInfoIP_Address.AsString +
                             ':' + UniMainModule.mtSubscriptedInfoPort_Number.AsString + '/?' +
                             'user_id=' + UniMainModule.mtUserAccountUserAccount_ID.AsString + '&' +
                             'user_name=' + UniMainModule.mtUserAccountUser_Name.AsString;

 

 

myForm.FrameInitial(vLocation);

 

I just do not want the browser to be freeze if the target url cannot be connected.

 

 

Thank You.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...