How to configure a image in navigator in lotus notes? - lotus-notes

I want to configure a image which needs to change dynamically. I tried by adding the image from image resources and by using the embedded element i added that image in a form. But i want to add in navigator. Is it possible to do that?

I'm pretty certain that Navigators pre-date the addition of image resources to Domino Designer (no, make that 100% certain!), and that functionality to add image resources to them was never added. Navigators may not have been formally deprecated, but they have effectively been superceded by Outlines and Pages for more than a decade.

Related

SharePoint 2013: Edit Renditions button missing

I've seen tutorials that claim there is an "Edit Renditions" button, and/or a Design tab on the ribbon with the option to edit renditions. However, I do not see either of these options. Please see below. The first image is what I see. (Note: Ribbon is not shown, but there is no Design tab, only Browse, Files, and Library tabs.) The second and third images are what I should be seeing, according to this and this.
First, make sure you meet the prerequisites to use this feature.
Prerequisites include:
Enable publishing features at the site collection level and site level.
Enable BLOB cache for your web application.
Use an asset library to store your images.
Please check the above, make sure you have configured them all. After that, when you click an image from the asset library, it will show as the following:
If you edit an image from an asset library on a page, the below will be displayed:
More information about image renditions, you can refer to the article.

Orchard 1.8.1 Containable/Container Layouts

I am using Orchard 1.8.1 and one of the sections of the site I'm building is for a standard photo gallery. Since all the modules involving photo galleries are ancient, I opted to stay native and try using custom content types to build it instead. The way I accomplished this is with a Photo Gallery content type that has the Container part associated, then a Photo Gallery Item content type that has the Containable part associated to it.
Using the Shape Tracing tool, I was able to build out the main gallery page that shows all the individual galleries, but when you go inside a single gallery is where I get lost. The attached screenshot probably shows it best, but in the Content zone, I can see there are two individual items contained under Model.ContentItem.ContainerPart.ItemCount, however I can't figure out how to access those individual items to build a template to show them. The point of the gallery page will be implementing the gallery from Galleria, so whenever I view the individual page for the Photo Gallery content type, I need to access all child items underneath it to build this.
Any ideas?
You can use a media library picker field configured for multiple media, and then edit each image to set its caption and title. Then, it's just a matter of customizing a template override in your theme to make it look exactly the way you want.

Cognos Reports - How set icons on control objects?

Recently I've started to create some active reports and I'm having some troubles to put a icon into my data control objects. I mean the icon on the picture below:
Thanks in advance.
Best regards.
Cognos is expecting a list of URLs to images in this case. Be sure to use the full URL, not relative (see IBM doc). Data-driven means it needs to come from a database, not be hard-coded.
I'd also suggest bookmarking the official IBM Active Reports cookbook for reference.

UserControl and Feature activation

I have a sharepoint solution package with a Custom UserControl inside. When I deploy the .wsp the user control is placed in the CONTROLTEMPLATES directory. Is there any way to "delay" this step until feature is activated?
In other words what I would like my custom user control to be available only after the feature is activated.
As far as I know this is not possible. On deploy all the needed files are copied to the correct location. It is actually feature independant, because you don't even need a feature to deploy files. You will see that a feature is automatically created when you for ex. add a webpart to your solution. Not when you add a mapped folder.
What are you trying to achieve with delaying the usercontrol? What you can do is check in your usercontrol if a certain feature is active and adapt the rendering of your usercontrol accordingly. Ex. Show message that the feature should be activated before using the control.

How do I implement user theme switching in SharePoint?

My customer wants to provide 2 themes for a SharePoint application. Is there a strategy to accomplish this in MOSS 2007?
We want to apply user profile-based theme selection, and maybe even a drop-down to switch modes.
I don't know how extensive you want your re-theming to be. However if it could be CSS-only you could use this approach:
Store the CSS files for the different themes in the Style Library.
Create a list that stores the user and their chosen theme.
Write a feature and custom application page to allow the user to change their theme.
Write a control that does a lookup on the list against the current user and obtains the a reference to the corresponding CSS file in the Style Library. The control would then output the CssRegistration and CssLink controls to the page for this file.
Add this control to the master page so it executes on every page (caching should be added).
I can't see why this wouldn't be supportable by Microsoft as you're only changing CSS.
If you need to do more than that then another option is to write an HTTP module that changes the HTML output. Or of course JavaScript. With these two options you may have supportability issues (it depends on how extensive your changes are).
There is also SPThemes now available on Codeplex from Bjørn Furuknap. Users can choose their own themes and they can be applied at different scopes.
Here are the options that I’ve come up with from research and feedback. Both of which seem mostly infeasible.
Implement major UI layout changes in JavaScript. This would lead to client slowdowns, would be difficult to code, and would be completely unsupported by Microsoft due to the need to reference SharePoint objects that may change with subsequent SharePoint patches.
Provide two parallel themed sites based on the same data, and provide a way to switch between them. This would require that we deploy each site to multiple locations, and would require retooling of any site creation mechanisms in code (since they'd need to target two sites instead of one).
One another thing you can try is to use the Theme Changer and ThemeChangerStaple from codeplex , That is implemented as feature you can use the same code logic to archive what you want with bit of modification, give it as an option for the user using CustomAction.

Resources