Questions tagged [obscured-view]
15 questions
4
votes
1 answer
Using soft keyboard on libgdx for iOS and Android (hides textview)
Does anyone have experience in making games that use the soft keyboard for libgdx apps on both Android and iOS.
I am able to bring up the soft keyboard on my Android device, but it hides the textview I want to edit. This leads me to the need of…

JohnyTex
- 3,323
- 5
- 29
- 52
4
votes
1 answer
Analogue of android:filterTouchesWhenObscured for API level below 9
Starting with API level 9, there's android:filterTouchesWhenObscured attribute and corresponding setFilterTouchesWhenObscured method on ViewGroup. For example, when a view has onClickListener set and another view obscures that view (e.g. an overlay…

Aleks G
- 56,435
- 29
- 168
- 265
2
votes
0 answers
JavaFX Window Keeps Receiving Mouse Moved Events even When Obscured
Should a JavaFX partially obscured window still receives mouse moved events in the a portion of the window that is obscured by another window? This seems like odd behaviour. Adding extra windows (javaFX in the same application or other applications…

Michael Ellis
- 243
- 3
- 14
2
votes
2 answers
Hide links from Google via JavaScript
We have some links we want to hide from Google,
using Javascript to "hide" the link but let it work for the real clients.
I was told from the SEO agency that the best method is to base64 encode the link and call it via javascript:

Daniel W.
- 31,164
- 13
- 93
- 151
1
vote
2 answers
Obscuring AmCharts External Data URL
I am using AmCharts Wordpress plugin to generate graphs on a Wordpress page. To have the graph load its shape and (external) data, AmCharts uses Javascript to load on the client side when generating the graph.
However, this javascript also contains…

xbmcgotham
- 33
- 3
1
vote
1 answer
asp.net content obfuscation
I'm looking for a strategy that would allow me to obfuscate HTML content delivered on a web page in order to prevent the reader from selecting and copying the text into the clipboard and using it either via the browser output or via inspection of…

Elenesski
- 409
- 1
- 5
- 17
1
vote
1 answer
ClearCase: Files in 2 branches obscure each other
I have checked in the same file (filename) twice in 2 different branches (say, development and release).
This breaks just about anything, so I want to take 1 version and "properly" copy/merge it to the other branch, later merging in the lost changes…

Andreas Reiff
- 7,961
- 10
- 50
- 104
0
votes
1 answer
How to obscure password in QTableView?
I am trying to obscure passwords in my Qtableview in Qt. I tried :
QTableView view;
View.setItemDelegateForColumn(8,());
Also :
ui->tableView->setColumnhidden(8,true);
I know it's not right, just what I was trying to hide/obscure column 8.

Pixal
- 27
- 6
0
votes
1 answer
How to control obscured fields on background with Flutter
I am developing an app with Flutter/Dart and GetX. I have a boolean variable named "obscureText". When this variable is true, specific text fields' inputs are all visible. When this variable is false, specific text field's inputs are all obscured.…

beratmirzaloglu
- 73
- 1
- 7
0
votes
1 answer
is there a way hiding login credentials from test script in python 3.x
A script has been written to access a website programatically(sending a get request) that requires user login credentials, and so the same has been hardcoded in the script.Is there a way in python to hide these credentials from the test script?

jelat
- 15
- 2
0
votes
1 answer
How do I disable a tableview without obscuring the entire screen like in Whatsapp?
How do I disable a tableview without obscuring the entire screen like in Whatsapp? The idea is when the SearchBar in the SearchController is still empty, the tableview gets dark. to SearchController, by default obscure the entire screen. Using…

Oséias Ribeiro
- 149
- 13
0
votes
1 answer
How can I prevent a PyQt widget from getting covered-up?
I am creating an interface that consists of a terminal embedded in a PyQt GUI with some buttons alongside it for running commands in that terminal. When I run my code, I think parts of the GUI are getting created correctly, but the terminal widget…

d3pd
- 7,935
- 24
- 76
- 127
0
votes
1 answer
Div with being bleed through with content underneath?
On this page, top-right, we can see the button that I've created "ask a question now". I set the background color, background image, and high Z-Index and yet, still the text underneath is being bled through it.
How to stop this? I have no idea how…

HelpNeeder
- 6,383
- 24
- 91
- 155
0
votes
1 answer
Speech Recognition in Call : Windows Phone 8
I have a below requirement in Windows Phone 8 to run voice listener in background agent whenever an incoming call comes or for an outgoing call. The voice listener should stop when there was NO call.
Eg: When I lift an incoming call and while…

user3266804
- 1
- 2
-2
votes
1 answer
How to obscure only 1 String or the whole activity
I want to obscures only 1 String .
He is here ,
package x.y.z
public class MainActivity extends AppCompatActivity {
@Override
protected Void doInBackground(Void... arg0) {
String url =…

Shivendra Kr. Sahu
- 753
- 1
- 5
- 12