Print Page | Close Window

Add Dynamic Link Items

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=5720
Printed Date: 16 September 2024 at 2:52pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Add Dynamic Link Items
Posted By: aamirzia
Subject: Add Dynamic Link Items
Date Posted: 07 December 2006 at 11:59pm

Hi all,

i want to add dynamic link items in task panel i.e. it is unknown that how many link items i am going to add, is there any way to add them without first adding their references in Resources and String Tables or any other way to do so.



Replies:
Posted By: Oleg
Date Posted: 08 December 2006 at 12:46am
Why not:
 
pItem = pGroupSystem->AddLinkItem(0, 0);
pItem->SetCaption("Caption");


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: aamirzia
Date Posted: 08 December 2006 at 12:54am
Hi,
 
pItem = pGroupSystem->AddLinkItem(0, 0);
pItem->SetCaption("Caption");
 
The above code will add caption to the Group bar and not to the individual link items, i want to know that how can i set the caption of link items?
 



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