Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Progress Bar PositionProgress Bar Position
Previous
 
Next
New Post
4/23/2008 9:33 PM
 

Is that possible for me to change the display position of progress bar? I need it when i have very long page that user couldn't see what is happening when something is clicked unless the user scrolls to the end of the page.

 
New Post
4/24/2008 12:20 AM
 

Yes I fully agree. This is one of the negative side effects of ajax... you never know if something is happening unless there's a loading image, but then you have to know there is one, go and find it and watch it.

I'd like to see some sort of floating loading image, possibly attached to the mouse cursor, or maybe even just a change of cursor during the load, just like on the OS desktop.

I suggest adding something like this as an enhancement suggestion at support.dotnetnuke.com in the public section.

Rob

 
New Post
9/24/2008 10:05 PM
 

 I second this enhancement - my users keep raising support calls on long pages as they don't scroll down and see the bar and think nothing is happening.

Floating image would be awesome of moving the bar to the top of the panel might be a quick, simple solution.


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
9/25/2008 12:35 AM
 

I can't find the code that puts it on the page. It must be inside the compiled bits. If anyone can find it somewhere else, I'll fix it up to float around or do something else.

Rob

 
New Post
3/18/2010 12:27 PM
 
Hello, i have found a solution : 1 ) write a class what inherit from PortalModuleBase and overdie oninit() public class MyModuleBase : PortalModuleBase { protected override void OnInit(EventArgs e) { base.OnInit(e); if (this.ModuleConfiguration.SupportsPartialRendering) { Control contentPane = this.ContainerControl.FindControl("ContentPane"); if (contentPane != null) { Control moduleContent = contentPane.FindControl("ModuleContent"); if (moduleContent != null) { // Ajoute la class css DnnModuleContent sur le div du module content ((System.Web.UI.WebControls.Panel)moduleContent).CssClass = "DnnModuleContent"; } } } } In your skin.css add the following style : .DnnModuleContent { position:relative; } // Firefox , IE7 , IE8 .DnnModuleContent>div+div { position:absolute; z-index: 100; top: 50%; left: 50%; padding: 10px; background-color: #CCCCCC; border: solid 1px #555555; opacity : 0.8; }
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Progress Bar PositionProgress Bar Position


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out