Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blaisbb

Pages: [1]
1
Support Questions / Re: Numeric Keypad
« on: March 06, 2019, 09:21:31 AM »
That's got it working.
Thanks Archie. :)

2
Support Questions / Re: Numeric Keypad
« on: March 06, 2019, 08:53:23 AM »
I have set up the textbox to show the MfgControl.AdvancedHMI.Controls.AlphaKeyboard on click. It then returns the typed in value to the text box. If I click on the textbox with text already there, the MfgControl.AdvancedHMI.Controls.AlphaKeyboard clears the data and I have to retype the entire number. Can I have the MfgControl.AdvancedHMI.Controls.AlphaKeyboard show the current textbox value for editing?

3
Support Questions / Re: Form visible
« on: March 01, 2019, 01:38:43 PM »
I ended up replacing the FormChangeButtons on the MainMenu with AvancedHMI.BasicButton and toggle the PLC bits by assigning them in the properties as usual. I then made the necessary forms visible in the code as BasicButton_Click and showing or hiding the forms as necessary. I did however have to hide the MainButton under a new BasicButton I created for the MainForm. When I deleted The MainButton, the forms would not show properly.
Thanks

4
Support Questions / Re: Form visible
« on: February 28, 2019, 02:41:24 PM »
I was thinking of creating an InvisibleButton on the form and then using the forms Load Event to InvisibleButton_Click.
That does not seem to work however.

5
Support Questions / Form visible
« on: February 28, 2019, 12:48:45 PM »
Can I have a form becoming visible toggle a bit in PLC?

6
Support Questions / Numeric Keypad
« on: February 28, 2019, 08:53:29 AM »
I am trying to write a number in a textbox and would like to have a dash.
ex: 92000-001
I noticed that the MfgControl.AdvancedHMI does not have a dash but that the keypad that comes up in the application when a value on a basic label needs to be changed does have a dash.Can I have that basic label keypad come up for a standard textbox.

Pages: [1]