Hi kishore84,
Thanks for your reply.
Problem is probably solved (fingers crossed...). When I run the HTTP code inside a simple test program crash never seems to happen.
However, my program...
Type: Posts; User: nadav70; Keyword(s):
Hi kishore84,
Thanks for your reply.
Problem is probably solved (fingers crossed...). When I run the HTTP code inside a simple test program crash never seems to happen.
However, my program...
Hi,
Quite often (but not always) my code gets crashed on RHTTPSession::Close().
This happens when I use HTTP POST, which gets an HTTP failure code 500 (it doesn't happen when a good, code 200...
Well,
It turns out the required method is actually:
AknLayoutUtils::LayoutMirrored()
AknTextUtils::CurrentScriptDirectionality() gives the directionality of the current input language (in...
In that case I will download SDK help of another version.
Thanks a lot for both tips.
Thanks, Priju Jacob Paul, but what I meant to ask is - where did wizard_hu_ mean I should search for unknown stuff next time. Once I have the lead (AknTextUtils::CurrentScriptDirectionality()) I can...
Hi wizard_hu_
I've searched the Wiki and the forums for right and left, scroll bars, languages, etc., and found nothing. Not sure what you mean by the SDK Help: Following your tip I've launched...
Hi,
Short story
I need to know how to find out if the phone's selected language (the global one) is written left-to-right or right-to-left.
Longer story, for those interested
My application...
Hi,
I've found the solution to this old thread, so here it is:
Transparency is achieved by actively drawing the background and then using null brush when drawing other items.
Apparently,...
Yes, I did. It didn't help. Also tried to call the container's DrawDeferred, and it didn't help either. Very strange. It is clearly a problem of redrawing, because when I send the application to the...
It works perfectly in 3rd Ed FP1 (N95), but with 3rd Ed (E65) only the KBrowserAccessPointSelectionMode seem to have an effect.
In 3rd Ed it is possible to set and get KBrowserDefaultAccessPoint,...
Thanks a lot :). That's a huge leap forward for me. Just to note for other readers of this post: The class to use is CRepository.
Thanks again,
Nadav
Already tried this. It is done by the auto-generated code created by Carbide UI Designer.
Hi,
I have a problem, which I have solved, but I don't like the solution.
I'm using CEikRichTextEditor to present a long text, and use scroll bars. Problem is that the control appears empty,...
Hi,
I wonder if there's a way to change the browser's default access point progrematically.
Note that I'm not looking for a way to launch a browser instance using a specific access point nor to...
Well, there must be a way to make it work, because I've seen some posts by people who have actually used it (though I don't remember where...).
Anyway, I think I'm going to give up on this, and...
Hi,
Short story
I need to know which library to link, in order to use the select() function.
Long story, for those interested
Since I've failed to implement timeout using Nokia's Web...
Guys, anyone knows the answer? There must be one, because this is so basic. Surely Nokia wouldn't have published a communication package that cannot handle timeout, right?
Hi,
I have used the wsdl2cpp tool to create a Web Service class.
I'm calling the generated class's asynchronous method. It works fine when server replies and when server refuses connection.
...
Yes, this is what I've suspected. I do think the design should have prevented this by making the destructor protected and supply a public Release method, which performs a delayed deletion.
Thanks,...
Hi,
I've used wsdl2cpp to create a web service.
I'm using the async method of the generated service object to start it up.
Then, when the observer's callback is called with the response, I...
Ok, got the solution :). Since other people might benefit from it, there it is:
It turns out this error code (-23654) is generated in case SOAP request mal-formatted.
Specifically in my case,...
Hi,
I'm failing with using the Web Services framework:
I've used wsdl2cpp to create the required classes.
In my code I call NewL on my service class.
The consumer class's SetStatus method is...
Ok, the reason was I've used the NewL that takes const TDesC8&. This did not work. I now use the NewL that takes MSenServiceDescription, and it seems to work.
Thanks,
Nadav
Hi,
I'm trying to use the Web Services package, and fail.
I've used the wsdl2cpp tool, got all the classes generated, and integrated them into a project.
I start my service class (calling...
Ok, thanks a lot for your effort :).
Nadav