Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUISkin & GUILayout.Button issue #46

Open
stanleyjoy opened this issue May 3, 2012 · 2 comments
Open

GUISkin & GUILayout.Button issue #46

stanleyjoy opened this issue May 3, 2012 · 2 comments

Comments

@stanleyjoy
Copy link

GUISkin:
The custom style present in GUISkin was not able to put on the button control that I had. It threw an overload error stating that I was using string instead of a style.

GUILayout.Button:
The GUILayout.Button issue which I had looks simple only thing is I have no bloody clue in solving it.
This is what I have at the moment in XNA.
if (GUILayout.Button(empty,"ArrowCW",GUILayout.Width(75), GUILayout.Height(75)))
{
//Do Something
}
However Pressplay.FFWD.GUILayout does not have a definition for both height and width.
Stan

@stanleyjoy
Copy link
Author

No comment on this???

@InitoryDad
Copy link

GUIStyle is not available on my wp proj. :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants