Save an Input dialog value

Discussion about Code Builder Builder and Winlog language support.
Post Reply
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Save an Input dialog value

Post 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
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Save an Input dialog value

Post 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
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Save an Input dialog value

Post by admin »

Dear Sir,
please try to disable Windows Firewall and any type of antivirus.

Thanks
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Save an Input dialog value

Post by admin »

Dear Sir,
you have converted the Web server application correct? Can you please post your application?

Best Regards
Post Reply