petko
petko
It looks like we need a small font scalling correction in order the tabs font to be scaled properly when the control is moved between monitors with different DPI: https://github.com/Alexey-T/ATFlatControls/blob/c536aa6b621138a59c2509ca1aad13cc1431bfe3/atflatcontrols/attabs.pas#L1601...
It seems that there is some bug in `IsTabVisible` and `MakeTabVisible` methods. I have a tab control with many tabs. When the app starts, I for example set the last...
First, congratulations on AutoMad. It is really clean and well designed package! I have a question: it is possible somehow to disable the search functionality? I am creating a really...
I really like the gallery functionality. It would be even better if it supports arrow keys (left and right) to move between the slides in the gallery. Do you plan...
Hi, I have the following web page that does not load in HtmlViewer: ``` Title Heading 1 ``` If I remove the `CDATA` start and end lines, it will load...
If one tries to drag and drop a file from WinRAR archive to the app, it fails because only the relative path inside the archive is available in the Files...
I need a visitor, which allows me to transform some DOM element from one type to another (changing its `Name`). However the TinyXML2 `Visitor` provides only `const` element access. Is...
I am creating statement wrapper class for C++Builder (C++98), which calls Poco functionality from modern C++ VS DLL. So I need to build the statement by calling different functions from...
Is it possible to set individual tab color somehow (so different tabs have different colors)?
**Describe the bug** I get a weird bug with RecordSet when running my tests in **debug** builds in Visual C++Builder 2019. It works in **release** builds. Until Poco 1.9.4 the...