tester0077
tester0077
Thank you. Being new to Python etc, I am still learning many 'new' things. There is line missing in the code for the first image viewer code ( p. 24)...
First of all, a very big "Thank you" to Robin and his work on behalf of Exiv2. I have always found him very responsive and helpful. And the same goes...
Hi Marco, I'll keep an eye on this topic, though I'm off chasing other 'rabbits' down their holes ;-) Whenever possible, I'll try to test any changes you make, though...
Same here :-)
FWIW, the M$ version of Task view timeline does remember which windows were open on which monitor and thus makes it easier to restore the windows distribution after a restart....
FWIW, I'd prefer to not depend on Timeline - I have now disabled this snooping by MS.
Unfortunately dropping the line 146 makes things worse, so that is a no go and I'll have to live with the problem for now
No, in the latest code from your Github, is is in the block 1221 - 1237 _else // binary (show as hexadecimal) { for (int i=0; i= size) last =...
Some of the warnings for MMSVC 2019 & wxWidgets 3.1.4 can be avoided StartStyling(0, 0); ==> StartStyling(0); font.SetWeight(wxBOLD); ==> font.SetWeight(wxFONTWEIGHT_BOLD ); wxFont font(frlayoutconfig().getEditorFontSize(), wxMODERN, wxNORMAL, wxNORMAL); ==> wxFont font(frlayoutconfig().getEditorFontSize(),wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL,...
No, I converted the older MSVC .sln file I only use CMake if I have to :-) Yes. upgrading even in wxWidgets does cause some issues. Getting rid of warnings...