Cassandra Posted February 19, 2013 Share Posted February 19, 2013 I don't know why but the image doesn't shows up. src="image\logo.png" /> register["imgLogo"] = guiCreateStaticImage(82, 22, 202, 184, "image\logo.png", true, register["main"]) All other things working perfectly. Link to comment
Vision Posted February 19, 2013 Share Posted February 19, 2013 Try this register["imgLogo"] = guiCreateStaticImage(82, 22, 202, 184, "image\logo.png", false, register["main"]) Link to comment
Cassandra Posted February 19, 2013 Author Share Posted February 19, 2013 Nevermind fixed it. The coordinates and the path was the problem. Link to comment
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