Message 1 of 12
Ribbon customization: Information cells do not refresh automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, I would like to have your opinion to solve the problem that I will describe below.
I have customized the ribbon with information cells (Spindle speed, feed, statistics, etc.), the problem is that in old projects everything works perfectly, creating a project from scratch, these information cells do not update with the values present in the different tool paths.
Instead, using the 4 predefined information cells of the status bar everything is ok even if the code is the same.
Eg:
<entry type="uiTEXTLABEL">
<resource key="uiLABELSTRING" value="Giri"/>
<resource key="uiDYNAMICHELP" value="Numero di giri mandrino"/>
<resource key="uiEXPRESSION" value="'Giri '+INT(SpindleSpeed.Value)"/>
<resource key="uiEDITTYPE" value="ExpressionField"/>
</entry>
I can't explain this PowerMill behavior.
Antonio A.