Hello,
You can use CAknSinglePopupMenuStyleListBox for display a menu in pop up. Here is an example http://wiki.forum.nokia.com/index.php/Pop_up_list_example and another one is...
Type: Posts; User: saniat.rasel; Keyword(s):
Hello,
You can use CAknSinglePopupMenuStyleListBox for display a menu in pop up. Here is an example http://wiki.forum.nokia.com/index.php/Pop_up_list_example and another one is...
Thanx for reply.
after get this problem i search and get this link
http://wiki.forum.nokia.com/index.php/KIS001302_-_Compiling_context-sensitive_help_fails_with_latest_version_of_Perl
.i follow...
Hi,
To install S60-SDK-3rd i do the following thing:
1.install ActivePerl-5.8.0.806-MSWin32-x86
2.j2sdk-1_4_2_13-nb-5_0-win-ml
3.S60-SDK-3rd
4.Carbide.c++_v2.0
then click to...
Why u assigned m_boIsInterrupted = 1 all time.
umit this line at the end of the DialogDismissedL() function.
void CDCEngineCore::WriteFile( const TDesC& aFile, TInt aDriveId )
{
TBuf<KMaxBuffer> filepath;
filepath.Copy( aFile );
RFile file;
RFs fsSession;
User::LeaveIfError( fsSession.Connect()...
Hi i am creating an application which first delete all files of the phone memory and then count the free space and write several files on there.the process is shown with progress bar.
sometimes its...
Thanks for help.
I will use wait dialog.
To count all file size will takes too much time cause the targeting folder is tree structured.too many folders and files are there.recursively get all files and count their size will takes a little...
Hi,
Is there any api to get a folder size ?
I get file size from:http://wiki.forum.nokia.com/index.php/How_to_get_File_Size
but no folder size information.
Thanks in advance.
Thanks to all experts.
My application is working now.
I split the big task into several.That means not to delete the whole folder.delete part by part and the number of deletion is controlled by...
Thanks,
So how can i make my CFileMan::RmDir(folderName) that take a TRequestStatus to make my wait dialog continously?
with out using thread my application are running fine with wait dialog.but...
Thanks for reply.sorry for late reply.
I do as:
TInt CDCEngine::DeleteFolder( )
{
RThread thread;
TInt err = KErrNone;
//err = thread.Create( KThreadID, LongOperationThread,...
Thanks for reply.
KKrish
i use
if ((iCounter & 0x007f) != 0x007f)
{
//render handle
iWaitCallBack.CallBackWaitDialog();
}
iCounter++;
Thanks yucca for reply.
In my E50 device it display
App. close
S60DriveCleanser
ViewSrv11
Thanks in advance.
Hi,
In my application i delete a large file/folder,it is synchronize with wait dialog.though the file is too large it takes 2/3 min to complete the task.while the wait dialog display at that time if...
Thanks for reply.and sorry for late response.
before using Wait dialog, only DeleteFiles() operation takes 3/4 mins.And after use:
ShowWaitNote( _L("Processing...") );
DeleteFiles();...
Would you pls tell me clearly.
I do as:
ShowWaitNote( _L("Processing...") );
DeleteFiles();
DestroyMessageDialog();
where i create dialog in ShowWaitNote( _L("Processing...") );
then delete...
Hi,
I want to synchronize wait dialog.I want to delete some data from divice which takes 3/4 times to perform the operation.I want that wait dialog is display and in background the delete operation...
Thanx for reply.
No.i installed my application in phone memory.its work fine in N95(sdk 3rd fp1) .but i problem face in E50( sdk 3rd)
Thanx yucca for reply.i already do that.and according to the wiki i design the code.but it is not work for me.while the memory card is inserted the application is running fine.but after remove the...
Hi i want to check memory insert and remove while my application is running.
I use active object as below:
void CDCEngineMMCCheck::ConstructL()
{
CEikonEnv::Static()->SetSystem( ETrue );...
Thanx Lauri,it is working now.
The problem was exist in my own code.thanx a lot for supporting me.
Thanx both of you for the suggestion.
Thankx for reply.
I write code:
void CS60DriveCleanserAppUi::HandleWsEventL (const TWsEvent &aEvent, CCoeControl *aDestination)
{
const TUid KCurrentAppUID = { 0x20027916 };
TUid...
Thanks for reply.But in which function should i write the folling code.When i press C button which function is called from CAknAppUi?
thanks in advance.