Sign In:     


Forum: Addons

Topic: Project Control - Page: 7
Fixed, your code section had something that was read as bulletin board code.
 

finally i found the solution
in line
<textzone class="textzone" fontsize="11" x="+1011" y="4" width="27" height="27" color="textcolorgrey" textaction="get_beat_counter"/>

have to edit or replace x value from 1011 to 156 like this
<textzone class="textzone" fontsize="11" x="+156" y="4" width="27" height="27" color="textcolorgrey" textaction="get_beat_counter"/>

Regards