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 - Efabe

Pages: [1]
1
Thank you for the fast response.

And congratulations for your work.

Do you have any little example ou to manipulate de code of basiclabel?

Would this works?

Private Sub BasicLabel(sender As Object, e As EventArgs) Handles BasicLabel1.ValueChanged
        If BasicLabel1.PLCAddressValue = False Then

            BasicLabel1.Text = "Texto"
        Else
            BasicLabel1.Text = "Texto 34"
        End If
    End Sub


More one time.
Thank you

2
Support Questions / Change Text based on boolean Value (BasicLabel)
« on: March 09, 2021, 01:11:38 PM »
Good Afternoon

Greetings from Portugal!
I'am new at AdvancedHmi making now my first application.

I have a basic question, Is it possible to display words based on boolean value with basiclabel?

I

Pages: [1]