Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
105 views

Why are controls in the wrong place if they're positioned while the form is scrolled?

Consider this form, with a label 'Observer here' and a button 'Click': On button click I am setting the label's Left to 10 (Label1.Left :=10;) I am getting correctly as in the second image: ...
5
votes
1answer
289 views

Is it possible to mix HTML form input tags with SVG, or to use SVG to lay out a form?

We like using JQuery templates with SVG for example to show a Product with a nicely styled price. Say we have an SVG that represents a complicated layout. Is it possible to have the <input> ...
5
votes
16answers
765 views

Why shouldn't I ask my users to enter times using military format

I have a form that asks users to enter a start and end time for an event. For many years, we have allowed them to enter the times by selecting the hour (1-12), minute (1-60), and AM/PM from three drop ...
3
votes
5answers
386 views

Form Designer for Dummies

A colleague of mine is doing the functional designs for the software we develop. His knowledge about Delphi, Visual Studio and other compilers is limited to having written a "Hello, World" ...
2
votes
3answers
317 views

Custom C# Form Design

I'm kind of stuck on this one, I know it can be done but unsure the steps needed. I want to create a fully custom User Interface design for an application I'm having to create. I can change the form ...
0
votes
1answer
51 views

designing an dynamic html form for 64 fields

I have to design a form which takes inputs and inserts the values into a table which contains around 64 fields. The problem is that the inputs (64 entries) for the table should be retrieved from the ...
0
votes
1answer
76 views

Help with designing a form

I want to use a TreeView and design a form similar to the following image: Details: user select item group from treeview (treeview content checkbox). After check each group from treeview items in ...
0
votes
3answers
109 views

i need a good layout for my forms

I need some great idea in designing form contain some fieldsets. Where can i find a nice collection? Is there anywhere?
0
votes
4answers
178 views

CSS Form Styling

I'm trying to make this: <form id="simple-search" name="simple-search" action="/search/" method="POST"> <label for="simple-search-address">Location/Address</label> <input ...
0
votes
2answers
2k views

Label/Texbox seperation in Microsoft Access 2007 forms

I'm trying to create a very simple form in an Access database. Whenever I drag a texbox on the form, a label gets created with it. I want to be able to move the label without moving the textbox,but ...
-1
votes
2answers
117 views

CSS Form Styling #2

I have seen forms that can do this without using <br /> etc. Here's my form: <form id="staff-login" name="staff-login" action="/staff/login/" method="POST"> <label ...