Print Page | Close Window

Markup not working after move

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=15640
Printed Date: 18 October 2024 at 1:00am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Markup not working after move
Posted By: AndyWilton
Subject: Markup not working after move
Date 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



Replies:
Posted By: Oleg
Date Posted: 18 November 2009 at 7:49am
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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net