Marq Watkin
Marq Watkin
Well, the courier is inept at delivering, so not sure when I'll get the board, but forked the project and started the wiki outline
The Wiki I started is visible on https://github.com/pmprog/c65gs/wiki but as I still haven't had any time to get the Nexys4 board out of the box, there's a woeful lack of...
Ah, that "Welcome to the c65gs wiki!" was automatically added when I created the wiki (based upon the github's project name), I just forgot to remove it when adding my...
My Tox account is E9487F8E5D4F162FED834F291127A17EA8B5572DC6C06B5E48744BEEF3A9772E030ACD16D452 Or via: [email protected]
I got my board, your change results in the following error ``` [Synth 8-959] output designator r_blnd cannot contain an actual type-conversion ["/home/user/Code/c65gs/viciv.vhdl":1107] ``` I also had to comment out...
It's trying to display a file called "missingimage.png", which isn't in the repo. Just copy any png into your compile directory and give it that name, and it'll work fine
Didn't somebody start looking at modifying the font a while ago? Do we load the font from the Apoc data files? or extracted ones?
It might have changed from when I first wrote all the forms, but those ones were generally display aligned to the centre of the screen. This means on a 640x480...
https://github.com/OpenApoc/OpenApoc/blob/master/data/forms/mainmenu.form#L5 Can you show me an example of your inconsistant co-ordinates? Because all co-ordinates are relative to the parent control. So an OK and the bottom right of the 640x480...
Can you point me to an example? Because I'm not sure I'm understanding you properly. Controls in the Forms system are hierarchical. So the "border" control will (should?) only have...