diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/AJUI_Banner.4DZ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/AJUI_Banner.4DZ
index 03f53aa..23100c8 100644
Binary files a/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/AJUI_Banner.4DZ and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/AJUI_Banner.4DZ differ
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/Libraries/lib4d-arm64.dylib b/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/Libraries/lib4d-arm64.dylib
new file mode 100755
index 0000000..fc0ffeb
Binary files /dev/null and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Banner.4dbase/Libraries/lib4d-arm64.dylib differ
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/AJUI_Button.4DZ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/AJUI_Button.4DZ
index ea2163a..d641369 100644
Binary files a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/AJUI_Button.4DZ and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/AJUI_Button.4DZ differ
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Btn_LoadTemplates.md b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Btn_LoadTemplates.md
index 29d0ec1..77037e3 100644
--- a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Btn_LoadTemplates.md
+++ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Btn_LoadTemplates.md
@@ -13,7 +13,7 @@ Utility method to get all JSON files from a folder into a collection. You can pa
| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
| folderPath | text | in | where to find the template json files |
-| templates | collection | out | content of the template files |
+| templates | collection | out | template files name |
## Example
@@ -23,4 +23,4 @@ Utility method to get all JSON files from a folder into a collection. You can pa
If ($folder.exists)
$templates_col:=AJUI_Btn_LoadTemplates ($folder.platformPath)
End if
-```
\ No newline at end of file
+```
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Button.md b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Button.md
index e1c2c4f..2cf40df 100644
--- a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Button.md
+++ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/AJUI_Button.md
@@ -12,7 +12,7 @@ Exposes the Button class at the host base. Replace New AJUI_Button since V18R3.
| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
-| template | object | in | Properties :
- (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.
- (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). |
+| template | object | in | Properties :
- (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.
- (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). You can use "#" to designate the 4D resources folder in your path |
| instance | object | out | instance of AJUI_Button with all the member functions |
## Example
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/New AJUI_Button.md b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/New AJUI_Button.md
index e45ce44..f8dfcd7 100644
--- a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/New AJUI_Button.md
+++ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Documentation/Methods/New AJUI_Button.md
@@ -11,7 +11,7 @@ This method returns an object variable that represents an instance of AJUI Butto
| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
-| template | object | in | Properties :
- (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.
- (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). |
+| template | object | in | Properties :
- (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.
- (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). You can use "#" to designate the 4D resources folder in your path |
| instance | object | out | instance of AJUI_Button with all the member functions |
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Libraries/lib4d-arm64.dylib b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Libraries/lib4d-arm64.dylib
new file mode 100755
index 0000000..5213eec
Binary files /dev/null and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Button.4dbase/Libraries/lib4d-arm64.dylib differ
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ b/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ
index b6f9e02..fed294f 100644
Binary files a/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ differ
diff --git a/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/Libraries/lib4d-arm64.dylib b/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/Libraries/lib4d-arm64.dylib
new file mode 100755
index 0000000..78147ad
Binary files /dev/null and b/AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/Libraries/lib4d-arm64.dylib differ