Skip to content

Commit

Permalink
v20
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jul 6, 2023
1 parent f30c4f0 commit fa89b1b
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 13 deletions.
Binary file added Build/4DPop Rulers.4dbase.zip
Binary file not shown.
Binary file modified Build/Components/4DPop Rulers.4dbase/4DPop Rulers.4DZ
Binary file not shown.
8 changes: 4 additions & 4 deletions Build/Components/4DPop Rulers.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>CFBundleShortVersionString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleLongVersionString</key>
<string>20R2 (293)</string>
<string>20 (294)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2023</string>
<key>CFBundleVersion</key>
<string>294</string>
<string>295</string>
<key>CFBundleName</key>
<string>4DPop Rulers</string>
<key>CFBundleGetInfoString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleDisplayName</key>
<string>4DPop Rulers</string>
</dict>
Expand Down
Binary file modified Build/Components/4DPop Rulers.4dbase/Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file not shown.
Binary file removed Build/Components/4DPop Rulers.dmg
Binary file not shown.
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>CFBundleShortVersionString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleLongVersionString</key>
<string>20R2 (293)</string>
<string>20 (294)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2023</string>
<key>CFBundleVersion</key>
<string>294</string>
<string>295</string>
<key>CFBundleName</key>
<string>4DPop Rulers</string>
<key>CFBundleGetInfoString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleDisplayName</key>
<string>4DPop Rulers</string>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions Project/Sources/Methods/main.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var $form; $name; $task : Text
var $height; $offset; $process; $state; $time; $width : Integer
var $winRef : Integer

$task:="$4DPop_ScreenRuler"
$task:="$4DPop_Ruler"

PROCESS PROPERTIES:C336(Current process:C322; $name; $state; $time)

Expand All @@ -17,10 +17,10 @@ Else

Compiler_Variables

$form:="4DPop_ScreenRuler"
$form:="SCREEN_RULER"

FORM GET PROPERTIES:C674($form; $width; $height)
$offset:=Menu bar height:C440+60 //Hauteur barre outils
$offset:=Menu bar height:C440+Tool bar height:C1016
$winRef:=Open window:C153(1; $offset; $width+1; $height+$offset; -Plain dialog box:K34:4)
DIALOG:C40($form)
CLOSE WINDOW:C154
Expand Down
15 changes: 14 additions & 1 deletion Project/Sources/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@
"# 🚧 DEV": {},
"♻️ LIBRAIRIES": {},
"⚙️ MACROS": {},
"📦 COMPONENT": {},
"📦 COMPONENT": {
"methods": [
"Compiler_Methods",
"Compiler_Variables",
"ContextualMenu",
"DeleteGuidelines",
"Splitter"
],
"forms": [
"About",
"SCREEN_RULER",
"Splitter"
]
},
"🛠️ Tools": {},
"4️⃣ 4DPop": {
"methods": [
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion lastbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20R2
20

0 comments on commit fa89b1b

Please sign in to comment.