Skip to content

Commit e7b776c

Browse files
committed
raw -> row
1 parent 1bdca1d commit e7b776c

7 files changed

Lines changed: 15 additions & 60 deletions

File tree

AJUI_Tip_Lab.4dbase/Project/Sources/Forms/Ex_ArrowPosition/form.4DForm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,5 +528,9 @@
528528
"bottom"
529529
]
530530
}
531+
},
532+
"$4d": {
533+
"version": "1",
534+
"kind": "form"
531535
}
532536
}

AJUI_Tip_Lab.4dbase/Project/Sources/Forms/Ex_ListBox/ObjectMethods/LB1.4dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
C_LONGINT:C283($bottom_l;$col_l;$left_l;$raw_l;$right_l;$top_l;$x1_l;$x2_l;$y1_l;$y2_l)
1+
C_LONGINT:C283($bottom_l;$col_l;$left_l;$row_l;$right_l;$top_l;$x1_l;$x2_l;$y1_l;$y2_l)
22
C_POINTER:C301($Ptr)
33
C_TEXT:C284($footer_t;$header_t)
44
C_OBJECT:C1216($coordinateCellLB_obj;$footerCoordinate_obj;$headerCoordinate_obj)
@@ -35,7 +35,7 @@ Case of
3535
Form:C1466.tip.TargetCoordinates($x1_l;$y1_l;$x2_l;$y2_l)
3636
End if
3737

38-
Form:C1466.tip.TextLabel("Column: "+String:C10($col_l)+" - Raw: "+String:C10($row_l))
38+
Form:C1466.tip.TextLabel("Column: "+String:C10($col_l)+" - Row: "+String:C10($row_l))
3939
Form:C1466.tip.TipName("xLB1")
4040
Form:C1466.tip.Show()
4141

AJUI_Tip_Lab.4dbase/Project/Sources/Forms/Ex_ListBox/form.4DForm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"AJUI_Tip_sf": {
307307
"type": "subform",
308308
"top": -2,
309-
"left": 599,
309+
"left": 678,
310310
"width": 118,
311311
"height": 138,
312312
"focusable": false,
@@ -463,5 +463,10 @@
463463
}
464464
}
465465
}
466-
]
466+
],
467+
"geometryStamp": 1,
468+
"$4d": {
469+
"version": "1",
470+
"kind": "form"
471+
}
467472
}

AJUI_Tip_Lab.4dbase/Project/Sources/Forms/Lab_AJUITip/ObjectMethods/RectProtect.4dm

Whitespace-only changes.

AJUI_Tip_Lab.4dbase/Project/Sources/Forms/Lab_AJUITip/form.4DForm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@
551551
"dropping": "custom",
552552
"events": [
553553
"onDataChange"
554-
]
554+
],
555+
"method": "ObjectMethods/RectProtect.4dm"
555556
},
556557
"AJUI_Banner": {
557558
"type": "input",

AJUI_Tip_Lab.4dbase/Project/Sources/Methods/Hex2Dec.4dm

Lines changed: 0 additions & 55 deletions
This file was deleted.

ajui_tip_preview.png

266 KB
Loading

0 commit comments

Comments
 (0)