PDA

View Full Version : 517 - DM Generic UI broken



rpalmer68
April 19th, 2007, 05:08 PM
I've just updated to .517 and now I can't see my Device Manager controls in Generic Action UI.

If I open an existing Generic DM action in my tree I get the following in the Console log and the UI doesn't have any of my DM controls (Volume, Preset etc) shown.


TreeScript (golua): ... Files\Promixis\Girder5\/plugins/treescript/init.lua:68: attempt to index local `control' (a nil value)
stack traceback:
... Files\Promixis\Girder5\/plugins/treescript/init.lua:68: in function `BuildStringsI'
...is\Girder5\/plugins/treescript/Device Manager UI.lua:2603: in function <...is\Girder5\/plugins/treescript/Device Manager UI.lua:2584>
...is\Girder5\/plugins/treescript/Device Manager UI.lua:2674: in function <...is\Girder5\/plugins/treescript/Device Manager UI.lua:2658>


The "select device" frame is correct, but the "Value" frame just has "CCF Code" and a couple of label boxes in it.

The Generic actions still work, but the UI seems to have broken.

Of course maybe something has changed and I need to change my provider file to populate the UI.....???

Richard

Promixis
April 19th, 2007, 06:35 PM
Just noticed that here :(

Fixed.

Attached. Goes in plugins\ui

rpalmer68
April 19th, 2007, 07:39 PM
:cool:
Just noticed that here :(

Fixed.

Attached. Goes in plugins\ui


That did it!

Thanks.