| Anonymous | Login | Signup for a new account | 2010-09-09 22:42 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0004595 | Clover Designer | (No Category) | public | 2010-07-21 13:28 | 2010-08-20 12:57 | |
| Reporter | twaller | |||||
| Assigned To | csochor | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | closed | Resolution | no change required | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | rel-3-0-0 | Fixed in Version | ||||
| Summary | 0004595: Debug on edge: Byte field seems to be empty. | |||||
| Description | When I have a byte field with non-empty value and (after View data) select "Show unprintable chars" on the edge, nothing is displayed on the edge for such field. However, the value can be written to Console using printErr(myByte). | |||||
| Tags | No tags attached. | |||||
| OTRS_Ticket_ID | ||||||
| Time estimate (manhours) | ||||||
| Time duration (manhours) | ||||||
| Completion status | 10 | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0008540) twaller (manager) 2010-07-21 13:37 |
//#CTL2 byte myByte; // Transforms input record into output record. function integer transform() { myByte = str2bits($0.myByte); printErr(myByte); $0.myByte = myByte; return 0; } |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-07-21 13:28 | twaller | New Issue | |
| 2010-07-21 13:36 | twaller | File Added: dictionaryBy.grf | |
| 2010-07-21 13:37 | twaller | Description Updated | View Revisions |
| 2010-07-21 13:37 | twaller | Note Added: 0008540 | |
| 2010-07-21 17:41 | pnajvar | Status | new => assigned |
| 2010-07-21 17:41 | pnajvar | Assigned To | => dpavlis |
| 2010-07-21 17:41 | pnajvar | Assigned To | dpavlis => csochor |
| 2010-07-22 15:05 | pnajvar | Relationship added | related to 0004607 |
| 2010-07-22 15:35 | csochor | Status | assigned => resolved |
| 2010-07-22 15:35 | csochor | Resolution | open => no change required |
| 2010-08-20 12:57 | twaller | Status | resolved => closed |
| Copyright © 2000 - 2010 MantisBT Group |