Hi
A new action plugin ShellDialogs
this plugin may open system ChooseColor and ChooseFont dialogs
also ChooseColor action returns CMYK color values
ChooseFont:
ChooseColor :Code: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
Notes :Code: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
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


Reply With Quote