Discussion Board
-
display specific picture in PhotoAlbum
2004-01-26, 15:39
#1
Super Contributor
I'm using this code in my application:
const TUid KPhotoAlbumUid = { 0x101F4CD1 };
ActivateViewL(TVwsViewId(KPhotoAlbumUid, TUid::Uid(1)));
is there any way how to suply a filename and display the picture directly? Or at least give a focus to some specific picture?
something like:
const TUid KPhotoAlbumUid = { 0x101F4CD1 };
ActivateViewL(TVwsViewId(KPhotoAlbumUid, TUid::Uid(1)), KCustomMessageUid, customMessage);
thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules