RGR: examples/replaceplus: UNICODE build mode fails [r8772].
@jogybl wrote: Had a better idea Very nice!
Frequently_Asked_Questions
Scaling on High-DPI screens Legacy applications that are not DPI-aware are scaled by Windows by default (unless overridden in the Properties for the executable or in the general DPI and scaling settings in Windows). This may or may not be what you want. A problem on high-DPI screens, with or without the default scaling, is that the size of the original bitmap glyphs for the control bar may prove to be too small for comfort. For more info, see "Support for high-DPI" [feature-requests:#171] and related...
Hi, and welcome to the forum! Hi, firstly thanks to everyone who contributes here. Thanks! Much appreciated. I was able to get my old owl 5 program converted to owlnext 7 and its great. 64 bit and everything in VS2022 in a real treat. That's great to hear! Please post a review. The only issue i have remaining before testing is the TControlBar for all the shortcut buttons. The old one works fine but its way too small on a high res monitor. As AI suggested, you can create larger source bitmaps. For...
@jogybl, it works great, thanks! Consider activating persistent window position by setting the the new flag wfPersistentExtent [feature-requests:#258] on the main window (and disable it for the client). Also, the title for the default button ("Replace") should become "Touch" when the touch action is selected, perhaps? And the action "Find" should actually be named "Replace", shouldn't it? PS. For some further polish, align buttons Replace, Close and Help to the right with closer spacing, similar...
@jogybl, it works great, thanks! Consider activating persistent window position by setting the the new flag wfPersistentExtent [feature-requests:#258] on the main window (and disable it for the client). PS. For some further polish, align buttons Replace, Close and Help to the right with closer spacing, similar to wizard conventions, and align the horizontal separator line to the bottom as well, so that it moves with the buttons (or perhaps better yet, lock the window height to the default, leaving...
OWLMaker