kfglkfgl Posted October 24, 2015 Share Posted October 24, 2015 Primeiramente boa tarde...estou montando um painel de login...dai decidi botar uma imagem nele utilizando está função : guiCreateStaticImage, dai quando a imagem inicia, os icones, botoes e tudo mais que coloquei fica bem atraz da imagem e n da para fazer nada...Oq poderia fazer ?? Aqui está a linha que estou usando para aparecer a imagem! GUIEditor.staticimage[3] = guiCreateStaticImage(0.00, 0.00, 1.00, 1.00, "Arquivos/ImagemL.png", true) guiSetAlpha(GUIEditor.staticimage[3], 0.49) EN: First good afternoon ... I'm putting together a panel login dai ... I decided to put an image on it using this function: guiCreateStaticImage, hence when the image starts, the icons, buttons and everything else that is well put atraz image to the en do anything ... Oq could do: cry: ?? Here is the line I'm using to display the picture! GUIEditor.staticimage[3] = guiCreateStaticImage(0.00, 0.00, 1.00, 1.00, "Arquivos/ImagemL.png", true) guiSetAlpha(GUIEditor.staticimage[3], 0.49) Link to comment
DNL291 Posted October 26, 2015 Share Posted October 26, 2015 Pra que serve essa imagem? Se for só como background é só desativar ela com guiSetEnabled e deixá-la atrás dos outros elementos da janela. 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