Corgalore
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012
09:59 PM
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!
Thanks!
3 REPLIES 3
MazeWizzard
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2012
05:31 AM
Re: Source Code For ro Components
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.

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2012
08:41 AM
Re: Source Code For ro Components
Most of the built in components are not written in Brightscript.
--Mark
--Mark
Corgalore
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2012
03:01 PM
Re: Source Code For ro Components
"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?