i m trying to modify a basic class without success.
my idea is to change a parameter in the button.as file and then make a
new swc file so it will apply to my all application.
i m using the files under "FlexforFlash" library and editing the
Button.as file at \FlexforFlash\Flex Classes\mx\controls.

i just changed from: 
var __label:String  = "";

to:
var __label:String  = "bazz";

only to see if it works... it supposed to write this "bazz" when there
is no label in the btn.
but its not working!

(i've tested for a graphic change in the same swc and it does apply,
meaning i m doing the swc correctly)

plz help





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to