Cornelis Posted January 8, 2013 Share Posted January 8, 2013 Hi, I've got some problems with editing my login script (Login script made for: my gamemode) This is the code I'm using. The error I get is when I try to click on the edit, the cursor inside the edit isn't showing and I can't write in it... createCharacterWindowNameEdit = guiCreateEdit (0.475, 0.095, 0.475, 0.065, "", true, createCharacterWindow) guiEditSetMaxLength (createCharacterWindowNameEdit, 15) guiSetProperty (createCharacterWindowNameEdit, "AlwaysOnTop", "True") Picture: Thanks, Cornelis. Link to comment
Castillo Posted January 8, 2013 Share Posted January 8, 2013 That sounds like the edit is not enabled, maybe something is overlaping it, although, you set the "AlwaysOnTop" property. Link to comment
Cornelis Posted January 8, 2013 Author Share Posted January 8, 2013 Like you see in the picture I used a gridlist to made it look a bit better,, so that's why I'm using "AlwaysOnTop". Could that be the problem? Link to comment
Castillo Posted January 8, 2013 Share Posted January 8, 2013 Could be the problem, have you tried it without "AlwaysOnTop" enabled? Link to comment
Cornelis Posted January 8, 2013 Author Share Posted January 8, 2013 Even why I'm not using "AlwaysOnTop" it ain't working Link to comment
Castillo Posted January 8, 2013 Share Posted January 8, 2013 I found your problem, you set the "AlwaysOnTop" property to the character name label as well, which is overlaping the edit. Remove this: guiSetProperty (createCharacterWindowNameLabel, "AlwaysOnTop", "True") Link to comment
Cornelis Posted January 8, 2013 Author Share Posted January 8, 2013 I didn't deleted it, but I just editted the sizes! Thanks for helping me!! Link to comment
Castillo Posted January 8, 2013 Share Posted January 8, 2013 Yeah, that was another option. You're welcome. 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