Printable View

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/18/2007 9:52:16 PM
Gravatar
Total Posts 146

Printable View

Hello Joe and all friends of mojoPortal. 

Are something that I can't understand. If I try to Printable View, (with link at bottom of the page) unlike of other pages of mojoportal, my pages lost content of controls, and only display empty controls with labels and default text of combox.  (I hope you can understand my question.)
1/19/2007 7:52:36 AM
Gravatar
Total Posts 18439

Re: Printable View

Yes, it is a bug easily fixed. If you open the layout.Master file for any skin where this is happening and look for divCenter and set Visible="true" it will fix the problem. I have corrected it in svn.

The problem was introduced when I reworked the show and hide logic to accomodate the RightToLeft skin. I overlooked that a few of the skins had divCenter with visible=false, they all should default to true.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.