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...
Delphi XE5(U2) Firemonkey application crashes at startup on OSX on new mac [Edit]Hello,
I'm trying to deploy my first application on a mac platform. I have successfully built the application on my dev mac and run it through PAServer and now I would like to deploy it on a different MacOS.
I tried to drag and drop the application .app file into the application folder of the new Mac. The app shows up but as soon as I start it, I got a message telling me that it stopped unexpectedly.
I'm really lost here: With windows, I'd have no problem finding out what is wrong but, with a Mac, I haven't got a clue what I did wrong. The application doesn't do an...
New to DelphiHi
I am new to Delphi & want to know good resources for learning to use it. Is there a list of good Delphi learning resources (books/online tutorials) somewhere? What recommendations can anyone make for someone new to Delphi (& only a hobby programmer at the moment)?
A couple of weeks ago I started with DelphiXE4 trial & have Googled for a few Delphi resources but I haven't found anything very good yet for me as a beginner. I'm just struggling along trying to learn as I go! (I'm presently struggling with DragandDrop...see
[http://stackoverflow.com/questions/17232...
How to build enterprise-grade Delphi appHi
It would be nice to build enterprise-grade appl with Delphi, but are the options or third party software (like in J2EE) to do this?
e.g.
1) there is J2EE middleware for hosting components - developer is not required to handle all the issues that are connected with session handling and different contexts in which the components can be stored (like application, session, request context, etc.). I understand that some of this can be done in DataSnap or in Web Services (can be even PHP, Java or .NET) and Delphi client - but in both cases there are some drawbacks:
- for DataSnap - much shou...
ANN: Delphi HTML Reports previewVery simple to use - buid complex reports in 10 minutes. All you need to know - SQL, HTML, CSS. Use all power of HTML4 and CSS3 in any part of report.
Features:
Barcodes
Multiline headers
Groups
Cross-tabs (any level)
Transformations (cross-tab with range)
Pictures (+from database)
Master/Detail (any level)
Supports all databases and db-libraries (writing adapter for any db-acess library takes only 5 minutes)
Standalone reports - no need for delphi forms/datasets.
100% native Delhi code.
All Delphi versions - from Delphi 6 to XE6 (VCL).
32/64 bit.
Supports Unicode for...
Many Delphi made apps in Play Store [Edit]So... I was curious to see how many Delphi made apps I would be able to find in Google Play...
I know that by default the package name of an app made with Delphi is prefixed with com.embarcadero and there are many developers out there that does not know (Or don't care) how to change it... so I searched in google play for some keywords such as "Embarcadero" and "Delphi XE5"
I checked all the results and I have found over 100 apps already made with Delphi, some are bad, some are samples, but many are very good, including simple games and serious business apps
Som...
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 by one of the major suppliers in the UK, Vodafone that it
does not have any Android tablets in its range that is compatible with Delphi XE5.
Can someone confirm this or if your using a new Samsung tablet please tell me if it works!
Has anyone bought a 3g/4g tablet from Vodafone this year and deployed a Delphi firemonkey app to it?
Edited by: Clive Morgan on Dec 4, 2013 7:21 PM
if the tablet does not have the NEON CPU support then it wont work
but it will work on samsung devives that do have that
(e.g a samsung phone)
it is a shame that it wont work on non NEON devices
because it seems that even new device are not all having NEON CPU feature
> {quote:title=Clive Morgan wrote:}{quote}
> 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...
[Delphi] Create new.exe file from my app.exe [Edit]Hello!
for example
i have app.exe with one edit and button
on button click i wana create new app2.exe with one button
and on that button (app2.exe) click it will show me message (who was entered in edit1.text(in app.exe))
what should i looking for?
dont have an idea..
Thank you
#############
hm... another way
i have app.exe with 2 forms
and on button click its create newapp.exe same look like my app.exe form2
with buttons and rest stuf
another words
on button click
extract/copy Form2 as Form2.exe from my app.exe
Edited by: Ronaldo DeVinche on May 5, 2009 9:57 AM
...
Firemonkey app from Delphi XE2 -> Dropbox & iCloud [Edit]Im developing an app for iOS and MacOS
Is there any component or a way to connect to Dropbox and iCloud using Delphi XE2?
> {quote:title=laureano bonilla wrote:}{quote}
> Im developing an app for iOS and MacOS
>
> Is there any component or a way to connect to Dropbox and iCloud using Delphi XE2
For iCloud, you will need support for both iOS 5.0 and 10.7 Lion. I don't believe XE2 even supports the classes added with iOS 4.x, much less 5.0, although you can parse the iOS 5.0 UIKit and Foundation headers yourself:
http://web.me.com/macpgmr/ObjP/Xcode4/iOS_5_Parsing_...
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
...
[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, IdTCPClient;
type
TForm1 = class(TForm)
TabControl1: TTabControl;
TabItem1: TTabItem;
TabItem2: TTabItem;
TabItem3: TTabItem;
TabItem4: TTabItem;
ListBox1: TListBox;
LabelIP: TLabel;
Edit1: TEdit;
LabelPort: TLabel;
Edit2: TEdit;
BtnConnect: TButton;
IdTCPClient1: TIdTCPClient;
procedure BtnConnectClick(Sender: TObject);
private
{ Déclarations privées }
IdTcpClient : TIdTcpClient;
public
{ Déclarations publiques }
end;
var
Form1: TForm1;
implementation
{$R *.fmx}
uses FMXCommon;
//------------------------------------------------------------------------------------------------------------------------------
procedure TForm1.BtnConnectClick(Sender: TObject);
begin
ListBox1.items.add('Connecting');
end;
end.
{code}
franck wrote:
> But if I ...
Converting from Delphi 2005 to Delphi XE5I have developed a number of Windows applications in Delphi 2005.
I recently purchased Delphi XE5.
I have started by trying to compile an existing 2005 application.
I am getting a 7 errors about FMXTeeEditor.
[dcc32 Error] E1026 File not found: 'FMXTee.Editor.Brush.fmx'
Not able to find a solution to this. Any help greatly appreciated.
Did you open every form before compiling? The old forms get updated with new properties when they are opened. I would make a copy of the old project before doing any of this.
maybe you have links to the older tchart files....i.e its not usi...
Re: Maybe is a new life for Delphi? [Edit] [Edit]Cesar Romero wrote:
> > This is not ad. Sparta is not commercial product.
>
> Any product announcement should be in 3rd party group, comercial or
> not, that is part of newsgroup guidelines.
Right.
-Craig [moderator]
--
Craig Stuntz · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz/
...
Delphi 7 app to web app conversion [Edit]My company has an old Windows engineering application that we would like to convert to a web application so that we can offer it as a software as a service. The application is written primarily in Delphi 7 with the heavy number crunching done in Fortran (I did say it was old!). We would like to reuse as much of the existing Delphi code as possible and only modify the Fortran enough so that it will run in the background on the web server.
We have never developed a web application so we're looking for guidance on the best way to make this conversion.
Our questions at this point:
1. Is it realistic to expect that we will be able to reuse most of our Delphi 7 code?
2. We have about 60 forms in our application. What level of effort should we expect for an experienced Delphi programmer to make the conversion? Days? Weeks? Months?
3. Judging by the amount of activity in this forum it appears that many of you are successfully using IntraWeb for web application development. What are the strengths and weaknesses of IntraWeb? Should we consider other frameworks like Morfik, Raudus and WebHub?
The website for our application is [here|http://www.cablecad.com] if you're interested.
Edited by: Terry Shimabukuro on Dec 14, 2011 5:13 PM
unigui
<Terry Shimabukuro> schreef in bericht news:428977@forums.embarcadero.com...
> My company has an old Windows engineering application that we would like
> to convert to a web application so ...
New to Delphi [Edit]Hi,
I am new to Delphi and arrived, perhaps, by accident.
I am by profession a .NET build engineer with enough experience with VB.NET and C#. Hobby-wise I program in Cocoa and REALbasic. I experimented a bit with Cocoa-bindings for C# and thus arrived at Delphi Prism.
Then came the special offer in the store where I would buy one thing and get another cheaper for free. A clever offer, given that the only useful combinations make me spend more money. And another 50 pounds gives me even more. So I finally decided to get the Delphi/C++ Builder bundle and Delphi Prism. I am currently in the 30 day trial and learning.
I don't know C++ and am not interested in learning it. I just figured it couldn't hurt to have C++ Builder in case I change my mind. I currently use REALbasic for native Win32 programming. I think perhaps Delphi is better since REALbasic is often not enough even for my humble skills (almost none).
So now I am stuck. I don't actually know much about Delphi and my last experience with Pascal was 1995 in high school with Trubo Pascal 6.
But I like books.
Can anyone recommend a good book about Delphi and Delphi Prism?
Also, are there any good tips for complete beginners?
I figure I don't need a support contract for Delphi if I don't want free updates and I can always get a support contract when I buy an upgrade once Delphi gets new features I want? I am hoping for cross-platform VCL so I can use Delphi to replace REALbasic c...
How to Change Tablet App to Phone app in Delphi XE8? [Edit]Hi, i've created an app more specifically for tablets. So if the screen is smaller than 7 inch not everything fits. I do work with layouts and Align properties so everything gets scaled accordingly to the screen size.
I know a few options to make the app useable for phones ass well. But not sure what the best way is.
Option1:
Create multiple Views for each size screen.
Option2:
Use ScaledLayout to make everything smaller or bigger.
Option3:
Use scrollBox.
Option4:
Edit component sizes in FormCreate after checking screen size.
Option5:
Devide in more Forms.
*So what&...
Installing Delphi 7 and Delphi XE5 on same machineIs there any implication installing Delphi 7 and XE5 on a same machine? Will it affect the 3rd party components, libraries, dll etc.?
On 15/12/2013 23:56, Ebizit IT wrote:
> Is there any implication installing Delphi 7 and XE5 on a same machine? Will it affect the 3rd party components, libraries, dll etc.?
Ebizit,
The usual guideline is to install in release order, Delphi 7 first, then
XE5. I would also advise installing in a dedicated, security open
directory such as:
C:\Tools\Delphi-7
C:\Tools\Delphi-XE5
However, since I cannot afford the grossly inflated pric...
Convert Delphi 7 to Delphi 2009 [Edit]Hi!
Please, I have a code done in Delphi 7...
Now I want to convert Delphi 7 to Delphi 2009 but I'm having problems when compile the code.
Error message:
+[DCC Fatal Error] Far.dpr(9): F2063 Could not compile used unit 'System.pas'+
Please can somebody help me?
Source Download (349KB): http://rapidshare.com/files/256191328/FileManager.rar.html
Mirror Source Download: http://www.megaupload.com/?d=12GYLPT0
Password: delphi
Thank u so much!
(sorry for my bad english, it is not my native language)
Edited by: loquax loquax on Jul 15, 2009 12:24 PM
Sorry, bu...
XG Mobile App (Delphi XE2/Firemonkey ) now in the app storeMy app is finally in the App Store.
My thanks go to forum members for the help provided in all the post here.
Xavier Dufaure de Citres
-----
_*XG Mobile for iPhone, iPad and iPod Touch now in the App Store*_
XG Mobile is the portable version of the acclaimed program "eXtreme Gammon" for PC.
You can now have the power and accuracy of eXtreme Gammon in the palm of your hands.
In its few years of existence (since 2009) eXtreme gammon has been recognized as the best backgammon program available. This has been confirmed by top players in the world and by independen...
XE5 cannot import WSDL of a Delphi XE5 created Web service [Edit]I solved it, and it was a silly question.
Edited by: Gurkan Karagoz on Feb 26, 2014 4:18 AM
...
calling a c++ dll from a delphi vcl app crashes the app upon exit [Edit]I am using RAD Studio 2010 and I downloaded the latest updates. Since I can't see how I can attach a file to the message, I included in this message the source code for each file:
To reproduce this problem follow these steps:
Create a project group with two projects, one c++ dll project and one a Delphi VCL forms project. Save all the files in the same folder.
1. Use the wizard to create the c++ dll project, select c++ & Use VCL checkboxes. Make sure Project Options->C++ Linker->Dynamic RTL is set to true. I also added memmgr.lib and sharemem.obj to the project but I bel...
Delphi 2010 and Delphi XE5 shuts down when opening projectsOver the last week I have found it increasingly difficult to open projects. Even really simple projects, some more complex.
For example if start Delphi 2010 Enterprise Edition. I see the list of recently opened projects. I then click on a simple existing project, I get a hour glass for about a second and then Delphi IDE has gone. In the windows task manager, there are now no applications running.
I have not changed the installation, being using Delphi 2010 enterprise on the same computer for a few years. I'm not a full time developer, but do internal development of our compa...
Migrating from Delphi 6 to Delphi XE 3! [Edit]All,
I am a Delphi developer working in an windows form application developed using Delphi 6.
Now, we are planning to upgrade the development tool.
Can anyone provide me information related to major roadblocks that we can face while migrating from Delphi 6 to Delphi XE 3?
Should we migrate to Delphi XE 3 or any other preferred version of Delphi based on the fact that our target users will be using Windows 7 or Windows 8?
Do we have any tools or utilities to migrate the source code from Delphi 6 to higher version of Delphi?
Also, any suggestions related to best practices are welcome....
New Delphi Book [Edit]Hi
For those of you who still don´t know, Chris Rolliston has release a new Delphi book covering the XE2 release:
http://www.amazon.com/Delphi-XE2-Foundations-Chris-Rolliston/dp/1477550895/
I´m just happy to see a new Delphi book making into print.
I just received my copy today
Congratulations to Chris for this material!
Interesting, I will put it on my "want" list.
> {quote:title=Eric Fleming Bonilha wrote:}{quote}
> Hi
>
> For those of you who still don´t know, Chris Rolliston has release a new Delphi book covering the XE2 release:
...