Hi Ad,
re:
> And attached are the screen shots as requested. As you can see on the "General Tab" as well as
> all other Tabs the text color on the Drop Down Selections is amber or orange, however you want
> to call the color. I the "Dimension Tab" the text color is black. All direct text entry fields the text
> color is a light gray, but this is ok.
Can you post the moi.css file that you're using?
The difference between the "General Tab" dropdowns and the "Dimension Tab" dropdowns are that the ones on General are <moi:Select> controls while the ones on the dimension tab are plain <select> elements since they didn't need to use the binding mechanism that is only present on a <moi:Select> control.
So probably the solution will be to adjust the rule in moi.css that is setting the color for <moi:Select> controls to also apply to plain <select> controls as well.
> One thing I forgot to ask in my last post: Is there a way to change the text orientation for vertical
> dimensions to horizontal? I think it works for "Scaling by screen Units". I attached a screen shot for this as well.
Yes, the text can be set to horizontal by the "Display" property, set it to Display: Screen Aligned. You can do this to an individual object by using the "Details..." dialog, or make it the default for newly created ones under Options > Dimensions.
- Michael
|