User posts superbirds
07 December 2015 18:10
07 December 2015 18:01
07 December 2015 17:29
07 December 2015 17:25
07 December 2015 15:56
07 December 2015 14:32
Hello,
i try to see my app on iphone 4, 4S and 5, 5C and there is a big graphic bug.
i try on safari, chrome and firefox
the same with the logo on your site?
the problem is with the json/js version of the app.
No problem with the html version, but no interaction of course.
Do yo no if we can avoid this problem on this devices (iphone 4 and 5)?
i try to see my app on iphone 4, 4S and 5, 5C and there is a big graphic bug.
i try on safari, chrome and firefox
the same with the logo on your site?
the problem is with the json/js version of the app.
No problem with the html version, but no interaction of course.
Do yo no if we can avoid this problem on this devices (iphone 4 and 5)?
04 December 2015 15:52
04 December 2015 14:22
04 December 2015 12:11
04 December 2015 01:33
Hello,
i try to hide an empty with all his children :
it dosen't work, it seems it hides only the empty, not the children.
The same when i try to hide a lamp :
it gives this error :
B4W ERROR: show/hide is only supported for dynamic meshes/empties
The API doc says it is possible :
Check if object is hidden. Supported only for dynamic meshes/empties and lamps.
is it? how do i do?
Thank u
i try to hide an empty with all his children :
m_scenes.hide_object(m_scenes.get_object_by_name("my_empty"), false);
it dosen't work, it seems it hides only the empty, not the children.
The same when i try to hide a lamp :
m_scenes.hide_object(m_scenes.get_object_by_name("my_lamp"));
it gives this error :
B4W ERROR: show/hide is only supported for dynamic meshes/empties
The API doc says it is possible :
Check if object is hidden. Supported only for dynamic meshes/empties and lamps.
is it? how do i do?
Thank u