Zhivko Vasilev
Zhivko Vasilev
Hello, I am trying to print in Bulgarian language, but the encoding seems not to work. Here is my code: ``` var commandsArray = []; commandsArray.push({appendEncoding: StarPRNT.Encoding.Windows1251}); commandsArray.push({appendAlignment: StarPRNT.AlignmentPosition.Center}); commandsArray.push({append:...
I have the following piece of code: ``` class Hbg extends StatelessWidget { const Hbh({super.key}); Future _initialize(BuildContext ctx, Widget child) async { final map = await MapFile.using( (await DefaultAssetBundle.of(ctx).load("assets/map/mo.map")) .buffer...
I am trying to implement a log in/log out functionality using Provider for controlling the map. Everything runs if I execute the straight flow - log in and use the...
### Use case My map has an XML file containing multiple elements (symbols) that are drawn on the map. In many cases the user wont need 50% of them. Example:...
Hi @mikes222 , its me again :) I recorded a video of a performance issue when rotating the map, when there are many symbols its really laggy, this used to...