Thanks ~Amitabh
The thing is I'm using LWUIT and it handles sizeChanged() events to switch orientation and it seems I can't prevent it from doing so (unless we change LWUIT's source code which we...
Type: Posts; User: mariozorz; Keyword(s):
Thanks ~Amitabh
The thing is I'm using LWUIT and it handles sizeChanged() events to switch orientation and it seems I can't prevent it from doing so (unless we change LWUIT's source code which we...
Hi all,
I'm working on a project that needs the orientation to stay in
"portrait" mode but let the user move the phone to the "landscape" position
only when text input is needed.
So, the idea...
Very same thing happened to me. Same environment description as Franito1's
Aha!.
Ok, found a solution to this. As a matter of fact, I was performing lengthy operations in the pointerReleased method call. Only that I never thought this could be such a problem for the...
Hi all
I'm having an issue with the N8 on a J2me app implementing the Canvas class: it seems that, when I touch the screen rapidly, the pointerPressed and pointerReleased J2ME event methods never...
Great, thanks for pointing that out. Fixed now.
Hi strstanic
I've checked the diff https://projects.forum.nokia.com/wrtgoogleanalytics/changeset/7/GoogleAnalyticsLibrary/GoogleAnalytics.js to see if I took code out by mistake but as you can see...
Thanks Wenz! :)
Actually jappit & co did the hard part, I only built some more stuff on the previous work they've done.
Let us know how it goes in your projects
Regards
Mario
Great Jappit,
Contributions are committed to the SVN repo and wiki has been edited accordingly at https://projects.forum.nokia.com/wrtgoogleanalytics
Enjoy :)
Cheers
Mario
Hi all
I needed to track pageviews rather than events, so I took Jappit's library and enhanced it.
So now the library supports pageview tracking as well!.
Jappit, I would like to contribute...
Hi naroyce,
I have recently learnt from that sometimes the widget application icon might appear in the Internet folder in the phone.
Just go to Applications->Internet (where the web browser is),...
Ilkka this is so cool!
I have just tried it on the google maps sample and it works like a charm :)
Tested on a X6 device.
Thanks!
Mario
Hi Krishna
Can you show some code snippets? An example widget project would be great, so we can reproduce the same behavior you have identified, and see if we can help.
Regards
Mario
Hi Uptian
Does this answer apply only for the Apps On Maps categories?
What about Emerging Markets, should developers entering such category expect a "you're in" / "you're out" email soon?
...
Hi!
I think I found a workaround to get your System.err and System.out viewable!
Problem:
Apparently the System.out pane in the Diagnostics window does NOT work in the S60 3rd Edition SDK for...
Yes this is frustrating. In my case, instead of using System.err or System.out I'm logging to a midlet form as there doesn't seem to be anything near to a solution available.
Cheers,
Mario
ok I really could not make it work as expected. The only way I could make it "work for me" is to add a 16 byte block (case the block is 128 bits) at the beginning of the chunk that is to be...
Hi Josual,
I'm observing the same problems with my project. I actually was searching the net for some solution and came across this thread you started. I also have a J2ME app and C# serverside and...
Hi everyone
I have the exact same problem and it really seems it's due to a large chunk of bytes being sent by the client on one of the HTTP headers.
I'll try to handle it by chopping down the...
Sorry for the delay; I'm not sure how can I upload the screenshot?
Anyway, it's quite easy to configure the emulator networking options:
In the context menu of the emulator window, click Tools,...
hi yappy!
You might get some help from this thread:
http://discussion.forum.nokia.com/forum//showthread.php?t=73191
Regards,
Mario
Ok guys!
Now it worked! But only when doing the following:
1) Don't attempt to make WTK launck the emultaor. Launch it yourself from Start->Programs-> etc
2) I actually NEEDED the local python...
When setting an HTTP proxy on the emulator's preferences, I can see there's some attempt to generate connections to it using Ethereal.
I can see the connections come from my local IP address which...
Hi everyone,
I have this application which connects to a server on the internet thru HTTP. I use HttpConnection class to do so, but it does not do anything when I open the connection to the server...