View Issue Details

IDProjectCategoryView StatusLast Update
0005908JEDI VCL99 Otherpublic2012-08-31 11:02
ReporterAriochAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0005908: little fix for Validators example
DescriptionD:\DelphiProjects\Libs\JediVCL\jvcl\examples\JvValidators\MainFrm.dfm

the TMemo should be changed to make text readable, since in latter Delphi co-dependance of ScrollBars = ssVertical and WordWrap = True changed.

So the text is not wrapped now.

...

JvRegularExpressionValidator1.ControlToValidate is wrong, must be edRegExpr
JvRegularExpressionValidator1.PropertyToValidate got clean, must be 'Text'

Steps To ReproduceRegExpr validation is broken completely, BTW
TagsNo tags attached.

Relationships

related to 0005912 new JEDI Code Library TURESearch to be dumped or turned into wrapper around PCRE ? 
related to 0005909 acknowledged JEDI VCL RegExpr-validator is broken 

Activities

obones

2012-06-14 14:38

administrator   ~0019992

Hello,

I'm sorry, but your patch is not usable for many reasons:

- It adds back elements like DesignSize that are not supported by older versions of Delphi
- It changes the font to RUSSIAN_CHARSET which is definitely not desirable
- It prevents the text in the memo from expanding when the window is resized at runtime.

I agree that there is a presentation issue in latest delphi versions in the current demo, but the solution cannot be in the DFM and must be applicable to old Delphi versions.

Arioch

2012-06-14 14:55

developer   ~0019993

1 and 2 is not intended, Delphi did on it's own.

3... i'd just check, maybe i did wrong something.

Arioch

2012-06-14 15:21

developer   ~0019994

regarding 3 - TRichText CHANGES content of memo on WordWrap toggling. Gotcha... I though it was presentation-only property if TMEmo.

Using obsolete TRichEdit....

2012-06-14 15:26

 

pas.patch (3,088 bytes)

2012-06-14 15:26

 

dfm.patch (2,697 bytes)

Arioch

2012-06-14 15:27

developer   ~0019995

TLabel.FocusControl is backward compatible ? don't remembersuch thing in Delphi 5, doubt it was in D7

obones

2012-06-14 15:49

administrator   ~0019996

Just checked, it's in D6

Arioch

2012-06-14 16:04

developer   ~0019999

so, have a fix.
it is not DFM-only, but it does include DFM too.

obones

2012-06-18 11:23

administrator   ~0020008

Do you have a patch file?

Arioch

2012-06-18 14:52

developer   ~0020020

?????

Aren't they attached few days ago ?
Didn't u got mail notifications ?

2012-06-14 15:25 Arioch ???? ??????: example.patch
2012-06-14 15:26 Arioch ???? ????????: pas.patch
2012-06-14 15:26 Arioch ???? ????????: dfm.patch

obones

2012-06-18 15:17

administrator   ~0020022

Didn't get any notification and I did not notice them, sorry.

Issue History

Date Modified Username Field Change
2012-06-14 13:21 Arioch New Issue
2012-06-14 13:50 Arioch Summary little fix for example => little fix for Validators example
2012-06-14 13:50 Arioch Description Updated
2012-06-14 13:50 Arioch Steps to Reproduce Updated
2012-06-14 13:51 Arioch File Added: example.patch
2012-06-14 14:00 Arioch Relationship added related to 0005909
2012-06-14 14:38 obones Note Added: 0019992
2012-06-14 14:38 obones Status new => feedback
2012-06-14 14:55 Arioch Note Added: 0019993
2012-06-14 15:21 Arioch Note Added: 0019994
2012-06-14 15:25 Arioch File Deleted: example.patch
2012-06-14 15:26 Arioch File Added: pas.patch
2012-06-14 15:26 Arioch File Added: dfm.patch
2012-06-14 15:27 Arioch Note Added: 0019995
2012-06-14 15:49 obones Note Added: 0019996
2012-06-14 16:04 Arioch Note Added: 0019999
2012-06-18 11:23 obones Note Added: 0020008
2012-06-18 14:52 Arioch Note Added: 0020020
2012-06-18 15:17 obones Note Added: 0020022
2012-06-18 15:17 obones Status feedback => acknowledged
2012-08-31 11:02 Arioch Relationship added related to 0005912