| View previous topic :: View next topic |
| Author |
Message |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Nov 08, 2004 12:50 pm Post subject: IDE Toolbars |
|
|
Does anyone actually use the ability to use floating toolbars in the IDE? It seems that the only way to stop this annoying habit of a toolbar becoming detached when you click on a disabled button is to prevent them from being able to be detached at all. Which personally would not be a problem. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Mon Nov 08, 2004 1:38 pm Post subject: |
|
|
Me neither...  |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Mon Nov 08, 2004 2:04 pm Post subject: |
|
|
I don't use them detached. _________________ Joe Floyd |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue Nov 09, 2004 1:00 am Post subject: |
|
|
Ditto, disable the detach ability would be great. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Tue Nov 09, 2004 5:52 am Post subject: |
|
|
| disable the detachable toolbars; I really don't think anyone has a use for these and it's more inconvenient than convenient. |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Tue Nov 09, 2004 8:06 am Post subject: |
|
|
| ditto |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Nov 09, 2004 5:24 pm Post subject: |
|
|
| i agree.. never used that |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Nov 09, 2004 6:07 pm Post subject: |
|
|
Yep U can remove the ability to detach - if not that then U may consider two states for the toolbar buttons (Display another glyph for the disabled state and don't process the clicks form a button in that state). Current method of disabling takes away keyboard input from the button in the disabled stare and click will be effectively on the toolbar making it detach. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
DavidR Contributor

Joined: 05 Aug 2003 Posts: 83 Location: Bethel Pennsylvania U.S.A.
|
Posted: Tue Nov 09, 2004 6:30 pm Post subject: Detached toolbars |
|
|
Yes by all means get rid of them.
Nothing more anoying than trying to single step through a script and having the toolbar detach  |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Nov 09, 2004 8:39 pm Post subject: |
|
|
| CodeScript wrote: | | Current method of disabling takes away keyboard input from the button in the disabled stare and click will be effectively on the toolbar making it detach. |
That's the way Delphi does it, if you set a button's Enabled status to False. So it's a potential flaw in any Delphi app that has dockable toolbars. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Wed Nov 10, 2004 2:02 am Post subject: |
|
|
Say, maybe it's possible for us to send an api to the toolbars to disable them from being detachable. I played a lot with some api calls to disable and enable stuff on other program windows from from VDS. I'll give it a try
and return with the results soon.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Nov 11, 2004 4:39 pm Post subject: |
|
|
I haven't ever used them, but would it be possible to just add a checkbox
in the IDE options for this? _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Thu Nov 11, 2004 6:37 pm Post subject: |
|
|
Well, didn't get the results I was looking for. The bars can be disabled
and other options, but unfortunately, it affects the buttons also. So the
buttons get disbled also.
It still might be possible, because I was using a little program I call a
"Windows Poking Stick" which only offers a limited amount of API
options to test on programs. If I get a chance, I'll look through the API
info and see if I can find anything that might be of use. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|