Bug in PushButton Control |
Post Reply |
Author | |
rdefulio
Newbie Joined: 03 October 2014 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 12 October 2014 at 6:04pm |
Setting the MultiLine property to true while the PushButton control is not visible forces the control to become visible even though the control property visible is still set to false. When dynamically building a form with buttons on it, I had to work around the issue by moving the control off the form before setting the MultiLine property, and then move it back into view. In my case I layout the form dynamically and the buttons are invisible until the program needs that particular button to be available to the user. Before applying this workaround all my buttons were visible even though the visible property was still set to false, and the culprit was configuring the MultiLine property at runtime while the button was hidden.
The problem
The workaround
|
|
mcmastl
Admin Group Joined: 14 April 2015 Status: Offline Points: 79 |
Post Options
Thanks(0)
|
Hello and thank you for letting us know of this issue. We have brought this up to the development team and will be looking into it. If this issue has been resolved please let us know.
|
|
Luke McMasters, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |