hey everyone.. i know its been discussed here but i am totally know and full confused. I want to know in WRT how can i have Back button instead of Exit Button...
hey everyone.. i know its been discussed here but i am totally know and full confused. I want to know in WRT how can i have Back button instead of Exit Button...
Well, have a look at setRightSoftkeyLabel() in Web Developer's Library 1.7
-- Lucian
The links suggested by Lucian were close enough to your question. Note that you have to click on them.
How about this link: Using Softkeys
And how about a Wiki search? http://wiki.forum.nokia.com/index.ph...xt=Search+Wiki
Nokia Developer Wiki Moderation team
ok I managed to get Back label but what is code to make it work and make it go Back to previous page and is there anyway that widget does not ask for Manual Connection but connect itself to default connection 3G or WiFi?
I would guess that the code for going "back" is pretty identical to the one you have for switching the view in the "forward" direction.
As for controlling the connectivity make sure to select a proper destination in Browser's connectivity settings, your widget will use the same connectivity options (with an additional prompt for accepting the connection)
-- Lucian
You cannot avoid that security prompt about avoiding the connection. As for which access point will be selected ...
If the browser shows a list of access points for selection, so will your widget. If the browser is set to automatically connect to an access point, so will your widget.
-- Lucian
Thank you.. but tell me i was trying too add more things in left key Option but when i used http://library.forum.nokia.com/index...31737AE42.html this code it does not work..
What happens? Why does it not work? What have you done?
Also see this Wiki article: http://wiki.forum.nokia.com/index.ph...Menu_in_Widget
Nokia Developer Wiki Moderation team
Hi ff123,
have you also defined the MENU_ITEM_ABOUT variable and menuItemSelected method in your code?
Pit
Hi ff123,
try posting the code related to your specific error, and the JavaScript error message you get (via Firebug or the Firefox JavaScript console).
Pit