MyBuzz Technologies Ltd
MyBuzz Technologies Ltd
There are now packages to provide native style controls for macOS and Windows. https://pub.dev/packages/macos_ui https://pub.dev/packages/fluent_ui It would be great if your package gave desktop native versions of switches, buttons, alert...
Create a simple app with AutoSizeText: Widget build(BuildContext context) { return Container( // color: Colors.red, // child: const Center(child: Text("Reports")), child: Center( child: Container( width: 60, decoration: BoxDecoration(border: Border.all()), child:...
When replacing the FMX engine with Skia (GlobalUseSkia:=True), if you use a custom font which is deployed into the device documents folder, it isn't loaded by Skia but was by...
In DW.Connectivity.iOS.pas: Undeclared identifier: 'Any' ```delphi constructor TReachability.Create; var LEndPoint: TNetEndpoint; LRawAddress: sockaddr; LFlags: SCNetworkReachabilityFlags; begin inherited; LEndPoint := TNetEndpoint.Create(TIPAddress.Any, 0);
I've installed the components and they don't appear in the component palette for Firemonkey apps, only VCL so I assume this is VCL only? If so, it would be great...
In DW.FCMManager.Android.pas, the call to presentNotification() is raising a Java exception which is crashing my app. Delphi 12.1, running the latest Kastri sources on a Samsung Note 20, Android 13....
When using "Add Android Package", the UI gives you the option to select multiple paths to import from. When I tried this, it only imported the first one. If the...
I've created an .aar file of my Android Home Screen widgets to include in my Delphi app. I've tested the .aar and it works correctly in a Delphi app if...
The TLabel component automatically switches to black or white to contrast with the current theme on the user's device. The TSkLabel doesn't do this so you have to add code...
The current TStartupCopy class works brilliantly. However, if I want to copy (replace) all files in a specific folder or sub-folder, I need to first retrieve a list of their...