User Tag List

Results 1 to 4 of 4

Thread: Setting Static Text Background to MDI Background

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Setting Static Text Background to MDI Background

    I have several static text objects. It would be nice if they has a transparent background properity, but you have to set the background color. I am using the MDI interface and I need to be able at "start of frame or application" to set all static text background colors to the color of the MDI background. How do I do that? Where is the MDI background color pulled from? I want to group all of these objects and set the color with one statement for the group versus using 50 statements.

    Some would say just set it to some rgb value but what happens if the background color of the MDI changes. At present the frame is not displayed with MDI turned on. So I cannot tie the background color of the static text objects to the background color of the frame.

    Thanks.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting Static Text Background to MDI Backgrou

    Place either an Active System Box or a Background System Box object into the frame (and perhaps hide it). You can retreive system colors using the expressions. <img src="/center/images/graemlins/smile.gif" alt="" />

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting Static Text Background to MDI Backgrou

    Well, it sort of works. Here is what I did and the problem.
    1. I selected all of the static text objects and set a qualifier for them. In other words I grouped them.
    2. I added a background system object.
    3. I selected the condition "Start of Frame"
    4. I set an action of "set background color of the qualifer group (my static text objects) to MDIBackground("background system box")" This should make the background of the text object a dark gray to match the dark gray of the MDI window.

    Problem: My static text color is black and the background is black. But the background of the MDI windows is dark gray.
    So I get big blocks of black where the static text is.

    Any suggestions????

  4. #4
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting Static Text Background to MDI Backgrou

    OK, I got this to work. I had to use the "convert system color to rgb" and then get the mdi background color. That seems to fix the problem. Thanks for the suggestion and help.

Similar Threads

  1. Pasting text into background?
    By EE in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th April 2011, 07:55 PM
  2. Static Text is, er, not so static.
    By alxmrg in forum Hardware Accelerated Runtime
    Replies: 6
    Last Post: 8th March 2010, 11:16 PM
  3. Help: Setting background color by calculation
    By Ham in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th January 2010, 09:55 PM
  4. Black background, text colour does not change
    By karimali831 in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 6th July 2009, 10:54 PM
  5. Transparent Static Text's Background color?
    By Pyrasia in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd February 2009, 05:58 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
  •