Metallicow

Results 134 comments of Metallicow

Ah, about time.... Morro support! :) [Morrowtality](https://youtu.be/BsQikNAKct0l)

Also in wx if you expose all the functions of the program in the App Menus with ids, you can call those functions/methods from anywhere. This is a issue with...

...So for example, the best thing to do is to make menu items for every normal menuitem in any menu and make an specific id for that, that way it...

The most simple example of how this should be implemented is ```python mode = wryebashMode() if mode == 'Morrowind': if getTabImOn() == 'Installers': callMorrowindFuncMeth(ID_NUMBER_BLABLABLA) elif anothertab....: ... elif mode is...

One thing to note about menus and IDs is that 0 should be avoided at all costs. This will cause errors on mac and it also isn't really a readable...

xpm would probably be best for this. https://en.wikipedia.org/wiki/X_PixMap you could just use a find replace for the color and reload the image.

I already integrated Create New Project when I was doing the WizBAIN stuff. InstallerTab Right Click Menu. It is done 90%, until BAIT fell away so maybe no imaging stuff...

I'm against this. Even if I'm installing fonts, there are folks that try to slip things in here or there. I don't need to remind myself when lots of folks...

I in fact modded an old version to work with [Transcendence](https://transcendence.kronosaur.com/) back when warrudar was still around to decipher the filenames for me. Its mods consist of xml files and...

@Utumno According to robin... `Refresh` does not immediately cause a paint event to be sent. It just marks the window as "needing to be painted" and then the system will...