
Новые сообщения [новые:0]
Дайджест
Горячие темы
Избранное [новые:0]
Форумы
Пользователи
Статистика
Статистика нагрузки
Мод. лог
Поиск
|
|
06.02.2006, 11:13:24
|
|||
|---|---|---|---|
|
|||
DW ControlMenu Events |
|||
|
#18+
Какие events вызываются при нажатии на кнопки DW ControlMenu, например [х]? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|
06.02.2006, 14:13:00
|
|||
|---|---|---|---|
|
|||
DW ControlMenu Events |
|||
|
#18+
Action with Max/Min/Close Buttons on a Sheet/DW Map this to the userevent: PBM_SYSCOMMAND IF commandtype = 61488 THEN // Maximize Button ..... END IF IF commandtype = 61472 THEN // Minimize button .... END IF IF commandtype = 61536 THEN // Close the Window .... END IF Пример: // Disable Max/Min/Close Buttons IF message.wordparm = 61488 THEN // Maximize Button message.processed = TRUE message.returnvalue = 1 END IF IF message.wordparm = 61472 THEN // Minimize button message.processed = TRUE message.returnvalue = 1 END IF IF message.wordparm = 61536 THEN // Close the Window message.processed = TRUE message.returnvalue = 1 END IF ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|

start [/forum/topic.php?fid=15&mobile=1&tid=1337918]: |
0ms |
get settings: |
7ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
57ms |
get topic data: |
8ms |
get forum data: |
2ms |
get page messages: |
27ms |
get tp. blocked users: |
1ms |
| others: | 202ms |
| total: | 326ms |

| 0 / 0 |
