Hi,
Can anyone has working sample code to draw an icon on status pane.
Type: Posts; User: prathibha83; Keyword(s):
Hi,
Can anyone has working sample code to draw an icon on status pane.
Hi ,
I am developing a sample program in which i need to restrict the user from entering special chars in CAknTextQueryDialog . How can do that?
Thanks,
Prathibha.
Hi ,
Can I get sample program for Active objects and threads.
Thanks,
Prathibha
Hi,
I want to print content of a buffer which is of type HBufC*.
How can print that using RDebug::Printf.
Thanks ,
Prathibha.
Hi ,
I want to print some buffer using flogger .Following are the stmts i used .But not getting any prints.
RFileLogger iLog;
iLog.Connect();
...
So How can i see whether all .js files are getting executed while loading a webpage or not ?
Hi ,
How can I debug javascript code on S60 code.like how we debug for normal applications.
I need to track call stack and some of the variables in javascript code .
Can anyone help me in this...
ok..thanks
Hi,
I want to declare a TBuf with variable length
TBuf<length> buf; instead of TBuf<10> buf;
length is length of a string .
can anybody help me out in this
Thanks in advance,
yeah , Thank you :)
My statement is as follows
hbuf->Des()->Find(str);
but its giving an error : a pointer /array type was expected
Hi ,
I have a HBufC* which contains for ex "hi iam fine"
I want to find "hi" in that string and replace it with "HI"
How can I do that.
Please help me
Thanks in advance,
Prathibha.
I need that for special charecters also .....
Hi ,
Is there any API to get ASCII value of a letter. and how to use that API
Thanks in advance,
Prathibha.
Hi,
When Iam trying to open a .html file in emulator I am getting DL Heap 42 error.
Can you please help me out in finding the problem and solution .
Thanks,
Prathibha.
Hi ,
Can I have multiple widgets in single application?
Thanks in advance,
Prathibha
Hi,
I am developing a small application to illustrate signals and slots.
the application has one button and label.
If I click on button It should change the label's text.
And my application...
Ohh is it?
so we cannot add our own custom tags ???
ok..
I mean custom tag to parser engine
Hi ,
Can any tell the procedure to add new html tag to webkit..
Thanks in advance
Thank u very much:)
In my case I need to set proxy setting to display a page using internet.
I tried displaying local html file...I am able to see my page :)
I am using emulator not phone
same thing one white blank page is displayed .. :(
Thank u for the reply.
But iam unable to see the browser....
Hi ,
I am trying to open a webpage using QWebView.
I have webkit.
my code is as follows....
#include<QWebView>
int main(int argc, char *argv[])
{