Page 1 of 1

Re: Save an Input dialog value

Posted: Mon Jul 10, 2017 10:07 am
by admin
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

Re: Save an Input dialog value

Posted: Tue Jul 11, 2017 7:36 am
by admin
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

Re: Save an Input dialog value

Posted: Tue Jul 11, 2017 4:02 pm
by admin
Dear Sir,
please try to disable Windows Firewall and any type of antivirus.

Thanks

Re: Save an Input dialog value

Posted: Thu Jul 13, 2017 7:35 am
by admin
Dear Sir,
you have converted the Web server application correct? Can you please post your application?

Best Regards