Questions tagged [updown]

32 questions
0
votes
0 answers

ComboBox Control within DatagridView

I want to use DGV as a table to take User’s inputs. And in few columns, I want User to select values from a collection hence I decided to use Comboboxcontrol. I selected a standard DGV ("DGV2") and a standard Combobox ("CBTest") as tools. And I…
Kirti
  • 1
  • 3
0
votes
1 answer

Scrollbar is not showing up and down arrows for chrome browser

I have one div and div is showing verticle scroll. The problem is the scroll is not showing up and down arrows for scrolling in "Chrome" and "Edge" browsers. Please check the below screen shot of the chrome browser- ]1 But up and down arrows are…
sunil
  • 145
  • 1
  • 12
0
votes
0 answers

Coding capital sigma notation

I cannot find a way to code the following formula. My goal is to have a single function into which I can input the values. The context of this calculation is to return the number of possible upDown permutations of n-numbers. Without using bruteforce…
Cornul11
  • 191
  • 1
  • 12
0
votes
3 answers

How do you create Stack Overflow-style Up-Down arrows?

I am trying to create vote up and down arrows similar to what exists here on Stack Overflow. Ideally I'd like to have them interact dynamically with a piece of text recording the number of votes, just as they do on Stack Overflow.
Spencer
  • 21,348
  • 34
  • 85
  • 121
0
votes
1 answer

Can't fit settability in counter Verilog

I have written up/down counter and created code for settable starting point. So far so good but I can't think of how to add it to the counter. I have to highlight that I'm completely new to Verilog and similar languages. //UTILS reg [2:0]…
Herioz
  • 81
  • 7
0
votes
1 answer

cygwin terminal shortcut up/down key half edited commands not recognized

I have a problem accessing partially matched commands in Cygwin using the up/down keys. Partially entering a command and hitting the up/down keys just loops through the entire history. Please let me know how to search for previous commands using a…
royroy
  • 11
0
votes
1 answer

VHDL Up/Down Counter

Good evening everyone. I'll start off by saying that I am very new to VHDL. I have a project that is asking me to model an updown counter that is made by Motorola in VHDL (an MC14510B for anyone curious). From the datasheet one can see that if the…
Mike Wada
  • 9
  • 2
0
votes
1 answer

Facebook Like plugin with big buttons?

I need a social media plugin just for FB. I need big share buttons for FB. I have seen it in several websites but I do not know which one it is. I leave this link to show you what I am talking about (big FB buttons at the beginning and ending of the…
david
  • 15
  • 4
0
votes
1 answer

updown control in wpf

I want to use a Similar control like domainUPDown control in my wpf application. How to do the using infragistic or any other way. I need a control like a textbox with up and down button. How to do it? That is ok, but i need tat up and down button…
jow
  • 1
  • 1
0
votes
1 answer

Dynamic labels in c# windows form app

So, I'm trying to get a label to reflect the current settings of whatever action is taking place. this.SettingXLbl.Text = "The current value-set is " + SettingUpDown.Value; I modified the auto-generated code to attempt to display the current value…
user1993843
  • 155
  • 3
  • 3
  • 13
0
votes
1 answer

ASP.NET AJAXNumeric Updown control in User control

I have many (around 20 - 30) NumericUpDown controls, that i have added in to user control and they are associated with their appropriate textboxes. These NumericUpDown controls work fine and allow me to adjust the numbers in the textboxes. However,…
ramya
  • 2,350
  • 6
  • 31
  • 57
0
votes
2 answers

Value [...] not a valid choice, django-updown

I am trying to implemet django-updown https://github.com/weluse/django-updown. When I try to add vote trough the admin panel it says Value 1 not a valid choice. This is the models.py from the application: _SCORE_TYPE_CHOICES = ( ('-1',…
tamara
  • 120
  • 1
  • 12
-1
votes
1 answer

Vertical scroll two divs – left down, right up

I want a page with two div's next to each other; on scroll down, one scrolls up the other one scrolls down. How can I achieve this? Does this have a name? See example: https://lifeathome.ikea.com/virtualgreenhouse/
Afplaktape
  • 13
  • 1
  • 6
-1
votes
1 answer

TUpDown and TEdit with custom captions

I associated a TEdit to a TUpDown. It updates the TEdit text fine automatically with the TUpDown.position value. But I want to display custom captions depending on the TUpDown.position value. For this I unassociated the TEdit from the TUpDown and…
User007
  • 187
  • 10
-1
votes
1 answer

using cookies in up/down voting system

I want to build Up/down voting system for several articles retrieved from database, but i want to add cookie for each article to limit number of votes so cookie will expires in one day, but i don't know where to add the appropriate code. more…
Fares Ayyad
  • 383
  • 1
  • 3
  • 18