hayewood
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2021
11:50 AM
Cannot set domain field when it is labeled as READ_WRITE
According to the documentation on Dynamic Keyboards (DynamicKeyboardBase ) the domain field is meant to be READ_WRITE and is meant to be updated when set to a specific string such as "alphanumeric", "generic", "numeric" etc. However, when setting this field, it remains invalid and does not update accordingly.
print m.keyboard.domain m.keyboard.domain = "numeric" print m.keyboard.domain
This code will print:
invalid invalid
Is this a bug with DynamicKeyboardBase?
1 REPLY 1


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2021
10:15 AM
Re: Cannot set domain field when it is labeled as READ_WRITE
Hi @hayewood,
This is scheduled to be fixed in the next Roku OS update. For now, setting the field value works correctly, but printing the field value will always print "invalid".