UXDivers / Grial-UI-Kit-Support

This is our public repository for customers to report bugs about Grial UI Kit for Xamarin Forms
61 stars 26 forks source link

TabControlCustomSamplePage.xaml throwing error around multiple image attribute #475

Open npagare opened 6 years ago

npagare commented 6 years ago

Description

Not able to browse TabControlCustomSamplePage.xaml in Gorilla mode.

Steps to Reproduce

  1. Select …/theme/TabControlCustomSamplePage.xaml to browse in your App running in the iOS Simulator iPhone 8 Plus

Expected Behavior

To render TabControlCustomSamplePage

Actual Behavior

Getting error on line 24#

Basic Information

Screenshots

image

image

jpbrocca commented 6 years ago

Hi @IoTFier, this is a limitation in Gorilla Player preview.

Try commenting icons while previewing.

Thanks, JP

npagare commented 6 years ago

Hi @jpbrocca,

Commenting icons did make the preview work. When will this be fixed in Gorilla Player? Till then, what is the work around for me to get required icons in place and test it?

Thanks

npagare commented 6 years ago

Hi @jpbrocca, keeping only the the icon property value at the tabItem level shows missing icon marks as shown below e.g.

            <tab:TabItem                
                Icon="home_icon.png">

image

But, if I keep only IconSelected property then it doesn't show any icon.

            <tab:TabItem                                    
                IconSelected="home_icon_selected.png">

image

Hopefully this help you to get the fix in place ?

npagare commented 6 years ago

Hi @jpbrocca and Grial team,

Can someone please respond and help us with the issues we raise in a fair timeframe? We can't keep waiting for your responses for days.

Thanks