Can we conditionally hide "Help" menu options in Maximo start center? - maximo

Is it possible to hide help menu options conditionally in Maximo start center. I have tried by associating sigoption and condition to a help menu item in MENUS.xml but it doesn't work.

Personally, I don't think it makes sense to do this particularly since the Maximo help is available online anyway but that being said, if you're intent on going ahead with your requirement, one option is to use the help grid control in place of the help menu.
You could add help grid controls to the application screen(s) you wish to provide help for and set the HTML Content property of the control to some relevant help text then use the More Information property of the control to link to the Out of the Box help file, for example:
com.ibm.mbs.doc,company/c_companies_application.html
You can get the appropriate text for the More Information property for the Help Grid control from the existing Application Help property value of the Application's Presentation properties. By removing the Application Help property value the Help menu item for the application will no longer function.
The help grid control can also have a Signature Option and conditional properties.

Related

How to add Submenu to Tabulator Context Menu?

I am trying add a submenu to decrease the height of a rather long menu. I looked at Menu module documentation but could not find any clues
At the moment there is no way to do this built in to Tabulator.
If you would like to see it as a feature, please create a Feature Request and provide details of the functionality you are after

Acumatica T100(Setting ComboBox at Runtime) enable property not available for edstatus

I'm having an issue following this lesson exercise here's an image of the instructions. When I have the edStatus field selected the enable property is not available for me to change.Here is an image of the layout editor with edStatus selected. Other fields have the enable ExtProperty but this specific field I can't locate it to complete the exercise. Any input would be greatly appreciated. Thank you
Just realized that you can set the enabled property even if not listed via the layout editor through the source code. Hopes this helps anyone else stuck on this issue.

How can I add InputScope property to PasswordBox in WinRT?

How can I add Input Scope property to my User Control's PasswordBox?
Could you explain it to me, please?
Thanks.
according to the information i have PasswordBox does not have Input Scope Property in winrt so you can't set it directly. if you want do it you have to make your separate custom control. For defining your own Custom control you have read it on Windows Development Center..or simply google it..hope it helps you..
you can use this link..

setfocus() in form or items of j2me application

I had used the normal form in my project.
In that form i had used the item
1)textfield
2)ChoiceGroup
I want to set focus on choice group when the from appears.How do i get this.
Please help me.
You can try
Display.getDisplay(this).setCurrentItem(choiceGroup);

Winforms c# outlook like Interface

I have already asked the same question but in regards with MDI Application design. Now just for R&D purpose so that we can go with 2 solutions to our user. Can somebody plz help me out...
We are developing an OutLook Style Application using C# Winforms. In that application we are using Microsoft Table Control. Which is what we need to show our UI. In the left hand pane we have menu and in the right hand we are displaying our UserControl. Like CustomerManager. This UserControl is doing Adding, Updating, Deleting ect etc but we want to put the common action buttons, Like Add,Delete,Save on the top toolbar.
So far so good, Now what we need to acheve is regardless of UserControl. What ever UserControl is loaded in the MainForm's TableControl. When the save button is clicked it should process the data on that UserControl. Obviously we will write the logic of the Save Action on each UserControl.
Please help...
Regards
Shanx
I may advice you the Krypton Toolkit. You will write an Outlook style app in seconds.
For all who ended up here like me in search of a free toolkit: As Vulkanino suggested to use Krypton, I loooked it up.
This is now open source Freeware and can be found unter: Krypton Toolkit
Create a Base user control that contains your Add, Delete, Save methods and events. Then create every other functional control that inherits from the Base control.
When you action the main toolbar buttons, you can safely cast each user control in your given container, to the Base user control.
Some MSDN links you might want to read up on:
http://msdn.microsoft.com/en-us/library/44a9ty12(VS.80).aspx
http://msdn.microsoft.com/en-us/library/ms173149(VS.80).aspx

Resources