Skip to content

Commit 96c1202

Browse files
committed
Updates the-modernui-framework.md
Auto commit by GitBook Editor
1 parent 304b66e commit 96c1202

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

the-modernui-framework.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
Readers might be interested in my other project which is related to creating custom controls in assembler: **ModernUI**
44

5-
It uses many of the techniques that we have covered in creating controls and implementing property constants to allow the end-user to easily customize the controls look and/or behaviour.
5+
It uses many of the techniques that we have covered in creating controls and implementing property constants to allow the end-user to easily customize the controls look and/or behaviour. Of particular interest to readers that followed the creating of our **SimpleButton** control is the **ModernUI** control `ModernUI_Button` which expands on the **SimpleButton** control and adds more features and capabilities, like allowing bmp, ico or png images as well as text
66

77
There is two versions of the project, one for x86 **32bit **windows, and one for x64 **64bit **windows:
88

99
* [ModernUI](https://github.com/mrfearless/ModernUI)
1010
* [ModernUI64](https://github.com/mrfearless/ModernUI64)
1111

12-
The **ModernUI** project, which is still a work in progress, includes a framework library that contains many of the helper functions already covered here, bundled into one convienent library.
12+
The **ModernUI** project, which is still a work in progress, includes a framework library that contains many of the helper functions already covered here, bundled into one convienent library \(`ModernUI.inc` & `ModernUI.lib`\).
1313

14-
Each control utilizes the main **ModernUI **library \(`ModernUI.inc` & `ModernUI.lib`\) to handle the low level internals required to create the controls and some other functions to help ease development and use of them.
14+
Each control utilizes the main **ModernUI **library to handle the low level internals required to create the controls and some other functions to help ease development and use of them.
1515

1616
The current list of controls that are available are:
1717

1818
* `ModernUI_CaptionBar`
19-
* ModernUI\_Button
19+
* `ModernUI_Button`
2020
* `ModernUI_ProgressBar`
21-
* ModernUI\_Checkbox
21+
* `ModernUI_Checkbox`
2222
* `ModernUI_SmartPanel`
2323

24-
In addition to the released controls, I have included some RadASM custom control .dll files that help the end-user implement the current list of controls, within RadASM and allow the end-user to specify some of the initial style flags.
24+
In addition to the released controls, I have included some RadASM project as examples of usage for each control. Also there is RadASM Auto-complete .api text files, and RadASM custom control .dll files that help the end-user implement the current list of controls, within RadASM and allow the end-user to specify some of the initial style flags. Some icons for use with GUI are also included in the releases section along with the other files listed above.
2525

2626
For those that are interested in contributing to the project, the main design document of the project is on the wiki, here is the introduction of the design document:
2727

0 commit comments

Comments
 (0)