You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
Hai all.......
iam created a flex application in that i used a alert
message contain 3 button
namely YES,NO,CANCEL ,the problem is when i give font
size verdana 11.
CANCEL button not displaying completly shoing as
CAN..
So if any one know one remedy tel me.........
vRat
unread,
Apr 2, 2008, 5:14:06 AM4/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
hey
by default Alert's buttonWidth is 60.
by changing buttonWidth as par requirement
may u can solve ur prob
i.e. Alert.buttonWidth = 80 // as par requirement
--Virat Patel
Rahul Sood
unread,
Apr 2, 2008, 5:16:18 AM4/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
U might want to use a Custom Popup Window, using PopUpManager.
Plz check previous posts on this.
regds,
Rahul.
Kalpataru Roy
unread,
Apr 2, 2008, 7:21:07 AM4/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
You can also change the size of Alert box
var myAlert:Alert = Alert.show( "Hi","Title",Alert.YES|Alert.NO,this,myCloseHandlert );