can you try this sample code
TBool CMyApp::ReadFile(TFileName fullFilePath)
{
TBool result = EFalse;
RFs fs;
User::LeaveIfError(fs.Connect());
CleanupClosePushL(fs);
Type: Posts; User: quangndba; Keyword(s):
can you try this sample code
TBool CMyApp::ReadFile(TFileName fullFilePath)
{
TBool result = EFalse;
RFs fs;
User::LeaveIfError(fs.Connect());
CleanupClosePushL(fs);
yes, i have tried
// Open RHTTPSession with default protocol ("HTTP/TCP")
iSession.Close();
iSession.OpenL();
it run to dialog for select winsock i click OK then it crash app at line
...
hi Mahbub,
Does any one have the same my problem ? In the HTTPClientExample v2.1 for the firast time i post data to the server it run ok, if I do post again (the seconds time) then the sample app...
This will tel you how to Setup Qt Mobility API http://wiki.forum.nokia.com/index.php/Setting_up_environment_for_Qt_Mobility_API
Please follow this to install j2me plugin for your eclipse IDE
1. From the eclipse IDE go to Help->Install New Software...
2. Cick on Add... button to add the url for install plugin for J2ME
...
Hi,
I know that eclipse is great IDE but you have to find J2ME plugin for your eclipse IDE so for easy to instruction you i suggest you to download and install Netbeans then i will follow and help...
what is your panic error code ?
Hi priority,
Please follow this to setup and config for QT http://wiki.forum.nokia.com/index.php/Qt_Tutorial_Lesson_1:_Installation#Install_Open_C.2FC.2B.2B_Plugin_and_Qt_for_Symbian
That is J2ME client and java Servlet and it is not the same Symbian C++ client with java Servlet, right ?
Yes, we can http://wiki.forum.nokia.com/index.php/How_to_use_the_CAknWaitDialog
Yes, i did
TRAPD(error, iClientEngine->IssueHTTPPostL(httpPostUrl, httpEncode, httpPostData));
if (KErrNone != error)
iEikonEnv->AlertWin(KStringFailed);
But it exit app without any...
Please tell me more about your environtment that you are working on
- IDE you are using for develop
- the device that your app will be run on nokia, blackberry...
- model of your device...
-
Hi,
I think your question can is not easy and it hard to tell you everything here but i can give you some ideas as bellow.
1. Check out and learn how to use HTTPClient from...
Hi mailkamlesh,
you need to do save server response in implement function of HTTPClient because ClientEngine have call a callback function when receive response from the server
void...
Hi,
Can you use this to save data response from the server to file
#define KMyTestFileName _L("myTest.txt")
void CMyAppView::ClientBodyReceived(const TDesC8& aBodyData)
{
if...
Can you share me your code using Socket ?
Yes, please do it and let me know the result
Hi Komomo,
Please see this link for make connection in j2me http://www.java2s.com/Code/Java/J2ME/HttpConnection.htm
Hi Vicky,
For image button in Symbian 3rd SP1 you have to do all things :
1. You have to design two state of your button (focus and lost focus)
2. Put it in your mbm file and load it as resource...
Hi Symbianbird,
In the ClientEngine it have a function FindExistingConnection() so can you use the function to find a existing connection for use.
Regards,
QUANG NGUYEN
Hi Luki,
Please use this for get screen resolution
TRect aScreenRect;
AknLayoutUtils::LayoutMetricsRect(AknLayoutUtils::EApplicationWindow, aScreenRect);
TInt iScreenWidth =...
I am developing Symbian app on the Win7 so pls let me know if you have any help.
Does any one have the same my problem ? In the HTTPClientExample v2.1 for the firast time i post data to the server it run ok, if I do post again (the seconds time) then the sample app exit.
Hi all,
I have problem with the HTTP Client when i post data to the server, but the server down then my app exit. It work fine if the server is running. I dont know how to handle the code when the...
Hi symbianyucca,
Can you please close my question, i have just fixed the problem and my application work fine now.
Many thanks,
Quang Nguyen.