Ben:

Re svn 9386: add type = 'alertWindow' on displaystatus handler

What is the right way for SBS plugins to make use of this new message
popup from the server side?

Right now, my plugin is displaying warnings on jive via:


Code:
--------------------
    
  $curclient->showBriefly(
        {
                'jive' =>       { 'text'    => [ $message ], }
        },
        {
                 'duration' => $duration,
                 'block' => 0,
        }
  );
  
--------------------

Will showBriefly support this 'alertWindow' type?  If so, how does one
invoke it?

The jive has never paid attention to the 'duration' param, as far as I
can tell.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=86425

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to