Skip to content

Commit

Permalink
compil error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland-Lannuzel committed Jan 9, 2024
1 parent f92e2e0 commit 0839dbf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Case of
: (Form event code:C388=On Getting Focus:K2:7)
HighlightAll
End case
End case
68 changes: 34 additions & 34 deletions Project/Sources/Forms/D_PictureSettings/form.4DForm
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"type": "button",
"text": "",
"top": 11,
"left": 780,
"left": 760,
"width": 30,
"height": 30,
"events": [
Expand All @@ -533,7 +533,7 @@
"type": "button",
"text": "",
"top": 61,
"left": 780,
"left": 760,
"width": 30,
"height": 30,
"events": [
Expand Down Expand Up @@ -655,34 +655,6 @@
"fill": "#F6F6F6",
"stroke": "transparent"
},
"OffsetVertical": {
"type": "input",
"left": 500,
"top": 592,
"width": 80,
"height": 17,
"dataSource": "Form:C1466.pictSettings[wk anchor vertical offset:K81:238]",
"textAlign": "center",
"dataSourceTypeHint": "number",
"method": "ObjectMethods/OffsetVertical.4dm",
"events": [
"onGettingFocus"
]
},
"OffsetHorizontal": {
"type": "input",
"left": 500,
"top": 562,
"width": 80,
"height": 17,
"dataSource": "Form:C1466.pictSettings[wk anchor horizontal offset:K81:236]",
"textAlign": "center",
"dataSourceTypeHint": "number",
"method": "ObjectMethods/OffsetHorizontal.4dm",
"events": [
"onGettingFocus"
]
},
"Text": {
"type": "text",
"text": ":xliff:OffsetHyphen",
Expand Down Expand Up @@ -932,21 +904,49 @@
"focusable": false,
"stroke": "automatic",
"dataSourceTypeHint": "object"
},
"OffsetVertical": {
"type": "input",
"left": 500,
"top": 592,
"width": 80,
"height": 17,
"dataSource": "Form:C1466.pictSettings[wk anchor vertical offset:K81:238]",
"textAlign": "center",
"dataSourceTypeHint": "number",
"method": "ObjectMethods/OffsetVertical.4dm",
"events": [
"onGettingFocus"
]
},
"OffsetHorizontal": {
"type": "input",
"left": 500,
"top": 562,
"width": 80,
"height": 17,
"dataSource": "Form:C1466.pictSettings[wk anchor horizontal offset:K81:236]",
"textAlign": "center",
"dataSourceTypeHint": "number",
"events": [
"onGettingFocus"
],
"method": "ObjectMethods/OffsetHorizontal.4dm"
}
},
"entryOrder": [
"anchorPageNumberInput",
"anchorSectionNumberInput",
"OffsetHorizontal",
"OffsetVertical",
"Popup Dropdown List3",
"Button2",
"Button7",
"Popup Dropdown List4",
"Popup Dropdown List5",
"Popup Dropdown List1",
"anchorPageDropDown",
"anchorSectionDropDown"
"anchorSectionDropDown",
"OffsetVertical",
"OffsetHorizontal"
]
},
{
Expand Down Expand Up @@ -1014,7 +1014,7 @@
}
}
],
"geometryStamp": 11511,
"geometryStamp": 11517,
"editor": {
"activeView": "View 1",
"defaultView": "View 1",
Expand Down

0 comments on commit 0839dbf

Please sign in to comment.