Difference between revisions of "RegisterControls Update"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
(Created page with "The RegisterControls module is used by all custom controls to handle the registration code. Xojo 2014r3 introduced some new features that now need a stricter definition of Const...")
 
m (6 revisions imported)
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
== Download the Update ==
 
== Download the Update ==
  
The updated RegisterControls module is available [here|http://www.jeremieleroy.com/download.php?item=RegisterControls]
+
The updated RegisterControls module is available here: http://www.jeremieleroy.com/download.php?item=RegisterControls
As soon as the file is downloaded, unzip the archive to get the RegisterControls.xojo_binary_code file.
+
 
 +
As soon as the file is downloaded, unzip the archive to get the '''RegisterControls.xojo_binary_code''' file.
  
 
== Installing the Update ==
 
== Installing the Update ==
 +
 +
Search for '''RegisterControls''' in the Xojo Navigator
  
 
[[File:RegisterControlsSearch.png]]
 
[[File:RegisterControlsSearch.png]]
 +
 +
 +
 +
Click the file and select '''Delete'''
 +
 +
[[File:registerdelete.png]]
 +
 +
 +
 +
Now in the menu click on '''File'''->'''Import'''.
 +
 +
[[File:fileimport.png]]
 +
 +
 +
 +
Locate the '''RegisterControls.xojo_binary_code''' you downloaded and extracted from the Zip archive, and click '''Import'''
 +
 +
The module is updated, you can now compile your Xojo project.

Latest revision as of 14:25, 6 August 2015

The RegisterControls module is used by all custom controls to handle the registration code.

Xojo 2014r3 introduced some new features that now need a stricter definition of Constant values. Therefore, it is necessary to update the RegisterControls Module when using Xojo 2014r3.

Download the Update

The updated RegisterControls module is available here: http://www.jeremieleroy.com/download.php?item=RegisterControls

As soon as the file is downloaded, unzip the archive to get the RegisterControls.xojo_binary_code file.

Installing the Update

Search for RegisterControls in the Xojo Navigator

File:RegisterControlsSearch.png


Click the file and select Delete

File:Registerdelete.png


Now in the menu click on File->Import.

Fileimport.png


Locate the RegisterControls.xojo_binary_code you downloaded and extracted from the Zip archive, and click Import

The module is updated, you can now compile your Xojo project.