Component icons do not 'stick' I get the default icons for my components
Moving to Delphi Berlin from Delphi7. Windows 10. I have installed a number of my own components. They have installed and work Ok when dropped on a form but I cannot get program icons to stick to...
View ArticleJEDI jcl don't create any kind of code, neither bpl nor others when...
Downloaded source from the repository and used Delphi Berlin to run compiler and checked for specific installation for Delphi 10.1 32. bits. Installer goes ok, but, when checkin for any new bpl...
View ArticleApp Crash with IFMXPhotoLibrary Delphi XE 10.1
I have problem to develop iOS app with Delphi XE 10.1. My app will crash when click on save image (save to camera roll) by use IFMXPhotoLibrary. It happened only with iPad 4 iOS 10.0.2, But When I try...
View ArticleDBGrid
Hi All, I just installed a free version of Embarcadero and I am not able to use DBGrid for my programm. Could some one help me on that one. Thanks
View ArticleFireDAC ArrayDML vs CachedUpdates
Hi, what method is more efficient? Use Array DML in TFDQuery or TFDQuery with CachedUpdates active and then ApplyUpdates?
View ArticleDelphi - Berlin -are these bugs or merely features? Personal components issues
Adding own components:- 1. Icons do not 'stick' to component bar - you only occasionally see the icons I provided. 2. When Component>install Component>remove component it actually removes the...
View Articleライセンス認証の上限で登録できなくりました
導入PCが調子悪くリカバリ・PC交換を何回も処置しておりました。上記のようなのが発生した場合に、毎回手続きを取らなくてはならないのでしょうか? ある程度上限回数を増やして頂くことは可能でしょうか? 交換したPC等については、ソフトはアンインストールを実施しています。
View ArticleBerlin 10.1 Update 1 ListView UpdateObjects event
Hi,I have noted when an app orientation changes, the TextLabels created on ListView1UpdateObjects values are getting lost (disappear)(but the Text values populated via Livebinding are remains...
View ArticleTFDMemTable raise the error "Could not convert variant of type (Null) into...
create table t1([id1] [int] identity(1,1) not null, [s] [varchar](50)) create table t2([id2] [int] null) insert into t1 (s) values('s') insert into t2 (id2) values(1) procedure...
View ArticleRight to Left Support in Firemonkey
is Bidi support in firemonkey planned? any timeframe? future version expected?
View ArticleIssue Deploying iPad View in 10.1 Berlin..
My project in Delphi Berlin 10.1 has additional views for iPhone 4", iPhone 4.7", iPad and Android 4" which are declared as follows: implementation {$R *.fmx} {$R *.iPad.fmx IOS} {$R *.iPhone4in.fmx...
View ArticleHow do I convert TPresentationProxyFactory.Current.Register to C++ Builder
I am trying to subclass TCustomEdit __fastcall TAltorFMXEdit::TAltorFMXEdit(TComponent* Owner) : TCustomEdit(Owner) I have added : __fastcall TStyledAltorEdit::TStyledAltorEdit(TComponent* Owner){}...
View ArticleIn HTML5 builder - how to change the FORM method from POST to GET?
In HTML5 Builder, how can I change the data transfer method of a form, from POST to GET? (I need my pages to have different addresses, but they all come as unit1, though have different content. In...
View ArticleTo Sarina D.
Dear Sarina, Sorry to write you at this way, i tis not possible to post comment to Your article, I guess some bug at the website. May i ask if You could update this article, with: 1. How could we...
View ArticleFireDAC ArrayDML vs CachedUpdates
Hi, what method is more efficient? Use Array DML in TFDQuery or TFDQuery with CachedUpdates active and then ApplyUpdates?
View ArticleDelphi - Berlin -are these bugs or merely features? Personal components issues
Adding own components:- 1. Icons do not 'stick' to component bar - you only occasionally see the icons I provided. 2. When Component>install Component>remove component it actually removes the...
View ArticleComponent icons do not 'stick' I get the default icons for my components
Moving to Delphi Berlin from Delphi7. Windows 10. I have installed a number of my own components. They have installed and work Ok when dropped on a form but I cannot get program icons to stick to...
View ArticleApp Crash with IFMXPhotoLibrary Delphi XE 10.1
I have problem to develop iOS app with Delphi XE 10.1. My app will crash when click on save image (save to camera roll) by use IFMXPhotoLibrary. It happened only with iPad 4 iOS 10.0.2, But When I try...
View Articleライセンス認証の上限で登録できなくりました
導入PCが調子悪くリカバリ・PC交換を何回も処置しておりました。上記のようなのが発生した場合に、毎回手続きを取らなくてはならないのでしょうか? ある程度上限回数を増やして頂くことは可能でしょうか? 交換したPC等については、ソフトはアンインストールを実施しています。
View ArticleDelphi Berlin - Listview (A-Z headers duplicate)
Hi, In Delphi Seattle I was able to add A-Z headers to my list view using Livebindings and FillHeaderCustomFormat = Substring(%s,0,1). After upgrading to Delphi Berlin the A-Z headers will no longer...
View Article