The Suggestion

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.
10/23/2009 12:37:13 AM
Gravatar
Total Posts 28

The Suggestion

Hi!

The objects Silver Light, Vertigo SlideShow are displayed atop of elements of the submenu in skins mitchinson-earthy. That it to correct, I suggest to add in a method Render (file VertigoSlideShow.cs) after lines

writer. Write (" < param name = \ " background \ " value = \ "" + backColor + " \ " / > ");

writer. Write (" < param name = \ " source \ " value = \ "" + siteRoot + xapSource + " \ " / > ");

 

Line

writer. Write (" < param name = \ " Windowless \ " value = \ " true \ " / > ");

 

Stas

10/23/2009 2:17:20 PM
Gravatar
Total Posts 18439

Re: The Suggestion

Hi Stas,

I will test this tomorrow. If there is no visual difference then I will make the same change, otherwise I will introduce a feature setting to enable or disable the windowless param.

Best,

Joe

10/23/2009 11:27:34 PM
Gravatar
Total Posts 28

Re: The Suggestion

Hi Joe,



If it will be in settings, it will be better.

The same effect occurs and to flash-objects, but there parameters are accessible.



Best, Stas

10/24/2009 12:23:19 PM
Gravatar
Total Posts 18439

Re: The Suggestion

Hi Stas,

I implemented this today with the setting, though other than it fixing the IE menu problem I don't really notice any difference in the way the window looks, Windowless does not look different to me than when its not using Windowless=true (other than it fixes the menu problem).

So, in any case this will be fixed in svn trunk by tonight and will be in the next release.

Best,

Joe

10/26/2009 2:55:35 AM
Gravatar
Total Posts 28

Re: The Suggestion

Hi Joe!

One more wish. My clients ask to slow down speed of animation HTML.

I fix meaning speed = 750 (mojoPortal.Web\Controls\SlidePanel.cs, line 106)

And if to give the user an opportunity to establish speed in settings - it would be very good. So me seems.

Best, Stas

 

10/26/2009 7:40:27 AM
Gravatar
Total Posts 18439

Re: The Suggestion

Hi Stas,

This was suggested before and I already implemented this in svn trunk and its also available in the preview build on our Novell Forge Download page. There is a new setting in the Html feature for Transition Interval to control the speed of the slide show.

Best,

Joe

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