View Issue Details

IDProjectCategoryView StatusLast Update
0003631JEDI VCL00 JVCL Componentspublic2006-06-08 01:57
ReporterKarlheinzAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.30 
Summary0003631: New behaviour of MinValue and MaxValue in TJvValidateEdit
DescriptionIn my applications I need sometimes the possibility that the value is within
MinValue < Value < MaxValue or
MinValue <= Value <= MaxValue or
MinValue < Value <= MaxValue or
MinValue <= Value < MaxValue
Is it possible to add some properties so that I can select the behaviour of MinValue and MaxValue and CriticalPoints.MinValue and Critical.Points.MaxValue.
TagsNo tags attached.

Activities

obones

2006-04-09 11:53

administrator   ~0009055

Can't this be done with just adding a small epsilon?

Karlheinz

2006-04-10 00:20

reporter   ~0009059

That's the way I do it today, but I don't like it really.

jfudickar

2006-04-10 16:20

developer   ~0009062

So you are looking for something like "MinValueIncluded" and "MaxValueIncluded" ?

Karlheinz

2006-04-11 09:57

reporter   ~0009064

Yes, that's right

obones

2006-04-21 03:09

administrator   ~0009165

Anyone implementing this?

2006-04-24 12:46

 

JvValidateEdit.zip (12,267 bytes)

Karlheinz

2006-04-24 12:48

reporter   ~0009178

I added the new file JvValidateEdit.pas and from the example the modified files Main.pas and Main.dfm.

For the functionality of CriticalPoints I added the propertys MinValueIncluded and MaxValueIncluded.

obones

2006-06-08 01:57

administrator   ~0009415

Thanks, this is now in SVN. Next time, please create a patch file:

http://homepages.borland.com/jedi/wiki/index.php?title=Create_a_patch_file

Cheers
Olivier

Issue History

Date Modified Username Field Change
2006-04-09 06:16 Karlheinz New Issue
2006-04-09 11:53 obones Note Added: 0009055
2006-04-09 11:53 obones Status new => feedback
2006-04-10 00:20 Karlheinz Note Added: 0009059
2006-04-10 16:20 jfudickar Note Added: 0009062
2006-04-11 09:57 Karlheinz Note Added: 0009064
2006-04-12 01:07 obones Status feedback => acknowledged
2006-04-21 03:09 obones Note Added: 0009165
2006-04-21 03:09 obones Status acknowledged => feedback
2006-04-24 12:46 Karlheinz File Added: JvValidateEdit.zip
2006-04-24 12:48 Karlheinz Note Added: 0009178
2006-06-08 01:57 obones Status feedback => resolved
2006-06-08 01:57 obones Resolution open => fixed
2006-06-08 01:57 obones Assigned To => obones
2006-06-08 01:57 obones Note Added: 0009415