Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    1,443

    FREE : ShellDialogs Action Plugin (ChooseColor & ChooseFont)

    Hi
    A new action plugin ShellDialogs

    this plugin may open system ChooseColor and ChooseFont dialogs
    also ChooseColor action returns CMYK color values

    ChooseFont:

    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
    ChooseColor :

    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
    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

  2. #2
    Join Date
    Feb 2008
    Location
    Western Pennsylvania
    Posts
    555

    Wink Awesome

    Thank you reteset, Very nice of you! By the way, I love the site, I joind a few months ago..

    Again, Thank You!!

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    works fine on vista here
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Free WindowEx Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5
    Replies: 88
    Last Post: 01-30-2011, 10:40 AM
  2. Free CMU Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5 Plugins
    Replies: 8
    Last Post: 07-13-2010, 01:58 PM
  3. FREE: UserMgmt Action Plugin
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 3
    Last Post: 04-11-2010, 09:21 PM
  4. FREE ACTION PLUGIN: Assert
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 17
    Last Post: 02-22-2009, 05:36 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts