Hi folks!
Hi have to open the PalmPhotoAlbum with a specified sub-album. Please have a look on the following code.
detailsSelectionParam.albumID = index; detailsSelectionParam.offset = 0;
detailsSelectionParam.selectionCount = 1;
detailsSelectionParam.filterCallback = NULL;
detailsSelectionParam.userDataP = NULL;
detailsSelectionParam.selectedImages.imageCount = 0;
detailsSelectionParam.selectedImages.imageH = NULL;
// select the correct images from <detailsSelectionParam.albumID> // Just for debugging ;) err = PalmPhotoSelectImages(lib, &detailsSelectionParam);
// opens the PalmPhotoAlbum-Dialog always with the "All Albums" preview
err = PalmPhotoSelectDlg(lib, &detailsSelectionParam, palmPhotoDlgSingleSelection, true);
What I want to do is to open the PalmPhotoAlbum and display all the images on the vfs card. But PalmPhotoAlbum will always open with the "All Albums"- Preview window.
How can I switch to an Album which is stored on my SD-Card?
Thanks, Peter
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
