problem with setimagelist method in VFP |
Post Reply |
Author | |
sporsoft
Newbie Joined: 28 October 2004 Location: Hungary Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 06 August 2005 at 4:08am |
If I using taskpanel Setimagelist method under Visual Foxpro then I get this error message: "runtime error R6025 - pure virtual function call. The situation is same if I using Codejock Imagemanager control. Can somebody help me how I can use imagelist ? |
|
POCOK
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
1. Call CommandBars.Options.UseSharedImageList = False; 2. Call CommandBars.Icons.AddBitmap/LoadBitmap. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
sporsoft
Newbie Joined: 28 October 2004 Location: Hungary Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Your suggestion is OK for Commandbar object but not for the TaskPanel control. My question was about the TaskPanel. Do you have any idea about it ?
|
|
POCOK
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Use Icons property too: TaskPanel.Icons.AddBitmap/LoadBitmap.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
vicos
Groupie Joined: 23 November 2009 Location: Romania Status: Offline Points: 14 |
Post Options
Thanks(0)
|
TaslPanel.Icons.LoadBitmap('D:\Folder' + "iconverde.bmp" , 2, xtpImageNormal) Local Array laIcons[6] |
|
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 |