View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001536 | NoesisGUI | C++ SDK | public | 2019-08-13 18:45 | 2019-08-22 01:29 |
| Reporter | steveh | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 2.2.1 | ||||
| Summary | 0001536: Can't bind to array index element - "Array properties can't be boxed" | ||||
| Description | Hi guys, trying to bind to a fixed array declared in a data model. This works fine in Blend but I hit an assert in the C++ API here: template<class T, uint32_t N> This is my data model // C# // WPF // C++ .h // C++ .cpp NS_IMPLEMENT_REFLECTION(Baz) NS_IMPLEMENT_REFLECTION(Foo) | ||||
| Steps To Reproduce |
| ||||
| Platform | Any | ||||