ioan
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
10:44 AM
Re: Is it possible to have an event loop inside a Scene?
Thanks again. I'll have to buy you a beer very soon.
Another question and I hope this will be last one in a while (I started to understand the flow of scenes), can I have a "myutils.brs" file with common functions? I tried putting it in "components" in "source" but none of the functions can be found when I call them in code.
Another question and I hope this will be last one in a while (I started to understand the flow of scenes), can I have a "myutils.brs" file with common functions? I tried putting it in "components" in "source" but none of the functions can be found when I call them in code.
https://github.com/e1ioan/
http://rokucam.com
http://rokucam.com
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
10:56 AM
Re: Is it possible to have an event loop inside a Scene?
"ioan" wrote:
Another question and I hope this will be last one in a while (I started to understand the flow of scenes), can I have a "myutils.brs" file with common functions? I tried putting it in "components" in "source" but none of the functions can be found when I call them in code.
RSG B/S does not see implicitly the files in /source - and i think not in /components - you'll have to use <script uri="..."> to include the relevant sources in each concerned component, see https://sdkdocs.roku.com/display/sdkdoc/component
- « Previous
-
- 1
- 2
- Next »