Artem
Artem
Where s60maps installed on your phone - C or F drive?
Maybe allow user to choose drive only for tile cache, but store setting file (store.dat) always on drive where application is installed (in your case F)? What do you think?
I don't know Chinese. Translate please.
I found solution: PopupMenu.AutoPopup property should be set to False.
Maybe it would better to add LCL version check here like this? ``` {$if (lcl_fullversion >= 2000600)} DoSomething(); // only do this for Lazarus 2.0.6 or later {$endif} ```
> It was like 15 years ago I think nobody still use too old Lazarus and you can simply remove this line.
or just comment