Hi,
I just checked, and get no exception. PageControl.Pages[A].Free works well. May be this is a problem with your application? Do you tried in empty project?
Im' sorry, but I still can't reproduce the issue. I just checked it with XE6 and current (2017) code version, and as well with 2015 code version. In both cases I can see main menu on the form.May be you can send small demo project to our support e-m…
I cannot reproduce this issue. Simple placing child controls from component palette works fine for me. Ive checked in Delphi 10.1 and as well on XE2 (as an example of older Delphi version).
As regarding this:
> Also, whilst in the IDE the four sides of the individual CBs show fine. When I run the App the right side of the CBs disappear. Any thoughts as to why?
We really need your demo project. And, actually, I'm no sure, that I un…
Hi,
I guess you use BtnAlignment.Alignment property to align check boxes to the right side. So, you can simply use BtnAlignment.OffsetX property with some negative value to increase right margin.
Hi,
Unfortunaterly, I can't reproduce this issue. Moreover I see error happens in "UniProvider.pas" unit, which is not LMD unit and not a standard Delphi unit.
> The leads me to believe that the file search is locating all occurrences of the search string. For my purposes (listing all files containing the search argument at least once) I only need a single hit.
You right. Generally, the component works,…
Hi,
I've changed the code of mentioned method to the following:
procedure TElFileNameEdit.BtnClick(Sender: TObject);var AFileName: TLMDString; APath: TLMDString; AParams: TLMDString;begin if not ReadOnly then begin AParams := ''; AF…
Hi,
I can't reproduce this issue. I just generated a file using the following simple algorithm:
procedure TForm1.Button1Click(Sender: TObject);var i: Int64; s: TFileStream; c: AnsiChar;begin s := TFileStream.Create('big.dat', fmCreate); i := 0;…
Hi,
I've added DisableCustomCaption property to TElPromptDialog to provide possibility to workaround this problem by inactivating inner TElFormCaption.
Eugene,LMD Innovative.