Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004595Clover Designer(No Category)public2010-07-21 13:282010-08-20 12:57
Reportertwaller 
Assigned Tocsochor 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target Versionrel-3-0-0Fixed in Version 
Summary0004595: Debug on edge: Byte field seems to be empty.
DescriptionWhen 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).
TagsNo tags attached.
OTRS_Ticket_ID
Time estimate (manhours)
Time duration (manhours)
Completion status10
Attached Files? file icon dictionaryBy.grf [^] (5,593 bytes) 2010-07-21 13:36

- Relationships
related to 0004607assignedmanager View data: "byte" field to display as and array of bytes 

-  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
Powered by Mantis Bugtracker