Has anyone built any NiGui apps that are bigger & more realistic than the 
examples? If so and they're FOSS, could you provide some links so I can study 
them?

All the examples use global vars to maintain state across controls. But this 
doesn't scale well or work well with large apps.

  * how do you subclass correctly -- or if this goes against the grain for 
NiGui, what is the correct approach to use instead?
  * how do you communicate between controls or maintain state without globals?


Reply via email to