Professional Software Development Tools
Last edited by AMSWaves; 08-20-2008 at 02:57 AM.
CommonDialogs.File = Dialog.FileBrowse?
However, very nice plugin. Font and Color is very nice.
THANKS!!!
The filebrowse and filesave dialog is perfect!
Hi AMSWaves
Thanks for this good job![]()
no, compair the 2, this one has the location buttonsCommonDialogs.File = Dialog.FileBrowse?
i already have use of that kind of file dialog from a dll, however the color dialog is most welcome as its the only color dialog that actulay keep a record of custom colors saved into the pannel, all dll versions do not save the color.
Greate Job
Some vista feedback plz ??
Open your eyes to Narcissism, Don't let her destroy your life!!
Very nice, thank you. Works fine on Vista too.![]()
Dermot
I am so out of here
Open your eyes to Narcissism, Don't let her destroy your life!!
Thanks AMSWaves![]()
![]()
very thx and Free![]()
![]()
Hi all,
Thanks for your replys, we glad to help you.
we work on a new version of AMSWCommonDialogs that have some new dialogs.
Best Regards,
AMSWaves.
im getting a exit crash on vista, no errors useing the dialogs but if this plugin in enabled in the project (even without any code) the app crashes on exit
vista home premium
Open your eyes to Narcissism, Don't let her destroy your life!!
Very cool! Two things...
I had an error during install which ended up being user error. I clicked "Next" too quickly through the setup and I shortly realized that AMS had a problem launching it due to a lack of the plugin being present. This was because the developer (who rocks for making this for us) used your AMS 6 program directory as the default directory. In my case I have 6 and 7 installed, so it was installing it into the AMS 6 directory. But I have AMS 6 files set to open with AMS 7 (so that I can update my old programs). Just a heads up in case other people are as interested in trying it out, but run up against the same error. Just find your AMS 7 or AMS 8 Plugins/Actions folder, then continue the install and you're good!
Next... the File Save dialog still shows an Open on the top title bar though it says save on the button. Not sure if that's a mistake. Never-the-less.... THANK YOU!![]()
"White-colla-AMS-gangsta."
Hi Protocol, Thanks,
setup of our plugin worked great, because setup get AMS Folder from registery then append it with Plugins\Actions (AMS.."Plugins\Actions"), if any body see error on installation report it, but you can install it manually by change the directory on setup dialog.
yea this isnt a mistake you can change title of dialog in the 2nd argument :
Code:files = CommonDialogs.File(false, "Save File", _ProgramFilesFolder, "Text File (*.txt)|*.txt|All Files(*.*)|*.*|", "", "", false);