Artem
Artem
This file contains user-specific data like window size/position and tests checked for run
**Describe the bug** I try to run my own application [s60maps](https://github.com/artem78/s60-maps/releases/tag/v1.0.0) on eka2l1 emulator. As result I see only black screen, many warnings in log and nothing more. **Screenshots** ...
When I made chart of moon position during the day, I noticed that sometimes there are incorrect altitude values. For example for lat 59.95, lon 30.32 and date 2017/10/15: ```...
I have problem capturing from several monitors. Have a look at this small demo: ```pascal program ScreenshotFailsDemo; var Bitmap: TBGRABitmap; ScreenDC: Windows.HDC; Rect: TRect; begin Rect.Left := GetSystemMetrics(SM_XVIRTUALSCREEN); Rect.Top :=...
I want to extend amount of supported languages for user interface. At the moment there are only English and Russian (which is my native language). But it will be much...
When program wants to connect to the internet, access point (IAP) choosing dialog will be shown. If user pressed `Cancel` button, program must go to offline mode and will never...
When you add PopupMenu component to TreeListView and press left mouse button on it popup will be shown twice. I add breakpoint to OnPopup event. Stacktrace for first call: ...
Hello. When I try to login to Mega I got error: ``` user@pc:~$ python3 Python 3.8.10 (default, Nov 7 2024, 13:10:47) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or...