Hello,
is there a way to modify the mouseover processing of the 'Infragistics App Styler [In Memory]' from general objects to concrete ones?
For example if i hover a UltraPanel during the Appstylist is running - it reacts and displays me a tooltip sth. like 'Role Selection ... C ... 1 ... Component Filtering ... F ...' for UltraPanel as general object. Then i am able to navigate via C/1/F key. My question is if there's a way to modifiy the Appstylist behaviour in such a way that it maps the mouseover to the concrete underlying object - and not to the general one?
Today i am forced to select manually the corresponding 'Active StyleSet' - i want to auto-detect that. That's what i mean with concrete object mapping instead of general one.
Kind regards,Sassan
Hi Sassan,
I'm not sure what you mean by "concrete object" in this case. AppStylist affects all of the control in the entire application, not a single control.
Do you mean that you want it to select the default styleset for that control? Or are you referring to the StyleSet that is being specified by the StyleSetName on that control?
Either way, there is currently no way to do this, but it might be something we could add as an option in a future release.
Hi Mike,
if i have 2 ultrabuttons named 'A' and 'B' - 'A' has StyleSetName 'SSN_A' and 'B' has 'SSN_B' the AppStylist ist currently not switiching by its own between this StyleSets in his ControlPanel when i move the mouse over 'A' or 'B'. It just shows the described baloon tip and if i push C,1 or F only the 'Roles' section within the AppStylist is affected.
In fact my question is targeting your second sentence. So is there a way that the AppStylist only affects a single control not all members of that control without switching between StyleSets - or at least is there any possibility that the appstylist is detecting the referred Control-StyleSet by its own?
If i understand you - there is no way today to avoid the usage of control specific StyleSets or to switch between them within the AppStylist application manually.
Kind regards,
Sassan