1 more good example is on wiki already. which seems like search the whole drive is here .
http://www.developer.nokia.com/Community/Wiki/List_Files_and_Directories
Have a look. It uses a class...
Type: Posts; User: dinesh547; Keyword(s):
1 more good example is on wiki already. which seems like search the whole drive is here .
http://www.developer.nokia.com/Community/Wiki/List_Files_and_Directories
Have a look. It uses a class...
debug it & see yourself what you are doing wrong. Try seeing what you are getting in (*File_list)[i].iName * by copying it in a buffer u will probably see what u r doing wrong..
Wizard hu already...
Wizard is saying Correct. Remember that every time you go inside a directory don't forget to append the parent directory path. and while coming out of the directory consider removing the directory...
if you have debugged your code you will probably know the reason y you are not getting the list of files inside the folder.
I just checked your code & found that while calling the function...
have u tried this
you have got an array of all the files(hope it is storing the complete path of the file). for each file try reading there metadata first. Store all the metadata info in a structure or a class. and...
try this for reading the directory contents
Not seeing any function in MGFetch to sort the list based on a creteria. Look at this to get the metadata info of a file & try shorting using a shorting algorithm..
i am not able to read the info of the file...
What this statement means? what info you need from the file?
itemList->InsertL(0, your-data); where 0 is the index of the first element where you want to insert you data.
The array will re-sized to reflect the new count of array.
For more info please...
look at this may be u get something..
http://www.developer.nokia.com/Community/Discussion/showthread.php?79764-Full-duplex-Bluetooth
thnxs wizrd for clearing my doubts :). I think someone who has tried this should add a example to wiki for others like me to see.It will be really helpful as many of us face the same kind of issue...
sorry mistake.
But I faced this issue 3 years back when we have to specify the capabilities at the time of creation of symbian certificate itself.
at that time if the inner sis file has greator...
yes u can freely create your own browser if u want. but u can't disable the native browser in s60 3rd edition & 5th edition.
AS per your question you want to restrict some website from browser. I...
& capabilities specified in the outer sis file should be same or greater than inner sis file.
us said that u are sending using socket engine. Socket engine is using TDesC8 as parameter. I suspect that u are reading the text on other side as Directly TDesC8. To read the text correctly u have...
the possible reasons for text displayed as ???? are
1:- Device doesn't support the specified language.
2:- Application which is reading the text doesn't supports thai.
3:- the device who sent...
Never faced such an issue. but can u change the notification u are getting from the app into completed or user exit. it will be more easier for u if u get such kind of notification.
I am not sure wizard. But alpha Chanel specifies the transparency of whole image in graphics & not part of the image. As per i knw either we have to use an Svg image(from png file) or use a mask. to...
have a look on this. Hope this will help.
http://www.developer.nokia.com/Community/Wiki/CS001144_-_Handling_pointer_events
please note that this example will not work on 3rd edition non fp devices & will crash. If you are building for 3rd edition try avoding skin in them.
most of the time the RTSP streaming doesn't works on emulator(at least in my case it never works). but if RTSP is installed on ur same PC as ur emulator you can try using rtsp://127.0.0.1/urfile.3gp....
hi yucca,
Is there any way i can align the typing curosr of the CAknSearchField programmaticaly.
I tried ths thing
CAknSearchField iFindBox;
CEikedwin* iedwin = iFindBox->Editor();...
http://www.developer.nokia.com/Community/Wiki/Capturing_keys_in_background look at this. & for starting an app use sometyhing like this
TApaTaskList taskList(CCoeEnv::Static()->WsSession());...
where i can make a bug report & how i get a soluton for this. ?