It is very difficult to get your exact problem. (Try to mention exact problem)
I hope your application is not launching on target. (Even I faced the same problem). For time being instead of jpg try...
Type: Posts; User: indvin; Keyword(s):
It is very difficult to get your exact problem. (Try to mention exact problem)
I hope your application is not launching on target. (Even I faced the same problem). For time being instead of jpg try...
implement event(QEvent *e) function in your app or install a event filter and implement eventFilter(QObject *object, QEvent *e) function you can recive LSK as Qt::Key_Tab event.
Qt::Key_Tab...
Hi,
My S60/Qt app working properly but it is not exiting (always running in background) to stop this I need to reboot my h/w.
I tried flowing API to exit app
QApplication::quit (),...
download prnsock.lib & prnsock.dll to \Epoc32\Release\wins\udeb
and include these lines in mmp file
#if defined(WINS)
LIBRARY prnesock.lib
#else
LIBRARY esock.lib
#endif
I am connection to a remote server using Sockets this working fine for WWW IAP
When I try to connect server using MMS IAP it reporting time out error.
After some r&d I found that My MMS iap has...
Because of proxy servers my application not working for MMS and GPRS IAPs
I changed my code from Socket to RHTTP.
After opening Session I installed proxy filter
iSession.OpenL();
...
I am using HUTCH india connection
HUTCH_MMS iap
Phone ip address : automatic
Name server: automatic
Proxy server address : 10.10.1.100
Proxy port number :9401
HUTCH_www
My application fetches webpage form a remote server.
I am using RSocketServ & RScocket and KProtocolInetUdp
RHostResolver to connect server.
iSocket.Open(iSocketServer,
...
only way is to breake ur text into two parts and change ur font.
Check EAXP open source xml parser.
it very simple and easy to understand.
If u want a complete parser to support namesapaces etc go through EXPAT open source parser.
I come to know that all XML 1.0 compliant parser can parse XHTML documents.
hi all,
Can I use xml parser for my xhtml pages.
Is there any open source c++ xhml parser.
I am unable to delete this post sorry for that.
hi
I am using SDK2.0 fp2.
I am Trying to play a mp3 file from my server using CMdaAuioPlayer OpenUrlL. The callback funcion reaturning Error -5 (Operatin not supported) for all http:// urls.
If...
I am unable to delete this post soryy for that.