Namespaces
Variants
Actions

Archived:Multiple files cannot be automatically created with New File Service API (Known Issue)

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

The New File Service API for S60 3rd Edition can be used for recording video, audio, and capturing images. This API is not part of the official S60 SDK but can be found in the Extensions plug-in package #1 for S60 3rd Edition SDK for Symbian OS, for C++, MR. Note that Nokia is not giving any binary compatibility promise for these APIs; neither between platform versions or within a platform version.

Article Metadata

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 1 (20 Aug 2007)
Last edited: hamishwillee (19 Jun 2012)

Description

The following New File Service Client (CNewFileServiceClient) functions take a Boolean value as the fourth parameter. This parameter is used to indicate that the handler application has the option to make multiple files with one request (for example, to capture multiple images):

virtual TBool NewFileL( CDesCArray& aFileNames, CAiwGenericParamList* aParams, TNewServiceFileType aFileType, TBool aMultipleFiles ) = 0;
virtual TBool NewFileL( TUid aApplicationUid, CDesCArray& aFileNames, CAiwGenericParamList* aParams, TNewServiceFileType aFileType, TBool aMultipleFiles ) = 0;

However, this functionality is currently not supported by any of the handler applications.

Solution

Call the NewFileL() function multiple times.

This page was last modified on 19 June 2012, at 10:55.
191 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved