Questions tagged [delphi-10-seattle]

Delphi 10 Seattle is a specific version of Delphi released in August 2015

Delphi 10.0 Seattle supports development of applications covering Windows 32-bit and 64-bit, 32-bit, 32-bit and 64-bit, and 32-bit. Windows applications may be built using either the framework or the (FMX) framework, whereas the rest of the supported platforms are built under the Firemonkey framework only.

Always use the tag alongside this tag.

626 questions
0
votes
1 answer

Set child property sooner than OnBeforePrint

I would like to set the StartNewPage property of my child band from code based on some data from my database. I am using this to force a pagebreak if it is needed. If I try to modify this property in the OnBeforePrint event, it seems to ignore it on…
Oh nooo
  • 478
  • 5
  • 19
0
votes
0 answers

Why does Delphi 10 Seattle use CPU in 'Windows Driver Foundation - User mode driver.... host process' when VM resumed, with File Not Found errors

I've installed Delphi 10 Seattle in a Windows 10 VM in VMWare Workstation 10. Starting VM from cold it all runs fine (I've developed and deployed several Android apps), but I kept noticing that when I suspended and resumed the VM, Delphi suddenly…
Brian Frost
  • 13,334
  • 11
  • 80
  • 154
0
votes
1 answer

Printer paper size in Firemonkey

I am trying to allow the user to select an appropriate paper size for their printer within my own print settings dialog. Does anyone know a workable solution - preferably cross platform but otherwise OSX. If I use a TPageSetupDialog then when…
David Peters
  • 220
  • 1
  • 10
0
votes
1 answer

TeeChart v2015 Pro Evaluation: TeeCommander useless for non 3D charts

Newer versions of TeeChart have TeeCommander component - toolbar for performing some actions. But it always sets the chart to be 3D before performing any scrolling or zooming. To re-produce, either see Toolbar demo (if you load…
roumen
  • 563
  • 6
  • 15
0
votes
1 answer

Firemonkey application developed through RAD Studio 10.0 is crashing on iOS 7.1?

I have an application to which I have released on http://www.diawi.com/index.php for the testers, but it isn't launching on IOS 7.1 devices. I have set the minimum deployment target as IOS 7.1, but my base sdk is IOS 9. It is launching fine on iOS 8…
Mehdavi5
  • 161
  • 4
  • 14
0
votes
2 answers

String Index Error Delphi Seattle

When completing a certain method that calculates a value, and sets a TText.text to that value, I get the following error thrown: 'String index out of range. (-1) Must be >=0 and <=0' I made sure my calculation was safe and handled possible…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
1 answer

Delphi 10 Seattle missing libsqlib.a

I can't compile my multi-device iOS application, because there is an error: [DCC Error] E2597 ld: file not found: libsqlib.a I use Delphi 10 Seattle. I didn'd find solution for this, only for the Delphi XE8 and XE5 libsqlib.a can be downloaded. But…
methos
  • 13
  • 4
0
votes
1 answer

Delphi 10 Seattle app crash with XCode 7.01 Instruments: "Allocations"

To trace memory consumption for my iOS app (iPad) made with Delphi 10 Seattle I use the Instruments tool included with XCode. Specifically the Allocations instrument. The app runs fine both standalone and when debugging from Delphi, but since…
Hans
  • 2,220
  • 13
  • 33
0
votes
1 answer

In FMX how do I make a non visual component visible as design time (Delphi 10 Seattle)

I have created a number of non-visual components, and created appropriate bitmaps and added them through Projects|Resources and images. I see the images in the Tool palette and in the structure window, but I get nothing but grab-handles in the forms…
Dsm
  • 5,870
  • 20
  • 24
0
votes
1 answer

Is there no DecodeDateTime in Delphi 10 Seattle?

I would like to get the current date, including time AND milliseconds. Since the Now function returns the time without milliseconds, I decided to use the DecodeDateTime function, but Delphi10 doesn´t seem to know what is that. Is it gone? If yes,…
Oh nooo
  • 478
  • 5
  • 19
0
votes
2 answers

delphi seattle - editor: ctrl+V not working

Background: I am developing programs on Windows8 [64-bit] with Delphi Seattle Enterprise (target O/S: Windows). I just upgraded from Delphi XE4. Problem: While writing code in the Delphi editor, CTRL+V to paste text isn't working - i.e. nothing is…
0
votes
2 answers

Installing Synedit on Delphi 10 Seattle

I am trying to install the latest Unicode version of TSynEdit in the Delphi 10 Seattle IDE. It builds OK but when installing I get the error: Access violation at address 27158679 in module 'bds.exe'. Read of address 00000010 It installs OK on…
Andy k
  • 1,056
  • 1
  • 11
  • 22
0
votes
1 answer

Do TFileOpenDialog and TFileSaveDialog have different GUID

I have created descendent TFileOpenDialog and TFileSaveDialog. Are the GUID's for both the same or are they different? I used this for both TFileOpen and TFileSave…
Bill
  • 2,993
  • 5
  • 37
  • 71
0
votes
2 answers

Delphi Seattle "Camera on IOS give typecast error"

I trying to use the camera in a small app but getting this error: Error: Invalid Class Typecast What I did is: New multi device application Action list Component TakePhotoFromCameraAction1 added to Actionlist one button with action connected to…
bsw
  • 153
  • 13
0
votes
2 answers

Delphi Seattle Webbrowser not working in IOS simulator

I am trying to run the Webbrowser FM examples that is shipped with Seattle, but it only give me a white screen when I run in iPhone 6 IOS9 simulator. It's working if I compile for Win32. Any ideas?
bsw
  • 153
  • 13