Fix crash after sending E-Mail in Delphi 12
Compilation error under Delphi 10.4 for DPF.iOS.Common unit
Packages for Delphi 10.4
Hello, when I try to build the component under 10.4 I get an error in the line with the two stars at the star and the end: [dcc32 Error] DPF.iOS.Common.pas(1641): E2010 Incompatible types: 'TObject' and 'procedure, untyped pointer or untyped parameter' procedure DisposeOfAndNil( var Obj ); // SZ added // careful: DisposeOf does not set Obj to nil, which means that then owning objects will not be freed until Obj goes completely out of scope {$IFDEF AUTOREFCOUNT} var a: TObject; begin pointer( a )...
Hello, when I try to build the component under 10.4 I get an error in the bold line: [dcc32 Error] DPF.iOS.Common.pas(1641): E2010 Incompatible types: 'TObject' and 'procedure, untyped pointer or untyped parameter' procedure DisposeOfAndNil( var Obj ); // SZ added // careful: DisposeOf does not set Obj to nil, which means that then owning objects will not be freed until Obj goes completely out of scope {$IFDEF AUTOREFCOUNT} var a: TObject; begin pointer( a ) := pointer( Obj ); pointer( Obj ) := nil;...
anyway, excellent code, works perfect android and ios under Delphi 10 Seattle UP1
var H1:=Buffer.length; var P1:=PChar(Buffer.bytes); MS.WriteBuffer( P1, H1 );
how did you solve it?
Speech Recognition
maybe is to late, but i hope will be usefull for anyone who have similar problem, you have to add AVMetadataObjectTypePDF417 in section procedure TDPFQRCodeScanner.CreateUIControl; after ObjTypes.addObject( ( AVMetadataObjectTypeQRCode as ILocalObject ).GetObjectID ); add this ObjTypes.addObject( ( AVMetadataObjectTypePDF417Code as ILocalObject ).GetObjectID ); then in section procedure TCaptureDelegate.captureOutput change this line if metadata.&type.isEqualToString(AVMetadataObjectTypeQRCode) then...
Everything is fine when I compile and install DPFiOSPackagesDX10.dpk in Delphi 10.3 Rio, but when I try to compile a project in which I use DPF components, in DPF.iOS.HTTP.pas I have an error "[DCC Error] DPF.iOS.HTTP.pas (778): E2036 Variable required ". SDK for iOS 11.2. How to solve this problem? Please help. greetings!
The deploy path for the image: ".\Documents\" The Image property: "/Documents/cocktail.png" Delphi 10.2 & Xcode 9.2 & iOS 9/10/11 - every TDFPToolBarButtonItem with ButtonItemKind=bkImage is empty in runtime. Any suggestions?
The deploy path for the image: ".\Documents\" The Image property: "/Documents/cocktail.png" Delphi 10.2 & Xcode 9.2 & iOS 9/10/11 - every TDFPToolBarButtonItem with ButtonItemKind=bkImage is empty in runtime. Any suggestions?
Want a smooth slide effect when a SearchButton is pressed. How to do that with D.P.F. controls? Is it real at all on Delphi? Thanks.
Hello everyone.- I have the following error in Delphi 10.2 Tokyo: [DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox Are these libraries supported in Tokyo? Is there any way to solve this error? Greetings and thanks.
I do not know / activity somehow came to a halt a while ago
This forum doesn't seem to be very active!
How can you differentiate between multiple leaderboards in the events?
Hi, I installed the DPF Component in Delphi 10 Seattle. Then I developed a test app...
for naybody have same problem i have solved this (not prefect but work) the problem...
Hi, i have success install component on berlin update 1 & 2, and success test run...
Hi, i have success install component on berlin update 1 & 2, and success test run...
Hi, i have success install component on berlin update 1 & 2, ans success test run...
TabBarController Delphi 10.1
HI Gordon I am using 10.1 Berlin and not having any problem with view rows. Is the...
still cant get my lists to load right in Berlin.. anyone using Berlin? all of my...
Get the latest version of DPF from SVN.
You'll have to ask Babak to add you to the project. Then you can commit your changes...
Hi Sebastian how do i update the file in svn? is there another account id and password...
Hi Babak I cant commit the changes that i have made using SVN to the server. please...
Hi Babak what is the user name and password for me to upload the file to TortoiseSVN?...
Thank you Sebastian
Hi Chris, Thank you for your good job, You have a Developer permission for this project,...
Due to the fact that i needed an onChanged event for the DPFTextField, i have modified...
DPFCamera.DoSampleBufferToBitmap
Updated Changelog
I changed the url. Please take a look at the updated file in svn.
changed target in TDPFInAppPurchase.ShowProduct...
Packages for Delphi 10.1 Berlin
Seems to compile, but Im having trouble loading the view rows..
Im using it with Berlin.. So far so good. Seems to compile ok.
When will an update come out that supports 10.1 Berlin? Or, can the Seattle version...
Found the problem: I had to add support for the format in the delegate method TCaptureDelegate.captureOutput...
BarCodeReader and AVMetadataObjectTypeDataMatrixCode
I found that the link used in TDPFInAppPurchase.ShowProductInAppStore does not work....
HI, I want to write an app where the user presses record. They see a wave form as...
Hi Babak Welcome back. its been a long time since i see u in here. Regards chris
Hi JoeJim Thank you for sample, I will check it on iPhone 6s with iOS 9.3
Hi Chris Open your Telegram and search dpfdelphiios group and join in, Regards
Hi Chris Now you can update SVN, Use Tortoise, please Regards
I think its ok now.. I think I did something wrong on my side On 4/4/16 10:18 PM,...
Hi Gordon Can you send me a simple project to reproduce it ? Regrads
I have not tried this myself as yet, however are you not able to use Edit SDK in...
Hi, I am using your DPF.iOS.EKCalendar.pas file to store events and alarms to device's...
Hi Babak Is there a way for me to upload some of the changes which i have made to...
I think you can use the DPF.iOS.MFMessageCompose class. It uses the MFMailComposeViewController....
hello, I'm developing an ios app using DPF.IOS but when i try to use MFMailComposeViewController...
I think this information can contribute to resolving of the problem: UINavigationController...
By creating a NavigationControllerPage dynamically, the problem does not exist. I'v...
[DCC Error] DPF.iOS.UITableView.pas(2026): E2197 Constant object cannot be passed as var parameter!
I have fixed the done button for the TDPFDateTimeCombobox which is not shown on the...
How to open DPFUIImagePickerController inside my application?
How to get a video from the gallery using DPFUIImagePickerController?
Hi I have updated my codes via SVN and it seems that TDatePicker does not close in...
Hi Babak I cant get into the above mentioned URL on my mac. regards chris
Hi I have updated my codes via SVN and it seems that TDatePicker does not close in...
This is probably a better example because Watchkit 2 is used: https://www.ralfeb...
Here is a demo for 2 way communication https://github.com/kristinathai/WatchKitC...
Hello And unfortunately not. Babak wanted to look into this but I know that his time...
I've been reading some about Watch OS 2.0 today. I wonder if there would be a way...
Hi Gernot, i have same problem with a last version of controls in DX10 Seattle. Do...
Delphi cannot compile for Apple Watch as far as I know. Is there any other reason...
Apple Watch
TDPFQRCodeScanner is not reading all bar codes?
TDPFQRCodeScanneris not reading all Bar codes?
Application crashes on iPad when I try to open camera?
Great thanks! Brent On Sunday, November 29, 2015, Babak Yaghoobi b_yaghobi@users.sf.net...
Latest Version change..
sorry, stupid me.. I realized that I now have to add LocalAuthentication to my paths.....
How to hide the status bar coming on the TDPFMoviePlayerViewController?
Look of the TDPFMPVolume is coming disturbed!
When I try to compile install the latest version.. I get an error on line 117 in...
Thanks for the reply, I tried but TPath is not recognizing GetDocumentFolder???
Where to keep my assets i.e. images?
Hi Deploy them into Documents folder device and use them with : Uses system.IOUtils;...
Replica for TImage is not available
Ok, this is a another way for making combobox ! Thanks
TDPFComboBox is not behaving like the native firemonkey TComboBox
Hi Please attach a simple project for reproduce this issue. Regards
Replica for native TListBox control is not available
Hi You can not use both DPF and FM controls together ! Just DPF or FM controls !...
Native delphi controls hide when I put them on a D. P. F. Component.
Hi Vital No problem ! In your Mobile applications instead of .Free or FreeAndNil...
correctly release the controls
Hi Chris Thank you so much for your Donation again! Best Regards
I'm waiting for your simple project !
Is there a developer manual available for D. P. F
+ Added TDPFDatePicker Today different color !