Questions tagged [bringtofront]

68 questions
1
vote
1 answer

Bring a group of markers to front in leaflet

I am attempting to map some densely-located locations on leaflet in rShiny with awesomeMarkers. I have tried a variety of methods, but what I would like is to have a certain group of markers appear above other markers. I have provided a small…
seabass20
  • 227
  • 3
  • 14
1
vote
0 answers

View Order of Framelayout

Here is the sample code: FrameLayout Root = new FrameLayout(this); this.addContentView(Root, LayoutParam0); setContentView(this); GLSurfaceView gls = new GLSurfaceView(this); Root.addView(gls,0, LayoutParam1); View view = new…
1
vote
1 answer

Bring view to front even if it not in right hierarchy order

I know that "how to bring view to front", was asked many time, and I don't look for another : self.bringSubview(toFront: myView) My problem why this is not working is, that I have different hierarchical structure. I have UIView on witch I add…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
1
vote
0 answers

How to bring to front only specific views

I have an special use case where I have an an custom FrameLayout which contains 2 custom views. I will call it MyWrapperFL. I have another custom view, which is outside this custom FrameLayout. All of this is wrapped inside an basic FrameLayout. So…
Ionut Negru
  • 6,186
  • 4
  • 48
  • 78
1
vote
1 answer

TouchesBegan with bringSubviewToFront

I am working for Gestrue Recognizer with many UIView for rotation, pinch and pan action in a view. My question is how to make one of my UIView bringSubviewToFront when I touched, for example, like my photo, I want green one bring to front when I…
Zoe
  • 121
  • 1
  • 2
  • 8
1
vote
0 answers

Is there a command line argument to bring java to front?

I have an executable jar file but no access to the code so I cannot use any method to like myFrame.toFront(); or myFrame.someThingElse(); to bring the window to the front. But every time I do java -jar something.jar a window opens behind everything…
I J
  • 47
  • 6
1
vote
0 answers

Android 5.1+ / bring call screen on top during a call

Under certain conditions, I need to bring the dialer on top during an ongoing call. I used to use activityManager.getRunningTasks to look for "com.android.phone", and then use the activityManager.moveTaskToFront to bring the in-call screen to the…
user3566056
  • 224
  • 1
  • 12
1
vote
1 answer

Bring to front a view over foreground image of a frameLayout

I have a frame layout with a foreground image shown below.In my frame layout i have a text view but it is not seen because it stays behind of foreground image.How to take it front over foreground image?
1
vote
1 answer

How to get Id of TextView on the front?

If I have layout like this, how to get the id of the TextView on the front after I use bringToFront on any of this TextView?
Tuss
  • 935
  • 1
  • 8
  • 14
1
vote
1 answer

Bring multiple images front in order

I have a problem with bringtofront method. I use many images at once. All moves ceaselessly. I want to change z index of images depends on their coordinates. Is there any way for that? I may check coordinates of every images when i move an image.…
nadirg
  • 25
  • 6
1
vote
4 answers

How to bring MDI Child Form To Front?

Overview: I have an MDI Parent Form in which I load other forms. After loading the second form, I can no longer bring the first one to the front. Description: On the parent form I have a menu strip containing 2 menu items; Home and Search. Each…
suchislife
  • 4,251
  • 10
  • 47
  • 78
1
vote
0 answers

GTK sharp (re)presenting a clicked window (Ubuntu)

For a project I need to make a popup which should be "re-useable" under Gtk-sharp (2.12). I am developing under Ubuntu (14.04, LTS), Monodevelop (4.0.12) When calling an update function it should refresh the information and show itself to the user.…
R.Tukkers
  • 11
  • 1
1
vote
1 answer

SetForegroundWindow not working, how to check Class/Caption names

I have a program which runs in the background, and when something happens a message box appears, I want to have it so clicking yes will switch to a specified program. I just can't find what ClassName and CaptionName work with it, I need it to work…
bob
  • 209
  • 1
  • 2
  • 12
1
vote
2 answers

How to bring an OpenDialog hidden by another window to the front

I have an application with multiple forms and a separate taskbar button for each form. Let's say form2 displays an OpenDialog, I click away to another maximized application covering the full screen area, then I go back to form2 by selecting it's…
Steve
  • 2,510
  • 4
  • 34
  • 53
1
vote
2 answers

Bring MDIChild form to front if already open

I've been struggling to get this to work...I have a button on a MDIchild form that opens another MDIchild form, but if the form is already open, it does not recognize it and opens a new one instead of bringing it to front. This is the code i've…
OMGSOMETAL
  • 126
  • 2
  • 11