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

Fayde loading progress #198

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

Ronmenator
Copy link
Contributor

No description provided.

Ronmenator and others added 30 commits August 25, 2015 17:43
Conflicts:
	dist/fayde.js.map
Works in Chrome, Firefox, IE but not in Edge
Conflicts:
	bower.json
	dist/fayde.d.ts
	dist/fayde.js
	dist/fayde.js.map
	src/Controls/MediaElement.ts
	src/Controls/TextBoxBase.ts
	src/Input/KeyInterop.ts
	src/Media/Videos/VideoSourceBase.ts
	testsite/Media/mediaelement-basic.fap
	testsite/index.html
Conflicts:
	bower.json
	dist/fayde.d.ts
	dist/fayde.js
	dist/fayde.js.map
	src/Controls/MediaElement.ts
	src/Controls/TextBoxBase.ts
	src/Input/KeyInterop.ts
	src/Media/Videos/VideoSourceBase.ts
	testsite/Media/mediaelement-basic.fap
	testsite/index.html
…ing to HorizontalContentAlignment and VerticalContentAlignment respectively
…ment from the body of the document, used to display initial startup HTML while Fayde is busy loading in the background. It stops the app from showing a white screen during bootstrapping the engine.
@Ronmenator
Copy link
Contributor Author

d094c64

@Ronmenator
Copy link
Contributor Author

I think so yes. Here is one I use for iPRO LIVE. I just change IPRO LIVE into Fayde

<body fayde-app="default.fap" fayde-progress="loadmessage">
     <div id="loadmessage" style="position: absolute; width: 100%; height: 100%; display: table">
        <div style="display: table-cell; vertical-align: middle;" align="center">
            <p style="font-family: Tahoma; font-size: 72pt; color: white; font-weight: light">Fayde</p>
            <p />
            <p style="font-family: Tahoma; font-size: 20pt; color: white">Loading...</p>
        </div>
    </div>  
    <script src="//localhost:35729/livereload.js"></script>
</body>

@Ronmenator
Copy link
Contributor Author

In the future we can make a progress callback so we can show something like a progress bar, or some type of progress indicator.

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.

2 participants