| View previous topic :: View next topic |
| Author |
Message |
Berbere Newbie

Joined: 13 Apr 2002 Posts: 3 Location: Portugal
|
Posted: Fri Jul 05, 2002 5:11 pm Post subject: Turn off Bitmap Button |
|
|
Hi there.
i'm having a problem here!
I wonder if anyone could tell me a way to turn off bitmap buttons?
and if there is any way that a 1 dialog can't be acessed until a child window be closed?
Tks *** [[]] _________________ Berbere |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Fri Jul 05, 2002 5:41 pm Post subject: |
|
|
to disable bitbtn use> DIALOG DISABLE,BITBTN1
to disable parent window until child is closed use> DIALOG SHOWMODAL instead of DIALOG SHOW |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Jul 06, 2002 8:02 pm Post subject: |
|
|
For the button, you can also hide it and then show it again when needed.
DIALOG HIDE,BITBTN1
and
DIALOG SHOW,BITBTN1
-Garrett |
|
| Back to top |
|
 |
Berbere Newbie

Joined: 13 Apr 2002 Posts: 3 Location: Portugal
|
Posted: Sun Jul 07, 2002 3:47 pm Post subject: |
|
|
Thanks PGWARE and Garret! I've tried it and it worked perfectly  _________________ Berbere |
|
| Back to top |
|
 |
|