Hi,
just made a basic test.
A form with 2 webcomponents (wc1, wc2), referencing the same type (componenttype="chart").
The main is :
main
open window w with form "a"
menu
on action close
exit menu
end menu
close window w
end main
Then I wrote the chart.html referencing a chart.js with only one function :
function onICHostReady(version) {
alert('inside');
}
The first launch of gdc displays only one "inside". Then, every next launch displays two "inside" (one per webcomponents), just like it should work.
Why this event is triggered only once (for the first webcomponents) at the first launch ?
(config : GDC : 2.30.05-4048
GST : 2.30.09-93798)
Thanks