kyler Posted December 23, 2006 Posted December 23, 2006 $field = GUICtrlCreatePic("C:\PS\field1.bmp",50,70,648,315) GuiCtrlSetState($field,$GUI_DISABLE) $graphic = GUICtrlCreateGraphic(0,0,705,410) okay... i think i'm misunderstanding the help file because that defenitely isn't working. I want the graphic to be overlaping the picture of the field so that i can have wayopints appear on the picture. I'm sure theres something simple I'm missing but I'm not sure what it is and I've been trying this same simple thing for over an hour now. Any help is very appreciated.
James Posted December 23, 2006 Posted December 23, 2006 Try having the commands the other way around. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
kyler Posted December 23, 2006 Author Posted December 23, 2006 nope, still not working... would it help if i posted my whole (800 + line) script?
James Posted December 23, 2006 Posted December 23, 2006 Attach it yes, dont post it in code. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
kyler Posted December 23, 2006 Author Posted December 23, 2006 okay here it is but the picture of the field is too big to upload. You can find it at http://img357.imageshack.us/img357/5642/field1ui7.png (but it convereted it from a /bmp to a .png so you'll need to change that) hope you can help me. The script is by NO means tidy buecause i'm in the middle of updating just about everything, sorry.ps_5.0.au3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now