Adobe Extending Flash Professional CS4 Manuale Utente Pagina 354

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 560
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 353
332
Chapter 29: outputPanel object
Availability
Flash MX 2004.
Description
This object represents the Output panel, which displays troubleshooting information such as syntax errors. To access
this object, use
fl.outputPanel (or flash.outputPanel). See fl.outputPanel.
Method summary
The outputPanel object uses the following methods:
outputPanel.clear()
Availability
Flash MX 2004.
Usage
outputPanel.clear()
Parameters
None.
Returns
Nothing.
Description
Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a
list of errors, or to save them incrementally by using this method with
outputPanel.save().
Example
The following example clears the current contents of the Output panel:
fl.outputPanel.clear();
Method Description
outputPanel.clear() Clears the contents of the Output panel.
outputPanel.save() Saves the contents of the Output panel to a local text file.
outputPanel.trace() Adds a line to the contents of the Output panel, terminated by a new line.
Vedere la pagina 353
1 2 ... 349 350 351 352 353 354 355 356 357 358 359 ... 559 560

Commenti su questo manuale

Nessun commento