Questions tagged [delphi-xe3]

Delphi XE3 is a specific version of Delphi released on Sept. 2012

Delphi XE3 was released in September 2012 and is available as a standalone product or as part of RAD Studio XE3.

Delphi XE3 codename is WaterDragon, compiler version 24, directive symbol VER240.

Delphi XE3 was preceded by Delphi XE2 and succeeded by Delphi XE4.

Always use the tag alongside this tag.

666 questions
0
votes
2 answers

Form moving to the back and staying active

I have a largish Delphi 6 app that I have ported to Delphi XE3. At one point the main form launches another non-modal form. Sometimes (say 50%) after a second or two the newly created form moves behind the main form. Even thought it is now at the…
Rob
  • 3,315
  • 1
  • 24
  • 35
0
votes
1 answer

Play video in Firemonkey on Windows XP

I use TMediaPlayerControl to show video in my application. This is my code to show video: TrailerMediaPlayer.FileName := GetcurrentDir + '\Trailer\Trailer.avi'; if (TrailerMediaPlayer.State = TMediaState.Stopped) and …
sma6871
  • 3,198
  • 3
  • 38
  • 52
0
votes
1 answer

How to access dataset from custom component linked with Live Bindings?

I am creating my own DBGrid that is derived from TMSFMXGrid. How can I find out which dataset is linked to this grid, if it is linked using Live Bindings? In design time you can see in object inspector property LiveBinding, but is not accessible in…
0
votes
1 answer

How to prevent that a Firemonkey TLang translation is to long to fit in the element on my form

When I localize an application with the new TLang and a translated text is much longer than the original, wouldn't it break my layout for example because a button could be to small to fit the translated text? How do you handle this? Or is it…
0
votes
0 answers

Delphi XE3 Bluetooth how?

Hey guys i have a problem I've been searing for a way to get Delphi to connect to a Bluetooth device but with no luck i found components "Wireless Communication Library VCL Edition" but the are not free and the demo didn't work for me well so I'm…
AirWolf
  • 597
  • 7
  • 27
0
votes
1 answer

Delphi Tell me how to DIUnicode read the rows user define for example start with rows 8?

Tell me how to DIUnicode read the rows user define for example start with rows 8? For example I start with rows 8 until 11 this one payment ..etc =========================================== |Period 01.01.2012 31.12.2012 Saldo 01.01.2012 …
Ulugbek
  • 43
  • 1
  • 7
0
votes
0 answers

Delphi XE3 Fatal Compilation Error in jlcSysInfo

New to XE3, when I try to compile a small application with a JVCL component on it I get the following error: [dcc32 Fatal Error] JclSysInfo.pas(1402): F2051 Unit JclRegistry was compiled with a different version of JclBase.HexFmt can anyone offer a…
0
votes
3 answers

Display PDF in Firemonkey application

How can I view PDF files in my Firemonkey application? I tried to add Adobe reader ActiveX into my project, but I've got an error!!
sma6871
  • 3,198
  • 3
  • 38
  • 52
0
votes
1 answer

Make an installer with Delphi

In my Project I have some files to copy in program files directory and make a shortcut for one executable and other works like an installation. I want to do this in my application with store files in Packages, like CAB files and show installation in…
sma6871
  • 3,198
  • 3
  • 38
  • 52
0
votes
1 answer

Extracting/parsing data returned as JSON from PHP

I'm getting JSON data back from a PHP call using TIdHTTP. I'm expecting to use TJSONObject but can't work out how to use it for this purpose. And there are no examples in the XE3 help. Sample JSON…
Martin Moore
  • 733
  • 2
  • 8
  • 21
0
votes
1 answer

Indy getting all local interface information (cross platform)

I am converting a unit that holds a network interface list to be cross platform. The current version uses raw winsock to obtain the address, mask and broadcast address for each network interface in the system. I figure the easiest way to make this…
Martin
  • 815
  • 8
  • 21
0
votes
1 answer

How to correct the GraphicEx InChunk() Function?

I am trying to port the GraphicEx component library (for PNG files) from my Delphi 2006 to XE3 (Finally got it) when correcting the basic errors, I got stuck in this error: "TPNGGraphic.IsChunk" invalid type cast At lines: function…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
1 answer

how to create a brush resource in firemonkey

I am new to firemonkey but am using dxscene since a year now. In dxscene brush resources could be added without a hastle in the resources object (style book in firemonkey). But firemonkey boggles me, the docwiki of embaracadero suggests to manually…
Umair Ahmed
  • 2,420
  • 1
  • 21
  • 40
0
votes
2 answers

insert data from listview into database delphi

i'm searching an example how to save data from listview into database. i have a listview with some data: and database mysql: ID, name, position, sall, date can someone show me an example how to do this? thx.
vkatsitadze
  • 1,525
  • 1
  • 11
  • 13
0
votes
1 answer

Change background of TTextCell in a Firemonkey TGrid

I'm trying to create a Firemonkey TGrid which will show values with changing background colors depending on the value, but I cannot seem to get the hang of the new Styles thing in firemonkey. I have followed the advice and structure of Firemonkey…
Bascy
  • 2,017
  • 1
  • 21
  • 46