Questions tagged as 'delphi-xe5'

1
answer

Delphi XE5 presents Error E2597 when linkedit for Android

Delphi displays error E2597 when linking to Android. Before it worked perfectly, but compiling while testing another app in Android Studio, gives the problem, as if it lost some configuration. Error: [DCC Error] E2597 C:\Users\Public\Do...
asked by 09.10.2016 / 19:56
1
answer

Black screen when compiling apk Android for Delphi X5 for Asus Live

I'm simply creating an application with a button, nothing else, just to run an app in Asus Live, but when I send the app to the phone it simply gets the whole screen black and after a while closes. The same app in Zenfone 2 runs smoothly. Doe...
asked by 07.10.2016 / 21:27
2
answers

How to create form dynamically in Delphi

I'm having trouble creating form in Delphi, I'm using a procedure but it's giving a direct error. Can anyone tell me a more efficient way to create a form in Delphi? Current code: procedure TLogin.CriarForm(NomeForm: TFormC...
asked by 13.09.2016 / 20:56
1
answer

Problems with the text listview above the icons

This happens on Android and IOS. When the store name or store name is too large, the text is over the image. And the client wants the image on the right side, and on the left side I do not have this problem with the images. Text is aligned...
asked by 27.11.2014 / 15:19
1
answer

Error in Delphi XE5

Can anyone understand why this has been happening? Actually,it'snotjustthat,there'salotmore,wheneverItypeaspecialcharacter";" or other things, he does not recognize it and makes that mistake. But when it goes to compile, it compiles normal...
asked by 17.09.2014 / 14:34
2
answers

Side Menu Display on a Form

I have a form that displays a side menu according to this code: procedure TFMainMenu.FormMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer); begin PanelMenu.Visible := (Mouse.CursorPos.X < FMainMenu.Width -(0.95*FMainMenu.Widt...
asked by 11.07.2014 / 19:45
0
answers

The app stopped. Delphi Xe5 + androdi

When you load the application, the message "Stopped." But with older cell phones, it has worked. I tried to update the SDK in Delphi, but the problem continues.     
asked by 01.04.2018 / 19:41
1
answer

Get JSON return without "result" in Ajax or return without "result" in Delphi

I'm generating JSON in Delphi with mORMot and I need to get it on a page to generate graphics with Google Chart , but Delphi returns me JSON within a result . I just put the string in a function...
asked by 22.05.2017 / 19:26
1
answer

How to search a VirtualStringTree in Delphi without using Edit?

I have VirtualStringTree with some items and I want to implement a feature similar to what a ComboBox has. It works like this: when pressing a certain letter it should select the first item of the grid, as I press the same lette...
asked by 16.05.2017 / 23:26
0
answers

Access denied when deleting Registry (even in regedit)

I'm trying to delete a Windows registry using Delphi but without success (even with Regedit itself I can not). Code I'm using: Function DeleteKeyAPI(hRoot: HKEY; sPath: String; IsReg64: BOOL): BOOL; Var iRet: Integer; Begin If IsReg64 T...
asked by 28.08.2016 / 12:12