SmartClient Version: SNAPSHOT_v13.1d_2024-10-17/Enterprise Deployment (built 2024-10-17)
Hello, I’ve noticed the following WARN messages in my application's dev console:
and:
These warnings seem to appear because I’m using isc.DataSource.combineCriteria to merge two criteria and then applying the result to the visibleWhen property of an AdaptiveMenuItem.
Although the code seems to work fine, I’m concerned whether this approach might be unsupported or potentially problematic.
Hello, I’ve noticed the following WARN messages in my application's dev console:
Code:
12:04:33.595:TMR8:WARN:FilteredList:isc_FilteredList_3 (dataSource: isc_DataSource_3, created by: undefined):removeAt(): No valid record at position 0 to remove
Code:
12:19:32.492:WARN:FilteredList:isc_FilteredList_2 (dataSource: isc_DataSource_3, created by: undefined):addAt(): cannot add {title: "Chiudi", icon: "sprite:svg:[APP]/webjars/FontAwesome/6.5..."[68], enableWhen: Obj{_constructor:AdvancedCriteria}, visibleWhen: Obj{_constructor:AdvancedCriteria}, click: [o]ToolStripButton.click(), getAdaptiveMenu: getAdaptiveMenu(), _member: [ToolStripButton ID: planningScuolaCalcioModaleAdaptiveMenu_inlineMenuItem_isc_OID_40], _visibleWhenHidden: false, _adaptiveHidden: true} as the ResultSet already contains this object.
Although the code seems to work fine, I’m concerned whether this approach might be unsupported or potentially problematic.
Comment