delphi-xe6 Questions

3

I have a script that compile all the projects (around 50) of my solution like following msbuild "myProjName.dproj" /t:build /p:config="Release" /fileLogger /flp:ErrorsOnly /nologo This works jus...
Maidstone asked 16/10, 2014 at 16:3

2

How do i change the color of a TDateTimePicker? A Date and Time Picker can have a color: Normally this is done by setting the Color: procedure TForm1.FormCreate(Sender: TObject); begin DateTi...
Annmarie asked 11/9, 2014 at 15:43

2

Solved

How can i create a "drop-down" window using Delphi? Everything beyond this point is research effort; and is in no way related to the answer. Research Effort Making a proper drop-down requires a ...
Psychologism asked 9/4, 2015 at 22:0

1

Solved

I am trying to change the background color of a DateTimePicker, but my question is unrelated to what i'm trying to do. I am catching a window's WM_PAINT message, letting the default drawing implem...
Croft asked 8/4, 2015 at 15:45

1

Solved

I've found a another regression between Delphi 5 and Delphi XE6. I have a TPanel that is set to AutoSize itself to its contents (Panel is green): When the TPanel contains any other control, e.g...
Futilitarian asked 3/12, 2014 at 19:5

2

Solved

I have a panel inside another: The inner panel is aligned alTop: And the outer panel is set to AutoSize=true: And everything sizes. If i changes the height of the inner panel at design tim...
Stealing asked 1/4, 2015 at 15:33

1

Solved

How can I best maintain compatibility for namespaces in uses between Delphi 7 to Delphi XE7 ? Delphi 7 use SysUtils while Delphi XE7 use System.SysUtils. It clutter the code a lot with many ifdef...
Lancashire asked 22/3, 2015 at 17:11

1

Solved

I would like to be able to dynamically generate popup menus in pascal. I would also like to be able to dynamically assign OnClick handlers to each menu item. This is the sort of thing that I am ...
Cheder asked 20/3, 2015 at 5:3

2

Solved

I am trying to resolve this compile error, occuring only in Debug config, and only in the case described below: [dcc32 Fatal Error] MyIndyTCPChannel.pas(22): F2051 Unit IdIOHandlerSocket was compi...
Vyky asked 20/2, 2015 at 14:26

1

I am building a Desktop App for Windows and Mac. I am working on a Mac, with Delphi Rad Studio XE6 installed on my Parallel Windows 7. When Im running in Win32 everything runs ok, when I try to ru...
Cosmetic asked 9/10, 2014 at 9:42

2

Solved

I'd like to split my string to array but it works bad when last "value" is empty. See my example please. Is it bug or feature? Is there any way how to use this function without workarounds? var a...
Puttee asked 9/2, 2015 at 13:27

1

Solved

It is a Firemonkey component, however I could see that most of the component base is the same for VCL and FMX, so please if you know how to do that in VCL share your knowledge, it can be eventually...
Etheridge asked 27/7, 2014 at 16:15

2

Solved

I'm developing a GCM Push notification on delphi xe6. I use the code in this post https://stackoverflow.com/questions/21466094/start-android-activity-before-passing-the-gcm-intent (using the stand...

2

Solved

Everything I've read indicates that TRTTIContext is thread-safe. However, TRTTIContext.FindType seems to fail (returns nil) occasionally when multithreading. Using a TCriticalSection around it fix...
Neuroticism asked 8/12, 2014 at 22:56

3

Solved

In the olden times, i had a function that would convert a WideString to an AnsiString of the specified code-page: function WideStringToString(const Source: WideString; CodePage: UINT): AnsiString;...
Godoy asked 12/11, 2014 at 17:3

1

Solved

I'm using Delphi XE 6 and TIdHttp component(Indy 10.6.0.5122) and trying to consume a SOAP service - http://www.webservicex.net/globalweather.asmx over a http proxy (CCProxy - http://www.youngzsoft...
Haematogenous asked 18/11, 2014 at 12:31

3

Solved

I have tried to make Windows 8.1 recognize a Delphi XE6 application (a demo program) that I have been trying to build, and have it recognize my application is Per-Monitor DPI aware, purely by the M...
Filberto asked 10/11, 2014 at 20:10

2

How do I take a picture from a TImageList and put it into a TImage (or return it as a TGraphic)? The important point is that a TImageList can contain 32-bpp alpha blended images. The goal is to ge...
Incubate asked 10/6, 2012 at 22:51

2

Solved

I am using Delphi XE6 and VCL styles. I have main application and dlls. My main application has enabled runtime themes and I am using vcl style files. I did quite similar thing to my DLLs. I enable...
Silverfish asked 19/9, 2014 at 11:48

1

Solved

I am converting a large project to Firemonkey and we have some custom buttons, which does not show on the form. I have isolated the problem to a very simple project: With the code below, on both ...
Priscella asked 16/9, 2014 at 9:4

1

Solved

I'm trying to fix another VCL bug; this time in Vcl.Printers.pas. For now we are doing this by copying the buggy VCL source files to another folder in the Delphi library path, and applying fixes ...
Syncopate asked 9/9, 2014 at 14:1

1

Solved

We've been fixing bugs in the VCL in Delphi XE6. So far the folder contains: | VCL Source Fixes |----- Vcl.ComCtrls.pas |----- Winapi.CommCtrl.pas And we add the folder to our Library search pat...
Muscovado asked 28/8, 2014 at 17:49

1

Solved

Is there any event I can hook into to detect when the active element on a web page changes? For example, when a the user focuses an edit box. I know I could check the active element in a timer, bu...
Myeloid asked 27/8, 2014 at 12:35

0

So, I've always faced MAJOR headaches when threading in delphi xe4-6, whether it be from threads not executing, exception handling causes app crashes, or simply the on terminate method never gettin...
Pace asked 26/8, 2014 at 16:58

1

I've built an App on Android using Delphi XE6 that requires C code. However on iOS I cannot make it work. I suspect the problem is related to arm/thumb status, but I am not sure. There is no proble...
Jariah asked 24/8, 2014 at 5:47

© 2022 - 2024 — McMap. All rights reserved.