View Issue Details

IDProjectCategoryView StatusLast Update
0001090Ecere SDKecerepublic2014-10-09 02:19
Reporterdardevelin Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status confirmedResolutionopen 
PlatformLinuxOSDebianOS Versionunstable+exp
Product Version0.44.10 64 
Summary0001090: 'setting 'hasHeader' after adding fields cause header not to show up'
Descriptionworking with a derived class of ListBox and using the constructor
to add the DataFields causes the instance of such class hasHeader property
to no have an effect on header visibility.
Steps To Reproduceclass Sample : ListBox
{
    DataField trackNumf { class(unsigned int), editable = false, fixed = true, alignment = center , width = 59, header = "trackNum", userData = "userdata", freeData = true };

    Sample()
    {
       this.AddField(trackNumf);
    }
}

//on another file
Sample sample { hasHeader = true };
//does not work
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-10-09 02:03 dardevelin New Issue
2014-10-09 02:19 jerome Priority normal => high
2014-10-09 02:19 jerome Severity tweak => minor
2014-10-09 02:19 jerome Status new => confirmed
2014-10-09 02:19 jerome Product Version 0.44.09 => 0.44.10 64