Hi Hassan,
I know you posted your post months ago but I am facing the same problem. Have you found a solution for the content to display properly after scrolling?
Thanks!
Sihem
Type: Posts; User: princesse_sahara; Keyword(s):
Hi Hassan,
I know you posted your post months ago but I am facing the same problem. Have you found a solution for the content to display properly after scrolling?
Thanks!
Sihem
Hi Paul,
I also managed to list the mailboxes names and UIDs, but now I would like to open the message editor using a mailbox the user chooses from a listbox. Listbox also was no problem.
BUT I...
Hi everyone,
On the project I am working on, we have a button that directly opens the UI view of a new email when the user wants to write a new email. Until now, when more than 1 mailbox exist,...
To Itomuta,
Thanks for the odd :P I am implementing a 'web search' app, where you list the history urls that have been visited and can search for the one you want, a bit like the Nokia search but...
Thanks Paul for the reply but I am not sure I understand.
I was wondering if we can make a difference between a 'spontaneous' http request, let's say the user enters a URL or browses the bookmarks...
Impossible?
That is a shame. All I am trying to do is get the web history for a SDK 5 device without having to implement my own browser but:
- the Adaptive History List plugin doesn't work at...
Hello all!
I am using the HTTP filter to get the URLs a user wants to browse.
And an issue with the HTTP filter is that it detects ALL the request not only the ones entered by the user. Is...
IPC? I will have a look thank you!
And an issue with the HTTP filter is that it detects all the request not only the ones entered by the user. Is there a way to differentiate an URL entered by a...
You mean the HTTP filter writes in a file and my application reads it?
This is what I am doing, and my application is using RFs::NotifyChange on that file to get notified when it has been changed....
Hi all,
I have a HTTP filter plugin (http://wiki.forum.nokia.com/index.php/Writing_an_HTTP_filter_plugin) from which I am getting the URLs the user is browsing.
Now I need to get those URLs from...
Found it, thanks :)
Noone??
Does anyone know what is the index.dat file format and specs under symbian OS?
Hi all,
I would like to parse index.dat file (c:\system\cache\index.dat) to get the links a user has visited and display them in my own list. Some of you might mention Adaptive History List and I...
Hi Itomuta,
Thanks for trying! What parameter did you put for aDatabaseName? And yes I could create my own history I guess, but it would be more proper to get it from where it is stored on the...
Ok I will, but how can you know this API isn't open? And so does this mean the methods will just return dummy values?
I am desperate that is why I tried the plugin for SDK 3 FP 1 on FP 2 :)
I am developping for SDK 3 FP 2 and I need to know who knows how to use this API that is in the extension plugin for SDK 3...
Hi again skumar_rao,
I can get it for SDK 3 FP 1 but it wouldn't work for SDK 3 FP 2. Now there is one that works (compiles) for SDK 3 FP 2 but there is no example code or documentation that...
Noone tried to use ahle2client.lib and MAHLEGenericAPI* NewAHLEClientL(const TDesC& aDatabaseName)????
Anyone from Nokia to the rescue? The documentation says nothing
In Feature Pack 2, the extension plugin doesn't contain the CAHLE class unfortunately
Hi all,
I am trying to use the Adaptive History List plugin added for SDK 3.2 but I don't know the parameter to use for: MAHLEGenericAPI* NewAHLEClientL(const TDesC& aDatabaseName).
What is...
Hi there,
I am trying to do exactly the same thing! Have you been able to find what is the database name? I noticed a RecentUrlStore.db file in the private folder, and trying some different...
Well thanks! :)
Skumar-rao, to answer you ASAIK I can't use any ODD with Carbide Express so I am waiting for a licence to Carvide Dev!
I am using the central repository and the MLogViewChangeObserver m class. Any clue? :)
Is there a way to see what is hanging in my app? What request is on hold? What is happening with the active scheduler? What is happening with the window server? Is there the equivqlent of the...
Can't anyone help?