SoFunction
Updated on 2025-04-02

The problem of font bolding in Flex can only be bold in English fonts

  • Switching sample code through RadioButton in Flex

    This article mainly introduces the sample code for switching through RadioButton in Flex. Friends who need it can refer to it
    2014-02-02
  • How to upload local pictures and browse them in advance

    The personal avatar needs to be uploaded to the server's file system, but the program hopes to have a preview directly after the user selects it. For this problem, there is a rough implementation below, I hope it will be helpful to everyone.
    2014-01-01
  • flex custom button skin example attached with picture

    This article mainly introduces how to customize button skins with flex. Friends who need it can refer to it
    2014-04-04
  • Flex implements uploading camera to take photos and save the UI as a picture

    This article mainly introduces how Flex uploads cameras to take photos and saves the UI as pictures. Friends who need it can refer to it
    2014-05-05
  • Flex regular expression to judge Chinese or full-width character code

    The length of the text box value is the number of characters, not the byte length. If it contains Chinese or full-width characters, one character is 2 bytes. Let me share with you the specific judgment method. Interested friends can refer to it.
    2013-07-07
  • Solution to implement DataGrid highlighting data function by flex

    The native DataGrid cannot achieve the desired effect at all. At present, it is usually to rewrite the native DataGrid. You just need to rewrite a class to rewrite the drawRowBackground method.
    2013-10-10
  • Flex Gets Small Examples of Weeks of Every Month

    This section mainly introduces how to obtain Flex in which week of each month. Friends who need it can refer to it
    2014-07-07
  • flex actionScript read file sample code

    This section mainly introduces the implementation code of flex actionScript to read file. Friends who need it can refer to it
    2014-07-07
  • Two ways to output files to local

    There are two ways to output files to the local area in flex: File and FileRefreence. You can take a look at the following example code.
    2014-10-10
  • FLEX adds scrollbar implementation ideas and code to the page

    There are many ways to add scroll bars to the page. Use js to get the width and height of the browser window, modify the style according to the width and height of the browser window, and let the scroll bar appear. The specific implementation is as follows. Friends who need it can refer to it.
    2013-11-11