How to Change Drop Shadow ShowValue Popup
-
How Can I remove Drop Shadow ShowValue Popup Dialogue Box Default DropShadow.
Q: Why ?
Ans : I am trying to make a Flat GUI. Where ShowValuePopup default Dropshadow over the interface looking insane.If it is possible only with editing source code c++ ...then how?
-
Might be able to do it with
Content.setValuePopupData()
-
@d-healey Ok.... Thank you. I will try.
-
@d-healey said in How to Change Drop Shadow ShowValue Popup:
Might be able to do it with Content.setValuePopupData()
@DabDab NO, I guess it will not work since there is no property assigned to Enable/Disable Dropshadow on Popup value.
C++ is the only solution.
-
@Tania-Ghosh It should a feature request.
-
If you want to edit it in the source it looks like the paint routine is in
ScriptComponentWrappers.h
line 243. -
NO, I don't think it will work because there is no property assigned to the Enable/Disable Dropshadow on Popup value.
-
@d-healey I will give it a try.