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.

GUI Composer Feedback, Questions

GUI Composer is actually working pretty good with the C55x targets. For simple control/status UIs, it can actually replace legacy RTDX, but not when a lot and fast data streaming is required.

Questions:

TextBox - can I modify the display format when updating this widget via a dijit.byId call as, for instance, in

 dijit.byId('widget_RxAGC').set('Value', 20*Math.log(newValue/64)/Math.LN10);

this function indends to display a linear Q6 value read from target as a logarithmic float number in dB. But I'd like to limit the TextBox widget for displaying only one digit after the decimal point. Can this be done from within the javascript PropertyChanged function? I could use Math.round but that one rounds to an integer only.

ScatterPlot - can I reduce its dot size? It's too big when displaying lots of points in a constellation diagram of small width and height.

Many thanks,

Roland