Markup not working after move |
Post Reply |
Author | |
AndyWilton
Groupie Joined: 03 June 2008 Status: Offline Points: 82 |
Post Options
Thanks(0)
Posted: 16 November 2009 at 5:50pm |
Hi All, I have some Markup text as a caption of an item and all works well, BUT, if I move the item around the control, the Markup seems to get disabled and the full text (eg, Textblock....) is displayed. Other items that contain Markup still continue to display correctly until they are moved, then, they suffer the same problem. Any ideas why it would change after being moved. Regards, Andy |
|
Product: Xtreme SuitePro (ActiveX) v11.2.1 -> v15.2.1
Platform: Windows XP / Vista / Win 7 Language: Clarion 5.5 -> C8.x ====================================== Andy Wilton |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Thanks a lot, agree this problem.
Please add scu code as temporary workaround:
Private Sub wndToolBox_ItemDrop(ByVal Item As XtremeTaskPanel.ITaskPanelGroupItem) Dim s As String s = Item.Caption Item.Caption = "" Item.Caption = s End Sub |
|
Oleg, 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 |