This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new f3dba27 Updated Emulation Components (markdown)
f3dba27 is described below
commit f3dba27353118f57dd4ec5f27cb65720ff1c9972
Author: aharui <[email protected]>
AuthorDate: Thu Nov 22 23:27:40 2018 -0800
Updated Emulation Components (markdown)
---
Emulation-Components.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Emulation-Components.md b/Emulation-Components.md
index 4e9d45b..ef740b4 100644
--- a/Emulation-Components.md
+++ b/Emulation-Components.md
@@ -2229,6 +2229,8 @@ Those two steps should "re-compose" the Basic/Express
beads onto the Emulation s
So far, the mx:Button, mx:CheckBox, mx:RadioButton, mx:TextInput, mx:TextArea,
mx:ComboBox and s:Button have been made to put something up on the screen in
both SWF and JS output. You can look at the GitHub history and see what
changes were needed to get them to run.
+A walk-through of getting MX Alert to run can be found here: [Getting MX Alert
to Run](#getting-mx-alert-to-run)
+
## Finishing An Emulation Component
The current set of running components are not finished. They do not appear on
the screen at roughly the same size and appearance as the Flex components. We
may not bother matching the appearance pixel-for-pixel and we may not match
sizes exactly, but we do want the UI controls to be in the same places such
that scrollbars aren't forced to appear.
@@ -2238,4 +2240,3 @@ We haven't finished any component yet. As we do so and
better understand good p
-