Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » ArrayCtrl - index-less
ArrayCtrl - index-less [message #61737] |
Fri, 18 July 2025 19:30 |
devilsclaw
Messages: 74 Registered: August 2022
|
Member |
|
|
So what I want and not sure if possible. It might be if I am reading this correctly
Quote:Note: in the current U++ version, the implementation of index-less columns (arrays with external data not stored in the source matrix) is rather awkward. It is planned to enhance this feature in the future by adding support for access to external data via a data accessor interface object.
So I am working on a ping utility for production and I want to have it where I update an array or a vector with pointers to a struct. I want to be able to modify the data and have it shown in the ArrayCtrl. If I have to call refresh after the change I don't think its that big of a deal as long as the rows off screen don't attempt to also refresh since that would wast cycles.
So is it possible to point the ArrayCtrl to a data source or a individual to a data source and have it reflect whats in it. If so how would I go about doing that.
NOTE: editing not required it will purely be used to display results.
It does not have to be ArrayCtrl specifically I am just looking for the functionally.
Thanks.
|
|
|
Goto Forum:
Current Time: Sat Jul 19 20:11:10 CEST 2025
Total time taken to generate the page: 0.04559 seconds
|