- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
// method that break down the application
public function hide():void
{
try
{
removeMenu();
TextField(txtTitle).text = '';
// WTF place - this setter raise error
TextArea(txt).htmlText = '';
} catch (e:Error) {
// russians are not surrender!
// catch error and call them recursively
trace(e);
hide();
}
}
guest 13.08.2009 10:14 # 0
Sauron 13.08.2009 15:56 # 0
guest 10.09.2009 22:00 # 0
// method that break down the application
Перевод:
метод не ломай приложение!
Цитата:
// russians are not surrender!
Перевод
// русские не сдавайся!
и т. д. Да уж :)
guest 10.09.2009 22:01 # 0
// что за нахуй место - этот сеттер вызывай ошибка!
guest 24.09.2009 10:17 # 0