Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417

    Shape.SetFillColor 'ObjectName' field as variable

    Is it possible to use a variable for the 'ObjectName' for the Shape.SetFillColor action?

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Is this what you want?

    Code:
    strNewColor = "Plugin1"
    	Shape.SetFillColor(strNewColor, 0)
    Intrigued

  3. #3
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    That was it.

    I can't believe I didn't see that.

    I was thinking that I also had to pass the quotes ("\"cirlce1\"") and that wasn't workin.

    Another case of not seeing the forest for all the trees.

    Thanks...

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    No problem, glad to be of help.
    Intrigued

Similar Threads

  1. Can't copy files with variable??
    By SonG0han in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 03-06-2004, 03:58 AM
  2. Default Checkbox state not being applied
    By Chris Wasley in forum Setup Factory 6.0
    Replies: 2
    Last Post: 01-27-2003, 03:12 AM
  3. Caption above edit field
    By Laslie Toth in forum Setup Factory 6.0
    Replies: 1
    Last Post: 04-22-2002, 01:58 PM
  4. Default text in edit field - Multiple edit screen
    By Romahe in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-18-2001, 01:01 PM
  5. Replies: 1
    Last Post: 11-21-2001, 01:10 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