TurboPack / Orpheus

Orpheus is an award-winning UI toolkit for Embarcadero Delphi & C++Builder
Other
99 stars 36 forks source link

TOvcTCPictureField pftDate issue in Sydney #25

Closed YukonPete closed 3 years ago

YukonPete commented 4 years ago

When selecting pftDate datatype the RangeHi and RangeLo := ////////// When I attempt to enter a correct RangeHi or Lo it reverts back to the forward slashes. The picture mask is set to mm/dd/yyyy. Dates in the TOvcTable are displayed incorrectly and will not accept a properly entered date in the table. Thank you, Lee

jcbannon commented 4 years ago

I'm having a similar problem. Formatting of pftDate recognizes 'yyyy' but not 'mm' or 'dd'

jcbannon commented 4 years ago

It's not correctly reading the format fields (Picture).

YukonPete commented 4 years ago

jcBannon; Were you able to correct the issue? If so, could you please leave a fix? Thanks

jcbannon commented 4 years ago

Nope. When I opened Sydney today, I was excited to see an update to Orpheus, but it didn't fix the issue.

It's not just TOvcTCPictureField, but TOvcPictureField as well. I'm pretty sure the problem is in OvcIntlSup where it parses the Picture, and it seems to be a Unicode incompatibility issue.

jcBannon; Were you able to correct the issue? If so, could you please leave a fix? Thanks

romankassebaum commented 3 years ago

I need a test project.