Forum Discussion

Corgalore's avatar
Corgalore
Visitor
14 years ago

Source Code For ro Components

Is it possible to get the BrightScript source for some of the built-in components? For example, I'd like to use the Pin Entry dialog for a zipcode entry dialog, except the digits are masked. It would be nice to have the source so I can add a method for pinDialog.SetSecureText(false) and use that component for many more things.

Thanks!

3 Replies

  • Heh. I can't speak to the source code part of the question, however, be advised that international zip codes can contain alpha chars too (i.e. Canada). You may just wish to throw up a keyboard and try to verify it on the back end after entry.
  • Most of the built in components are not written in Brightscript.

    --Mark
  • "MazeWizzard" wrote:
    Heh. I can't speak to the source code part of the question, however, be advised that international zip codes can contain alpha chars too (i.e. Canada). You may just wish to throw up a keyboard and try to verify it on the back end after entry.


    Eh, I suppose. Do you know if it's possible to default the selection to the number portion of the keyboard?