Dynamic Image issues
ondrovic
Posts: 217
Here is my code to send the changes to the dynamic images
aTP_Weather is the following
The problem is that the dynamic images only update on dvGreat_Room_Weather panel none of the others. I want it to update all the panels images when there is an update not depending on what panel you are on.
Any ideas of why they are all updating?
TIA
Send_Command aTP_Weather,"'^RMF-weather_icon,%P0%H',cImage_Host,'%A',cImage_Path,'%F44d.png'" Send_Command aTP_Weather,"'^RMF-mini_radar,%P0%H',cImage_Host,'%A',cImage_Path,'%F44d.png'" Send_Command aTP_Weather,"'^RMF-nav_icon,%P0%H',cImage_Host,'%A',cImage_Path,'%F44s.png'"
aTP_Weather is the following
Dev aTP_Weather[]= { dvGreat_Room_Weather, dvKitchenCV12_Room_Weather, dvKitchenCV5_Room_Weather, dvMaster_Bed_Room_Weather, dvAI_Theater_Room_Weather, dvEntry_Hall_Room_Weather, dvSys_Design_Room_Weather }
The problem is that the dynamic images only update on dvGreat_Room_Weather panel none of the others. I want it to update all the panels images when there is an update not depending on what panel you are on.
Any ideas of why they are all updating?
TIA
0
Comments