0
votes
1answer
4 views
WPF - simulate mouse events on off-screen rendered Grid
I'm rendering a WPF grid with multiple elements (buttons, textbox, ...) to a bitmap which is then used as a texture for a 3D surface in a Direct3D scene. For user interaction I create a 3D ray from …
0
votes
3answers
54 views
Splitting up lines into ints
I have a file that I read from, it contains a bunch of lines each with a different number of integers, I'm having trouble splitting it up into a vector of a vector of ints.
This is my current code.
…
1
vote
0answers
21 views
Javascript focus on browse button of file input
I am trying to focus on the browse button of the file input control.
so I have something like
<input type="file" name="upload" id="upload" >
and in javascript I have
…
0
votes
1answer
35 views
xslt form fields - get input with unknown name
UPDATED - since I was not clear in me expressions. Will try again:
I have a form with several inputs that are created dynamically like this:
<form id="tellafriend_form" method="post" …
0
votes
8answers
102 views
Python: Import a file and convert to a list
I need help with importing a file and converting each line into a list.
An example of the file would look like:
p wfgh 1111 11111 111111
287 48 0
65626 -1818 0
4654 21512 02020 0
The first line …
1
vote
2answers
28 views
python raw_input def input problem
I am only going to post the portion where the problem is at, the program has no error (all the codes are valid except for this raw_input problem)
I tested with search_function(1) and etc and it …
2
votes
6answers
101 views
Python: Checking Header Format
I'm new to python and need help with a problem. Basically I need to open a file and read it which I can do no problem. The problem arises at line 0, where I need to check the header format.
The …
0
votes
2answers
45 views
Disable Opera’s autocomplete
Hello!
Opera's autocomplete function draws a yellow border around text inputs where it saved data. Is there any way to disable it programmatically?
Here's a picture to illustrate it:
0
votes
1answer
55 views
PHP - How to use arrays for form input and update respective database records
I'm new to PHP... I want to know how to populate a form from mySQL. I'm stumped at the input section where I am trying to allow the user to select choices for radio button /checkbox for each record. …
2
votes
4answers
33 views
Ways to remove the autocomplete of an input box
Hi
I need a text input field which does not use the autocomplete function - If a user has submitted the form before, his previous submissions should -not- appear as he types into the form again, even …
1
vote
1answer
11 views
Updating Bean from JSF dataTable
I've got this h:dataTable and form:
<h:form>
<h:dataTable value='#{bean.allData.dataItems}' var='item'>
<h:column>
<h:outputText value='#{item.id}' />
…
0
votes
3answers
70 views
Cakephp comment form input keeps the same value after i press add
Hello,
I've created a blog site from "Beginning CakePHP from novice to professiona"-David Golding. I have the comment view listed below:
<div class="comments form">
<?php echo …
0
votes
1answer
32 views
Asp.net MVC accept formatted input?
How is formatted user input typically handled in an MVC application? A user entering "1,000.00" for a number for example. I'm somewhat surprised the default ModelBinder does not pick up on this. Would …
1
vote
1answer
33 views
ASP page not receiving POST parameters
Hi all, I am writing a small application in Classic ASP. I have a page which has a form, which posts to a second page. Included with the form's POST, are file uploads, hence the need for a POST …
6
votes
2answers
115 views
Selecting good, non-conflicting keybindings for a game
PC keyboards weren't designed for gaming, compromises were made to bring the price down, so some problems occur. Most importantly, when you hold down certain keycombos, some keys don't react to …
