|
|
Re: changing alert property at runtime [message #85046 is a reply to message #85040] |
Tue, 25 May 2004 01:46 |
Anupam
Messages: 62 Registered: July 2001
|
Member |
|
|
sorry Pinky u cant change the background color of alert.
but u can change some property of alert at run time.
as follows
changing message at run time
set_alert_property('alert_name',alert_message_text,'ur message');
changing button label
for changing the button u have to give the constant as want to change the first button then alert_button1 or second button alert_button2 and so on
set_alert_button_property('alert_name',alert_button1,label,'YES');
and third and last u can change the title of alert
set_alert_property('alert_name,title,'UR_TITLE');
|
|
|