5

So I know this sounds crazy, but I'm writing a GUI in Python to automatically generate HTML for me. I may add support for CSS, but I'm not sure yet. Anyways, I was trying to replace an object's dictionary with a dictionary I was building in the GUI class. I was trying to replace the dictionary or reference it some way, when I have a place in the element's constructor to handle this exact situation.... I just had to put the temporary dictionary into the constructor.

Comments
  • 1
    Not sure if this is a rant or a question...
  • 1
    @emes001 Partially both. Lol. I want to know if I should support CSS, but I'm ranting because I had already planned for the exact situation I had an issue with.
Add Comment