How can I create a check list items control in Symbian - symbian

How can I create a multiple check list items control as in the picture bellow using Symbian ?
I'm going to use this control in my SettingList view.
I'm using Carbide.C++ 2.7 , And Symbian S60 5th Ed SDK.
Many thanks in advance.

You need to use the symbian lists API. Specifically you need the MultiSelection list box.
http://library.forum.nokia.com/topic/S60_5th_Edition_Cpp_Developers_Library/GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6/html/Lists_API4.html#topic3.10

Related

Thunderbird agenda native system notification?

I've been looking for an answer to this for weeks and figured I might just ask the question directly.
I'm using Thunderbird 102.6.1 on Windows 10. I'm looking to replace the "standard" Thunderbird agenda popups (see screenshot below) with a "native" system notification such as for Windows 10 Calendar (see 2nd screenshot below). This is mainly because the TB agenda popup steals focus from other apps and I often end up typing on that window instead of the one I was previously writing on, which is frustrating.
I know this is possible for email notifications and I've already enabled that in the TB options, however I couldn't find the equivalent for agenda alerts.
Thanks in advance for your help!
Cheers

How to get the Phone Number of the device Using xcode

I am writing an app using Xcode in that i need to find the Phone number and auto populate in text box, so far I am able to find the device name ,please suggest me away to achieve that.
As of 9th feb 2015, it is not possible using only public cocoa frameworks.

Listbox that can 'snap'

I'm making a Windows Phone application that needs a listbox that can "snap" to positions as it scrolls (just like the one in the Media Hub that shows current/future songs).
I've spent awhile looking all over google and can't find anything. Is there a native control that does it, or a third party library that contains it.
There are no built in controls that do this.
The SlideView from the Telerik RadControls can do this.
It's $99 or free if you sign up for the Nokia Premium Developer Program rather than sign up with the App Hub directly.

How to create a listbox similar to that in People Hub in Windows Phone 7?

How do I design a listbox in Windows phone 7 similar to the one in People hub. Something like how the alphabet headers move in the contacts list.
Something like how the alphabet headers move in the contacts list.
This is the LongListSelector in the Silverlight Toolkit.
Here's a link to the Silverlight Toolkit for Mango
and here's a good example of using the toolkit. Long List Selector in Depth

How to make a selection in one tap from a list in symbian

I created a CAknEnumeratedTextPopupSettingItem control using Carbide.C++ 2.7 as it looks below:
(known as enumeratedTextPopup control in Carbide.C++ IDE )
And I'm using Symbian S60 5th Ed SDK; And Targeting Symbian S60 5th Ed, Symbian^3, Symbian Anna.
Now I want to know how to make this control follow one tap style ( One tap to highlight and select ). Is there any flags needed or properties to set ?
The way the control works is, one tap to highlight, and another tap to select.
Best Regards.
Symbian S60 5th Ed doesn't support one tap to activate and select an item; This feature is supported
by Symbian^3 and forward.
Symbian^3 Application Developer Library
S60 5th Edition introduced touch support feature with double-tap to maintain binary
and source code compatibility with the existing S60 3.x applications.
Symbian^3 enhances the touch support with single tap for achieving better usability
and development of platform and 3rd party applications. The supporting UI is based on
direct manipulation and is not focus driven, which means that a single-tap on the
device selects and activates an event.
So, if the application created by S60 5th Ed and targeting both Symbian S60 5th Ed and Symbian^3,
Then "Slider" control could be used in place of "enumeratedTextPopup".
Find more details about migrating application from Symbian S60 5th Ed to Symbian^3.