Issue 27646 - disable hour-glass on a loading presentation
Summary: disable hour-glass on a loading presentation
Status: CONFIRMED
Alias: None
Product: ui
Classification: Code
Component: ui (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial with 11 votes (vote)
Target Milestone: not determined
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 12:59 UTC by ipx
Modified: 2023-06-24 20:30 UTC (History)
6 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.1.14
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ipx 2004-04-09 12:59:49 UTC
When a started presentation in impress is loading, there is a little hour-glass
in the left bottom corner. I would like a way to disable it.
I don't think this is a very big thing so I hope that it can be fixed for at
least 2.0.
Comment 1 mci 2004-04-13 16:34:52 UTC
reassigned to bh
Comment 2 levien 2008-04-09 18:14:49 UTC
Fixing this is important for people who want to use Impress to do automated
slideshows which contain large pictures, especially when relatively slow
low-power hardware is used (e.g. a VIA Epia or similar board). Having the
sand-timer is useful for doing a presentation, but is distracting for automated
slideshows.
Comment 3 vogateer 2008-04-19 19:06:38 UTC
*** Issue 27646 has been confirmed by votes. ***
Comment 4 vogateer 2008-04-19 19:13:02 UTC
If you're trying to achieve "Presentation Zen" and keep people focused, having a
little hourglass icon at the bottom left distracts from that goal. It has to
distract people in the audience, and even if it doesn't, it distracts me.

I would greatly appreciate making this an option, as I haven't managed to get
the workaround to work:
http://www.oooforum.org/forum/viewtopic.phtml?t=69520&highlight=hourglass
Comment 5 schmildo 2008-05-07 16:26:19 UTC
The hourglass cheapens the whole appearance of the slideshow. It should be
disabled by default or at the very least we should have the option of disabling
it. I, like others, thought it was the cursor comming into the foreground
between slides.
  
Comment 6 ronnystandtke 2008-08-28 12:05:11 UTC
I just run into the same issue: The hourglass is a really annoying distraction
when running an automatic slideshow.
Please make it optional.
Comment 7 bettina.haberer 2010-05-21 14:59:48 UTC
To grep the issues easier via "requirements" I put the issues currently lying on
my owner to the owner "requirements". 
Comment 8 Matthias Seidel 2021-04-17 11:13:50 UTC
Maybe it is time to comment the code out:

https://github.com/apache/openoffice/blob/trunk/main/sd/source/ui/slideshow/slideshowimpl.cxx#L1196
Comment 10 Peter 2021-04-18 08:43:11 UTC
Hmm, when do you see the hourglass?
I don't see it, in my presentations, on Linux.
Comment 11 Matthias Seidel 2021-04-18 09:07:18 UTC
(In reply to Peter from comment #10)
> Hmm, when do you see the hourglass?
> I don't see it, in my presentations, on Linux.

Every time a slide changes.
Low left corner. On a fast machine it is only visible shortly, but still annoying.
Comment 12 Peter 2021-04-18 09:44:18 UTC
Ahh, yea that is not apropriate anymore. I agree lets remove it.
Comment 13 Matthias Seidel 2021-04-18 13:05:07 UTC
A quick (dirty) fix for 4.1.X would be to make "waiticon.png" completely transparent.

Another idea would be to increase the time before the hourglass is shown.
That also would be possible for 4.1.X.

The best solution would be to make the use of the icon optional.
This could be selectable  in 'Slide Show - Slide Show Settings' and would require UI changes. This would be the path for trunk/AOO42X.
Comment 14 Matthias Seidel 2021-04-18 14:41:44 UTC
Maybe this is the place to look at:

https://github.com/apache/openoffice/blob/trunk/main/slideshow/source/engine/waitsymbol.cxx#L82