My account: Login | Sign Up
Loading...

Symbian User Interface | Forum profile

rss Atom  |   RSS
Forum profile page for Symbian User Interface on http://www.forum.nokia.com. This report page is the aggregated overview from a single forum: Symbian User Interface, located on the Message Board at http://www.forum.nokia.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Symbian User Interface" on the Message Board at http://www.forum.nokia.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Nokia Developer Discussion Boards - Symbian User Interface (site profile, domain info nokia.com)
Title: Symbian User Interface
Url: http://discussion.forum.nokia.com/forum/forumdi...
Users activity: 23 posts per thread
Forum activity: 68 active threads during last week
 

Posting activity on Symbian User Interface:

  Week Month 3 Months
Threads: 68 236 573
Post: 150 506 1,316
 

Symbian User Interface Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name Posts
wizard_hu_ 31
symbianyucca 14
pamelag 11
rohanwaugh 10
noam.segal 6
JasonSmithMiller 6
kishore84 6
waruni.k 4
Nitesh Bhardwaj 3
ronaldwh 3
 

Latest active threads on Symbian User Interface::

Nokia Developer Discussion Boards
Started 1 day, 1 hour ago (2008-09-05 14:55:00)  by kapil.nokia
Hello every 1 im new in symbian c++ , and im tryng to make code for list box without resource , the code is buiding fine while running nothing is displayed and the code 8 error comes after closing it. // listbox item format string _LIT(KListItemFormat, "%d\t%S\t\t"); // listbox instance CEikColumnListBox* list = new (ELeave) CAknSingleNumberStyleListBox; // construct ...
Thread:  Show this thread (6 posts) Size: 2,620 bytes
Customize:  Customize "HELP NEEDED List Box S60 error in running - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days, 2 hours ago (2008-09-04 13:57:00)  by gulabppatil
Hi All, I need to detect whenever Headset is being connected or diconnected.I have used "PlugIn API" (KAccessoryModeChanged) which is working fine with 9.1 but not with 9.2(FP1), please help
Thread:  Show this thread (5 posts) Size: 268 bytes
Customize:  Customize "KAccessoryModeChanged not working with FP1 - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days ago (2008-09-04 16:17:00)  by remesh
Hi, I have created two views,view1 and view2. I need to switch from view1 to view2. I am able to switch from view1 to view2 but the problem is i am not able to access key event in the second view. I am calling the first view from the AppUi and second view from the OfferKeyEventL of View1. In View2:- case EKeyEnter:...
Thread:  Show this thread (4 posts) Size: 961 bytes
Customize:  Customize "switching from one view to another? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 1 day, 4 hours ago (2008-09-05 11:43:00)  by symbianyucca
most likely you would at least have to become a Symbian platinium partner, in order to get access to some base parts of the OS. Then some APIs propably would need partnering with Nokia. anyway, you should first define clearly what you need to do, and then make plans for each task separately.
Thread:  Show this thread (1 post) Size: 364 bytes
Customize:  Customize "Re: Low level Access to System Devices - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days, 23 hours ago (2008-09-03 17:39:00)  by zabbas12
Hi, Does anyone knows how to detect what keyboard phone has? I tried to do something with: HAL::Get(HAL::EKeyboard, aValue); But it turned out that I don't have any keyboard in my phone. Regards...
Thread:  Show this thread (4 posts) Size: 312 bytes
Customize:  Customize "Qwerty keyboard - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 5 months, 3 weeks ago (2008-03-13 18:33:00)  by gpletnev
How to know current font size settings that set in Settings->General->Personalisation->Display? large, normal or small? i need to set font in my application according to these settings
Thread:  Show this thread (6 posts) Size: 266 bytes
Customize:  Customize "How to know current font size (large, normal, small)? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days, 17 hours ago (2008-09-03 23:35:00)  by dennis_munsie
Hi -- We have a requirement by one of our partners to not split their product name across lines, even though there is a hyphen in it (i.e, Foo-Bar). I was hoping I could just put the unicode for a hard hyphen (ߛ) into the XML file, but on the device it does not show up as a hyphen at all. Is there anyway to get a hard hyphen into the help file with XML? Thanks! dennis
Thread:  Show this thread (2 posts) Size: 495 bytes
Customize:  Customize "Hard Hyphen in Context Sensitive help xml - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days, 18 hours ago (2008-09-03 21:43:00)  by FerdynandKiepski
Hello. I have a rich text editor. I can add text and scroll it manually (by pressing arrow keys). However, I want it also to scroll down to the bottom automatically when I put larger amount of text. I could not achieve this after several trials with SetCursorPosL(), MoveCursorL(), UpdateScrollBarsL() and HandleTextChangedL(). I have tried all that with different combinations of editor flags in ...
Thread:  Show this thread (4 posts) Size: 559 bytes
Customize:  Customize "How to auto scroll after adding text into CEikRichTextEditor? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 4 days, 21 hours ago (2008-09-01 19:09:00)  by dmunsie
Hi everyone -- I've been looking all over for this, but I haven't found it -- how do you go about localizing CS Help once you have it implemented and working for one language? Thanks! dennis
Thread:  Show this thread (3 posts) Size: 291 bytes
Customize:  Customize "Localized CS Help - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 5 days, 20 hours ago (2008-08-31 20:02:00)  by electracool
Hi, I have generated a listbox through the carbide UI. I have registered for the events in the list box. However, I am not able to receive the listbox event(HandleListboxeventL) if the center key in D keypad is pressed(on emulator) I receive the event if enter key(from keyboard) is pressed. Aren't they supposed to be the same ? I can see the event being generated for the example app ...
Thread:  Show this thread (3 posts) Size: 724 bytes
Customize:  Customize "Listbox problem enter key event not generated - :: Symbian User Interface :: Nokia Developer Discussion Boards"
 

Hot threads for last week on Symbian User Interface::

Symbian User Interface
Started 1 week ago (2008-08-29 17:30:00)  by rohanwaugh
Hi everybody, If a user of a mobile phone does extended(for long period of time)key press then how to detect that key press??Some type of sound should be produced on the phone to notify the user that he/she has pressed a key for long period of time..This is task which i wanted to do. Please help me how to do this??i m going to use Symbian C++ and Carbide IDE for this application.
Thread:  Show this thread (18 posts) Size: 473 bytes
Customize:  Customize "Detecting key press on mobile phone and producing some sort of sound - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 5 days, 4 hours ago (2008-09-01 11:57:00)  by noam.segal
Hi I would like to create a view that is similar to the sms text message (the view with the underlines). Does any one know or can suggest how to implement it? Regards, Noam
Thread:  Show this thread (11 posts) Size: 288 bytes
Customize:  Customize "creating a view with underlines - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 1 week ago (2008-08-30 11:26:00)  by waruni.k
hi... I have a listbox which contains three list box items . For example A ,B and C. What I want to do is , if I select item A , it should opens up another form .(Form name : new_form). How can I do this ?
Thread:  Show this thread (7 posts) Size: 271 bytes
Customize:  Customize "Depend on the selected List Box item , redirect to another Form ? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 1 week, 1 day ago (2008-08-29 08:14:00)  by ronaldwh
Hello all, Is there a way for us to use default icons from our phone in our application? I'm developing an application similar to SMS feature and I want to use the Inbox icon from my phone. Thank you very much for any information about this.
Thread:  Show this thread (6 posts) Size: 331 bytes
Customize:  Customize "How to use default Icon? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 1 day, 1 hour ago (2008-09-05 14:55:00)  by kapil.nokia
Hello every 1 im new in symbian c++ , and im tryng to make code for list box without resource , the code is buiding fine while running nothing is displayed and the code 8 error comes after closing it. // listbox item format string _LIT(KListItemFormat, "%d\t%S\t\t"); // listbox instance CEikColumnListBox* list = new (ELeave) CAknSingleNumberStyleListBox; // construct ...
Thread:  Show this thread (6 posts) Size: 2,620 bytes
Customize:  Customize "HELP NEEDED List Box S60 error in running - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 1 week ago (2008-08-30 14:23:00)  by herman_du plessis
I am using the Basic Container (CCoeControl) view (from the Carbide GUI wizard) with some icons on it. How do you make the container's background transparent so that the phone's skin is visible in the background? As far as I can see the background is always set to a color.
Thread:  Show this thread (5 posts) Size: 339 bytes
Customize:  Customize "How do you make the "Basic Container" view transparent? - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 3 days, 1 hour ago (2008-09-03 14:40:00)  by mallikachand
hi guys, when i am trying to exit my application it is givin me Kern Exec 3 error. I debugged it in every possible way i could but i couldnt find the problem. can anyone help me to sort this out. can u give me the possible reasons by which this panic may come.. regards, Chand.M
Thread:  Show this thread (5 posts) Size: 403 bytes
Customize:  Customize "Kern Exec 3 on exit - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 4 days, 4 hours ago (2008-09-02 11:47:00)  by JasonSmithMiller
Hi, I have created a sms editor. On the left side I have custom defined menu and on the right side back key...... On pressing back soft key I want to go back to the previous menu. I want to know the way I can go back to previous menu......... Thanks Jay
Thread:  Show this thread (5 posts) Size: 386 bytes
Customize:  Customize "editor back softkey press - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 4 days, 3 hours ago (2008-09-02 12:42:00)  by pamelag
i want to add an arrow at the bottom of my editor i hv used the following code: textEditor = new (ELeave) CEikEdwin(); textEditor->SetContainerWindowL(*this); textEditor->ConstructL(); // textEditor->SetObserver(this); textEditor->CreateScrollBarFrameL(); textEditor->ScrollBarFrame()->SetTypeOfVScrollBar( CEikScrollBarFrame::EArrowHead); ...
Thread:  Show this thread (5 posts) Size: 872 bytes
Customize:  Customize "problem to add an arrow in editor - :: Symbian User Interface :: Nokia Developer Discussion Boards"
Symbian User Interface
Started 2 days, 2 hours ago (2008-09-04 13:57:00)  by gulabppatil
Hi All, I need to detect whenever Headset is being connected or diconnected.I have used "PlugIn API" (KAccessoryModeChanged) which is working fine with 9.1 but not with 9.2(FP1), please help
Thread:  Show this thread (5 posts) Size: 268 bytes
Customize:  Customize "KAccessoryModeChanged not working with FP1 - :: Symbian User Interface :: Nokia Developer Discussion Boards"

This page was found by:   swapsystemgc  OfferKeyEventL edwin  symbain E50 series s...  symbian "cba key"  symbian "component i...