PB Automation

Christie Pandoras Box Version 6 - Q&A

Moderator: Moderator Group

Forum rules
When asking make sure to include the operating system and the revision of Pandoras Box you are using. If your question is related to hardware, please state if you are using coolux hardware (which one) or if you built your own.

PB Automation

Postby parkinstein » Mon Jan 28, 2019 1:19 pm

Hello, colleagues. There is a problem: I am trying to send text to TextInput as follows,
Code: Select all
public void SendTextToPandora(string text)
        {
            try
            {
                var pb = PBAuto.ConnectTcp(Properties.Settings.Default.PM_address, 0);
                pb.SetText(10, 3, text);
            }
            catch (Exception e)
            {
                Console.WriteLine(e);
                throw;
            }
        }


but the text is cut slightly less than half (regardless of the size of the text). Has anyone solved this problem?
I use pbauto - csharp from codeproject.
Thank you in аdvance for your help.
parkinstein
 
Posts: 3
Joined: Mon Oct 16, 2017 2:24 pm

Return to Pandoras Box V6

Who is online

Users browsing this forum: No registered users and 14 guests

cron