|
From: James T. <ja...@fl...> - 2023-01-03 09:00:03
|
> On 30 Dec 2022, at 19:49, PlayeRom Roman Ludwicki <rom...@pl...> wrote: > > For the Logbook[1] addon, I implemented a ListView canvas widget that can be reused by others, so I sent a merge request[2] with this widget. Okay, that’s good since I need it for the PUI emulation. I’m currently slowly working on creating the pop-up menu and combo-box widgets, it seems you and Frederik are much faster than me at creating new widgets, so maybe I need to read what you’ve done and see if I can figure out where I’m stuck. > > BTW I have a question. Is it possible to split DefaultStyle.nas per single widget? My ListView has ~600 line of code, so over time this file will be incredibly huge and it's already poor readable. We need to figure out the split, but I’m very keen to ensure we add a second style alongside the default, before we change much here. I’m worried about us ending up putting code into the wrong side of the widget / Style split, if we don’t have a second alternative style implementation to ‘keep us honest’ Kind regards, James |