Questions tagged [loopingselector]

19 questions
13
votes
2 answers

Windows Phone 8.1 (WinRT): Custom Looping Selector

I want a custom Looping Selector for my Windows Phone 8.1 (WinRT) and I couldn't find any solution for the moment. I want something like this: The Windows Phone Toolkit is for WP8.0 and WP8.1 Silverlight and it doesn't work for WP8.1 (WinRT) apps…
Vahid
  • 3,384
  • 2
  • 35
  • 69
4
votes
1 answer

Show hide password

I'm currently learning javascript. It works when I have one input, but when I have more than one I'm confused about looping through the icon and the input. What do you think is the problem?. Sorry for my bad english. I hope you understand what i…
Tom-Cat
  • 73
  • 1
  • 7
2
votes
1 answer

How to add a looping selector to a Windows Phone 8.1 app?

I'm trying to a add a list of numbers like in the picture below to a page in a Windows Phone 8.1 app, but I can't find the looping selector control in the toolbox to acheive…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
2
votes
0 answers

Looping Selector for windows Universal apps

I am trying to implement the LoopingSelector for Windows Universal app based on this source. When I try to convert the app to a Universal app, it seems there is no LoopingSelector control for Universal Apps. Is there a LoopingSelector control or…
1
vote
1 answer

Looping hierarchy in select option using jquery

I want to make looping in select option using data from database as option. My data is kind of hierarchial data. So if I select one of the option, it will search the value of the selected option in database (search the data that have parentID = the…
kitcat
  • 157
  • 1
  • 17
1
vote
1 answer

Idea of a basic LoopingSelector in CSS, HTML

I'm a programmer who is no skills at design. I know Basic CSS3 but i'm better in JavaScript. My question is I need to do a basic LoopingSelector. Basic idea is there is a selected value on middle of screen and up and down value is increasing and…
alim
  • 677
  • 5
  • 19
1
vote
0 answers

WP8, null value in LoopingSelector DataSource

I am using Windows Phone Toolkit nuget package (http://phone.codeplex.com/). I want to create a LoopingSelector in my WP8 application, where I can select day dates, but I don't want the LoopingSelector to show days before today in it's selection. My…
1
vote
1 answer

How to bind json data to Looping Selector for windows phone 8

I'm developing windows phone 8 application . And using the Looping Selector functionality for bind list of city name. I get city name list in json format. Now i need to bind the result to looping selector as data source XAML CODE
1
vote
0 answers

windowsphone scroll item one by one

I have a vertical list of controls,I wanna show every single control at each touch move, fist,I listen ManipulationDelta event and change image translation y,like this, xaml,
0
votes
2 answers

How can I making looping in two dictionary to multyple base on keys?

price = {'Apple': 6, 'Avocado': 5, 'Banana': 3, 'Blackberries': 10, 'Blueberries': 12, 'Cherries': 7, 'Date Fruit': 14, 'Grapes': 15, 'Guava': 8, 'Jackfruit': 7, 'Kiwifruit': 9} count_buy = {'Apple': 3, 'Blueberries': 4, 'Grapes': 1, 'Guava': 1,…
uud
  • 19
  • 1
  • 11
0
votes
1 answer

Looping throught Active X controls and setting properties

Every time I run this code does not dissimulate between a option button and a checkbox. I placed a msgbox within the code and it came up to a optionbuton and showed up under the code for checkbox, In fact the code never shows up under active…
Mark Tash
  • 11
  • 2
0
votes
1 answer

Django Looping Through Objects to Place Object Markers on Google Maps

I cannot figure out how to get checkmark pins to show up on google maps I have tried to loop this several different ways. When I take the function out the map shows back up. I am wondering if it is possible to do on Django in this manner. Thank you…
Stackaccount1
  • 139
  • 1
  • 12
0
votes
1 answer

Jquery event is not firing on elements generated via loops

I have the following code which I render through a partial that display a strength title and a strength summary
<% FR_STRENGTHS.each do |strength| %>
0
votes
2 answers

Need help looping Macro that cut/inserts and deletes a cell range based on a selected row

This Macro is used to cut, insert and delete a cell range section of a workbook. The problem I was trying to solve and gave up with the lack of response in another thread is why copying multiple non-adjacent rows to the MS clipboard often loses…
0
votes
1 answer

UWP Flyout loopingselector

I am currently building a new Windows 10 UWP app based on our previous Windows Phone 7 app. In this old app we have a specific control where the user needs to select a value between 1 and 101, for this we used the loopingselector. Now for the UWP…
René Maat
  • 10
  • 3
1
2