I’m putting this here because I discovered it while trying to fix a rather horrible “busy” dialog in the Advanced Search portion of Diamond. I had to create a GUI “Hello World” application to test this out so I could file a “simple” bug report. According to the doc animated GIF is supported on all platforms. The code for Linux is a tad behind the documentation. When I build and run this on Ubuntu 20.04 … CopperSpice Experiments – Pt. 17Read more
Sometimes Cheap Stuff Can Really Amaze You
Back in 2019 I bought some of these things on eBay. I don’t know why, but my small cheap USB wifi adapters seem to walk off. Normally I hard wire network connections simply because it is more secure, but sometimes you are forced to use wireless. In my office back on the farm I don’t care too much. I care more about it when I’m in corporate housing. Ultimately that is an apartment complex and … Sometimes Cheap Stuff Can Really Amaze YouRead more
The Closed Question
I get a lot of shit for saying that Stack Overflow is the land of 12 year old boys, but it is the gospel truth. I don’t care how old they really are, they haven’t made it past the age of 12 mentally. Here is another shining example of why I make the statement. I stumbled across this while searching for all of the latest C++/C keywords so I could update a set of regular … The Closed QuestionRead more
CopperSpice Experiments – Pt. 16
Now we must create a minimal GUI “Hello World” to use testing out the theory. It will also be needed as a bug report test case if this turns out to be a bug rather than “should have had this switch on when building CopperSpice.” In a terminal I did the following: In both CMakeLists.txt files I changed all cs_hello to cs_gui_hello and changed all Cs_Hello to Cs_GUI_Hello. I also updated the README.md. Then I … CopperSpice Experiments – Pt. 16Read more
CopperSpice Experiments – Pt. 15
I do apologize for the burstiness of these posts and sometimes skipping around. I don’t have much free time so I write these posts when something tends to piss me off or befuddle me. Today it was an animated gif. I got that gif from Icons8. Yes, a site generating nice simple “loading” and/or “busy” animated gifs that are free to use and even has a little tool on the site that allows you to … CopperSpice Experiments – Pt. 15Read more