View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003065 | JEDI VCL | 00 JVCL Components | public | 2005-06-30 10:10 | 2005-11-26 04:54 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003065: TJvValidateEdit changed to work with large integers | ||||
Description | Hi all, TJvValidateEdit didn't work with large integers in some cases (mostly when HEX chosen). Attached to the issue you'll find JvValidateEdit.pas which I modified to work with those. | ||||
Tags | No tags attached. | ||||
2005-06-30 10:10
|
JvValidateEdit.pas (34,993 bytes) |
|
This is based on a very old version of JvValidateEdit.pas, please create a diff file and upload it. |
|
The changes proposed amount to replacing Integer with Int64. (Btw, it wasn't me that submitted this.) |
|
The other way to do this would be to add a dfInt64 DisplayFormat and an AsInt64 property. Of course, either solution requires IntToBase and BaseToInt to be modified for Int64. |
|
The int64 mods are now in CVS |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-06-30 10:10 | anonymous | New Issue | |
2005-06-30 10:10 | anonymous | File Added: JvValidateEdit.pas | |
2005-08-31 06:51 | obones | Note Added: 0007907 | |
2005-08-31 06:51 | obones | Status | new => feedback |
2005-10-18 10:39 | elahn | Note Added: 0008040 | |
2005-10-18 10:54 | elahn | Note Added: 0008041 | |
2005-10-18 12:48 | elahn | Note Edited: 0008040 | |
2005-11-22 09:26 | obones | Relationship added | parent of 0003218 |
2005-11-26 04:54 | obones | Status | feedback => resolved |
2005-11-26 04:54 | obones | Resolution | open => fixed |
2005-11-26 04:54 | obones | Assigned To | => obones |
2005-11-26 04:54 | obones | Note Added: 0008161 |