Hello,
I would like to implement the same color of the text and the input underline. How is it possible. Have tried with all possibilities of focusedstyle, mouseoverstyle, Themedrawstyle, Style. But unsuccessful. Can anyone please guide?
Regards,
Pratibha
Theme color on #PRIM_MD.Edit
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: Theme color on #PRIM_MD.Edit
Hi,
I think you might need this property
https://docs.lansa.com/14/en/lansa016/p ... ncolor.htm
Cheers,
Danny
I think you might need this property
https://docs.lansa.com/14/en/lansa016/p ... ncolor.htm
Cheers,
Danny
Re: Theme color on #PRIM_MD.Edit
Hello Danny,
Have tried is not working. it is at the time When the component is clicked or mouseover it changes color I want darkblue color in place of light blue.
How can I change the clicked and mouseover theme property of the input field.
Have tried is not working. it is at the time When the component is clicked or mouseover it changes color I want darkblue color in place of light blue.
How can I change the clicked and mouseover theme property of the input field.
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: Theme color on #PRIM_MD.Edit
Isn't it just using another theme?
Or creating your own with the exact primary colour you're after?
Or creating your own with the exact primary colour you're after?
-
JamesDuignan
- Posts: 85
- Joined: Thu Nov 26, 2015 1:43 pm
Re: Theme color on #PRIM_MD.Edit
Hi Pratibha,
See the sample below. The from what you are asking so far it does appear the captioncolour property is what needs to be set.
If this does not give you what you are looking for, can you please send the definition of the edit field and more of a description about what you are wanting
Regards,
James
See the sample below. The from what you are asking so far it does appear the captioncolour property is what needs to be set.
If this does not give you what you are looking for, can you please send the definition of the edit field and more of a description about what you are wanting
Code: Select all
Define_Com Class(#PRIM_MD.Edit) Name(#Edit) Caption('Caption') Displayposition(2) Left(152) Parent(#Com_owner) Tabposition(2) Top(115) Captioncolor(Theme700) Style(#Style3)James