Hi,
I am having issues in setting the pressed-apperance of popupMenuTools. Can't seem to find the property that will do that. not on the tool itself nor in the app-stylist.
No mather what .isl file I load, when pressing a popupmenutool on a toolbar, it's style is just plain normal Office07 blue. the normal and hover work just fine.
This is not a good souliton to my problem.
The segmentedStateButton type only allowes expation of the menu when the user clicks the Arrow on the button. Clicking the button itself will not expand the menu.
When you press on the normal, popupMenuTool1 there is clearly a PressedApperance assigned to the tool, but there is no way for us developers to control that appearance!
I don't understand why it is so dificult to make the normal (not segmented) PopupMenuTool to have controlable\editable PressedApperance, like other controls. Is there a way to do this via the AppStylist?
Hello Jankol,
Thank you for the sample.
In order to have the pressed appearance visible to the customer you would have to set your PopupMenuTool2 to be SegmentedStateButton, so the PressedState will apply to this style, where there is another state - pressed state.
popupMenuTool2.DropDownArrowStyle = Infragistics.Win.UltraWinToolbars.DropDownArrowStyle.SegmentedStateButton;In order to see it, just click the text and move your mouse away.Please feel free to let me know if you have any other questions with this matter.
I have created and added a link to a sample project.
Simple form that uses toolbarmanager with button, popupmenu and a segmented popupmenu.It also uses the custom IG.isl file. (But the result is the same with the original one).
I have also in the settings of the Popupmenu and Segmented popupmenu changed the PressedApperance to some other colors, but they do not appear when the buttons are Pressed.
Hello jankol,
Thank you for the provided information. I have created the following case for you: CAS-87790-4RNBCF
Would it be possible for you to provide me some isolated sample using your specific IG.isl file, where I will be able to continue further my investigation and if possible to correct this behavior. This might be an issue with the IG.isl file itself, but without your modified version it is not possible for me the verify what is the expected behavior.If you have any other questions with this matter please feel free to let us know.
Hi Danko,Thanks for your reply.
We are using Infragistics 11.2 and via settings applying a custom version of the IG.isl file. I think it's the new isl file that came with Infragistics 11.So no mater what style I am using, it allways shows the pressed appearnce of Office2007blue, even tho the rest of the component uses the correct IG-style.