[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Showing something's going on for fast operations...  XML
Forum Index -> Development
Author Message
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

(from mail - answered via forum)

Hi Björn,


Is there a way to somehow change the icon whenever there is a call to a bean to make some processing? Idea: We click on a checkbox then some filtering happens and the page is updated. If the process is to quick and the filter doesn't change the current UI, tthe user won't have a visual feedback unless we write something to the statusbar. He might get the impression that sthg "is broken". However if momentaneously the cursor icon of the mouse would quickly transit between the "default operation ongoing icon" (sand timer) and the default icon (pointer), he would know that there was sthg going on. What do you think?


Best Regards

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

There are nicer ways, I believe:

Could you take a look at demo workplace: Components > Animation & Graphics & Sound > Image Capturer & Animator (1) - here select animation type "foglight" or "fogdark". The animations are super-easy to implement.

@cursor: the cursor is part of the style definition of each component. So... to consistently update the cursor we would have to update the style of each component. (How do we do it when communicating to the server: then a "glass pane component" is arranged in front of all other components, and this one glass pane component is driving the cursor styel...)

What do you think...?

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
dperezlopez

Active

Joined: 23/01/2015 14:55:04
Messages: 18
Offline

Due to the fact of using the application through Remote Desktop we disabled all animation effects, so the first alternative would be discarded.
The glass pane looks overkilling for this use case, so probably we are better off with updating the styles of checkboxes, buttons and popup menu items.
Thanks Björn

David
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team