How to add icons in a form dynamically?

Login to reply to this topic.
Mon, 2005-09-19 03:45
Joined: 2005-07-21
Forum posts: 8
Hi,

I've created a form with several edwin control to display several items, now want to add different icons to each item according to its value at run time. But I can't find a solution yet, SDK seems do not provide API for doing this,

Anyone can help?

Thanks,

Mon, 2005-09-19 09:28
Joined: 2004-06-06
Forum posts: 205
Re: How to add icons in a form dynamically?
look for CEikCaptionedControl. Maby SetBitmapFromFileLwill help.

Best regards,
Michal Laskowski

Mon, 2005-09-19 14:41
Joined: 2005-07-21
Forum posts: 8
Re: How to add icons in a form dynamically?
Quote from: joker_pl
look for CEikCaptionedControl. Maby SetBitmapFromFileLwill help.

I've read CEikCaptionedControl document carefully, but cannot find SetBitmapFromFileL, any more hints?
Fri, 2005-09-23 09:06
Joined: 2004-06-06
Forum posts: 205
Re: How to add icons in a form dynamically?
you was lookin in documentation but not in header file. documentation is not complete.

Best regards,
Michal Laskowski

  • Login to reply to this topic.