Questions tagged [behind]

54 questions
0
votes
1 answer

how to count numbers of the client behind NAT

recently I'm learning about NAT and want to count the number of the client behind NAT, is there any way to figure out how many endpoint systems are using the NAT router?
Mohammad Derakhshan
  • 1,262
  • 11
  • 33
0
votes
1 answer

Behind the proxy setting in Jmeter cant recognize HostName :java.net.UnknownHostException error thrown

I am working in a company which has a proxy to connect to internet and I want to do simple load test on www.google.com. So I tried to setup behind the proxy in Jmeter as below: When I am trying to run the test it shows up below error. Can anyone…
Vishal Chepuri
  • 306
  • 5
  • 26
0
votes
1 answer

How do I find the part of a NSScrollView's documentView that's not beneath a window's toolbar?

I have a very simple setup. It's a single window with a toolbar, completely filled with a NSScrollView. The window is setup as follows: window.styleMask = [.titled, .resizable, .closable, .fullSizeContentView] window.titleVisibility = .hidden This…
Ky -
  • 30,724
  • 51
  • 192
  • 308
0
votes
1 answer

MediaController goes behind of NavigationBar in FullScreen Video Activity

i have a FullScreen Activity for playing Video , Everything is going well until i tap the screen to view System Ui and Media Controller , but MediaController goes behind of NavigationBar and its very aweful, please see these images to understand…
0
votes
2 answers

How can I bind static variable in wpf code behind?

I have static class 'MappingService'. public class MappingService : INotifyPropertyChanged { static readonly MappingService _Instance = new MappingService(); public static MappingService Instance { get { return _Instance; } …
0
votes
0 answers

Unity Particle System appearing behind other sprites

I have a particle system BloodSpill that is Instantiated when the player dies by: Instantiate(bloodSpillEffect, transform.position, transform.rotation); However, it will appear behind all other sprites (background, ground etc.) NO MATTER what I do.…
0
votes
2 answers

CSS Drop down menu is hiding behind a div (already tried z-index)

I´m trying to place a CSS sub-menu over a div, and I already tried using z-index, but it´s still not working. Here is the HTML code: Concurso
user3753054
  • 1
  • 1
  • 3
0
votes
3 answers

Hiding TextBox behind a DIV by using z-index property

Is there any way to hide the text box behind a DIV ? I have a textbox which is supposed to be disabled so that user can not change the text. But i have onclick() event on the same textbox. If i am using "disabled-disabled" then onclick event is not…
Lokesh Yadav
  • 1,574
  • 5
  • 23
  • 50
0
votes
0 answers

Why Java RMI Callback doesn't work behind NAT router?

I'm trying to do callback on Java RMI with a simple program, and it works OK in localhost and LAN, but I have problems doing that behind a NAT router. I get connection refused if my server implementation extends UnicastRemoteObject. If I don't…
Barrendeitor
  • 506
  • 1
  • 3
  • 14
0
votes
3 answers

ASP.NET passing variables from web form to code behind

i'm developing a web application for my company, but i'm coming up against a very simple problem that i don't now how to resolve. I search a lot on internet but i can't find anything. I need to call a code behind method from an asp.net controls…
0
votes
1 answer

Is there any way to make buttons behind a div clickable, without disabling the buttons IN the div?

I have a webpage that uses an iFrame to load a dynamic header (long story short, we have a big site which includes a Shopify page; every other page on the site uses an Ektron widget to load the header, but I can't do that in the Shopify code, so…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
0
votes
1 answer

asp net c# code behind bind textbox to textbox

Hello i have a calculations page and has many textboxes created dynamically. What i want to do is when the first textbox value changed, change the others code behind without using javascript or events. Is there any way to bind textBoxes like this.…
0
votes
1 answer

Hidden speech bubbles CSS effect underneath other boxes

I am an illustrator building my first portfolio website. To annotate my illustrations I am having hidden speech bubbles with text appear when you hover over an image this can be seen in this demo (the first two blocks) However the speech bubbles…
user3466579
  • 31
  • 1
  • 6
0
votes
1 answer

align div aside div to center of table CSS - PHP

How to align div aside another div and centralize it in a table? echo ''; echo ''; echo '
'; …
user3050478
  • 272
  • 3
  • 19
0
votes
1 answer

How do I capture desktop screenshot behind full screen form?

I have a full screen form to block all inputs. How to capture screenshot of all desktop behind this form? In other words, how to take a printscreen without appearing this form that is in front of the screen? I'm writing a remote access software. I…
user2786535