Here is my code and console gives these errors (Of Course i set button id on my own code);
Uncaught ReferenceError: webix is not defined
at openMap.js:1
and
Uncaught TypeError: e[i] is not a constructor
at Function.e.A (webix_debug.js:4685)
at o.body_setter (webix_debug.js:7619)
at o.D (webix_debug.js:2327)
at o.C (webix_debug.js:2333)
at o.e (webix_debug.js:2347)
at o (webix_debug.js:232)
at Function.e.A (webix_debug.js:4685)
at Object.webix.ui (webix_debug.js:4425)
at o. (_VehicleList.js:505)
at o.callEvent (webix_debug.js:546)
Is it about the version of webix ? Thanks in advance…
@Yuppy i ve changed the cdn tags. in this case map works perfectly when the window is opened for the first time. But at the second time it fails again.
@Yuppy nothing has changed mate. Now i am working on google-map( i prefer open map be cause it is cute). When i first load map it works well but in the 2. time it fails. It should fail at the first time too.Oh God what a buggy frame work it is…
I can confirm the issue, we will provide a fix for it.
For the time being you can use another approach for working with Webix windows: you should create a window just ince (not on each button click) and hide it rather than destroy: https://webix.com/snippet/e36529b1
This will prevent from rendering inconsistency with the inner map.
@Helga Thank you. Your “hide” solution doesnt work with google -map and open-map although it works fine in snippet tool. We are waiting your solution. :By the way my company uses pro edition.