GotoPage - Forum

Forum Navigation
You need to log in to create posts and topics.

GotoPage

При стандартном переходе на любую страницу, все компоненты требующие инициализации и если они небыли инициализированны на целевой странице пропадают.
When you navigate to any page as standard, all components that require initialization, and if they were not initialized on the target page, disappear.

Uploaded files:
  • You need to login to have access to uploads.

@luishp
Видимо, проблема в постоянной перерисовке страниц из вкладки «Главная» при переходе по внутренним страницам приложения.
Apparently, the problem is in the constant redrawing of pages from the Home tab when navigating through the internal pages of the application.

Uploaded files:
  • You need to login to have access to uploads.

@lolo that's the way VisualNEO Web works.
It allows having lots of pages without using too much memory.
Please use a Master page to share components among different pages.

@luishp
Для моего меню я использую главную страницу, но проблема в том, что главная страница перерисовывается либо возникает какое-то иное влияние, и все компоненты, инициализованные на главной странице, пропадают, их приходится инициализировать заново.

For my menu I use a main page, but the problem is that the main page gets redrawn or some other influence occurs, and all the components initialized on the main page disappear and have to be initialized again.