View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002222 | JEDI VCL | 04 Feature Request | public | 2004-10-13 01:16 | 2004-10-22 13:48 |
Reporter | Nanotonne | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | won't fix | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0002222: need for TJVListView1 to sort too by IP adress (or too Mac Adress network) | ||||
Description | i need to sort items of jvlistview by ip adresse and too by mac adress (ipv4 for ip : 192.168.0.20, and for macadresse style : 00-0C-76-20-E3-A9 or 000C7620E3A9, ore more generally : n.n.n.n. ... n.n and h-h-h-h ... h-h n is a decimals numbers values 0 to 255 and h is a hexadecimals byte value (00 to ff) separate with eventually "-". The sorting by string don't work correctly statisfaction because i have a result sort below : 192.168.0.1, 192.168.0.10, 192.168.0.100, 192.168.0.12, 192.168.0.3, ..., and is UNABLE to good sorting IP addresses, if we can add this feature... i need too a property called tryingsort:boolean to trying sort 2 item with different type, if comparing is unable to detect type or the type is different, finnally sort comparing by string; it's for not raising error and force sorting (continuing) other elements if possible. .... or why not add preferedtype=(automatic, date, time, string, ipadresse, number, ...) property for Columns item and use it to (helping for) sorting ? | ||||
Tags | No tags attached. | ||||
|
possible too to sorting by reversing string character(left to right and not right to left), example for "ccc, aaa, aab, aac,caa,cac, cab" is resulting not "aaa, aab, aac, caa, cab, cac, ccc" but this : "aaa, caa, aab, cab, aac, cac, ccc) ? thank ! |
|
What about adding something like "OnCompare"? |
|
i don't know, possible yes, but i don't know very good how to programming this, or add a property for this i component. i don't have very time to code this, and i need to sort coloumn by IP adresse whitout code added adapted, and i woould like too no exception up raised (in certain case is need) if is not a good type recognition or type are differents, and try to sort/compare as string or other type. If everyone can encode this.... i say he thank ! |
|
I'm sorry, but we can't develop such things just for one particular application. As suggested by Jens, we could add something along the lines of OnCompare, but we won't do your suggestion of preferred type. |
|
ListViews already have an OnCompare event for this very purpose. |
|
okay, i'm going to see |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-10-13 01:16 | Nanotonne | New Issue | |
2004-10-13 01:28 | Nanotonne | Note Added: 0005373 | |
2004-10-14 00:35 | jfudickar | Note Added: 0005379 | |
2004-10-14 12:47 | Nanotonne | Note Added: 0005384 | |
2004-10-14 13:15 | obones | Note Added: 0005387 | |
2004-10-14 13:30 |
|
Note Added: 0005391 | |
2004-10-14 23:38 | Nanotonne | Note Added: 0005393 | |
2004-10-22 13:48 |
|
Status | new => resolved |
2004-10-22 13:48 |
|
Resolution | open => won't fix |
2004-10-22 13:48 |
|
Assigned To | => user72 |