I was wondering if there have been changes to the way a widget slider is implemented? I have not made any code changes, I only downloaded a new daily build.
release used: 2017.3044 (did not use 3043 because on a mac and had the disk image error)
I have since tried 3046, 3047 and 3048 releases and I still have the same error
When the slider is initialized I now get a runtime error.
ERROR: Runtime error
?:0: attempt to perform arithmetic on field ‘x’ (a nil value)
stack traceback:
?: in function <?:448>
(tail call): ?
?: in function <?:119>
(tail call): ?
/Volumes/TOSHIBA EXT/CoronaDevelopment/BlockR/View/options.lua:229: in function ‘?’
?: in function ‘dispatchEvent’
?: in function ‘showOverlay’
/Volumes/TOSHIBA EXT/CoronaDevelopment/BlockR/View/mainmenu.lua:89: in function ‘_onEvent’
?: in function ‘?’
?: in function ‘?’
?: in function <?:182>
Handling the unhandled error ?:0: attempt to perform arithmetic on field ‘x’ (a nil value)
This happens at the following code: (portion of code included in pdf)
musicSlider = widget.newSlider(options)
It will then place the slider up in the top left hand corner.
I do use my own image sheet for the slider. But once again I have not changed my program code. I have defaulted back to release 2017.3040 where the slider works with no problem.
Since changes were made to the slider in release 3043 I was wondering if something has changed in the way the slider is set up? I looked for any information online and have not found anything.