View Full Version : Free Plugin : CommonDialogs Plugin
AMSWaves
08-20-2008, 03:51 AM
Hi All,
We Released a new plugin.
'Autoplay Media Studio' doesn't have Color and Font Dialog, we build a plugin that have these dialogs plus a diffrent Open and Save dialogs.
Enjoy It!
Download (http://www.amswaves.com/index.php?option=com_content&view=article&id=48&Itemid=55)
Help (http://www.amswaves.com/helps/AMSWCommonDialogs_Help.htm)
Forum (http://forum.amswaves.com/viewtopic.php?f=6&t=8)
Please Reply:yes
ShadowUK
08-20-2008, 04:19 AM
CommonDialogs.File = Dialog.FileBrowse?
However, very nice plugin. Font and Color is very nice.
Solmos
08-20-2008, 04:31 AM
THANKS!!! :yes:yes:yes
The filebrowse and filesave dialog is perfect!
Esfahan
08-20-2008, 06:19 AM
Hi AMSWaves
Thanks for this good job :yes
RizlaUK
08-20-2008, 09:59 AM
CommonDialogs.File = Dialog.FileBrowse?
no, compair the 2, this one has the location buttons
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 :yes
Some vista feedback plz ??
Dermot
08-20-2008, 01:41 PM
Very nice, thank you. Works fine on Vista too. :yes:yes
ShadowUK
08-20-2008, 01:42 PM
no, compair the 2, this one has the location buttons
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 :yes
Some vista feedback plz ??
Oh right..
RizlaUK
08-20-2008, 02:01 PM
Very nice, thank you. Works fine on Vista too. :yes:yes
Thanks :yes
AMSWaves, 3rd time lucky huh, lol, keep up the good work
siray
08-21-2008, 07:44 AM
Thanks AMSWaves http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/77.gif http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/77.gif
mustafa06
08-21-2008, 08:02 AM
very thx and Free ;) :yes
AMSWaves
08-23-2008, 02:57 PM
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.
RizlaUK
10-01-2008, 06:15 AM
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
AMSWaves
10-01-2008, 09:08 PM
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
Hi RizlaUK,
yea we see it, thanks for report, we fix it in a few days.
Protocol
10-04-2008, 01:02 AM
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! :)
AMSWaves
10-04-2008, 03:50 PM
Hi Protocol, Thanks,
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!
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.
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.
yea this isnt a mistake you can change title of dialog in the 2nd argument :
files = CommonDialogs.File(false, "Save File", _ProgramFilesFolder, "Text File (*.txt)|*.txt|All Files(*.*)|*.*|", "", "", false);
Protocol
10-04-2008, 04:08 PM
Sweet!
Again, great plugin. Thanks! =D
AMSWaves
10-04-2008, 06:27 PM
Hi All,
We released new version of CommonDialogs (1.0.1.0).
We think this version good worked on vista, this plugin have some change :
Added :
CommonDialogs.Close() ; use this func on vista is required, for more help see help file.
Change :
CommonDialogs.File() ; hereinafter this func return a DelimitedString instead of a table, for more perception see help file and for reason see NOTE.
NOTE :
sorry for CommonDialogs.File, we have some problem in returning table in programming, when plugin want return a big table, program crashed, sorry for this :o, we promise fix it (return table).
Download (http://www.amswaves.com/index.php?option=com_content&view=article&id=48&Itemid=55)
Help (http://www.amswaves.com/helps/AMSWCommonDialogs_Help.htm)
Forum (http://forum.amswaves.com/viewtopic.php?f=6&t=8)
Best Regards,
AMSWaves.
abnrange
10-04-2008, 07:05 PM
Thanks for the update! Work great on Windows Vista Ultimate
RizlaUK
10-05-2008, 08:16 AM
yup, that fixed the bug, thanks AMSWaves :yes
AMSWaves
05-23-2009, 01:47 PM
Hi All,
New Released of Common Dialogs (Version 1.0.1.0)
This new version just have a new function
Add PickIcon Dialog (CommonDialogs.PickIcon).
Use And enjoy :)
AMSWaves
05-23-2009, 01:56 PM
This is Setup File And Example.
Best Reagards,
AMSWaves.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.