| View previous topic :: View next topic |
| Author |
Message |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Sun Feb 20, 2005 12:42 am Post subject: @filedlg() - How to ? |
|
|
Hello everybody...
I would like to ask you for a little assistance on the function @filedlg()
I would like to know if it was possible to replace the button Open or Save by an other button like attach, zip...
thank you very much for your answer |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Sun Feb 20, 2005 11:33 am Post subject: |
|
|
I think the answer is almost certainly No. There are ways in lower level languages to customize the common dialogs by using user-written code between creating and displaying the dialog, but @filedlg() creates and displays it all in one go, and it's modal, so your script doesn't execute again until after the user closes it, so there is no possibility to insert any clever API stuff . _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Sun Feb 20, 2005 1:18 pm Post subject: |
|
|
Ok i Understand...
I thought it was possible with API call or an other thing...
Maybe it will be possible with the VDS 6 Version
Thanks Jules Have a good day ! |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon Feb 21, 2005 4:28 am Post subject: |
|
|
Well, VDSGUI extension already has the ability to do such things as
changing Caption/Fonts/Icon of VDS Messagebox Buttons added as requested by a client.
I didn't think about filedlg buttons then... May be I can add it in next update if you are interested. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Mon Feb 21, 2005 4:48 am Post subject: |
|
|
Yes !
It's a very good Idea !
Thanks CodeScript  |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Mon Feb 28, 2005 5:10 pm Post subject: |
|
|
It's very good !!!
Thanks a lot !  |
|
| Back to top |
|
 |
|