PtNumeric - PtComboBox - roundness

Hi, all!

There are three things I would like to ask/inform.

I need to set the text color of my PtNumeric depending on what type it is.
Pt_ARG_NUMERIC_TEXT_COLOR have been deleted in Photon 2.0. Is there any plan
of inserting this resource back again in another version? Is there another
way to do that?

In PtComboBox, if I press Down and the selected item is the last one, that
is ok because the selection goes to the first one on the list. But if I do
the opposite, if I press Up and the selected item is the first one, it
“stays” that way. Is that a bug?

The last one… I would like to do my PtNumericInteger/Float and PtComboBox
with rounded borders. I set Pt_ARG_HIGHLIGHT_ROUNDNESS and that’s ok.
However widget’s shape doesn’t change (keeping its rectangle shape). And
despite of I have changed border color and fill color, I also would like to
change margin color, but there is no this resource. Is there another way to
make my widgets with rounded borders?

Thanks,

Vanessa Shimada

Previously, Vanessa Shimada wrote in qdn.public.qnxrtp.photon:

Hi, all!

There are three things I would like to ask/inform.

I need to set the text color of my PtNumeric depending on what type it is.
Pt_ARG_NUMERIC_TEXT_COLOR have been deleted in Photon 2.0. Is there any plan
of inserting this resource back again in another version? Is there another
way to do that?

Can you try using Pt_ARG_COLOR and see if that has an effect on the color of the text?

In PtComboBox, if I press Down and the selected item is the last one, that
is ok because the selection goes to the first one on the list. But if I do
the opposite, if I press Up and the selected item is the first one, it
“stays” that way. Is that a bug?

This is a known issue.

The last one… I would like to do my PtNumericInteger/Float and PtComboBox
with rounded borders. I set Pt_ARG_HIGHLIGHT_ROUNDNESS and that’s ok.
However widget’s shape doesn’t change (keeping its rectangle shape). And
despite of I have changed border color and fill color, I also would like to
change margin color, but there is no this resource. Is there another way to
make my widgets with rounded borders?

I submitted a bug report on yor behalf.

Thanks,

Vanessa Shimada

Thanks
Rodney

Thanks!

I had tried to change the text color through PhAB and I couldn’t. I looked
at PtNumeric help and I noticed that Pt_ARG_NUMERIC_TEXT_COLOR was not
there anymore, so I gave up. But I had not tried to change Pt_ARG_COLOR by
code, it works. Thanks!