| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Nov 22, 2004 9:46 pm Post subject: DIALOG ATTACH & DIALOG DETATCH |
|
|
Does anybody know what DIALOG ATTACH,<element> and DIALOG DETATCH,<element> do/how to use them? _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Tue Nov 23, 2004 5:47 am Post subject: |
|
|
ATTACH puts resize arrows onto the control; just like when you use the dialog designer. It lets you resize the control.
DETACH does the opposite It removes the resize arrows off the control.
All controls also have a CLICK event if I recall correctly as well as another event. You can grab that even by using warn @event()
Those commands are used internally and were never documented in the helpfile.
I think you also have to use the style DESIGN within the DIALOG CREATE command too. |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Nov 24, 2004 2:55 am Post subject: |
|
|
Cool -- I think I used to know what they did but I forgot. Oh my old age  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|