Delphi 10.1 Berlin
Discussions tagged Delphi 10.1 Berlin
-
more than a month ago
Delphi 10.1 windows 10 onclose issue
I have my application migrated to Delphi 10.1 and database PostgrSQL. All exes works fine on windows 7.I have shifted my code on windows 10 system.On close of exe I get access violation error. Stack trace gives me: Form 2 is called using showmoda... -
more than a month ago
How identify instance of an app
Hi everyone, i'm creating an app, and I need to have a unique identifier for each instance of the app. I like to know what is the best way to create this identifier and how to store it in a way that in case the user wipes the application data the ... -
more than a month ago
Conversion of UUID from PostgreSQL to strings
I am using PostgreSQL for a database application, and I have been trying to use both PgDAC (devart) and FireDAC as delivered with Delphi 10.1 Berlin. When I use PgDAC, everything works nicely. Using FireDAC, things get strange. The UUID fields are ... -
more than a month ago
How to print bar code with type 128 on POS Epson printer receipt in Delphi Pascal
I am using Embarcadero® RAD Studio 10.2 Version 25.0.26309.314. I have took reference of pdf file to print bar code which present at http://www.starmicronics.com/support/mannualfolder/escpos_cm_en.pdf. On page 150 in pdf, some information are provid... -
more than a month ago
add-on pack
I want to exercise and make my first mac osx application compiled in Windows 10. But I don't have the option: ProjectGroup1 > TargetPlatforms > OSXIn some of these discussion pages I've seen that I need an Add-On, but where do I find the Add-On pack... -
more than a month ago
SQLITE OSX Firedac Berlin Upate 2
Hi Guys, I have a problem when I try to connect with local SQLITE in OSX. My code works fine on Win32, Android, but when I tried to connect with SQLITE on OSX, I received the message Access Violation at address 000000. I'm using FDConnection. Any ide... -
more than a month ago
Update TMemo inside long process
How do I get a FMX.TMemo to visually update during a long running process. I have tried the .Repaint and don't want to use the Application.ProcessMessage if at all possible. Any suggestions?... -
more than a month ago
How to connect bluetooth printer from IOS device ?
Hello, i have code for connecting bluetooth printer from Windows & Android devices but i couldn't able to find any sample program for IOS. Please help me on this.... -
more than a month ago
How can I compile a Project (".DPROJ" file) bypassing the linker (without generate the ".EXE" file)
Hi, I have dozens of Delphi Projects (".DPROJ" file), where one project can depend on others, and I'm using a dependency manager to compile in order. But, I don't want generate the executable for the majority. I'm compiling using the MSBUILD (the D... -
more than a month ago
10.1 Debugger not showing structure or value of variables
Hi,I have a program that was written in the 7.0 debugger, however when I open that program in the 10.1 debugger, I can't view the structure of the program. I tried creating a new project and importing the files but the result was the same. The other ... -
more than a month ago
Delphi Debugger not working
I installed Delphi 10.1 Berlin over a month ago and the debugger doesn't work. I have now installed Delphi 10.2 Tokio and have the same problem. I wrote a simple program by dropping a label on a form and in the form create event placed a single line ... -
more than a month ago
Error position top button after alter anchors
I have a TPanel with a TButton. TPanel heigth = 77 Align = altop BelvelKind = bkFlat or bkTitle or bkSoft Tbutton property top = 25 Alter property TButton Anchors akLeft = false akTop = false akRight = true akBottom = true After saving the fo... -
more than a month ago
Screen bug when applied 9-patch image for splash image to tablet pc
The scrren is weired when applied 9-patch image for splash image to tablet pc. Look at this video. 1. Applied 9-patch image for splash image https://www.youtube.com/watch?v=VxukKn0a3y4 2. Applied normal image for splash image https://www.youtu... -
more than a month ago
Delphi 10.1 Berlin Debug not working
I have been using Delphi 7 for years and found it to be a very stable platform and virtually all components work without bugs. I have now downloaded Delphi 10.1 Berlin to see what the advantages are of buying the latest version of Delphi and after s... -
more than a month ago
FireMonkey TFrames hierarchy not working on TForm
It worked to create a hierarchy of TFrames (TMenuFrame ... -
more than a month ago
Rad Studio - Firemonkey Web Browser progress bar
hi All Just a short quick question, the Webbrowser component no longer has any while loading event. How would i show a progress bar for the page loading. Which event would i use? Thanks all Regards Ant... -
more than a month ago
Delphi 10.1 Berline Update 2 Installation
I used the web installer to uninstall update 1 and install update 2 which completed without error. Bizarrely, the platforms it wanted to install were not those that I had previously. Instead of Windows and macOS, it wanted to install Windows and iOS.... -
more than a month ago
Android Service deny websocket from receive messages?
Hello everybody! Here with a fresh new problem. Now I'm stucked on Android services. I'm trying to use a push system, using the free version of sgcWebSocket that works fine. Usually, I just set the client component to listen to a weksocket, get the... -
more than a month ago
Google AdMob native ads.
How do i create ads in my firemonkey android applications (10.1 berlin) like these: https://support.google.com/admob/answer/6270315?hl=en ???... -
more than a month ago
Sending an MMS message with an image using sendMultimediaMessage NOT WORKING OR NOT SETUP RIGHT HELP!
DELPHI BERLIN 10.1.2 AND THIS IS FOR AN ANDROID PLATFORM. procedure TTabbedForm.SEND_SMS(NBR, TXT: string); var SmsManager: JSmsManager; smsTo, txt2 : JString; myContext : jContext; pic : string; Pic2 : Jnet_URI; begin pic := TPath.Combi...
- Page :
- 1
- 2