press button - change color

press button - change color

Hello all,
PLEASE, SOMEONE CAN TELL ME WHAT IS BAD. I want to change the color of the button when I press this button. The steps that I followed are the nexts:
1- I have created one screen called: Main_screen
2- In this screen I have created a button: Button1.
3- In Button1, I go to properties, VBA Macros I open the LeftClickUp and I select the proper Macro.
4- I created the macro in the MacroList. The macro is called: LeftClickUp_Button1
5- The text of the program in VBA is:
Sub change_color()
Dim myElem As Element
Dim myScrn As DynPicture
Set myScrn = thisProject.DynPictures.Item("Main_screen")
If Not myScrn Is Nothing Then
Set myElem = myScrn.Elements.Item("Button1")
If Not myElem Is Nothing Then
myElem.BackColor = RGB(89, 58, 12)
End If
myScrn.UpdateAll
End If
End Sub
--------------------------------------
Public Sub LeftClickUp_Button1(obElem As Element)
Â'Call subroutine
change_color
End Sub
WHAT IS BAD? I can not achieve anything.
Thanks a lot.
Roberto

This is a migrated post! Originally posted on 25.10.2013 by user rgv0021. Please be aware that information can be outdated.

    Disclaimer

    This document governs the use of our Community Forum. By registering and using the platform, you accept these conditions.

    The COPA-DATA Community Forum serves to encourage the exchange of information and experience about the zenon software between forum users respectively zenon users.

    Please mind that any published information on the Community Forum is the subjective opinion and view based on the experience and the level of knowledge of the author. COPA-DATA does not overtake any responsibility for the content and the accuracy of the shared information.

    Users of the Community Forum are encouraged to share only well-founded experiences and to point out any risks associated with the implementation of proposed solutions to problems. COPA-DATA at its absolute discretion, reserves the right to moderate the forum. In this connection COPA-DATA may remove any information containing false facts, potentially dangerous solutions, bad language or content that may insult, degrade or discriminate others. COPA-DATA may block a non-complying user from forum access if the user violated this provision.

    COPA-DATA reserves the right to change this document from time to time at own discretion.


    Ing. Punzenberger COPA-DATA GmbH
    Karolingerstraße 7b · 5020 Salzburg · Austria
    www.copadata.com