Hey all.
I'm making a new skin, but i have a problem.
I want to make some links in my menu, for the new stuff in FM08
Normaly i use this code for making them,
Quote:
<widget class="text_button" text="Finances" auto_size="all">
<event id="click_event" event_id="GMFI" event_target="scrn"/>
<attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/>
<!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. -->
<record id="mouse_entered_event">
<flags id="event_id" value="inte" />
<flags id="event_target" value="qlhi" />
<string id="hint" value="Finances"/>
</record>
<record id="mouse_exited_event">
<flags id="event_id" value="intx" />
<flags id="event_target" value="qlhi" />
<string id="hint" value="" />
</record>
But what ID do i have to use when i want to make these:
Inbox
Transfer Centre
Competetion