Hey everyone,
First off id like to say that I am very new to this, so just bear with me :p
Basicaly, on my current crosshair, I have a circle and a cross inside the circle.
What I am trying to do is add an even smaller red cross inside the first.
Here's how it looks like : http://hpics.li/ea0cb5c
And in big: http://hpics.li/b9caa49
However, I cannot seem to center the cross. It is two line (horizontal and vertical), but whatever I seem to do, I cannot get them perfectly in the middle, here is the code for those. Decimal values don't seem to work
"HorizontalLine"
{
"controlName" "ImagePanel"
"fieldName" "HorizontalLine"
"xpos" "c-2"
"ypos" "r240.5"
"zpos" "1"
"wide" "3"
"tall" "1"
"fillcolor" "255 0 0 255"
"visible" "1"
"enabled" "1"
}
"VerticalLine"
{
"controlName" "ImagePanel"
"fieldName" "VerticalLine"
"xpos" "c-1"
"ypos" "r242"
"zpos" "1"
"wide" "1"
"tall" "3"
"fillcolor" "255 0 0 255"
"visible" "1"
"enabled" "1"
}
Thanks for the help :)
Hey everyone,
First off id like to say that I am very new to this, so just bear with me :p
Basicaly, on my current crosshair, I have a circle and a cross inside the circle.
What I am trying to do is add an even smaller red cross inside the first.
Here's how it looks like : http://hpics.li/ea0cb5c
And in big: http://hpics.li/b9caa49
However, I cannot seem to center the cross. It is two line (horizontal and vertical), but whatever I seem to do, I cannot get them perfectly in the middle, here is the code for those. Decimal values don't seem to work
[code]
"HorizontalLine"
{
"controlName" "ImagePanel"
"fieldName" "HorizontalLine"
"xpos" "c-2"
"ypos" "r240.5"
"zpos" "1"
"wide" "3"
"tall" "1"
"fillcolor" "255 0 0 255"
"visible" "1"
"enabled" "1"
}
"VerticalLine"
{
"controlName" "ImagePanel"
"fieldName" "VerticalLine"
"xpos" "c-1"
"ypos" "r242"
"zpos" "1"
"wide" "1"
"tall" "3"
"fillcolor" "255 0 0 255"
"visible" "1"
"enabled" "1"
}
[/code]
Thanks for the help :)
The only thing I can think of doing is decreasing/increasing the size of it and going from there. Or you could pickup a new monitor/resolution, but that might be too much work.
The only thing I can think of doing is decreasing/increasing the size of it and going from there. Or you could pickup a new monitor/resolution, but that might be too much work.
Use images that are equal to your current resolution size and center it that way
Use images that are equal to your current resolution size and center it that way