Jump to content

2 вопроса про GIF loading


Serg

Recommended Posts

Добрый день!

1. После закрытия LoginForm и перед показом MainForm какое-то время показывается пустая страница. Возможно ли показывать в этот период GIF?

2. Возможно ли заменить GIF при показе UniDBGrid?

 

Спасибо.

Link to comment
Share on other sites

47 minutes ago, Serg said:

1. После закрытия LoginForm и перед показом MainForm какое-то время показывается пустая страница. Возможно ли показывать в этот период GIF?

Нужно проанализировать...

48 minutes ago, Serg said:

2. Возможно ли заменить GIF при показе UniDBGrid?

Вы имеете в виду loader GIF ?!

Link to comment
Share on other sites

2 hours ago, Serg said:

2. Возможно ли заменить GIF при показе UniDBGrid?

Одно из возможных решений, попробуйте:

1. UniDBGrid -> LayoutConfig -> Cls = customGrid

2. UniServerModule -> CustomCSS:

.customGrid .x-mask-msg-text {
    background-image: url(http://loadinggif.com/images/image-selection/1.gif);
}

 

Link to comment
Share on other sites

Работает. Спасибо!

Вот бы еще: 1. После закрытия LoginForm и перед показом MainForm какое-то время показывается пустая страница. Возможно ли показывать в этот период GIF?

 

 

 

Link to comment
Share on other sites

И еще очень странно выводится GIF при загрузке страницы:

#loading .loading-indicator {
    background-image: url(/files/load5.gif);
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100%; 
   }

 

в фрейме...

 

Непонятно как его вывести нормально.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...