Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jan 3, 2024
1 parent e367a0a commit a85086d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
Binary file modified Build/4DPop AppMaker.4dbase.zip
Binary file not shown.
Binary file modified Build/Components/4DPop AppMaker.4dbase/4DPop AppMaker.4DZ
Binary file not shown.
10 changes: 5 additions & 5 deletions Build/Components/4DPop AppMaker.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2009-2023</string>
<string>©vdl 2009-2024</string>
<key>CFBundleVersion</key>
<string>571</string>
<string>572</string>
<key>CFBundleDisplayName</key>
<string>4DPop AppMaker</string>
<key>CFBundleShortVersionString</key>
<string>20R4</string>
<string>20R5</string>
<key>CFBundleGetInfoString</key>
<string>20R4</string>
<string>20R5</string>
<key>CFBundleLongVersionString</key>
<string>20R4 (570)</string>
<string>20R5 (571)</string>
<key>CFBundleName</key>
<string>4DPop AppMaker</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2009-2023</string>
<string>©vdl 2009-2024</string>
<key>CFBundleVersion</key>
<string>571</string>
<string>572</string>
<key>CFBundleDisplayName</key>
<string>4DPop AppMaker</string>
<key>CFBundleShortVersionString</key>
<string>20R4</string>
<string>20R5</string>
<key>CFBundleGetInfoString</key>
<string>20R4</string>
<string>20R5</string>
<key>CFBundleLongVersionString</key>
<string>20R4 (570)</string>
<string>20R5 (571)</string>
<key>CFBundleName</key>
<string>4DPop AppMaker</string>
</dict>
Expand Down
6 changes: 5 additions & 1 deletion Project/Sources/Classes/prefs.4dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
property file : 4D:C1709.File
property content; rootElement : Text

Class constructor($file : 4D:C1709.File; $rootElement : Text)

var $content; $root : Text
Expand All @@ -15,6 +18,8 @@ Class constructor($file : 4D:C1709.File; $rootElement : Text)
DOM EXPORT TO VAR:C863($root; $content)
DOM CLOSE XML:C722($root)

This:C1470.file.setText($content)

End if

This:C1470.content:=$content
Expand All @@ -33,7 +38,6 @@ Function load() : Object

return $o


// === === === === === === === === === === === === === === === === === === ===
Function save()

Expand Down
7 changes: 2 additions & 5 deletions Project/Sources/Classes/xml.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Class constructor($variable)

//———————————————————————————————————————————————————————————
// Creates a XML tree in memory
Function newRef($root : Text; $nameSpace : Text)->$this : cs:C1710.xml
Function newRef($root : Text; $nameSpace : Text; ... : Text)->$this : cs:C1710.xml

var ${3} : Text
var $t : Text
var $countParam; $i : Integer

Expand Down Expand Up @@ -131,9 +130,7 @@ Function setOption($selector : Integer; $value : Integer)->$this : cs:C1710.xml

//———————————————————————————————————————————————————————————
// Set the value of one or more XML options for the structure
Function setOptions($selector : Integer; $value : Integer)->$this : cs:C1710.xml
var ${3} : Integer

Function setOptions($selector : Integer; $value : Integer; ... : Integer)->$this : cs:C1710.xml
var $i : Integer

This:C1470.success:=((Count parameters:C259%2)=0)
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 @@
20R4
20R5

0 comments on commit a85086d

Please sign in to comment.