-
1. Re: DIVS and Symbols
vivekuma Nov 8, 2014 4:43 AM (in response to smenegassi)Can you share the composition for us to take a look?
If it's a big composition, you can create a simple new composition demonstrating the issue.
-Vivekuma
-
2. Re: DIVS and Symbols
smenegassi Nov 8, 2014 4:49 AM (in response to vivekuma)Yes it is a big composition. I ll create a simpler one to demonstrate the issue.
Yhanks
-
-
4. Re: DIVS and Symbols
vivekuma Nov 8, 2014 6:50 AM (in response to smenegassi)If you open the _edgeActions.js file and search for symbols named:
btn_cemitiere_sym
cachedarmes_movie
but these are no such symbol in the symbol library, so if you delete the whole block of code manually from the _edgeActions.js file like below, things will work.
(function(symbolName) {
......................
.....................
})("btn_cemitiere_sym");
and
(function(symbolName) {
......................
.....................
})("cachedarmes_movie");
hth,
Vivekuma
-
5. Re: DIVS and Symbols
smenegassi Nov 8, 2014 10:35 AM (in response to vivekuma)thank you.
I'll check the edgeActions.js and let you know
-
6. Re: DIVS and Symbols
smenegassi Nov 8, 2014 11:18 AM (in response to smenegassi)Hi,
I ve sent you a too small project. I am send you again so if you are kind enough to look at it, it will be great
Thanks a lot,
And here is how it should look. (How it does look in the older edge version)
thanks again
-
7. Re: DIVS and Symbols
vivekuma Nov 8, 2014 7:18 PM (in response to smenegassi)Have edited the _edgeActions.js file and uploaded it here https://www.dropbox.com/s/csm5unmk4qx8ug4/salleOlga_edgeActions.js?dl=0
Replace this with your existing file and it'll work. Let me know if it doesn't.
hth,
Vivekuma
-
8. Re: DIVS and Symbols
smenegassi Nov 9, 2014 4:13 AM (in response to vivekuma)YES it works ! Thank you vivekuma for your time and expertise.
What was the problem ? I'll try to figure it out.
-
9. Re: DIVS and Symbols
vivekuma Nov 9, 2014 4:18 AM (in response to smenegassi)In the _edgeActions, there was actions associated with symbol named "cachedarmes_movie" but there is no such symbol if you see in the library panel, due to which it was unable to bind those actions to a non-existing symbol, hence causing the error.
-
10. Re: DIVS and Symbols
smenegassi Nov 9, 2014 4:49 AM (in response to vivekuma)Edge is very touchy !
I didn't see it. Thanks again !
I owe you a glass of champagne if you ever comes to Paris.
-
11. Re: DIVS and Symbols
smenegassi Nov 9, 2014 4:53 AM (in response to smenegassi)What is confusing is that all other buttons not inside symbols were working....



