A little feedback: I just installed and started LiveCode. After a 10 minute short test I have to say that I don't like it. I have rarely seen such an unintuitive development environment. Many actions don't work right away, but only after you have closed and reopened the corresponding windows/dialogues. One notices very fast that the IDE was originally written for the Apple operating system and was adapted only makeshift to Windows. As written: Personally I don't like it and won't use it.
Greetings ... Peter
Addendum: Even uninstalling LiveCode does not work.
yo, btw these days they have a 20% Coupon Code.Anyways, yea its expensive. I only paid the one time for a license and its showing its age.
We also own Xojo. Actually I was personally attracted towards Xojo after seeing a very powerful software built in Xojo called Fundy. Fundy is a cross platform album designing software and our direct competitor.
But after using it to make a few small software for multiple OSs we understood that it is not usable for building commercial apps and when we need heavy computing/processing it is seems to fall flat on its face. Another thing is that to build a decent software we have to rely on third party components and they are costing a load. In some cases they are costlier than Xojo itself. And finally protecting apps generated by Xojo is also a very big problem.
We are in the business of creating album designing software for last 18 years. It was originally developed in VB6. Currently we are developing our flagship album designing software (AlbumSense) in Delphi and are very happy that we switched from VB6 to Delphi instead of Xojo. Because we are using Delphi we are not able to target Linux and Mac at the moment. But we hope to be able to target them in near future.
I understand. If you are coming from a Java world it's very different. Since last year the free community edition has also mobile development.@Indic Software @SayCheese
i can not become friends with delphi but Firemonkey and 3d is a good feature.
the syntax from delphi requiring getting used to, not intuitive and always i got cryptic error messages after i run something.I understand. If you are coming from a Java world it's very different. Since last year the free community edition has also mobile development.
I hope they manage to fix the UI performance of Android in the next release.
Yes, the pascal syntax is very straight. Strongly typed. But at the end it helps you building far more clear code. I regret they have made some syntax changes recently like inline variables.the syntax from delphi requiring getting used to, not intuitive and always i got cryptic error messages after i run something.
The true strength of Delphi are those database controls (and the open control-system in general). Very easy to use but very flexible. The original architect of Delphi and Turbo Pascal, Anders Hejlsberg, is one of the big names in the business. He is creator and the chief architect of C# at Microsoft now. I wouldn't say he is a terrible designer.the database controls are so many for a simple task and terrible designed.
delphi is stubborn as a mule and developing is a waiting game.
Color col = new Color(255, 255, 255,255);
col = Color.FromArgb(255, 255, 255, 255);
var
col: TAlphaColor;
begin
col := $FFFFFFFF; (or TAlphacolorrec.white or claWhite)
.
.
.
end;
var
col: TSomeclass;
begin
col := TSomeclass.Create($FFFFFFFF);
try
.
.
.
finally
col.free
end;
end;
OT
@SayCheese
i meant more old and new database technology in a project, its confusing what can be used together.
the toolbox is overfilled by default in an new project.
I do use Devarts UniDAC since years. It is a native database-connector for any Database we use. And it is FAST and no external dependencies. Only a few mb more in exe size.
I never regret buying a license.
https://www.devart.com/dac.html
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?