No, but that certainly looks like C++ to me. Doesn't help much in a WRT environment.
I haven't found anything about the status panel in the Web developer library documentation...
Type: Posts; User: xbit-; Keyword(s):
No, but that certainly looks like C++ to me. Doesn't help much in a WRT environment.
I haven't found anything about the status panel in the Web developer library documentation...
I'm using key listeners (so I've widget.setNavigationEnabled(false);) this works ok most of the time, but sometimes the status bars pops up on top and bottom of the screen (mostly when using the...
That list is not up to date. Newer FP1 phones like E71 and E66 also supports widgets. S60.com has a better list and also includes non-nokia phones.
There's a known bug with the openUrl() function in the emulator. Have you tested on a real device? You could alternatively embed the page in an iframe.
As far as I know the Realplayer on the phones has no controls and no Javascript API, at least not documented anywhere, so you can't add custom controls either (like you can with ie. Quicktime on a...
Sure, no problem. Use the object tag:
<object type="video/3gp" class="player" autoplay="true" data="rtsp://server/file.3gp" width="200" height="140"/>
According to section 4.1 in the document "Getting started with Nokia Web Widget Development" the widget icon size should be 88x88 and PNG format:
My icon is a PNG and has the specified size...