Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the layout not to be closed, it´s a little more complicated:
In the layout tool, copy the Item Selection and Item Target Selection Layout. (You can only change things, when you make a copy or create a new layout)
------------------------------------------------------------------
So... In both layouts there are 10 Items listed. When you click on the container button look to the right under control. There you can set an action (which is executed when you click on the item) Set the action to "Call Common Event" for all of the 10 containers.
------------------------------------------------------------------
Now, there is a problem: you can only choose one common event to be executed. But I´m sure, you want different actions for different items, right? So you need to make a common event, which checks, what item was selected. In the layout properties, you can set a variable to assign a selection result. You´ll need to check this variable via conditional branching and finally, call the common event you want to be executed.