You Are Here:

Community: Forum Nokia Developer Community

Register Today

Register with Forum Nokia now and you'll enjoy the full benefits of the Forum Nokia membership.

Register Login
Community Highlights

Wiki article of the week

Zoom and Rotate Gestures in FlashLite for touch-enabled devices

Champion of the month

Jackson Feijó Jackson Feijó
Read more about Jackson on the Champions website.


Forum Nokia Events

MobileMonday Italy: The User Applications
November 23, 2009
Rome

Nokia Developer Days in South Africa
December 01, 2009
Johannesburg, South Africa

Forum Nokia Developer Conference ’09, India
December 07, 2009
Bangalore, India

LeWeb
December 09, 2009
Paris

Web Runtime Coding With Aptana WRT Plug-in
December 09, 2009
9am New York | 2pm London | 4pm Helsinki


View all
Cafe People

RSS feed Latest from Blogs

Latest from the Forum Nokia Blogs

Starting with GuaranaUI WRT Framework

This posts describes how to start the development using  GuaranaUI  Framework. The developer can download two version of GuaranaUI. In the  full package , build process is necessary. This ant based build system is very flexible, the user can select one of 6 themes available for 2 diferent resolutions. One more easy way is to get the  builded version , prepared for 360x640... 19 November 2009, 10:45 pm allanbezerra

Guarana UI online Components Browser

Yesterday , the Guarana UI framework has been launched, with a complete set of ready-to-use components that will definitely be useful to all Web Runtime developers.   It's now available a Guarana UI online Components Browser , that allows developers to quickly preview and use all the Guarana UI Components . Soon it will feature tutorials and guidelines on... 19 November 2009, 6:35 pm jappit

Carbide 2.3 and QT tip

I have recently started investigating using QT since its the new Nokia hot topic! After installing carbide.c++ 2.3 beta I imported a QT project I had written for the desktop and got this error when opening anything to do with QT "org.eclipse.swt.SWTException: Class ID not found in registry" The trick to getting rid of this error message is to register the QT DLL's. Look... 19 November 2009, 4:04 am Paul.Todd

Nokia 5800 XpressMusic firmware 40.0.001 on its way?!

Nokia 5800 XpressMusic firmware 40.0.001 is almost here according to these pictures on Smartphone Area         Both pictures are from Smartphone Area   Alessandro 19 November 2009, 12:38 am biskero

Guarana UI: a jQuery-Based UI Library for Nokia WRT available

A Nokia WRT UI framework has been posted in Forum Nokia Wiki page. This will accelerate current WRT widget developers to create innovative applications. Up until now a version of WRTKit UI framework has been shipped with our WRT Plug-in tools for Aptana, Dreamweaver, and MS Visual Studio. Web developers have been asking for UI framework that is closer to what is used in the real world.... 18 November 2009, 11:58 pm wmseto

Why would you need PowerMgmt or TrustedUI capabilities?

I know two reasons: Because you did not want to check the set of capabilities your application actually needs you selected all 13 that you can get through Express Signed. AND you have a DLL which you load to a system process so your applications needs All-TCB (all except TCB capability). But which are the true reasons? Which are the APIs/features that you use and require... 18 November 2009, 4:22 pm Rippe

View all

RSS feed Latest from Discussion Boards

Latest from the Forum Nokia Discussion Boards

REDESIGN A SECURITU PRODUCT ON MOBILE

Hi, im vinay working for a company which develops security mechanism products for defence use. i want to redesign those products into mobile phone so please kindly send some useful links through which i can start. im new to this mobile technology please help me.. **** i need to capture image for processing please help me sir please.... 23 November 2009, 2:11 pm srinivasreddy501

Detecting mouse/finger movement in WRT on N97

I'm trying to build an app for the N97 using the wrt. I want to be able to detect swipe movements on the screen. I've tried using all the standard javascript events (mousedown, mousemove, mouseover, mouseout etc) but with very little success. mousemove seems to only fire once at the start of a movement and so is in effect the same as mouse down. mouseover only fires once unless the... 23 November 2009, 1:52 pm HeathenBob

Calendar will not stor my item!

Hi, this is my calendar engine Code: void CCalendar::ConstructL()         {         //Connect to a server         //This is only for testing purpose! Otherwise we         //have to create tis session object at application         //startup.    ... 23 November 2009, 1:52 pm FrankTheFox

Accuracy of N97 accelerometer

Hi everyone. I've been reading about the accuracy of the accelerometer and GPS in the N97 and to a lesser extent the N900 and wanted to know if anyone had any success getting accurate date from either? 23 November 2009, 1:45 pm iio

where to start...??

Hi my name is vinay, im working for a company which produces security mechanism devices using IP cameras. Ihave an IDEA of redesigning those products into mobile phone. im new to this mobile technology. I want to capture a image from mobile.so what should i need and how should i proceed further for this...?? ... 23 November 2009, 1:36 pm srinivasreddy501

Error within handle roResponse( OMA DRM v.2.0)

Hi! I have problem when I try to send RO to the Emulator. When I sending roResponse in Emulator's logs I can see what get REK and MAC is success. But nothing else... end of ROAP.log: 23/11/2009 1:25:39 Signature verification ok. 23/11/2009 1:25:39 CRoapEngBase::RunError: -20 23/11/2009 1:25:39 CRoapEngBase::RunL 23/11/2009 1:25:39 CRoapEngBase::CompleteL 23/11/2009... 23 November 2009, 1:35 pm c4_ookami

View all

RSS feed Latest from Wiki

Latest from the Forum Nokia Wiki

KIS001492 - Accessing the menu bar of dialog-based applications returns a null pointer

Knowledge Base Home ID KIS001492 Creation date November 23, 2009 Platform S60 3rd Edition (All Feature Packs) S60 5th Edition Devices All (S60) Category Symbian C++ Subcategory UI Keywords (APIs, classes, methods, functions) : MenuBar() Overview Accessing the menu bar of dialog-based... 23 November 2009, 12:14 pm Forum Nokia KB

Enhancing runtime error detection for PyS60 applications

Contents 1 Introduction 2 Proposed strategy 3 Enhancements 4 Conclusion Introduction During the development phase it is common to execute all PyS60 applications from the Python shell. The option Run script is responsible to select and launch your application. It is possible to use the console as well, on the phone or remote, via... 23 November 2009, 12:10 pm Jimgilmour1

Flash Lite API Bridge Interface

Contents 1 Purpose of this document 2 APIBridge High-Level Architecture 3 An Important Note for Flash Lite Content Embedded in a Web Runtime Widget 4 APIBridge ActionScript API 4.1 General ActionScript API Bridge Usage Model 4.2 File Upload 4.2.1 Description 4.2.2 Parameters 4.2.3 Usage 4.3 New File... 23 November 2009, 12:09 pm Jimgilmour1

Adding a Guarana UI button on a web page

ID   Creation date November 23, 2009 Platform Tested on devices Nokia N97 Category Web Runtime (WRT) Subcategory Guarana UI, UI Keywords (APIs, classes, methods, functions) : Overview This code snippet demonstrates how to add a button on a web page using Guarana UI components. You can download the... 23 November 2009, 11:58 am Tapla

TSS001491 - Retrieving the list of applications using an active connection

Knowledge Base Home ID TSS001491 Creation date November 23, 2009 Platform S60 3rd Edition S60 5th Edition Devices S60 (All) Category Symbian C++ Subcategory Networking Keywords (APIs, classes, methods, functions) : RConnectionMonitor, KClientInfo Description The RConnectionMonitor class... 23 November 2009, 11:17 am Forum Nokia KB

Adding a Guarana UI busy indicator on a web page

ID   Creation date November 23, 2009 Platform Tested on devices Nokia N97 Category Web Runtime (WRT) Subcategory Guarana UI, UI Keywords (APIs, classes, methods, functions) : Overview This code snippet demonstrates how to add a busy indicator on a web page using Guarana UI components. You can... 23 November 2009, 10:52 am Tapla

View all

RSS feed Forum Nokia Champions

Meet the Forum Nokia Champions

  • Champion Mariam Dholkawala
  • Champion Nathan Eagle
  • Champion Faisal Iqbal
  • Champion Jacek Wojciechowski

Forum Nokia Champion is an invitation-only reward and recognition programme that honours selected Forum Nokia members for ther activities in and contributions to the mobile industry. These individuals, known as Forum Nokia Champions, are chosen for the programme on the basis of their outstanding skills and dedication to the Forum Nokia community. They represent all regions of the world and are experts in many areas of mobile development. Get to know the Forum Nokia Champions

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia