gelakinetic

Results 140 comments of gelakinetic

Is there a way to change the theme from Megalight V4 to anything else (for testing) without using the settings menu? Like a *.ini file or something?

Found the command line argument, and none of the following work, * ```python FoFiX.py -t "MegaLight"``` - Top level menu is the only visible menu * ```python FoFiX.py -t "MegaLight...

I replaced optionsbg.png with a plain white background and still couldn't see any options text, so I don't think this is a color issue. I also threw in a breakpoint...

I fired up an Xubuntu VM and wasn't able to replicate the issue, even with Cerealizer 0.8.3. This bug seems to be specific to Windows 10, or something else on...

OK, I found a workaround. My laptop has both an Intel integrated GPU and an NVIDIA discrete GPU. When ```python.exe``` is configured to use the Intel GPU, text does not...

You can download the the setup.py file that is run from here: https://pypi.org/project/fretwork/#files (it's in fretwork-0.4.0.tar.gz). If you search in there for the error "could not find the required program"...

@Katana7 can you start it now that #224 has been merged?

If you downloaded the project as a zip before, do that again. If you checked it out with git, navigate to the directory and run `git pull`

I experienced the same issue today. I'm not sure if it's a problem with spotbugs or something else, because the actual task that is failing for both @ZOlbrys and me...

Upon further inspection, the ```:mobile:compileJava``` task didn't exist before adding spotbugs. Diffing the output of ```gradlew.bat tasks --all``` before and after adding spotbugs, these tasks are new: ``` mobile:spotbugsMain -...