fehaar / FFWD

This is the FFWD framework for XNA, that allows you to port Unity3D games to XNA for use on WP7 or XBox360 (XBLIG)
Microsoft Public License
133 stars 36 forks source link

GUISkin & GUILayout.Button issue #46

Open stanleyjoy opened 12 years ago

stanleyjoy commented 12 years ago

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 commented 12 years ago

No comment on this???

InitoryDad commented 12 years ago

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