Set a string from DialogKaiToast
#1
Hello all,

I was just wandering if it is possible to set a skin string from the message in the DialogKaiToast window ?

I am asking this because i am trying to create a notification section in my skin that will list your recent notifications.

On the message label in the DialogKaiToast window it uses :

PHP Code:
$INFO[Control.GetLabel(402)] 

For the main notification message.

I have already tried doing :

PHP Code:
<onload>Skin.SetString(Kai1$INFO[Control.GetLabel(402)])</onload
and
PHP Code:
<onload>Skin.SetString(Kai1Control.GetLabel(402))</onload

And this didn't do anything, the string Kai1 is still empty.

I really don't understand why it's not working because if i try and set a string for the label in a different window it works fine.

Thanks in advance for any help or suggestions.
Reply

Logout Mark Read Team Forum Stats Members Help
Set a string from DialogKaiToast0