Skip to main content
Inspiring
November 7, 2014
Answered

Scroll bar in CC 2014

  • November 7, 2014
  • 2 replies
  • 632 views

I am using StaticMultiLineTextWidget and ScrollBarWidget (vertical). I have associated the scroll bar widget with the multiline widget so that it works with it. I see that in CC 2014, the scroll bar appears with top and bottom arrows but the scroll bar thumb doesn't appear.

Note that the same works fine in CS6. Has there been any change in CC 2014?

This topic has been closed for replies.
Correct answer m_mfsi

I found this workaround to avoid this issue,

We need to set the text of the StaticMultiLineTextWidget programatically (i.e. get the ITextControlData of that widget and call SetString() method.). If the initial text is set in the .fr resource file then the scroll widget doesn't work.


This worked for me and I hope for others also. So I posted the workaround here just in case if someone else face the similar issue.

2 replies

m_mfsiAuthorCorrect answer
Inspiring
March 18, 2015

I found this workaround to avoid this issue,

We need to set the text of the StaticMultiLineTextWidget programatically (i.e. get the ITextControlData of that widget and call SetString() method.). If the initial text is set in the .fr resource file then the scroll widget doesn't work.


This worked for me and I hope for others also. So I posted the workaround here just in case if someone else face the similar issue.

m_mfsiAuthor
Inspiring
November 17, 2014

The above issue is observed in Dialog but not in other Panels of same project.

Please provide some idea/workaround to fix this.