Hi,
I have upgraded to last version today and now I can't load a datamodule that has multiple TCXImageList.
I have tryed to open previous backup on this unit same problem, it works fine previously .
Any idea ?
Best regards
Armindo
[Attachment removed by DevExpress]
Hello Armindo,
Thank you for sharing your sample unit files. It may take us some time to examine them and find the cause of these errors.
Please check if the following workaround can help you load that unit without errors:
procedure TdxSVGElement.Load(const ANode: TdxXMLNode); begin ... if ANode.Attributes.Find(TdxSVGSchema.StrokeOpacity, AAttr) and not SameText(AAttr.Value, 'null') then StrokeOpacity := AAttr.ValueAsFloat;
Thanks Paulo for your reply.
It solved the problem.
I am happy to hear that this modification helped.
May I make the content of this ticket visible to other visitors of our site? This patch may be useful to them. I can remove your attachment, if necessary.
Of course you can make it visible to other visitors but please remove the attachment it contains licenced png files…