View Issue Details

IDProjectCategoryView StatusLast Update
0000117Goat Scribe Project[All Projects] Generalpublic2018-03-29 15:32
ReportermtruesdellAssigned Tomtruesdell 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version 
Target Version0.3.0Fixed in Version0.3.0 
Summary0000117: add dynamic control directive
DescriptionAdd dynamic controls to LB windows such that they can be added using less math on the human side. They will be added from left to right defined by the number of columns. At the end of the column it will advance the row automatically and start back at the first column. They can be mixed with regular LB control definitions. Example code:

        ' begin dynamic control init
        '\ #dynamicc# "x:5" /command/
        '\ #dynamicc# "y:5" /command/
        '\ #dynamicc# "totalWidth:500" /command/
        '\ #dynamicc# "columns:5" /command/
        '\ #dynamicc# "rowHeight:50" /command/
        '\ #dynamicc# "spacingRatio:0.2" /command/

        '\ #dynamicc# "textbox #rlr.1"
        '\ #dynamicc# "textbox #rlr.2"
        '\ #dynamicc# "crlf" /command/
        '\ #dynamicc# "crlf" /command/
        '\ #dynamicc# "textbox #rlr.3"
        '\ #dynamicc# "textbox #rlr.4"
        '\ #dynamicc# "textbox #rlr.5"
        '\ #dynamicc# "textbox #rlr.6"
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-03-29 15:30 mtruesdell New Issue
2018-03-29 15:30 mtruesdell Status new => assigned
2018-03-29 15:30 mtruesdell Assigned To => mtruesdell
2018-03-29 15:32 mtruesdell Status assigned => resolved
2018-03-29 15:32 mtruesdell Resolution open => fixed
2018-03-29 15:32 mtruesdell Fixed in Version => 0.3.0
2018-03-29 15:32 mtruesdell Description Updated View Revisions