JumpList? Access to library - windows-phone-7

It is possible get access o library list and play songs in my app ? Not like this
if not... how to do this JumpList? I can't find good sample code, (this is ugly and doesn't work correctly).
his JumpList is a special ListBox? Am I right? How to relay which song was selected?

Ya earlier before August 2011, new Silverlight toolkit for WP7.1 mango it was a special ListBox with code logic to position the main list items.
But in Latest toolkit it is provided as a control, if you use
LongListSelector in your .xaml to show the list of items then it gives you a jumplist element as part of control.
For more information and sample on the LongListSelector refer this link.
you can download silverlight toolkit from here

Related

Checkbox behavior in Windows phone 8 like Email in phone

I wanted to know is there any way I can achieve the same behavior of CheckBox we have in our windows phone outlook. In a listbox I have checkbox on every item but it should appear only when I touch and hold.
Please see the windows phone email program where your touch and hold in the left side and see all the checkboxes.
Thanks
Vinod
What you're looking for is the MultiselectList control, which is part of the WP Toolkit...
Here are a a couple of tutorials from GeekChamp to get you started:
Windows Phone Toolkit MultiselectList in depth
How to get the Tapped Item in a MultiselectList control
I would also recommend downloading the source code for the WP Toolkit which contains a sample app that uses all the controls and features:
http://phone.codeplex.com/SourceControl/latest

Windows phone 7 Jump List control

I have a question. In a windows phone 7, Will i be able to navigate from the jumplist control to another page. For example i have some data in the jumplist control, and then once i click on one of the data, will i be able to go to another page from there? if it is possible, can someone show me some links for it? sample codes would be helpful
You can use the ListPicker from the Silverlight Toolkit and use the SelectionChanged event.
Tutorial : http://windowsphonegeek.com/articles/listpicker-for-wp7-in-depth
Download the project in this link an enhance by add selected index and page navigating option.
http://www.windowsphonegeek.com/news/developing-a-wp7-jump-list-control
http://www.telerik.com/community/forums/windows-phone/jumplist.aspx?pageid=1

Windows Phone - How to implement alphabetical listbox?

Main menu in WP7 and audio player have the implementation. But how can i do it in my app?
I guess you are asking about the JumpList and not ListBox. Take a look at http://www.codeproject.com/Articles/166297/Developing-a-Windows-Phone-7-Jump-List-Control and see if that solves your question. Also take a look at the following Codeplex project: http://bewisephonecontrols.codeplex.com/, both have implementations of the jumplist.

How to use a horizontal WrapPanel in Panorama (sketchflow)

I would like to use a horizontal WrapPanel in my application (like the People Hub). However, I have to start with a SketchFlow project.
My question is: how can I do?
In fact, I saw that I had to add the dll to my project but how do next? If I extend my panoramaitem, rendering is not pretty (the second item does not move).
Screenshot http://upload.yamalandia.com/rep1/247871330688.PNG
In this picture you can see how it looks: it's not nice.
Could you post the xaml?
Just to verify, you added a reference to the SL toolkit dll from the SL version (not the Windows Phone version, as you are actually creating a SL app in SketchFlow).
If that control in the screenshot is the wrap panel, you could set it to an explicit size to fix the problem most likely.

Adding control template to project

I want to use metro styled combobox item in windows phone 7 (mango). I ve found toturial to do this http://dotnet.dzone.com/articles/metro-style-combobox-windows but i don't know where should i put code of control template (it should work on every combobox on project).
Any ideas?
Chris
Is there any particular reason you want to use that ComboBox? The link you've posted is a hack to get it to work on Windows Phone. Have you taken a look at the ListPicker control from the Silverlight toolkit?
This article provides a great introduction on how to use it.

Resources