clement Posted March 3, 2017 Posted March 3, 2017 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. Quote
Hayri ASLAN Posted March 3, 2017 Posted March 3, 2017 Hi, Which version and build are you using?! Quote
clement Posted March 3, 2017 Author Posted March 3, 2017 I am using the below exe: FMSoft_uniGUI_Complete_Professional_0.99.96.1346_Trial.exe Thanks. Quote
Hayri ASLAN Posted March 3, 2017 Posted March 3, 2017 How you are calling the second application? Quote
clement Posted March 7, 2017 Author Posted March 7, 2017 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.