2
votes
1answer
108 views
How can I call a masked function in C++?
Let's say I have this C++ code:
void exampleFunction () { // #1
cout << "The function I want to call." << endl;
}
class ExampleParent { // I have no control over …
2
votes
4answers
373 views
How to mask a password in Java 5?
I am trying to mask a password in Java. Sun java has suggested a way to mask a password as follows.
Masking a password
It uses a simple way to do that.
public void run () {
st …
1
vote
2answers
22 views
How do I go about implementing sprite masking?
Using DirectX I'm rendering textured polygons (orthographically) so they act as HUD sprites. Now I'm not sure how would I go about implementing sprite masking in this sytem?
So ba …
1
vote
1answer
472 views
iPhone OpenGL ES Texture2D Masking
What's the best choice when trying to mask a texture
like ColorSplash or other apps like iSteam, etc?
I started learning OPENGL ES like... 4 days ago (I'm a total
rookie) and trie …
1
vote
2answers
508 views
Currency Mask with Jquery
I'm using the Jquery calculation and have just about everything working properly, but I need the total to display as 99.90, not 99.9 <-- Just an example. Here is a link the for …
1
vote
5answers
458 views
Masking a textbox for Numbers only buit wont accept BackSpace
Hello, I have a textbox that I would like for only numbers. But if I hit the wrong number, I cant backspace to correct it. How can I allow backspaces to work. Thanks
private v …
1
vote
1answer
160 views
iPhone: Masking an UIImage via touches
Hi,
before rolling up my sleeves and starting an own solution:
Is there already an approach for masking an image via touches?
Touches are marked yellow in my example:
If ther …
1
vote
0answers
71 views
Data masking/scrambling
This is specifically for healthcare domain. What solutions/tools do you use to mask the PHI data while copying data from production to test environments
1
vote
3answers
929 views
Text Mask c#
Hi All
I need to validate a certain property to one of my classes. When I set the property, the class should validate the input and if incorrect, set the object to an invalid stat …
0
votes
3answers
25 views
Submit unmasked form value with jQuery/meioMask
I mask the input of fields like SSN to contain dashes when they are displayed but would like the value that is submitted to be only the numbers.
For example, my SSN is formated as …
0
votes
0answers
45 views
Alpha + masking + clipping headache
Hi,
Here's a graphical explanation of 1) what I have and 2) what I want
http://tinyurl.com/yg5zboy
My understanding is I need one or maybe two masks to accomplish this. As you c …
0
votes
2answers
38 views
URL Aliasing using .htaccess
i'm having 'domainname1/folder/' .In Domainname1 i'm having a subdirectory which is a subdomain (abc.mydomain.com) of other domain. but this is referred to 'domainname1/folder/' . …
0
votes
3answers
146 views
Masking an image with another image
Does anyone have an example of how to do some masking with Delphi TImage so I can have one image put on another?
Using 2009
0
votes
0answers
55 views
MaskedTextProvider class behaves differently from MaskedTextBox. Why?
I have a requirement whereby I have to implement the masking provided by MaskedTextBox, but without using that UI component in the business layer or say for doing CLR integration i …
0
votes
0answers
41 views
how to mask an image using coregraphics?
i want to create an app in which i shoot a person from camera.then take only body of person not the background.i know that i need to use image masking.but don't know how to use it. …
