Omgili - forum search, search forums  
  

Discussions about masked

Displaying 1 - 10 out of 164,523 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I have a process which grabs the birthdate and from a data table and display them in a masked text box for viewing and editing However when pushing the data into the textbox any preceding zeros get removed For example 05/05/2005 would display as 55/20...
Started by on , 3 posts by 3 people.  
Try converting the Datatable data to date and back: MaskedTextBox.Text = Date.Parse(DataTable(0)("DOB")).ToString("MM/dd/yyyy") My guess is that either the database is sending the date in a format you don't expect, you changed the control's Culture (under... .
Hi, Currently I have a code that checks if given element in array is equal = 0 and if so then set the value to 'level' value (temp_board is 2D numpy array, indices_to_watch contains 2D coordinates that should be watched for zeros). indices_to_watch = ...
Started by on , 4 posts by 4 people.  
The code below....
If i understood it correctly, then it seems like this is straightforward Numpy indexing .
You should try something along those lines: temp_board[temp_board[field_list] == 0] = level I'm not sure i follow all of the detail in your question .
This is a followup question to this question: select all contents of textbox when it receives focus (Javascript or jQuery) basically I am using a textbox in conjunction with the jQuery masked input plugin When the masked input textbox receives focus i...
Started by on , 5 posts by 4 people.  
Just an ....
That THEN is where the queue is useful.
mask = "99/99/9999"; $(this).unmask(mask).select().mask(mask); }); }); Hi try this, its working about: - Ok mask functions do your work THEN I'll select the content.
Ask your Facebook Friends
I need a WPF Textbox that displays a phone number as "(555) 555-5555" but has a value of " ". All of the examples I'm seeing have the ability to mask the control on the UI but that affects the bound property of my view model so that the property value...
Started by on , 3 posts by 3 people.  
How about an IValueConverter ?.
It shouldn't be too difficult, subclass and override to obtain the results you are looking for .
I am thinking that you will probably have to roll-your-own .
Hello all, I am trying to take a snapshot of the masked region of an image... so, I load my image then perform the following functions: private function manageLoadedImage(e:Event):void { _bitdata = e.currentTarget.content; // get the bitmap _bithold.addChild...
Started by on , 4 posts by 4 people.  
So, on the stage I have the movieclip....
It means that if the mask shape and the masked object (_bithold a frame with a masked movieclip the size I needed inside of a MovieClip that is on the stage.
Relatives to the _bithold movieclip.
I need to perform a mask on a label , How Can I do that ? I've tried to use RadMaskedTextbox but the problem is that if I disable that control the text is Gray And I need it to be red
Started by on , 3 posts by 3 people.  
Masked Label Control: http://www.codeproject.com/KB/edit/MaskedLabel.aspx If you need to make.
I've set MaskedTextBox's Mask to: "Fl\air H\al ###.## , something here: ####.##" When user inputs the value final text looks something like this: Flair Hal 987.67 , something here: 1234.12 What will be the best way to extract 976.67 and 1234.12 from the...
Started by on , 5 posts by 5 people.  
Are treated on your actual mask: \d*[.]\d{2} Well i found out that there is no good way of doing i wan the masked textbox and the user control....
The fact that blocks separated by a.
Of the mask in your example: 987, 67, 1234, 12.
I'm trying to write some ActionScript which will accept a mask and an image, then mask the image and put a border around the result (assuming that the mask is always 100% opaque). For example, if my mask is a poorly drawn star, and my image is a bunch...
Started by on , 3 posts by 3 people.  
I would think about using a GlowFilter on the masked image and setting is that mask coming from? Depending on that answer I have two ideas: If it's coming from user input with a fill that would be the mask....
AFAIK that is not possible.
Do you know any freely available WPF component for using masks (regex) in textbox?
Started by on , 3 posts by 3 people.  
Marlongrech.wordpress.com/2007/10/28/masked-textbox/ Here is a free mask textbox for WPF ..
I'm trying to find a regex that will check for a valid mask. The mask can contain as many * as it would like but it has to be followed by only 4 numbers. For example I would like these to pass: 1234 1234 and these to fail: 123 12345 12*34 1234* Thanks...
Started by on , 3 posts by 3 people.  
Try this ^\*+\d{4}$ or, if you're stuck in a language without....
/^\*+\d{4}$/ This pattern will look for an entire string that starts with one or more asterisk ( \*+ ), followed by exactly four digits ( \d{4} , which could also be expressed as [0-9]{4} ) .
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
Death Mask    zodiac mask    Son Of The Mask    Black Mask    masked    2009 mask rider    vista maske    subnet Mask search    php mask netwerk    explain subnet mask   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost