This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: GUI COMPOSER V2 duplicate styles for widgets

Tool/software: Code Composer Studio

Hello! When I try to edit ( move, change size) the element (ti_widget) in GUI COMPOSER V2   it does not changes the properties in style of this element, but simply duplicate or add even more recordes with identical id. It can be up to 10 or more. Look here for example ti_widget_led2 . When I remove this widget from project  records in styles are remained.  I suspect I have a lot of this trash in my project and do not how to avoid it.  Look index.gui ( widget   ti_widget_led2 )  All this instances are appeared in my index.html file and create great confusion for application :

<link rel="import" href="../ti-core-stylesheets/ti-core-stylesheets.html">
<link rel="import" href="../ti-widget-readme/ti-widget-readme.html">
<link rel="import" href="../ti-widget-menubar/ti-widget-menubar.html">
<link rel="import" href="../ti-widget-menubar/ti-widget-helpmenu.html">
<link rel="import" href="../ti-widget-menubar/ti-widget-optionsmenu.html">
<link rel="import" href="../ti-widget-common/ti-widget-tabcontainer.html">
<link rel="import" href="../ti-widget-common/ti-widget-tab.html">
<link rel="import" href="../ti-widget-common/ti-widget-slider.html">
<link rel="import" href="../ti-widget-common/ti-widget-label.html">
<link rel="import" href="../ti-widget-common/ti-widget-button.html">
<link rel="import" href="../ti-widget-graphs/ti-widget-linegraph.html">
<link rel="import" href="../ti-widget-common/ti-widget-droplist.html">
<link rel="import" href="../ti-widget-common/ti-widget-numberbox.html">
<link rel="import" href="../ti-widget-common/ti-widget-led.html">
<link rel="import" href="../ti-widget-instruments/ti-widget-gauge.html">
<link rel="import" href="../ti-widget-common/ti-widget-toggle-button.html">
<link rel="import" href="../ti-core-databind/ti-transport-usb.html">
<link rel="import" href="../ti-core-databind/ti-model-streaming.html">

<dom-module name="my-element">
<template>

<style is="custom-style">
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 650px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_label43 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
</style>
<style is="custom-style">
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 650px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_label43 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}

#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 630px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label42 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 550px;
position: absolute;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_label43 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 630px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 630px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label43 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 550px;
position: absolute;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 20px;
height: 50px;
left: 20px;
top: 630px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 20px;
top: 410px;
width: 40px;
height: 20px;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 20px;
height: 20px;
left: 120px;
top: 430px;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
width: 150px;
height: 20px;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 40px;
height: 60px;
left: 20px;
top: 610px;
position: absolute;
}
#ti_widget_droplist3 {
font-size: inherit;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_led1 {
width: 15px;
height: 15px;
left: 20px;
top: 570px;
position: absolute;
}
#ti_widget_led2 {
width: 15px;
height: 15px;
left: 20px;
top: 580px;
position: absolute;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_menubar {
position: absolute;
left: 0px;
top: 0px;
}
#ti_widget_tabcontainer {
width: 1040px;
height: 750px;
left: 230px;
top: 40px;
position: absolute;
}
#ti_widget_led {
width: 34px;
height: 34px;
left: 10px;
top: 50px;
position: absolute;
}
#ti_widget_label {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 60px;
top: 60px;
position: absolute;
width: 160px;
height: 20px;
}
#ti_widget_tab {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_gauge {
width: 100px;
height: 80px;
left: 10px;
top: 220px;
position: absolute;
}
#ti_widget_slider {
width: 260px;
left: 20px;
top: 52px;
position: absolute;
height: 50px;
}
#ti_widget_label1 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 22px;
position: absolute;
}
#ti_widget_button {
left: 300px;
top: 280px;
position: absolute;
width: 50px;
height: 30px;
}
#ti_widget_tab2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_linegraph {
width: 540px;
height: 320px;
left: 0px;
top: 360px;
position: absolute;
}
#ti_widget_slider1 {
width: 255px;
left: 20px;
top: 330px;
position: absolute;
}
#ti_widget_label2 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 300px;
position: absolute;
}
#ti_widget_toggle_button {
left: 10px;
top: 170px;
position: absolute;
width: 40px;
height: 30px;
}
#ti_widget_label3 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 60px;
top: 168px;
position: absolute;
}
#ti_widget_linegraph1 {
width: 490px;
height: 260px;
left: 20px;
top: 392px;
position: absolute;
}
#ti_widget_tab1 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
overflow: initial;
}
#ti_widget_linegraph2 {
width: 380px;
height: 180px;
left: 10px;
top: 62px;
position: absolute;
}
#ti_widget_label4 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 50px;
top: 32px;
position: absolute;
}
#ti_widget_label5 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 50px;
top: 292px;
position: absolute;
}
#ti_widget_label6 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 210px;
position: absolute;
}
#ti_widget_button1 {
left: 362px;
top: 14px;
position: absolute;
width: 180px;
height: 30px;
border-radius: 10px;
}
#ti_widget_label7 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 390px;
position: absolute;
}
#ti_widget_label8 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 430px;
position: absolute;
}
#ti_widget_label9 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 430px;
position: absolute;
}
#ti_widget_label10 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 450px;
position: absolute;
}
#ti_widget_label11 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 450px;
position: absolute;
}
#ti_widget_label12 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 470px;
position: absolute;
}
#ti_widget_label13 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 470px;
position: absolute;
}
#ti_widget_label14 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 490px;
position: absolute;
}
#ti_widget_label15 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 490px;
position: absolute;
}
#ti_widget_label16 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 70px;
position: absolute;
background-color: rgb(255, 0, 0);
}
#ti_widget_label17 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 100px;
position: absolute;
background-color: rgb(128, 255, 0);
}
#ti_widget_label18 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 130px;
position: absolute;
background-color: rgb(0, 255, 255);
}
#ti_widget_label19 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 40px;
top: 160px;
position: absolute;
width: 30px;
height: 20px;
}
#ti_widget_droplist {
width: 100px;
height: 30px;
font-size: inherit;
left: 80px;
top: 70px;
position: absolute;
}
#ti_widget_droplist1 {
width: 100px;
height: 20px;
font-size: inherit;
left: 80px;
top: 100px;
position: absolute;
}
#ti_widget_droplist2 {
width: 100px;
height: 30px;
font-size: inherit;
left: 80px;
top: 130px;
position: absolute;
}
#ti_widget_droplist3 {
width: 100px;
height: 30px;
font-size: inherit;
left: 80px;
top: 160px;
position: absolute;
}
#ti_widget_label20 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 510px;
position: absolute;
}
#ti_widget_label21 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 10px;
top: 530px;
position: absolute;
}
#ti_widget_label22 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 510px;
position: absolute;
}
#ti_widget_label23 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 120px;
top: 530px;
position: absolute;
}
#ti_widget_numberbox {
left: 310px;
top: 30px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_label24 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 200px;
top: 40px;
position: absolute;
}
#ti_widget_label25 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 70px;
position: absolute;
}
#ti_widget_label26 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 100px;
position: absolute;
}
#ti_widget_label27 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 130px;
position: absolute;
}
#ti_widget_numberbox1 {
font-size: inherit;
left: 310px;
top: 60px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_numberbox2 {
font-size: inherit;
left: 310px;
top: 90px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_numberbox3 {
font-size: inherit;
left: 310px;
top: 120px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_label28 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 32px;
position: absolute;
}
#ti_widget_label29 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 62px;
position: absolute;
}
#ti_widget_label30 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 92px;
position: absolute;
}
#ti_widget_label31 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 122px;
position: absolute;
}
#ti_widget_label32 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 160px;
position: absolute;
}
#ti_widget_numberbox4 {
font-size: inherit;
left: 310px;
top: 152px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_label33 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 152px;
position: absolute;
}
#ti_widget_label34 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 190px;
position: absolute;
width: 10px;
height: 20px;
}
#ti_widget_label35 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 220px;
position: absolute;
width: 10px;
height: 20px;
}
#ti_widget_label36 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 390px;
top: 250px;
position: absolute;
width: 10px;
height: 20px;
}
#ti_widget_numberbox5 {
font-size: inherit;
left: 310px;
top: 182px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_numberbox6 {
font-size: inherit;
left: 310px;
top: 212px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_numberbox7 {
font-size: inherit;
left: 310px;
top: 242px;
position: absolute;
width: 60px;
height: 20px;
}
#ti_widget_label37 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 250px;
position: absolute;
}
#ti_widget_label38 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 220px;
position: absolute;
}
#ti_widget_label39 {
text-align: left;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: inherit;
white-space: nowrap;
left: 210px;
top: 190px;
position: absolute;
}
</style>
<ti-core-stylesheets id="ti_core_stylesheets" class="_TI_"></ti-core-stylesheets>

<ti-widget-readme background-color="#ffffff" elevation="5" title-text="README.md" id="readmeViewer" pin class="_TI_"></ti-widget-readme>

<ti-widget-menubar product-name="PFC-DCAC" id="ti_widget_menubar" layout horizontal class="_TI_ x-scope ti-widget-menubar-0">
<ti-widget-helpmenu id="ti_widget_helpmenu" layout class="_TI_"></ti-widget-helpmenu>
<ti-widget-optionsmenu id="ti_widget_optionsmenu" layout class="_TI_"></ti-widget-optionsmenu>
</ti-widget-menubar>

<ti-widget-tabcontainer selected-index="2" selected-label="Сервисное меню" id="ti_widget_tabcontainer" layout class="_TI_">
<ti-widget-tab name="Задание параметров" icon-style="width:25px;height:25px;padding-right:5px;" visible font-style="normal" font-weight="normal" text-align="left" text-decoration="none" id="ti_widget_tab" class="_TI_" title>
<ti-widget-slider value="5" min-value="0" max-value="275" increment="1" labels="0,55,110,165,220,275" font-size="small" font-style="normal" font-weight="normal" visible id="ti_widget_slider" class="_TI_ x-scope ti-widget-slider-1 ti-widget-slider-0"></ti-widget-slider>
<ti-widget-label id="ti_widget_label1" label="Задание выходного напряжения. В." text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-button label="Сохранить" button-type="default" raised visible bindable-trigger="5" id="ti_widget_button1" animated title elevation="1" class="_TI_ x-scope ti-widget-button-0"></ti-widget-button>
</ti-widget-tab>
<ti-widget-tab name="Подробная информация о работе" icon-style="width:25px;height:25px;padding-right:5px;" visible font-style="normal" font-weight="normal" text-align="left" text-decoration="none" id="ti_widget_tab1" class="_TI_" title>
<ti-widget-linegraph id="ti_widget_linegraph1" num-channels="3" series_0_values="0" series_0_min="-50" series_0_max="50" series_0_num-decades="5" series_0_label="Темп. Радиатора1" series_0_color="#ff0000" series_1_values="0" series_1_min="-50" series_1_max="50" series_1_num-decades="5" series_1_label="Темп. Радиатора2" series_1_color="#80ff00" series_2_values="0" series_2_label="Темп. Радиатора 3" series_2_min="-50" series_2_max="50" series_2_num-decades="5" series_2_color="#0000ff" series_3_num-decades="5" series_3_color="#0000aa" grid-color="#999" x-axis-log-scale-num-decades="3" x-axis-log-scale-min="0.000001" x-axis-num-decimals="0" y-axis-num-decimals="2" y-axis-log-scale-min="0.000001" background-color="#FFFFFF" plot-counter="0" visible cross-hair-mode="x" title class="_TI_ x-scope ti-widget-linegraph-0"></ti-widget-linegraph>
<ti-widget-linegraph id="ti_widget_linegraph2" num-channels="2" series_0_min="0" series_0_max="70" series_0_num-decades="5" series_0_label="Входная частота" series_0_color="#00BBCC" series_1_min="0" series_1_max="70" series_1_num-decades="5" series_1_label="Выходная частота" series_1_color="#ff0000" series_2_num-decades="5" series_2_color="#aaaaaa" series_3_num-decades="5" series_3_color="#0000aa" grid-color="#999" x-axis-log-scale-num-decades="3" x-axis-log-scale-min="0.000001" x-axis-num-decimals="0" y-axis-num-decimals="2" y-axis-log-scale-min="0.000001" background-color="#FFFFFF" plot-counter="0" visible cross-hair-mode="x" title class="_TI_ x-scope ti-widget-linegraph-0"></ti-widget-linegraph>
<ti-widget-label id="ti_widget_label4" label="Входная и выходная частоты Гц" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label5" label="Температура радиаторов градусы С" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
</ti-widget-tab>
<ti-widget-tab name="Сервисное меню" icon-style="width:25px;height:25px;padding-right:5px;" visible font-style="normal" font-weight="normal" text-align="left" text-decoration="none" id="ti_widget_tab2" class="_TI_ iron-selected" title>
<ti-widget-button label="Устан" button-type="default" raised visible bindable-trigger="11" id="ti_widget_button" animated title elevation="1" class="_TI_ x-scope ti-widget-button-0"></ti-widget-button>
<ti-widget-linegraph id="ti_widget_linegraph" num-channels="4" series_0_min="-15000" series_0_max="1500" series_0_num-decades="5" series_0_color="#ff0000" series_1_min="-15000" series_1_max="15000" series_1_num-decades="5" series_1_color="#00ff00" series_2_min="-15000" series_2_max="15000" series_2_num-decades="5" series_2_color="#0000ff" series_3_min="-15000" series_3_max="15000" series_3_num-decades="5" series_3_color="#400040" grid-color="#999" x-axis-log-scale-num-decades="3" x-axis-log-scale-min="0.000001" x-axis-num-decimals="0" y-axis-num-decimals="2" y-axis-log-scale-min="0.000001" background-color="#FFFFFF" plot-counter="0" visible cross-hair-mode="x" class="_TI_ x-scope ti-widget-linegraph-0" title></ti-widget-linegraph>
<ti-widget-slider value="14" min-value="1" max-value="40" increment="1" labels="1,10,20,30,40" font-size="small" font-style="normal" font-weight="normal" visible id="ti_widget_slider1" class="_TI_ x-scope ti-widget-slider-1 ti-widget-slider-0"></ti-widget-slider>
<ti-widget-label id="ti_widget_label2" label="Дискретность графика" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label16" label="Кан1" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label17" label="Кан2" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label18" label="Кан3" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label19" label="Кан4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-droplist labels="Reset|Vrect|Vcmd|Iin_switch|Iout_grid|DutyA|Vbus|VsinIn" selected-text="Reset" selected-value="100" selected-index="0" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" text-align="left" visible id="ti_widget_droplist" values="100|1|2|3|4|5|6|7" class="_TI_ x-scope ti-widget-droplist-0"></ti-widget-droplist>
<ti-widget-droplist labels="Reset|Vrect|Vcmd|Iin_switch|Iout_grid|DutyA|Vbus|VsinIn" selected-text="Reset" selected-value="100" selected-index="0" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" text-align="left" visible id="ti_widget_droplist1" values="100|1|2|3|4|5|6|7" class="_TI_ x-scope ti-widget-droplist-0"></ti-widget-droplist>
<ti-widget-droplist labels="Reset|Vrect|Vcmd|Iin_switch|Iout_grid|DutyA|Vbus|VsinIn" selected-text="Reset" selected-value="100" selected-index="0" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" text-align="left" visible id="ti_widget_droplist2" values="100|1|2|3|4|5|6|7" class="_TI_ x-scope ti-widget-droplist-0"></ti-widget-droplist>
<ti-widget-droplist labels="Reset|Vrect|Vcmd|Iin_switch|Iout_grid|DutyA|Vbus|VsinIn" selected-text="Reset" selected-value="100" selected-index="0" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" text-align="left" visible id="ti_widget_droplist3" values="100|1|2|3|4|5|6|7" class="_TI_ x-scope ti-widget-droplist-0"></ti-widget-droplist>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox" class="_TI_"></ti-widget-numberbox>
<ti-widget-label id="ti_widget_label24" label="VbusVcmd(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label25" label="Pgain_I(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label26" label="Igain_I(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label27" label="Dgain_I(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox1" class="_TI_"></ti-widget-numberbox>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox2" class="_TI_"></ti-widget-numberbox>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox3" class="_TI_"></ti-widget-numberbox>
<ti-widget-label id="ti_widget_label28" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label29" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label30" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label31" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label32" label=" Dmax_I(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox4" class="_TI_"></ti-widget-numberbox>
<ti-widget-label id="ti_widget_label33" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label34" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label35" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label36" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox5" class="_TI_"></ti-widget-numberbox>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox6" class="_TI_"></ti-widget-numberbox>
<ti-widget-numberbox value="0" min-value="0" max-value="1" decimal-places="4" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_numberbox7" class="_TI_"></ti-widget-numberbox>
<ti-widget-label id="ti_widget_label37" label="Dgain_V(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label38" label="Pgain_V(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
<ti-widget-label id="ti_widget_label39" label="Igain_V(0-1)" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>
</ti-widget-tab>
</ti-widget-tabcontainer>

<ti-widget-led id="ti_widget_led" on glow color="#ff0000" class="_TI_"></ti-widget-led>

<ti-widget-label id="ti_widget_label" label="Если программа не соединяет с выбранным портом отсоедините и подсоедините USB разьем." text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible wrap class="_TI_"></ti-widget-label>

<ti-widget-gauge value="0" min-value="0" max-value="100" decimal-places="1" gauge-thickness="40" value-font-size="xx-large" id="ti_widget_gauge" class="_TI_ x-scope ti-widget-gauge-0"></ti-widget-gauge>

<ti-widget-label id="ti_widget_label6" label="Выходное напряжение ~ AC В." text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-toggle-button text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible id="ti_widget_toggle_button" class="_TI_"></ti-widget-toggle-button>

<ti-widget-label id="ti_widget_label3" label="Включить KKM" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label7" label="PFC" text-align="left" font-size="inherit" font-style="normal" font-weight="bold" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label8" label="Vbus" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label9" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label10" label="Vrms" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label11" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label12" label="Frequency" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label13" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label14" label="VrectMax" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label15" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-transport-usb id="my_transport" hidden usb class="_TI_">
<ti-model-streaming id="my_usb_uart" hidden protocol="custom" class="_TI_"></ti-model-streaming>
</ti-transport-usb>

<ti-widget-label id="ti_widget_label20" label="Irms" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label21" label="Prms" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label22" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label23" label="0" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-led id="ti_widget_led1" on glow color="#ff0000" class="_TI_"></ti-widget-led>

<ti-widget-led id="ti_widget_led2" on glow color="#ff0000" class="_TI_"></ti-widget-led>

<ti-widget-label id="ti_widget_label42" label="ШИМ" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

<ti-widget-label id="ti_widget_label43" label="выключен" text-align="left" font-size="inherit" font-style="normal" font-weight="normal" text-decoration="none" visible class="_TI_"></ti-widget-label>

</template>
<script>
Polymer({
is: 'my-element',
});

</script>
</dom-module>

  • Michael Koval27 said:
    Hello! When I try to edit ( move, change size) the element (ti_widget) in GUI COMPOSER V2   it does not changes the properties in style of this element, but simply duplicate or add even more recordes with identical id.

    Michael,

    I am not able to reproduce this. When I edit an element/change size of a widget, the properties of the existing element are changed in the index.gui file. I don't see a duplicate entry being created.

    Is the project you are working on one that was created with GCv2? Do you see this with all projects or just specific ones? Could you export and share your GC project with us?

  • Michael,
    I do see the issue when I use your index.gui file. But I don't know why the styles are duplicated in the first place. Perhaps there is an error before hand that triggered the duplication of the style tags. You can manually remove all the ti_widget_led(xyz) style from the html. After deleting all the style for ti_widget_led with your index.gui and deleting the ti_widget_led will remove the style from the index.gui file.

    Also, it is possible to change the style (size & position) of the ti-widget. You will need to set the position style to absolute before setting the position of the widget.