BBjDrawPanel::setScribble
Description
In BBj 16.0 and higher, this method toggles scribble mode on the draw panel.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setScribble(boolean scribble)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         scribble  | 
                                                    
                                                         A boolean value indicating whether scribble mode is enabled.  | 
                                                
Return Value
None .
Remarks
When scribble mode is enabled, the draw panel intercepts the relevant mouse or touch events and draws lines using the current BBjDrawPanel::setPenWidth, BBjDrawPanel::setPenColor, BBjDrawPanel::setPattern, and BBjDrawPanel::setDrawMode settings. This mode is typically used to facilitate signature capture and similar features.
Example
                                                     | 
                                                
See Also
SCRIBBLE Mnemonic - Toggle Scribble On/Off (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.