Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 15:41:06 +0000



Post From: TOOL_TEXT - Potential Bug

[2014-01-21 05:59:24]
ejtrader - Posts: 688
SC Team - There seems to be a potential bug with TOOL_TEXT. if DT_RIGHT is used it's aligning to LEFT and when DT_LEFT is used - it's aligning to RIGHT. Would you please review? Noticed this with SC Version - 1077.


Tool.BeginDateTime = -1;
Tool.TextAlignment = DT_RIGHT | DT_VCENTER; // This is marking the text to left
Tool.TextAlignment = DT_LEFT | DT_VCENTER; // This is marking the text to Right

In case if you are going to review this area - Would you please see if you can replicate following sub-graph feature to TOOL_TEXT as well - if it is reasonably easy to implement from technical stand point of view. If not - It's understandable that you are busy.

Thanks

sg1.LineLabel = LL_DISPLAY_VALUE | LL_VALUE_ALIGN_VALUES_SCALE | LL_VALUE_ALIGN_CENTER | LL_DISPLAY_NAME | LL_NAME_ALIGN_CENTER | LL_NAME_ALIGN_FAR_RIGHT;

Date Time Of Last Edit: 2014-01-21 08:12:37