Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded font SWF for ASC 2.0 compatibility. #29

Merged
merged 9 commits into from Oct 8, 2012

Conversation

ElliotMebane
Copy link
Contributor

ASC 2.0 disables font embedding. This commit provides a font swf generated with the fontswf utility provided in labs.adobe.com with the Flash Builder 4.7 prerelease. The Embed tag in Component.as is updated to embed the font SWF.

ElliotMebane added 9 commits June 6, 2011 23:31
… This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc.
… that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition.
…urns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. "

This reverts commit 10b25a4.
…enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. "

This reverts commit 9735dab.
… not be enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. ""

This reverts commit 3bb3197.
…go. It turns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. ""

This reverts commit b0c14f9.
…urns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. "

This reverts commit 10b25a4.
…enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. "

This reverts commit 9735dab.
bit101 added a commit that referenced this pull request Oct 8, 2012
Embedded font SWF for ASC 2.0 compatibility.
@bit101 bit101 merged commit a73c5a6 into minimalcomps:master Oct 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants