....Combo Box attributes...
-
Is there a way to remove the Combo Box arrows?
I have a background that has "nicer" arrows in the interface already - so I'd just like the combo Box to site in the space correctly
So basically I'm asking for the Kontakt KSP equivalent... where I can show/not show the drop_down arrow...
-
I believe the ComboBox is one of the UI elements that is now fully customizable
If you just need a transparent combobox you could use a panel with a popup-menu.
-
@d-healey wow that looks about the most effort I could expend to get to the smallest change I actually want....:-(
-
Well it's not too much extra and it gives you total customization.
HiseSnippet 971.3ocsV01ZabDDdOYcgpq0kDn+.VzGBRTki67KIkZZikjkBhF6HhbCELlvp6FIs06sq3tU1VTBzeK8WX+GzN68hNoTkfifdevl4kmYelYmYVMLVE.IIpXhUsKWNGHVei8nkR8rtyXbIYvYDqu09bVhFhoYp5rbNKIABIVV68JiBqZUIoe+8K6vDLY.TphPdmhG.ulGw0kZGd5uvEh9rP3RdzZdezoCBTxtJgZAxm8r8HyYA2vlBWvLtUwlX8ndgbsJdjlogDzmNpvkilotSl4+63I7wBvH3SFgAJSMo6LtHbXQtlPHVUGVl46kk4em847P9J8kUfGmZfVhX8ZfUkMoT0Mnj+mhR8UhPS.9DzyZM5UMidOwdTPLettzhgaes8.Id4Lggk80oUlujJ+UE6tJzCo1MhcCzOFEVgnwy87ZQO1yq4I66ruCV7SzzaYwTAaB8mn8jS4RvMHFvT6UB0XlHKruVotosLrO.hFeLztpnwpNp68w.TbxSAMpdtRhBMpuxi5YXwCyMFlxMMY8WHCzbkrQ8vX1cEdVuEcRggosnpw+dSm+XeGJ9M0MwDbSKSCu68R+ZdRtoIXa1aUKjXk9sPflImJfFHZWFlRXh6V5ZYTx9Wh6cb8r1h4yXoHzv84Nzhlp.jL7ZMj9zmRSiHxtaglzWR8bOf9iTeL1qG79JSp2NlyDzN3cOlR99EmepalhGCKZE7q.roPzVvmJgvKQRrhMsnWwtx6Z52S8wKQ1U9Wa96AW+rLwCuFkqKfIZrL67glmTTAoJ4EJM7FYCrH5Ty4CNzO1zjIa0l45LVIDP7VMaFli+b.aHWDMFvB3sLwBXkiXG9liPO5gMBEj0csliJ4.IW+l4Ptb4Pl+VFxH4smlwsbFhtpSG1db9vVQGHgGZl0V05RRSg0WzQ90AmwzrhfgwEOq4PrlaRIqyfawEgYSx0rOCRtQqlm5a9bAl1Ovi99xi8mOc4Jg+7hSiXnMaKaThqgnDCNemCbNz4Hmiw8t+mcJ3lMU3BASu45Nyd8bC3E3F6UL6NjIb8x026+ErCzaq6.250yCjtOwdHWGLa67sxV3KdE8+MeyeQYe6dSlfKdJIaU69+1t97wW.UvkdZtb54LcL2zRbwhnQ3pq..YhTBhDSaREyHPlrmQ1TYFAxvTg+A+xM5ajsxM5WXjDwBhUuOHavw7l0WkpA4jL845Z3ua.koqlUrs8b8HQ3SouOHvTJdFx8si4fc.yg6.li1ALGuCXd9Nf4E6.le3yhw7qXZuPqhxFSPEC6ktyxxpW1qYlNRx+BHa661L
-
Im getting this:
Interface:! Line 3, column 53: Function / constant not found: Engine.createGlobalScriptLookAndFeel
so I assume I need to update to a later version ...
-
@Lindon You just want the arrow to disappear? Just put your combobox in a smaller panel ;)
-
@Lindon My build is from 10th of November.
-
For a quick fix I just used a panel to cover the arrow on top of combo box, used the same background color and disabled it. Serves the same purpose for me if that helps any. If the background is opaque this probably doesn’t work.
-
@coreyu21 That's where my solution fixes the problem, you just have to set a transparent panel ;)
And you can just move the panel without losing the alignment between the two... -
@ustk yes I know how ot do this, but thanks anyway. What I'm looking for a a quick-fix solution that doesnt involve adding yet another panel... I guess I will live.