Official Microsoft add-on components for Silverlight on the browser and Windows Phone released via Codeplex.
0
votes
0answers
11 views
How do I rebuild toolkit.dll and reference the new dll?
I have downloaded a patch from codeplex for:
System.Windows.Controls.Toolkit
I have managed to rebuild the project so the patches are now in the new dll. However when I try and reference this back ...
1
vote
1answer
52 views
+200
DataGridDragDropTarget: Change Icon depending on the drop target
I'm currently writing a tool to assign entities from one DataGrid to entities in another DataGrid via drag-and-drop.
With some fiddling, I got everything to run smoothly, with one minor annoyance: ...
0
votes
1answer
27 views
How to style a chart to omit the excess chart area surround the chart
I am using Silverlight Toolkit from http://silverlight.codeplex.com/ and am having an issue with the styling. Based off microsoft's documents I see the chart is made up of 4 basic components.
...
0
votes
1answer
38 views
Silverlight 5 - designing an editor (drag and drop)?
I am currently looking to build a workflow editor in Silverlight that will allow user to drag and drop couple of objects from toolbox and draw them on canvas, connect it with connectors - pretty much ...
1
vote
0answers
42 views
Merging of cells in Silverlight DataGrid
I need a datagrid control like below.
I want to implement cell merge like functionality in a datagrid in silverlight. I have some rows which display a single value and some rows return all the values ...
2
votes
0answers
80 views
Dynamically create ContextMenu in Silverlight 5
I have just started to use Silverlight this few days.
Currently I have generated some panel dynamically in a canvas. Each panel will have a shared MouseLeftButtonUp event which will display a ...
0
votes
0answers
19 views
rotation in nokia map with heading value the position of child value remains static
rotation in nokia map with heading value the position of child value remains static.
map rotates however the maplayer(mapoverlays with uielements) remains static.means not rotating.
however if i ...
0
votes
0answers
36 views
How to remove an added series in Silverlight ColumnSeries Chart?
I'm new to charting in Silverlight 5. I created a chart in Silverlight with no 3rd party used. I added a series to a chart by code.
ColumnSeries series = new ColumnSeries();
...
0
votes
2answers
70 views
Implementing a “fisheye” view with a ListBox
I am new to Windows Phone Programming. In my application, I Have a listbox which lists the phone contacts. Currently it is listed as a regular list with equal size for list items in the UI.I am ...
0
votes
0answers
25 views
Silverlight Busy Indicator Customr Template
I am trying to use the Silverlight busy indicator control from the tool kit, and applying my own custom template for the UI. The code for the xaml looks like this
<UserControl ...
0
votes
0answers
60 views
Changing the appearance of the checkbox in a LongListMultiSelector
I'm trying to create a buddy selector in WP8 using the LongListMultiSelector. The idea is to have a contact picture on the left and the name on the right. I'd like the CheckBox to be a check mark ...
0
votes
1answer
172 views
WP7 - LongListSelector, how to hide vertical scroll bar
I need to hide vertical scrollbar in LongListSelector. For this I use:
ScrollViewer.VerticalScrollBarVisibility="Hidden"
in ListBox it works well but in LongListSelector it doesnt work.
This is my ...
0
votes
0answers
43 views
User Dependency Property not working in viewmodel datacontext
I have a user control UserControlA. Inside this control I have a dependency property DP1. In the constructor of this user control I am setting the user control datacontext to ViewModel. The problem ...
2
votes
1answer
215 views
Multi-targeted WP7.1/WP8 app with Windows Phone Toolkit (Panorama / LongListSelector)
Was wondering if someone had a good idea of how to handle this.
In WP7.1, we can utilize the excellent Windows Phone Toolkit to include some useful controls such as LongListSelector and Panorama. ...
0
votes
0answers
115 views
How to add a Flick gesture to LongListSelector wp7
I have a LongListSelector and I want to add a Flick gesture to it. I want to mimic iOS swipe to delete action.
I only managed to add the Flick event to the whole LongListSelector, but I couldn't get ...
0
votes
1answer
233 views
LongListSelector dont show items
I implement LongListSelector because I want group items. But this LongListSelector dont show any item when I run it.
This is my XML source:
<?xml version="1.0" encoding="utf-8"?>
<Tasks>
...
0
votes
1answer
195 views
Using toolkit:TransitionService in Windows Phone 8
I'm very new to developing for Windows Phone 8 and I was wondering if I could get some more information on how to use this piece of code in an app:
...
0
votes
1answer
76 views
Data-binding to singleton source works only on Windows Phone emulator, but not on device
I've created a singleton class to store information I want to share globally between controls in a Windows Phone 7 app I'm working on.
Specifically, I'm using a data-binding to sync the IsExpanded ...
0
votes
1answer
73 views
ListPicker how to add first static item
I have ListPicker with databinding and I need to add first item "none" to binded items.
How can I do it?
0
votes
1answer
609 views
Windows Phone - ListPicker set SelectedItem to null
I have a page in a Windows Phone 8 app where the user can link items to a group (n:1). The group is selected via the Toolkit ListPicker control. Under the ListPicker is a unlink button for removing ...
0
votes
0answers
64 views
silverlight chart gridline style applied only to first gridline
I have a Silverlight 4 Toolkit Chart with all the axes and series added in code behind.
When styling the horizontal gridlines, only the first gridline has the style applied to.
Does anyone know how ...
0
votes
1answer
138 views
Silverlight Toolkit : select chart series data item on right click as well as on left click
Sorry if this is a newbie question but, well, i am... and i've been trying to do this for 2 days now, searching the web and asking arround, and nobody could help me, so any insight will be ...
1
vote
2answers
108 views
Windows Phone - XamlParseException
I get a XamlParseExeption while navigating to my page. The problem seems be to something with toolkit TiltEffect or TransitionService:
System.Windows.Markup.XamlParseException
HResult=-2146233087
...
0
votes
1answer
52 views
Windows Phone 7 automatic call contact
I've been trying to make a program which will call a hard coded contact in WP7. Im using this code for the call function
PhoneCallTask phoneCallTask = new PhoneCallTask();
...
0
votes
1answer
79 views
Horizontal chart bars (Silverlight Toolkit)
Is it possible to show bars horizontally?
<Grid x:Name="LayoutRoot" Background="White">
<StackPanel>
<toolkit:Chart Height="400" Width="600" Title="Mered data" ...
1
vote
0answers
40 views
Change the Default movement of the DragDecorator in ListBoxDragDropTarget
I'm using a ListBoxDragDropTarget from the Silverlight Toolkit and i want to change the movement of an item when it's dragged. So in my ListBox Panel it should only can moveable inside the Panel and ...
0
votes
0answers
72 views
SlideInEffect not working on WP7?
Thanks in advance for your help. I am trying to use the toolkit slide animation on some text blocks within a PanoramaItem. I believe all that is required is to add the ...
0
votes
0answers
37 views
clickable image on mousehover in silverlight listbox
I created a ListBox style like the following (only show the interessting parts)
<VisualState x:Name="MouseOver">
<Storyboard>
<DoubleAnimation Duration="0" To=".35" ...
1
vote
3answers
406 views
The type 'Microsoft.Phone.Controls.LongListSelector' exists in both dlls
The error message reads:
The type 'Microsoft.Phone.Controls.LongListSelector' exists in both
'...\Microsoft SDKs\Windows
Phone\v8.0\Libraries\Microsoft.Phone.Controls.Toolkit.dll' and
...
0
votes
2answers
112 views
HubTile Notification Font Size
Do you know how can I change the font size, or maybe make the Notification text block to resize to fit the text content?
Thanks.
0
votes
0answers
40 views
Silverlight AutoCompleteBox: How to keep the popup aligned to the textbox when resizing the application
I have an issue where the popup within an autocompletebox shifts when the application is resized (default behaviour)
How can I keep the alignment of the textbox and popup the same if the app resizes ...
0
votes
0answers
20 views
How to force Loopingselector to show all items by default
I would like to force LoopingSelector to show all of its items by default. I set the IsExpanded property to true, but the rest of the items are still not showing up. I still need to click on the ...
0
votes
1answer
134 views
How to Bind data in context menu WP7
I have a list in which there are schedule name, date and time that are visible, but i want that on the long press of a particular item in a listbox there opens a context menu in which only description ...
0
votes
1answer
128 views
Windows Phone 8 Unit Test stuck at “Running Tests”
I am trying to implement an unit test in my Windows Phone 8 application however the test runner wont recognize the tests.
I am following this tutorial.
Unit Testing In Windows Phone 8 The Basics
...
1
vote
0answers
105 views
Windows Phone 7.5 - AutoCompleteBox Populating event
I develop application for WP7.5. This app uses AutocompletexeBox from Silverlight Toolkit. I created custom logic for it. But my problem is, that Populating event is raised twice, not only once.
Here ...
2
votes
2answers
450 views
Windows Phone Toolkit Context Menu Items have wrong object bound to them when an item is removed and then added
I just encountered a serious problem with Context Menu which I cannot resolve for hours.
To reproduce the problem I created a brand new Panorama app with the app templates for Windows Phone 8 in ...
0
votes
0answers
77 views
Datepicker.Valuechanged event is firing for DeviceBack on windows phone
Steps:
Assign Datepicker.Value as null.
Run the app and open datepickerdialog.
now press device back button.
Expected behavior:
datepickerdialog closes but Datepicker.Valuechanged event should not ...
0
votes
0answers
127 views
Overriding ControlTemplate - VisualState MouseOver is only performed on MouseClick
I have overridden the default Template of a scrollbar. It is simply a Rectangle and a Arrow Picture. I have 2 Pictures one for the Normal State and one for MouseOver.
In my VisualStates I change the ...
0
votes
1answer
220 views
Silverlight toolkit breaks silverlight 5 application
I am upgrading a Silverlight 4 application to Silverlight 5. I ran the application after changing the Target Silverlight Version to Silverlight 5 (Visual Studio 2010) and received the following error ...
0
votes
1answer
41 views
How do I refer to simple strings bound to a Silverlight Toolkit ListPicker in a DataTemplate?
I am styling the ListPicker with a DataTemplate. All the examples I have read assume that the ListItems are bound complex objects and so can refer to properties on the objects using the usual Binding ...
1
vote
1answer
175 views
LongListMultiSelector Adding to Selected Items adds 2-items instead
I'm trying to do some code that will do a "select-all" function. To achieve this, in the Code Behind I am trying to manually add all the list objects to the SelectedItems of the LongListMultiSelector.
...
3
votes
1answer
349 views
LongListMultiSelector Aligning CheckBox with list item
I have a LongListMultiSelector with list items of a larger font-size. Due to this font change, I realized the check-box is always out of alignment to the actual list item. I've tried changing the ...
0
votes
0answers
21 views
How can I Add Toolbar In arccgis Api for silverlight 3?
I started to design a website with arcgis api for silverlight and i needed to use the silverlight api 3. but i can't find "toolbar" component & it doesnt work!does any one knows how can I solve ...
0
votes
1answer
68 views
AutoCompleteBox load data from HttpWebRequest
I want to have AutoCompleteBox to complete addresses by request on server.
I have this method to fill my AutoCompleteBox:
private async void getNearStreets()
{
if ...
0
votes
0answers
27 views
TimePicker storyboard.targetproperty= (shape.fill).(solidcolorbrush.color
I am new in silverlight I have datepicker when I trying to highlight the value of the field i geting exception
TimePicker storyboard.targetproperty= (shape.fill).(solidcolorbrush.color
private ...
0
votes
1answer
1k views
Windows Phone 8 - ContextMenu in ListBox for ListBoxItem
I'm having a ListBox (binds to an observable collection) with the ListBoxItems design defined in the ItemsPanel StaticResource.
The ItemsPanel is defined in the App.xml (like to have my stuff in a ...
2
votes
2answers
162 views
Assign geo coordinates to a pushpin
Guys i really need your help, i have a map
xmlns:maps="clr-namespace:Microsoft.Phone.Maps.Controls;assembly=Microsoft.Phone.Maps"
...
1
vote
1answer
764 views
WinRT XAML Toolkit Charting Controls: How to style Legend Items?
I want to style the legend items of the WinRT XAML Toolkit Chart Control.
I checked the source code and found the following style:
<ResourceDictionary
...
0
votes
1answer
86 views
MouseLeftButtonDown is not fired on TreeViewItem
<Grid x:Name="LayoutRoot" Background="White">
<sdk:TreeView MouseLeftButtonDown="TreeView_MouseLeftButtonDown">
<sdk:TreeViewItem Header="this is first item"/>
...
0
votes
1answer
28 views
deselect silverlight TreeViewItem on reselection
Once we select TreeViewItem, how can we can again deselect it?
TreeViewItem.IsSelected event is not called again if TreeViewItem is already selected.
I need this behavior on reselecting node in ...



