• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Van Zeng · Apr 10, 2013 at 03:03 PM · prime31uitoolkit

How to Use a UIToolkit button to control other UI elements?

 var a = UIButton.create("a_1.PNG", "a_2",0,0);
 a.onTouchUpInside += onTouchUpInsidea;

void onTouchUpInsidea (UIButton obj) {

}

First of all, this is how to init a UIButton of UIToolkit by Prime31. In the method onTouchUpInsidea, I got only one parameter, obj. Therefore, I can only control the button itself, or some other UIButton.

What if I'd like to control multi-ui elements? I cannot pass multi parameter into onTouchUpInsidea. And I'd like to set these UI elements local vars, instead of some class properties in the beginning of the class.

Actually I have to say that I'm not familiar with the delegate and event system of C#. But I'm thinking about that gotta be some approach for controlling multi buttons in UIToolkit.

Thank you very much.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by dodgeThis · Apr 30, 2013 at 10:21 PM

I'm not sure if this is what you are asking for, but here is how I made one button change another button to be selected:

     UIToggleButton applyButton = UIToggleButton.create("VSS_ItemW.png", "VSS_ItemW__.png", "VSS_ItemW__.png", 0, 0); 
     UIToggleButton button6Button = UIToggleButton.create("VSS_Button6.png", "VSS_Button1.png", "VSS_Button1.png", 0, 400); 
     applyButton.onToggle += (sender, newValue) => button6Button.selected = newValue;

When 'applyButton' is clicked 'button6Button' is also set to be selected. I'm assuming that instead of 'button6Button.selected = newValue;' you could have it call a function.

I have only used this toolkit for 3.5 hours today so that's the extent of my knowledge :P. Good Luck!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

11 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

image stretched when packing textures in large size 1 Answer

Prime31 UIToolkit does not work after building it 0 Answers

Does UIToolkit currently support rotated sprite from TexturePacker Pro? 0 Answers

UI Toolkit, Gray out a button using a second button 1 Answer

About the shader of UIToolkit 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges