Does Delphi XE5 on Android work with the Android emulator? [Edit]I find that even a hello-world app exactly like the one that David I outlines (add a button, one line of code, set button text) will not run on the Android Emulator configured
out of the box.
First, after installing the Rad Studio XE5 trial, I followed David I's steps exactly, and the emulator would not even start. Then I clicked Android SDK manager, updated it,
and clicked run-without-debugging. It asked me if I wanted to start the emulator this time so I did.
Now the Firemonkey app will not start up the emulator, and while it does appear to start debugging, the emulator scree...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
Does Delphi XE5 firemonkey work on current Samsung tablets? [Edit]I am being told that Delphi XE5 with firemonkey will not work on the current range of Samsung tablets even if they have Android 4 is that true?
If so I will be very disappointed having invested thousands of pounds and a few hundred hours to adopt the technology on the promise I can now deploy to Android mobile devices. When I run even the most simple Hello World app I simply get a black screen on my brand new Samsung tablet. I am told it only works on Android devices with a ARMv7 CPU supporting NEON instruction sets. If this is the case developers need to know that I have been told today ...
Code works in Delphi 7 but not in Delphi 2010 [Edit]hello,
i have a procedure that open's a file by passing the file name as the parameter to the executable.
something like this
{code}
C : \ P r o g r a m F i l e s \ Da c k e r \ D r a c k e r . e x e " G : \ D E l p h i 7 \ D e l p h i 7 A p p _ l o g . t "
{code}
The source code is
{code}
procedure OpenFileWithExe
var
hReg: HKEY;
Ret: Longint;
RegDataType, RegDataSize: DWORD;
CmdLine: array [0..560] of Char;
Len: Integer;
SInfo: TStartupInfo;
PInfo: TProcessInformation;
begin
Ret := windows.RegOpenKeyEx(HKEY_CURRENT_USER,
...
android service application on Delphi XE5 [Edit]Is it possible to develop "android service application(backround)" on delphi xe5 ?
if possible, how to ?
Thanks.
Edited by: caner aytac on Sep 20, 2013 3:40 AM
Edited by: caner aytac on Sep 20, 2013 3:45 AM
...
Delphi XE5 - AndroidHello.
I have a mobile phone that have this hardware:
Processor ARMv7 rev 9 (v71) 849Mhz
445MB ram.
Using Android OS v 4.0.4 (Ice Cream Sandwich)
I created a FireMonkey Mobile project, then, i put some edits and labels into my form and just run it.
(I already have did the configs to SDK/NDK)
My application compile ok, deploy ok, install ok, run ok. But when i see it running on the mobile device, i only see blank screen, i can click on the edits but it is all invisible, it works and show me the keyboard but i can't see anything , its all blank.
I need help with this,...
movetasktoback function delphi xe5 android? [Edit]Hi,
I want my application not close when the back button is pressed. I want it to minimize and run in background. Is this possible?
I've saw a movetasktoBack function on Java. Is this function available for Delphi too?
{code}
public class TestActivity extends Activity {
//...
// Working for all API levels
@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
if (keyCode == KeyEvent.KEYCODE_BACK) {
moveTaskToBack(true);
}
return super.onKeyDown(keyCode, event);
}
// Alternative variant for API 5 and higher
@Override
...
Delphi XE5 TWebBrowser Problem on Android [Edit]I have write 4 samples code:
1)
paginaweb:='file://'+pathpdf+'prova.pdf';
webbrowser1.URL:=paginaweb;
2)
paginaweb:='http://www.ufficiotecnicogecom.com/Volantini/prova.pdf';
webbrowser1.URL:=paginaweb;
3) have used webbrowser1.Navigate(paginaweb);
4)
paginaweb := 'http://www.youtube.com/user/SisaCentroSudGecom';
webbrowser1.Navigate(paginaweb); or webbrowser1.URL:=paginaweb;
webbroser1 is in a mobile form.
All not work on Android but work fine on iOS, the case of youtube url load page but still stuck on loading vide...
Delphi XE5 Android problem (Indy TCP) [Edit]Hi!
Have some major problems, no ideas left.
My Android app. is using a component TCP Server-Client Library (http://www.3delite.hu/Object%20Pascal%20Developer%20Resources/TCPServerClientLibrary.html) that I made before. The server app. is built with Delphi XE2 and is using this same component too. The problem is that when I try to download some files with it to Android the Android app. either freezes, or the download stops, randomly (sometimes 3 files arrive successfully and then freezes/stops). Testing with 3 10MB and 2 100MB audio files which are
transfered at the same time.
What ...
Delphi XE5 instant trial: Android emulator does not run [Edit]Installed XE5 instant trial - no problem.
The "Android Tools" menu is missing, although It is supposed to be installed by default according to the installation notes.
Note: the Instant Trial does not offer any installation options.
So I started the SDK manager from the File Browser in the IDE, all the files are there.
Installed an Android system image - no problem.
Created an emulator - no problem.
Tried to start the emulator: PANIC - can not start +devicename+ . Tried all standard devices - same problem.
A problem with the "virtualized" paths inside Ap...
Delphi XE5 for android fails to copy the asset in System.StartUpCopy [Edit]As I am obviously not getting an answer, so I will post it here to, maybe somebody here knows the answer to my problem. Bellow is the link to stack overflow question, so I don't repost everything.
http://stackoverflow.com/questions/19936833/delphi-xe5-for-android-fails-to
Edited by: Iztok Kacin on Nov 12, 2013 11:02 PM
...
Delphi XE5 Android App dies preparing INDY email [Edit]Can someone help me with the following code, it connects and authenticates the idsmtp connection but the app dies on the line:-
idMessage1.Recipients.EMailAddresses:='colin@gmail.com';
Anyone had and overcome this problem?
procedure TForm3.Button1Click(Sender: TObject);
begin
if idSMtp1.Connected = true then
idsmtp1.Disconnect;
idsmtp1.Connect; //THIS LINE WORKS
idSmtp1.Authenticate; //THIS LINE WORKS
idMessage1.Clear; //THIS LINE WORKS
...
how to read android contacts,callogs,sms,etc on Delphi XE5 [Edit]hi,
i want to read android phone contacts(adress book) list name and phone number,
i search a sample of Delphi XE5 for this but not find.
Could you please give a small sample on it. (contacts, callogs, sms, etc.)
Thanks.
Edited by: caner aytac on Sep 20, 2013 3:37 AM
Edited by: caner aytac on Sep 20, 2013 3:39 AM
...
[SOLVED] Delphi XE5Hello,
I have a very simple program that works perfectly.
But if I add a TIdTcpClient component on my form, with no change in the properties or event, just add it, then application crash when exiting with the hardware return button.
What is wrong ?
thank you
Franck
{code}
unit FormTestModbusXE;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.TabControl, FMX.StdCtrls, FMX.Edit, FMX.Layouts,
FMX.ListBox, IdBaseComponent, IdComponent, IdTCPConnection, Id...