Bug 11441 - showBriefly() produces toast with no visible text
: showBriefly() produces toast with no visible text
Status: RESOLVED FIXED
Product: SB Touch
Classification: Unclassified
Component: UI
: unspecified
: All All
: -- normal (vote)
: 8.0.0
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-23 09:19 UTC by Peter Watkins
Modified: 2009-09-08 09:14 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Watkins 2009-03-23 09:19:25 UTC
My PowerCenter plugin uses SC7 Perl code to create Jive menus. When you use the Jive menus to send a command to a device, the SC7 code uses showBriefly() to make toast appear indicating that a command is being sent. The Perl code for this is:

$client->showBriefly( { 'jive' => { 'text'    => [ $message ], } },{'duration' => 1, 'block' => 1, } );

This on Controller @ 7.4 r4824, but on fab4 @4875 it produces a toast popup containing no text (SC7.4 at svn r25680).

PowerCenter info w/ Extension Downloader link:
http://www.tux.org/~peterw/slim/PowerCenter.html
Comment 1 Peter Watkins 2009-04-28 20:46:12 UTC
working now in r5511; will re-open if the problem returns