
Новые сообщения [новые:0]
Дайджест
Горячие темы
Избранное [новые:0]
Форумы
Пользователи
Статистика
Статистика нагрузки
Мод. лог
Поиск
|
|
06.02.2006, 11:13
|
|||
|---|---|---|---|
|
|||
DW ControlMenu Events |
|||
|
#18+
Какие events вызываются при нажатии на кнопки DW ControlMenu, например [х]? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|
06.02.2006, 14:13
|
|||
|---|---|---|---|
|
|||
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&tablet=1&tid=1337918]: |
0ms |
get settings: |
8ms |
get forum list: |
13ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
62ms |
get topic data: |
8ms |
get forum data: |
2ms |
get page messages: |
23ms |
get tp. blocked users: |
1ms |
| others: | 236ms |
| total: | 359ms |

| 0 / 0 |
