Discussion about Code Builder Builder and Winlog language support.
admin
Site Admin
Posts: 373 Joined: Tue Nov 17, 2009 1:18 pm
Post
by admin » Mon Jul 10, 2017 10:07 am
Dear Sir,
sorry but I don't understand what do you want to do, something like this?
Code: Select all
Function void callDialog()
real temp;
temp = InputDialog("Enter the desired temperature", "title", "");
while (WindowIsOpen())
if(temp < 35)then
SetDigGateValue(out,1,1)
else
SetDigVateValue(out,1,0)
end
Sleep(500);
end
end
Best regards
admin
Site Admin
Posts: 373 Joined: Tue Nov 17, 2009 1:18 pm
Post
by admin » Tue Jul 11, 2017 7:36 am
Dear Sir,
try to set http port in project configurtion to 88 (for example) and try to start Runtime. Do you have the same error?
Best Regards
admin
Site Admin
Posts: 373 Joined: Tue Nov 17, 2009 1:18 pm
Post
by admin » Tue Jul 11, 2017 4:02 pm
Dear Sir,
please try to disable Windows Firewall and any type of antivirus.
Thanks
admin
Site Admin
Posts: 373 Joined: Tue Nov 17, 2009 1:18 pm
Post
by admin » Thu Jul 13, 2017 7:35 am
Dear Sir,
you have converted the Web server application correct? Can you please post your application?
Best Regards