reteset
11-25-2008, 04:02 PM
Hi
A new action plugin ShellDialogs
this plugin may open system ChooseColor and ChooseFont dialogs
also ChooseColor action returns CMYK color values
ChooseFont:
fontTable = ShellDialogs.ChooseFont();
string fontTable.Font
number fontTable.Size
boolean fontTable.Bold
boolean fontTable.Italic
boolean fontTable.Underline
boolean fontTable.StrikeOut
number fontTable.Dec --font color
string fontTable.Hex --font color
number fontTable.Red --font color
number fontTable.Green --font color
number fontTable.Blue --font color
ChooseColor :
clrTable = ShellDialogs.ChooseColor();
number clrTable.Dec
string clrTable.Hex
number clrTable.Red
number clrTable.Green
number clrTable.Blue
number clrTable.C
number clrTable.M
number clrTable.Y
number clrTable.K
Notes :
1 ) new Dialogs will be added soon
2 ) i have not tested this with Windows Vista but it should work well on Vista
You can get it from here (http://www.amsplugins.com/details.asp?ID=58&CID=1)
A new action plugin ShellDialogs
this plugin may open system ChooseColor and ChooseFont dialogs
also ChooseColor action returns CMYK color values
ChooseFont:
fontTable = ShellDialogs.ChooseFont();
string fontTable.Font
number fontTable.Size
boolean fontTable.Bold
boolean fontTable.Italic
boolean fontTable.Underline
boolean fontTable.StrikeOut
number fontTable.Dec --font color
string fontTable.Hex --font color
number fontTable.Red --font color
number fontTable.Green --font color
number fontTable.Blue --font color
ChooseColor :
clrTable = ShellDialogs.ChooseColor();
number clrTable.Dec
string clrTable.Hex
number clrTable.Red
number clrTable.Green
number clrTable.Blue
number clrTable.C
number clrTable.M
number clrTable.Y
number clrTable.K
Notes :
1 ) new Dialogs will be added soon
2 ) i have not tested this with Windows Vista but it should work well on Vista
You can get it from here (http://www.amsplugins.com/details.asp?ID=58&CID=1)