Hi,
I'm developing a widget. It runs fine and without any problems on all SDK simulator in 540 and 1080 resolutions. Now I'm trying to test it on
Samsung device: UN46C6500
Widget System information:
-- Yahoo Widget Engine 5.5.5
-- Widget application framework 1.3.12.C
-- Launcher Bootstrap 1.2.10
-- Profiles 1.2.21
-- Widget Gallery 1.2.16
-- Out of Box tutorial 1.2.5.C
-- Widget Container 1.2.68.C
But the widget just won't load up. Snippet shows Loading... for forever.
I have tried with KONtx.framework version 1.0.0 ; 1.2 and 1.3 without a success.
In some thread
CODE
KONtx.utility.WaitIndicator.up()
was mentioned as a problem.
I'm using following KONtx.utility methods
CODE
KONtx.utility.WaitIndicator.up
KONtx.utility.WaitIndicator.down
KONtx.utility.scale
Could this be the problem in here also?
In addition I noticed that Konfabulator --Latest-1080 failed loading the widget if KONtx.framework 1.3 was included. But using 1.2 widget loaded without the problem.