textfield

Link in input text field

HI All, I know this is bit strange question, but please suggest. I want to create a link on website url content in input type"text" field not any other html tag,Is it possible and if yes how. Regards & Thanks Amit ...

obj-c : iphone programming 'textfield while editing method'

hi, i got a textfield and i want to send a UIAlertView if the user enter nothing in the textfield. ...

Replace CR with CRLF in a Textfield

Hello, i got some problem with replacing a CarriageReturn (CR) to a CarriageReturn LineFeed (CRLF) entry´s in a textfield on MS SQL 2005 System. There´s a table "notice" where a textfield "desc" is filled with some content which contains some CR. So some example is: Mister Smith "CR" Road 123 "CR" Germany I try to replace the CR with...

jquery password rules

Hey all, Tried posting this before but it did not go through (i think) so if this is a repost please disregard. However, I asked a question yesterday and figured it out with the wonderful help from here. I have a user account page where a user can edit their account information. Now, they don't always change their password. So, I made t...

The problem continues....please help

Here is the code: - (IBAction) charlieImputText:(id)sender { [progressBarText startAnimation:self]; charlieImputSelf = [sender stringValue]; NSAppleScript *sendCharlieImput = [[NSAppleScript alloc] initWithSource:[NSString stringWithFormat:@"tell application \"Terminal\" to do shell script \"%@\"", charlieImputSelf]]; [sendCharlieIm...

How to make an input dialogbox which has more than one textfield(ie. can take many inputs)

Hey there, I have implemented an input DialogBox, however this has one textfield. I need an input DialogBox which has many textfields to take input from and store each String in an array. What I have done so far: CODE import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax....

Firefox adds an extra pixel on top of a text field, how to remove it?

I want to create a search bar like one in this page http://dl.dropbox.com/u/333492/search/form.html If you load that page with chrome, opera or safari, the search bar looks like it should (tested on mac). However, if you use firefox (tested at least with ff 3.5 and 3.6 on mac), you'll see that one extra pixel gets added on top of the te...

Focus Out event for TLFTextField

Hi Everyone, I'm having an issue where I don't get a "FOCUS_OUT" event called when I click around the stage. I do get the "FOCUS_IN" event when I click the TLFTextField. Not sure what the problem may be, any hints or ideas would be great. I did already do some Google searches, but didnt quite find anything useful. Here is some of the c...

Grails: How to get dates in g:textField from calendar?

I have four entry fields from a search filter. I was originally using g:datePicker but it was not quite what I wanted, it was too slow to select the date from drop down boxes, so I decided it was better to use a simple grails text field and next to it a calendar image that would trigger the calendar. I was trying to use the YUI Calendar,...

left-justify textfield without resizing

I would like to set a fixed width for an input textfield with an embedded font. I would like to have the option to left-, right-, or center-justify the text. This is proving difficult. If I set myTextField.autoSize = TextFieldAutoSize.LEFT;, I get left-justified text, but the textfield width changes with each keystroke. Same trade-of...

Trying to detect a verification code in Xcode on x86_64

Hello, I'm trying to detect when a verification code is entered into a text field, so like if I wanted someone to type in "this is a test.", it would then run the following code: system("say this is a test"); But I keep getting the error "void value not ignored as it ought to be". I have no idea what this means. This is what I have so...

Observer Field: Autofill field when selecting another field...

Here's my existing code: <% form_for(@match) do |f| %> <%= f.error_messages %> <fieldset> <p> <label>Name</label> <%= f.text_field(:name) %> </p> <p> <label>OR email address</label> <%= f.text_field(:email) %> </p> </fieldset> <p> <la...

Swing active rendering efficiency or how to combine active rendering with gui widgets..

Hi folks, Continuing from a previous question, I keep searching for the optimal way to combine active rendering with textfields in Java. I tried several options, using BufferStrategy, VolatileImage or overriding update() and paint() in standard AWT, but I ended up using Swing. I'm posting the current state of affairs here just in case...

extjs show validation when switching tabs

HI, I hope somebody can help me here with the extjs framework. The problem I am having is that the field validation is not being rendered for the tabs that are not visibele on initialisation off the panel. It only starts working when clicking in the textfields. What I need is something to force the validation cue's for the fields on a...

How do you custom format the textfield?

I know NSNumberFormatter allows you some flexibility in customising the textfield but if you need a more specific formatter, how you would do it please? For example: Timecode "03:50:02:25"? or Concatenation of strings "6,264 feet"? Thanks. ...

Flash dynamic HTMLText displaying erratically in TextField

Hey, HTMLText is displaying really strangely. I'm displaying a textField with htmlText provided through XML, and in this bulleted list it'll display the first line all on one line, keep going off the end of the textareas size (ie. not do multiline) until the last word of the bullet, then put that word at the start of the next line. And...

how can i copy the text in the textfield cell (in cocoa) to NSPasteboard?

hi, I have a textfield cell and a push button in the cocoa . I want to copy the text in teh textfield by clicking on the button. in clipboard.h #import <Cocoa/Cocoa.h> @interface clipboard:NSObject { IBOutlet id but1; IBOutlet id numf2_1; NSPasteboard *pasteBoard; } - (BOOL) writeToPasteBoard:(NSString *)stringToWrite; ...

AWT repaint issues

I am trying to make some small additions to some old java code that does not support swing. I need to add a small dialog that contains a panel which has a checkbox and a couple text fields. When the user clicks on the checkbox I want to disable or enable the checkboxes. This part seems to work well but the text fields are not properly...

Javascript text input fields that display instruction text

What's the best way to have a text input field that displays instructions of what to enter in that field in gray. When you focus on that input field, the gray instruction text disappears and your input text appears black. If you erase your input text and focus away from that input, then the instruction gray text reappears. I've tried ...

Custom text field with syntax highlighting for c# in a sharepoint list

Hi, i need a text field in a sharepoint 2007 list that displays C# code with syntax highlighting. Do i have to develop it on my own or knows somebody a control that meets my needs? Thanks a lot ...