Code:
LEGEND:
- = Removed
+ = Added
* = Changed
! = Major code change
# = Bug fix
^ = Note
12/17/2011
------------------------------------------------------------------------
# fix for check for Cache folder existence, would fail to create on FRESH installs
12/16/2011
------------------------------------------------------------------------
# Tweaks to Video load, added checks for missing or empty "videos.m3u8".
+ ONEvents; "ONLBLPRESS", "ONINDPRESS", "ONSLDPRESS".
+ User Var; "RRScreenObjectID" contains the resulting Screen Object (button, label, indicator, slider) ID.
when OnEvent "ONBTNPRESS", "ONLBLPRESS", "ONINDPRESS", "ONSLDPRESS" is fired.
12/14/2011
------------------------------------------------------------------------
+ New option "OPT_NOFOCUS" for Screen Object Definition "AX", this will cause the embedded window
to keep its focus even when RR skin is clicked on (no flashing of embedded window)
ex. AX,0,0,800,450,"OPT_NOFOCUS"
this will embedd the window at (0,0) 800 wide, 450 tall, with the NO_FOCUS option.
+ New option "OPT_BACKCOLOR#RRGGBB" for Screen Object Definition "AX", this will cause the embedded window
background color to be set. (in most cases this is not needed)
ex. AX,0,0,800,450,"OPT_BACKCOLOR#000000"
this will embedd the window at (0,0) 800 wide, 450 tall, with the Black Background
+ Screen Object Definition; AX, eXtended Application embed area define
ex. AX,0,0,800,450, "optionlist"
options;
OPT_NOTOUCH - do not remove window boarders
OPT_NOFOCUS - do not lose focus on application when RR screen elements are clicked.
OPT_BACKCOLOR#RRGGBB - set background window color to RRGGBB.
OPT_PARENT - embedded window parent window set to RR. (advanced)
OPT_ATTACHINPUT - sets the embedded windows input proccessing to RR's. (advanced)
ex. AX,0,0,800,450,"OPT_NOTOUCH,OPT_NOFOCUS"
12/10/2011
------------------------------------------------------------------------
# tweaks to TagToTitle, for when tag data is missing
+ On error screen, pressing any key will exit the error screen
12/9/2011
------------------------------------------------------------------------
# ML if tags data is missing, resulted in blank line (aka .cda files)
# In All VB6 based Radio Modules, fixed bad reference to textbox object on numosk/osk skin
12/5/2011
------------------------------------------------------------------------
# Custom source properly deactivated on suspend
Bookmarks