Symbian User Interface | Forum profile
|
|
 |
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.
|
|
|
|
|
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:
|
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::
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 ... 
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 
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:... 
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. 
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... 
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 
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 
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 ... 
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 
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 ... 
|
|
Hot threads for last week on 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. 
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 
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 ? 
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. 
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 ... 
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. 
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 
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 
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); ... 
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 
|
|