class: DataSetBuilder
authorClaus Gittinger <cg@exept.de>
Fri, 23 Aug 2013 12:07:08 +0200
changeset 3047 704af58a697e
parent 3046 7d93b17e2c03
child 3048 9d9ab34773a6
class: DataSetBuilder changed: #frameEditSpec #helpSpec tooltips
DataSetBuilder.st
--- a/DataSetBuilder.st	Thu Aug 22 20:20:46 2013 +0200
+++ b/DataSetBuilder.st	Fri Aug 23 12:07:08 2013 +0200
@@ -293,7 +293,7 @@
 'Minimum width of the column (optional)'
 
 #frameRowHeight
-'Height of the row (optional)'
+'Height of the row (0 -> ask some rows; -1 / #fontHeight -> font; #heightOfFirstRow -> ask first row; >0 -> constant)'
 
 #frameShowColumnSeparator
 'Turns on/off displaying column separators'
@@ -1265,6 +1265,7 @@
                   )
                  (LabelSpec
                     label: 'Selector:'
+                    activeHelpKey: frameShowRowSeparatorSelector
                     name: 'Label1'
                     layout: (LayoutFrame 80 0.0 44 0 140 0.0 61 0)
                     resizeForLabel: true
@@ -1291,6 +1292,7 @@
                     resizeForLabel: true
                     adjust: right
                     translateLabel: true
+                    activeHelpKey: frameColumnWidth
                   )
                  (InputFieldSpec
                     name: 'widthField'
@@ -1312,6 +1314,7 @@
                     resizeForLabel: true
                     adjust: right
                     translateLabel: true
+                    activeHelpKey: frameMinWidth
                   )
                  (InputFieldSpec
                     name: 'minWidthField'
@@ -1333,6 +1336,7 @@
                     resizeForLabel: true
                     adjust: right
                     translateLabel: true
+                    activeHelpKey: frameRowHeight
                   )
                  (InputFieldSpec
                     name: 'heightField'