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

Spinner instead of "Starting...." #6

Open
marcelogaio opened this issue Oct 5, 2016 · 3 comments
Open

Spinner instead of "Starting...." #6

marcelogaio opened this issue Oct 5, 2016 · 3 comments

Comments

@marcelogaio
Copy link

It'd be nice to have a spinner (animated gif) instead of the "starting /apps/..." message.
The message itself is often truncated, so it's not very useful.
Keep up the good work. Tingbot rocks!
Cheers!

@joerick
Copy link
Member

joerick commented Oct 5, 2016

There are actually two screens visible when tapping an app from springboard - the first is rendered by the Springboard, and the second is a console message displayed by tbprocessd.

We could improve the first with an animated GIF, though I'm unsure if it would continue animating while the springboard is closing. The second is just a static console message, so there's not really much potential to improve that one!

I do think this flow could use some improvement. The repeated messages aren't very useful. Maybe tbprocessd could do some ANSI background colored output to make it a bit more exciting?!

@marcelogaio
Copy link
Author

Yeah, I saw the 2 steps you mention. I was unsure about the tbprocessed handling graphincs.
The first part as you say could have a spinner but the animation part is tricky...

Regarding the tbprocessd part, I was about to ask about the graphics capability, but if it's a console, maybe the colored output... or a typical linux-text-loading-spinner "##########"...
Anyway, just a thought!

Cheers!

@joerick
Copy link
Member

joerick commented Oct 5, 2016

The tbprocessd output will have to be static, because tbprocessd has already started the next app, and it can output to the console (e.g. if it’s building a virtualenv).

I do like the idea of using coloured background… hmmm…

Thanks!

On 5 Oct 2016, at 11:13 am, Marcelo Gaio [email protected] wrote:

Yeah, I saw the 2 steps you mention. I was unsure about the tbprocessed handling graphincs.
The first part as you say could have a spinner but the animation part is tricky...

Regarding the tbprocessd part, I was about to ask about the graphics capability, but if it's a console, maybe the colored output... or a typical linux-text-loading-spinner "##########"...
Anyway, just a thought!

Cheers!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #6 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ABL8kzH9rkhrfsvKhAs3v-2C90Jb1e0fks5qw3gzgaJpZM4KObkg.

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

No branches or pull requests

2 participants