Nyx - bugs that I found
Posted: Sat Sep 11, 2010 11:31 am
1) on Media tab "delete" button is not working. It just won't do anything.
2) say we want to make a randomizer (a button that would link to a random page). We go to the script view and on a desired page we write
go(range(x,y,'page'))
and all works good.
BUT if we view this page in "Visual" editing, it stops working, because the editor converts our good line into
go(range(x,y,'page')#)
The only way over it is just going to script view again, editing, and then not viewing this page until we publish the tease, which is dumb =))
3) if we added sound on a page in script view
hidden:sound(blabla) or something like that (not really sure)
It works fine. But if you edit the page in any way (changing text, picture, buttons), then the line with our sound is just deleted from the script.
4) the script view begin to lag pretty bad, when a tease is long enough.
5) as previosly mentioned meny times - looping sound won't work. Just reposting this here.
2) say we want to make a randomizer (a button that would link to a random page). We go to the script view and on a desired page we write
go(range(x,y,'page'))
and all works good.
BUT if we view this page in "Visual" editing, it stops working, because the editor converts our good line into
go(range(x,y,'page')#)
The only way over it is just going to script view again, editing, and then not viewing this page until we publish the tease, which is dumb =))
3) if we added sound on a page in script view
hidden:sound(blabla) or something like that (not really sure)
It works fine. But if you edit the page in any way (changing text, picture, buttons), then the line with our sound is just deleted from the script.
4) the script view begin to lag pretty bad, when a tease is long enough.
5) as previosly mentioned meny times - looping sound won't work. Just reposting this here.