Manage Defines Water not workin

Add a new Define is not working in Water, can not change the name

Well, this is embarrassing…

        protected override void tableView(FCETableView! tableView) setObjectValue(object? newValue) forTableColumn(FCETableColumn? tableColumn) row(int row)
        {
            if (newValue is FCECheckedState)
            {
                setCheckedState(newValue as FCECheckedState) forRow(row);
            }
            else if (newValue is string)
            {
                #hint todo: rename
                //setArgument(newValue as string) forRow(row);
            }
        }

Fixed.

I’ll send you a new build later, as you also need the fix for that compiler issue that wasn’t fixed earlier…

Or not, there’s some other unrelated build problems that it’s getting too late to sort out. Tomorrow’s another day :wink:

1 Like

Up now.