Skip to content

Commit

Permalink
raw -> row
Browse files Browse the repository at this point in the history
  • Loading branch information
minzirillo committed Aug 17, 2020
1 parent 1bdca1d commit e7b776c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,5 +528,9 @@
"bottom"
]
}
},
"$4d": {
"version": "1",
"kind": "form"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C_LONGINT:C283($bottom_l;$col_l;$left_l;$raw_l;$right_l;$top_l;$x1_l;$x2_l;$y1_l;$y2_l)
C_LONGINT:C283($bottom_l;$col_l;$left_l;$row_l;$right_l;$top_l;$x1_l;$x2_l;$y1_l;$y2_l)
C_POINTER:C301($Ptr)
C_TEXT:C284($footer_t;$header_t)
C_OBJECT:C1216($coordinateCellLB_obj;$footerCoordinate_obj;$headerCoordinate_obj)
Expand Down Expand Up @@ -35,7 +35,7 @@ Case of
Form:C1466.tip.TargetCoordinates($x1_l;$y1_l;$x2_l;$y2_l)
End if

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"AJUI_Tip_sf": {
"type": "subform",
"top": -2,
"left": 599,
"left": 678,
"width": 118,
"height": 138,
"focusable": false,
Expand Down Expand Up @@ -463,5 +463,10 @@
}
}
}
]
],
"geometryStamp": 1,
"$4d": {
"version": "1",
"kind": "form"
}
}
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@
"dropping": "custom",
"events": [
"onDataChange"
]
],
"method": "ObjectMethods/RectProtect.4dm"
},
"AJUI_Banner": {
"type": "input",
Expand Down
55 changes: 0 additions & 55 deletions AJUI_Tip_Lab.4dbase/Project/Sources/Methods/Hex2Dec.4dm

This file was deleted.

Binary file added ajui_tip_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7b776c

Please sign in to comment.