Fix crash after sending E-Mail in Delphi 12
some bugfixes
Packages for Delphi 10.4
The OnGetCellData has a parameter with the name purpose. If this is cdpForSave then you know that a particular cell needs to be saved.
Take a closer look at TCellComboBoxInfo in OVCTCMMN.PAS. The layout of that record had to be changed a bit. So make sure that you return a record with the correct layout to the table.
A person who managed this project had it in their settings and insisted that it be there. Delete it and you should be fine.
Menu "Project"->Options...->Delphi compiler (top node in the treeview)
Delphi 4 is nearly 20 years old. We don't support it anymore.
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...
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
You cannot run 16 bit software on a 64bit Windows 10. You can download a 32 bit Pre-Unicode...
Delphi cannot compile for Apple Watch as far as I know. Is there any other reason...
The issue comes from the following code in DPF.iOS.ApplicationManager, where I'm...
The issue comes from the following code in DPF.iOS.ApplicationManager, where I'm...
I've checked in a couple of fixes for suspicious things. Please test and let me know...
Fixed a possible crash in TDPFQLPreviewController
TOvcTCCheckComboBox: Option for always showing ...
That might be because I fixed that already :)
Unfortunately Babak sometimes disappears for an unknown amount of time and nobody...
TableView - Crashes 64-Bit
Should be fixed in the current svn version.
Fixed: TDPFTableItemText.SetText
Unfortunately I don't have access to a Mac right now, so I can't test this. But I...
Unfortunately I don't have access to a Mac right now, so I can't test this. But I...
TDPFTableItemText.SetText: changed unchecked ty...
UITableViewItems: Increase reliability of Assig...
I've commited some table bugfixes to svn. Please check out the new version. Unfortunately...
I've commited some table bugfixes to svn. Please check out the new version. Unfortunately...
Fixed TDPFUITableView: Cannot assign TSectionIt...
Do you have the current version from the SVN?
Packages for Delphi 10 Seattle
Version 4.06 is the oldest version that was made available as an open source license,...
The current version of Orpheus does not support Delphi 5 anymore. If the project...
TOvcTCCheckComboBox: fixed an issue with unsele...
Can you find out which component is responsible for the crashes? It's going to be...
Please explain what you mean with "reset the image".
fixed HTMLText formatting lost on start editing
This should fix this issue. Please let us know if it does not.
Do you still have that issue? What is Self.ClassName in this desctructor before the...
I've changed the event so that it now uses single on 32 and 64 bit.
- Changed: TDPFTableViewItemOnGetRowHeight: cha...
CGFloat maps to Single when compiling in 32bit mode, and to Double when compiling...
Fixed Popup Parent of TOvcTCComboBox dropdown
Fixed: Cannot assign TDPFSegmentedControlItem t...
64 bit app hangs at splash
Fixed compilation issue on Win32
I've submitted an update to SVN. Does that fix it for you?
I've fixed it. Get it from SVN. For those interested: The method signature of setRowHeight...
Fixed TDPFUITableView crash on iOS64
Yes.
x64: TDPFSLComposeViewController.SLComposeViewControllerCompletion
Bugfixes for x64
BarcodeReader: Clean-up
TOvcTCComboBox:
Added Font Color support for TOvcHtmlMemo, TOvc...
You may need to get an even older version. But keep in mind that applications compiled...
DPFUIView: use UpdateUIControlPosition instead ...
I needed a QR code scanner. That is why I started with that. But it is pretty easy...
Improved: TDPFQRCodeScanner now uses FMX Screen...
fixed
- fixed stack overflow regression in the last c...
Fixed access violation at designtime
Added missing files for TableViewCustomViewFram...
Fixed: TDPFQRCodeScanner startup orientation
New Component: TDPFQRCodeScanner
clean up unused code
+ Added TDPFApplicationManager.OnInterfaceRot...
Delphi XE7 is now the minimum supported Delphi ...
Fixed TUIToolBar mouse clicks in Windows
This means that iOS scales an application if it is not marked as compatible with...
The PNSStr looks suspicious. Please try changing PNSStr to NSStr in DPF.iOS.UIImagePickerController:...
The PNSStr looks suspicious. Please try changing PNSStr to NSStr in DPF.iOS.UIImagePickerController:...
I'm sorry, but I cannot reproduce this because I don't see that line.
I changed it in SVN. Please take a look at it and see if that fixes it for you.
Added TDPFUILabel.BaseLineAdjustment
Fixed Access violation in TTableViewDelegate.ta...
Have you already installed this hotfix for XE7 Update 1? http://cc.embarcadero.c...
Desperate help! TDPFImageView.SaveToFile doesn work xe7
I got the OK from Babak. We can drop support for older versions of Delphi (XE6 and...
Have you tested the version that is currently in SVN? I fixed a very similar problem...
This is very likely going to break backward compatibility with older versions of...
Please give me more info. The "MapView User Location" demo works fine for me. Can...
I tried that before, but it was not a good approach. I have quite a bit of experience...
Yes, these 3 events should be implemented. But I wouldn't use DoFMXControlChanged...
I think this needs to be done in SetParent.
I think this is because Babak uses the Loaded method for creating the native controls....
Babak changed it so that TDPFMKMapView will be created instead of TMKMapView. But...
Fixed memory leak in TDPFMapView.Destroy
Fixed TDPFMapView.Create
I've added: TDPFMapView.CoordinateToPoint TDPFMapView.PointToCoordinate
how to add a anotation on mapview in the tap event?