Re: FVWM: User notification on invoking application

From: Abinash Yadav <abinash_y_at_yahoo.com>
Date: Fri, 9 Feb 2001 07:12:44 -0800 (PST)

Thank You,
I could get busy cursor working :-))

but i don't have xmessage on my machine(Solaris 8.0),
i tried to get xmessage from sun.freeware.com, but
couldn't identify the format to extract binaries,
neither was able to compile source file(usually this
does not happen, when i try compiling other source
code).

will try more later,

thank you.

Abinash K.
--- Mikhael Goikhman <migo_at_homemail.com> wrote:
> On 07 Feb 2001 12:20:57 -0800, Abinash Yadav wrote:
> >
> > I was thinking of notifying the user, status of
> > application(watch cursor or some other mean,like
> pop
> > up box) when he invokes it, and application takes
> time
> > to come up.
> >
> > as there are many big applications which takes
> lots of
> > time to come-up and meantime user just thinks
> wheather
> > application is running or its dead.
> >
> > is it possible with fvwm, how ?
>
> Yes, starting from 2.3.10 this is possible, for
> example:
>
> BusyCursor Wait True
>
> AddToFunc StartMyApp
> + I Exec exec $0
> + I Wait *
>
> StartMyApp "xterm -g 80x40"
> StartMyApp "xcalc"
>
> NOTE: If your app was not started, press
> Ctrl-Alt-Esc to break out Wait.
>
> But... The watch cursor is only shown on the root
> window, and not inside
> existing windows. This can't be fixed without
> introducing X problems.
>
> If your app comes slowly, you may use "pop-up"
> window (may work in 2.2.x):
>
> DestroyFunc StartMyVerySlowApp
> AddToFunc StartMyVerySlowApp
> + I Exec exec xmessage -name "NotificationWindow"
> "Starting $0..."
> + I Wait NotificationWindow
> + I Exec exec $0
> + I Wait *
> + I Next (NotificationWindow) Close
>
> Regards,
> Mikhael.
> --
> Visit the official FVWM web page at <URL:
> http://www.fvwm.org/>.
> To unsubscribe from the list, send "unsubscribe
> fvwm" in the body of a
> message to majordomo_at_fvwm.org.
> To report problems, send mail to
fvwm-owner_at_fvwm.org.


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Feb 09 2001 - 09:12:25 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST