Questions tagged [behind]

54 questions
0
votes
2 answers

How to get the type of a container (e.g. int, double,...) from a template? C++

I am trying to create a C++-Printing-Function, which prints any STL-Container by the copy-algorithm and a userdefined header before. My problem is, I have to print it by the copy-algorithm, so i would need the type of the template for the…
0
votes
1 answer

Android bringToFront GridView Issue

I'm developing an app which contains an image at the upper half of the screen and a gridview in the half below, like this:
jennymo
  • 1,450
  • 1
  • 18
  • 43
0
votes
1 answer

run an .exe file onload in VB.NET codebehind

i have song data (title and artist) that display on a web page. I would like to display this info on a twitter account and have found this great twitter .exe file that will tweet what ever i want to the twitter account. How do i simply run an .exe…
D-Dawgg
  • 117
  • 1
  • 2
  • 9
0
votes
3 answers

Divs are going out of the parent div

I'm currently working on a webpage. Basically it's two sections. The main section is taking up all of the screen that the sidebar on the right isn't. The sidebar is fixed and set to 250px wide. The main section is set to 100% width with a…
0
votes
1 answer

colorpicker appear behind my ajax control toolkit modal popup

My modal css settings are: .ModalWindow { background-color: #FFFFFF; position: absolute; top: -1000px; display: block; z-index: 1000; border: 0px solid #000000; border-radius: 6px; } I haver a textbox in y modal popup and the color…
Gurizao
  • 45
  • 1
  • 3
0
votes
1 answer

2 RelativeLayouts in one layout

I've decided to use 2 RelativeLayouts for my app, one Layout for one portion of child Views on the screen to the left, the other for child Views to go to the right. The problem is I don't know how to lay them out in XML so that the middle white…
Faris
  • 81
  • 1
  • 6
-1
votes
1 answer

How to the logo remain in the same position if i modified the margin

I have a logo behind a text and everytime i modified a margin from another div it's change the position. First is from PUG and 2nd is from css .column(span="row") h1.first-title Bmw M4 img(src="asset/image/M-emblem.png", alt="").icon__M…
AndreiN
  • 47
  • 8
-1
votes
1 answer

Incorrect data being binded in code behind c#

I am using the following code in my code behind to pull data from SQL in my class library. The SQL is seemingly be pulled correctly, as the line: int whatis = Convert.ToInt32(Global.rowcount); shows the correct number of rows for the result of the…
badgerless
  • 45
  • 8
-1
votes
1 answer

Line behind text on H1 tag

I need to create line behind text. I have check many propositions from google but nothing is working. I have screenshot, what I need to do. Really thanks for help :)
mgmaciekmg
  • 63
  • 1
  • 11
1 2 3
4