Im looking at creating a strong/weak reference in my main app so that I can pass reference to the main application to the helper/handler objects. Im having trouble setting it up.
Is it possible to set it up with iced application?
Im looking at creating a strong/weak reference in my main app so that I can pass reference to the main application to the helper/handler objects. Im having trouble setting it up.
Is it possible to set it up with iced application?
You’d need to provide code in order for us to understand what you’re trying to do. Everything is possible with iced
, it’s just a matter of using the right tools for the job.
I have a feeling (based on the use of the words “strong/weak reference” and “helper/handler objects”) that you may not be approaching it from the Elm/iced
way.
Ah that was a brain fart moment! I just needed to pass a reference into to the function.