Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

In Gorilla mode - artina:Translate not rendering text

Open npagare opened this issue 6 years ago • 4 comments

Description

I have started customizing full gorialla enabled project. So far, I have made changes such as update logos, icons, splash screen background color change, updating menu logo and so.

While doing that I have started experiencing screens not showing any text that's rendered via artina:Translate.

Steps to Reproduce

Expected Behavior

Render text on the screens using artina:Translate as that in the Grial Demo App.

Actual Behavior

Text is not displayed on all screens wherever artina:Translate is used

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: VS 15.7.5 on Windows
  • Platform Target Frameworks:
    • iOS:
    • Android:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

image

image

npagare avatar Jul 20 '18 10:07 npagare

Hi @IoTFier,

Could you please fill the 'Basic Information' section with your devices and OS version you are using?

Thanks JP

jpbrocca avatar Jul 21 '18 23:07 jpbrocca

Hi @jpbrocca,

I am using Android (Oneplus 3 : Oreo 8.1) and iOS Simulators (OS 11.415F79) off of Mac .

[I even tried using the new Android emulator (which is supposed to run with Hyper-V on) provided thru VS 15.8.4 preview as well. But that's not working and who knows that will ever be delivered in full working and supported state]

OS Win 10 64bit; Visual Studio 15.7.5; Xamarin Form(latest stable version 3.1.0.637273)

Do I need to provide any updates in Gorilla.json - especially in the "clients" section to support my new helper class FontAwesomeWeb511Font? e.g. add another mapping under clients as - "clients": [ { "kind": "GrialLive", "mappings": [ { "from": { "className": "FontAwesomeFont", "namespace": "UXDivers.Artina.Grial" }, "to": { "namespace": "com.my app name space" } }, { "from": { "className": "FontAwesomeWeb511Font", "namespace": "com.my app name space" }, "to": { "namespace": "com.my app name space" } } ] } ]

npagare avatar Jul 21 '18 23:07 npagare

Hmmm...that is weird. We will try to reproduce your environment and see what could be happening.

Regards and thanks JP

El sáb., 21 jul. 2018 20:52, IoTFier [email protected] escribió:

Hi @jpbrocca https://github.com/jpbrocca,

I am using Android (Oneplus 3 : Oreo 8.1) and iOS Simulators (OS 11.415F79) off of Mac .

[I even tried using the new Android emulator (which is supposed to run with Hyper-V on) provided thru VS 15.8.4 preview as well. But that's not working and who knows that will ever be delivered in full working and supported state]

OS Win 10 64bit; Visual Studio 15.7.5; Xamarin Form(latest stable version 3.1.0.637273)

Do I need to provide any updates in Gorilla.json - especially in the "clients" section to support my new helper class FontAwesomeWeb511Font? e.g. add another mapping under clients as - "clients": [ { "kind": "GrialLive", "mappings": [ { "from": { "className": "FontAwesomeFont", "namespace": "UXDivers.Artina.Grial" }, "to": { "namespace": "com.IoTFier.MedGPS" } }, { "from": { "className": "FontAwesomeWeb511Font", "namespace": "com.IoTFier.MedGPS.Helpers" }, "to": { "namespace": "com.IoTFier.MedGPS.Helpers" } } ] } ]

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/UXDivers/Grial-UI-Kit-Support/issues/451#issuecomment-406830634, or mute the thread https://github.com/notifications/unsubscribe-auth/APQYRwDSHxRDBRVlM1IfXXvfLs8r5nQkks5uI76ggaJpZM4VX2ZI .

jpbrocca avatar Jul 22 '18 00:07 jpbrocca

Hi @jpbrocca. any finding on this?

As I mentioned in one of our ongoing conversation in other issue - saving a open Gorilla.JSON file triggers Gorilla server to push the content out to the Xaml. But, it gets time consuming and annoying to keep making it work

Would like to know if there is any insights you and Grial dev team may have had.

Thanks,

npagare avatar Aug 04 '18 08:08 npagare