Embedded resource not working for SfComboBox

On the latest (and not latest) syncfusion kit version the below is not resolved as per 2 most recent comments there.
Please address the issue.

I tried setting the Font for SfComboBox and Entry, entry worked fine, SfComboBox ignored.
SfComboBox resource:

    <Style TargetType="combobox:SfComboBox">
        <Setter Property="FontFamily"  Value="{StaticResource FontFamily-Regular}"/>

        <Setter Property="HeightRequest" Value="{x:OnPlatform Android=50, iOS=20}"/>

        <Setter Property="TextColor" Value="Black"/>
        <Setter Property="TextSize" Value="15"/>
        <Setter Property="VerticalOptions" Value="Center"/>
        <Setter Property="DropDownItemFontFamily" Value="{StaticResource FontFamily-Regular}"/>
        <Setter Property="NoResultsFoundFontFamily" Value="{StaticResource FontFamily-Regular}"/>
    </Style>

I have tried on 3 different versions including 18.3.0.48.

Please check the below link.
https://www.syncfusion.com/feedback/14864/provide-support-for-embedded-resource

3 Replies

JK Jeya Kasipandi Syncfusion Team November 13, 2020 01:29 PM UTC

Hi Michael,

Greetings from Syncfusion.

We have checked the reported issue by creating sample with Embedded resource font family, but we are not able to reproduce the reported issue.

Please find the tested sample from below location.


Could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application or provide the sample. This will be helpful for us to investigate further and provide you a better solution at the earliest.

Regards,
Jeya K



MY Michael Yui Fai Poon replied to Jeya Kasipandi November 16, 2020 09:03 AM UTC

Hi Michael,

Greetings from Syncfusion.

We have checked the reported issue by creating sample with Embedded resource font family, but we are not able to reproduce the reported issue.

Please find the tested sample from below location.


Could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application or provide the sample. This will be helpful for us to investigate further and provide you a better solution at the earliest.

Regards,
Jeya K


Hi,

The attached solution has a file corrupted/missing (MainActivity.cs) so could not check it out.


SS Suganya Sethuraman Syncfusion Team November 17, 2020 07:19 AM UTC

Hi Michael,

Sorry for the inconvenience.

Please ignore the previous sample. Please have the sample,

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/FontEmbedded-944498829

Could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application or provide the sample. This will be helpful for us to investigate further and provide you a better solution at the earliest.

Regards,
Suganya Sethuraman.


Loader.
Up arrow icon