Print Page | Close Window

locked taskpanel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=3329
Printed Date: 17 November 2024 at 11:27am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: locked taskpanel
Posted By: jiri
Subject: locked taskpanel
Date Posted: 02 December 2005 at 3:12am

I have locked taskpanel items (groups & items). 

code sample:

   Dim gx As TaskPanelGroup
   Dim tx As TaskPanelGroupItem
  
   Set gx = TaskPanel1.Groups.Add(0, "History")
   gx.Special = True
   gx.Items.Add ID_SEASONHISTORY,"ABC", xtpTaskItemTypeLink, 1
   TaskPanel1.SetImageList Me.ImageList2

How can I unlock them?

Thanks for answer

Jiri

 




Replies:
Posted By: Oleg
Date Posted: 02 December 2005 at 10:40am

Hi,

How do you lock it?

What "locked" mean?



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


Posted By: jiri
Date Posted: 02 December 2005 at 3:21pm

Hi Oleg,

I can see groups and items on taskpanel, but i is unpossible to close or open groups and click to items.

In another project the same code works correct.

Jiri

 



Posted By: Oleg
Date Posted: 03 December 2005 at 4:23am

Hi,

May be you accidentally changed Enabled property of TaskPanel....

Check in Property Browser that Enabled = True.



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


Posted By: jiri
Date Posted: 03 December 2005 at 8:10am

Hi,

Property Enable=true. See att.

http://forum.codejock.com/uploads/jiri/2005-12-03_080943_panel.zip - 2005-12-03_080943_panel.zip

Thanks for your help.

Jiri



Posted By: jiri
Date Posted: 03 December 2005 at 9:12am

Hi Oleg,

I send You complete example. You can test behaviour of taskpanel.

Problem is with taskpanel, that is on form called from ActiveX control

http://forum.codejock.com/uploads/jiri/2005-12-03_091050_test.zip - 2005-12-03_091050_test.zip

Jiri



Posted By: Oleg
Date Posted: 03 December 2005 at 2:11pm

Cause not in TaskPanel...

Modal Form must have parent another form, replace

Private Sub Command1_Click()
   Form1.Show vbModal, UserControl.Parent
End Sub

 



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


Posted By: jiri
Date Posted: 04 December 2005 at 3:39am

Hi Oleg,

Form1.Show vbModal, UserControl.Parent works correct in our application!

Thanks for Your help!  

Jiri

 

 




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