The shadow disappears / тень исчезает

the shadow disappears from the components
when you configure the component itself, the shadow is shown, but when you exit the settings or start the preview, then the shadow is not

у компонентов исчезает тень
когда настраиваешь сам компонент то тень показывается но когда выходишь из настройки или запускаешь просмотр то тень нет

Maybe it’s a bug.

Try to enable Force style in the Interaction Inspector:

image

did not help / не помогло

Could you share the project file

GamePlay → TextQuestion
quiz.pma (2.6 MB)

and another question
the Levels page has a table listing the question types.
I have grouped them, but I still need to display the total number of questions in Levels → GroupLevel → TextCountQuestion

и еще вопрос
на странице Levels есть таблица, в ней выводятся список типа вопросов.
Я их сгруппировал , но мне еще нужно вывести общее число вопросов в Levels → GroupLevel → TextCountQuestion

What is the name of the widget with a shadow problem?

You need to add count(LEVEL) to your SQL query:

SELECT count(LEVEL),* FROM data GROUP BY Level ORDER BY "Level" DESC  LIMIT 0, -1 

GamePlay → TextQuestion

Disable Clip for it:

image

Thank you! / спасибо!


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.