-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 59d10c4
Showing
90 changed files
with
3,080 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# ==================================================================== | ||
# The above will handle all files NOT found below | ||
# ==================================================================== | ||
|
||
# These files are text and should be normalized (Convert crlf => lf) | ||
#.gitattributes text linguist-language=gitattributes | ||
#.gitignore text | ||
*.md text | ||
*.ini text | ||
*.xlf linguist-language=xml diff=xml | ||
|
||
# SVG treated as text. | ||
# If you want to treat it as binary,comment the next line. | ||
*.svg text diff=xml | ||
|
||
# Source files | ||
*.4DProject text linguist-language=4d diff=json | ||
*.4DCatalog text linguist-language=4d diff=xml | ||
*.4DSettings text linguist-language=4d diff=xml | ||
*.4DForm text linguist-language=4d diff=json | ||
*.4dm text linguist-language=4d | ||
*.4lbp text linguist-language=4d diff=xml | ||
*.4df text linguist-language=4d diff=json | ||
|
||
# ==================================================================== | ||
# Binary | ||
# ==================================================================== | ||
*.4DZ binary linguist-language=4d | ||
*.4DD binary linguist-language=4d | ||
*.4DIndy binary linguist-language=4d | ||
*.Match binary linguist-language=4d | ||
*.4DIndx binary linguist-language=4d | ||
*.4[dD][bB] binary linguist-language=4d | ||
*.[dD][aA][tT][aA] binary linguist-language=4d | ||
*.4lb binary linguist-language=4d | ||
*.4qr binary linguist-language=4d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
#-------------------------------- | ||
# Ignore invisible files/folders | ||
#-------------------------------- | ||
.* | ||
!.git* | ||
.git/ | ||
.DS_Store | ||
|
||
#-------------------------------- | ||
# Ignore data file | ||
#-------------------------------- | ||
#[dD][aA][tT][aA]/ | ||
*.journal | ||
*.4DIndx | ||
*.Match | ||
|
||
#-------------------------------- | ||
# Ignore derived data | ||
#-------------------------------- | ||
Project/DerivedData/ | ||
|
||
#-------------------------------- | ||
# Ignore logs | ||
#-------------------------------- | ||
Logs/ | ||
Libraries/ | ||
|
||
#-------------------------------- | ||
# Ignore settings & preferences | ||
#-------------------------------- | ||
userPreferences.*/ | ||
Settings/ | ||
#!buildApp.4DSettings | ||
|
||
#-------------------------------- | ||
# Miscellaneous | ||
#-------------------------------- | ||
*__Orphan__* | ||
*symbols.txt | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
#-------------------------------- | ||
# Added by user | ||
#-------------------------------- | ||
Resources/php.ini | ||
Project/Trash/ |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"$comment": "The project file let you override the location for most folders" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
00_Start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
$nbRows:=1200 | ||
$nbCols:=120 | ||
$WParea:=WP New:C1317 | ||
$table:=WP Insert table:C1473($WParea; wk append:K81:179; wk exclude from range:K81:181; $nbCols; $nbRows) | ||
|
||
|
||
$range:=WP Table get columns:C1476($table; 120; 1) | ||
WP SET ATTRIBUTES:C1342($range; wk width:K81:45; "40px") | ||
WP GET ATTRIBUTES:C1345($range; wk width:K81:45; $width) | ||
|
||
|
||
$range:=WP Table get rows:C1475($table; 1200; 1) | ||
WP SET ATTRIBUTES:C1342($range; wk width:K81:45; "25px") | ||
WP GET ATTRIBUTES:C1345($range; wk width:K81:45; $height) | ||
|
||
|
||
$cell:=WP Table get cells:C1477($table; $nbCols; $nbRows; 1; 1) | ||
WP SET TEXT:C1574($cell; "Alpha"; wk replace:K81:177) | ||
|
||
|
||
|
||
$text:=WP Get text:C1575($cell) | ||
$text:=Substring:C12($text; 1; Length:C16($text)-1) // remove the \r at the end | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
WP UpdateWidget ("WPtoolbar";"WParea") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"$4d": { | ||
"version": "1", | ||
"kind": "form" | ||
}, | ||
"windowSizingX": "variable", | ||
"windowSizingY": "variable", | ||
"windowMinWidth": 0, | ||
"windowMinHeight": 0, | ||
"windowMaxWidth": 32767, | ||
"windowMaxHeight": 32767, | ||
"rightMargin": 20, | ||
"bottomMargin": 20, | ||
"events": [ | ||
"onLoad", | ||
"onPageChange", | ||
"onValidate", | ||
"onClick", | ||
"onDoubleClick", | ||
"onOutsideCall", | ||
"onBeginDragOver", | ||
"onDragOver", | ||
"onDrop", | ||
"onAfterKeystroke", | ||
"onMenuSelect", | ||
"onPluginArea", | ||
"onAfterEdit", | ||
"onTimer", | ||
"onBoundVariableChange" | ||
], | ||
"windowTitle": "window title", | ||
"destination": "detailScreen", | ||
"pages": [ | ||
{ | ||
"objects": {} | ||
}, | ||
{ | ||
"objects": { | ||
"WParea": { | ||
"type": "write", | ||
"top": 90, | ||
"left": 0, | ||
"width": 880, | ||
"height": 590, | ||
"sizingX": "grow", | ||
"sizingY": "grow", | ||
"dataSource": "WParea", | ||
"hideFocusRing": true, | ||
"scrollbarVertical": "automatic", | ||
"scrollbarHorizontal": "automatic", | ||
"dpi": 0, | ||
"borderStyle": "none", | ||
"method": "ObjectMethods/WParea.4dm", | ||
"events": [ | ||
"onLoad", | ||
"onLosingFocus", | ||
"onGettingFocus", | ||
"onSelectionChange", | ||
"onAfterEdit" | ||
] | ||
}, | ||
"WPtoolbar": { | ||
"type": "subform", | ||
"top": 0, | ||
"left": 0, | ||
"width": 880, | ||
"height": 90, | ||
"sizingX": "grow", | ||
"detailForm": "WP_Toolbar", | ||
"focusable": false, | ||
"deletableInList": false, | ||
"doubleClickInRowAction": "editSubrecord", | ||
"doubleClickInEmptyAreaAction": "addSubrecord", | ||
"selectionMode": "multiple", | ||
"printFrame": "variable" | ||
}, | ||
"Button": { | ||
"type": "button", | ||
"text": "Button", | ||
"top": 90, | ||
"left": 929, | ||
"width": 130, | ||
"height": 25, | ||
"events": [ | ||
"onClick" | ||
], | ||
"method": "ObjectMethods/Button.4dm", | ||
"sizingX": "move" | ||
} | ||
} | ||
} | ||
], | ||
"geometryStamp": 6, | ||
"editor": { | ||
"activeView": "View 1", | ||
"defaultView": "View 1", | ||
"views": { | ||
"View 1": {} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OPEN URL:C673(Form:C1466.blog) |
Oops, something went wrong.