• Changing font size in text element of cell [CONNECT MDL C++]

    Hello guys! I have a question. I want to do following: Retrieve element descriptor of a given cell and duplicate it. This cell contains text elements, I want to modify their font size. During whole process, display said element descriptor…
  • Array for EditElemHandler

    I am seeking to create an array filled with EditElemHandler elements, or some equivalent like ElementRefs. I was able to find ElementAgenda and insert ElementRefs. I want to then iterate through this using the Iterator for ElementAgenda, but I see that…