Is there an easy way to resize a checkbox in Flex? I want to make the checkbox bigger, but next to it is the same font size. Thank!
I used scaleX and scaleY. I think the syntax is scaleX = "1.5" scaleY = "1.5" to make it 50% bigger.
I would suggest that you can programmatically uncheck the box, but I never did that. Just increase the w and h passed from the updateDisplayList (w: Number, h: Number) function when creating the program skin.
, albiet hacky, . , "". , , .
Source: https://habr.com/ru/post/1725231/More articles:jQuery MultiFile - how to clear / reset? - jquerysqlite3_open - problems checking if the file is a sqlite3 database - c ++TIFF multi-page image splitting - with .NET and IronPython - splitHow can I sign an OSGi package with Ant without overwriting the contents of MANIFEST.MF? - javajava different sorting methods for one dataset - javaразница между параметрами -h и -o в cc (С++) - c++The most efficient tree structure for what I'm trying to do is c ++How to fill in blanks in a date in MySQL? - sqlWhat is a test management template - unit-testingDjango 1.1 - comments - 'render_comment_form' returns TemplateSyntaxError - pythonAll Articles