Change BG color of Panel using script (AS3)

Dear, all
I am a newbies in Flex. Now I have some trouble with thw
sample thing.
That is how can I change BackgroungColor of panel using
script(AS3)
I can do it by mxml BUT!! I really need to change it using
AS3. Does you know what should I do NEXT.

When you lookup a component in FB3 help sys, if you see it
under styles, then you need to use setStyle() in AS, if you see it
as a property, just use dot notation.

Similar Messages

  • Changing fields color in CL_GUI_ALV_GRID using class

    Hi,
    I've written a lot of posts but still I have problem with changing color for CL_GUI_ALV_GRID.
    I have class ZKSL_CL_4_17_ALV_GRID_OO with 3 methods : SELECT, HANDLE_DBL_CLICK AND DISPLAY_ALV
    I want to change fields color every time I double click on IT.
    METHOD SELECT.
       DATA:
             lt_sflight                TYPE TABLE OF           zkslt_sflight,
             ls_layout                 TYPE                    lvc_s_layo,
             lr_custom_container       TYPE REF TO             cl_gui_custom_container,
             lr_my_class               TYPE REF TO             zksl_cl_4_17_alv_grid_oo.
       SELECT *  FROM zkslt_sflight  INTO TABLE mt_sflight
          WHERE carrid    = iv_carrid AND
              ( fldate    IN it_date  OR
                price     IN it_price OR
                planetype IN it_type )
    CALL FUNCTION 'Z_KSL_SCREEN'.
    ENDMETHOD.
    from FM z_ksl_screen i call screen 400 and from status_400 output  I call method DISPLAY_ALV
    METHOD display_alv.
       DATA:
              lr_custom_container       TYPE REF TO             cl_gui_custom_container,
              lt_sflight                TYPE TABLE OF           zkslt_sflight,
              lt_catalog                TYPE STANDARD TABLE OF  lvc_s_fcat,
              ls_catalog                LIKE LINE OF            lt_catalog,
              ls_layout                 type                    slis_layout_alv,
              lr_my_class               TYPE REF TO             zksl_cl_4_17_alv_grid_oo.
       CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
         EXPORTING
           i_structure_name = 'ZKSLT_SFLIGHT'
         CHANGING
           ct_fieldcat      = lt_catalog[].
    ************BULID LAYOUT
       ls_layout-no_input = 'X'.
       ls_layout-colwidth_optimize = 'X'.
       ls_layout-totals_text       = 'Totals(201)'.
       ls_layout-info_fieldname    = 'LINE_COLOR'.
       IF mr_gui_alv_grid IS INITIAL.  "-----------------------------------if----------------------&
         CREATE OBJECT: lr_custom_container
           EXPORTING
             container_name = 'DISPLAY',
             lr_my_class.
         CREATE OBJECT mr_gui_alv_grid
           EXPORTING
             i_parent = lr_custom_container.
         SET HANDLER lr_my_class->handle_dbl_click FOR mr_gui_alv_grid.
         CALL METHOD mr_gui_alv_grid->set_table_for_first_display
           EXPORTING
             i_structure_name = 'ZKSLT_SFLIGHT'
            is_layout        =   ls_layout
             i_save           = 'A'
           CHANGING
             it_outtab        = Mt_sflight
             it_fieldcatalog  = lt_catalog.
       ELSE.     "-------------------------------------------------ELSE---------------------&
         mr_gui_alv_grid->refresh_table_display( ) .
       ENDIF.
    ENDMETHOD.
    In handler i am trying to change fields color and call method display sending new out_table
    CALL METHOD me->display_alv
         CHANGING
           ct_fieldcat = lt_fieldcat.
    Please give me some easy advice how to do that.
    thank you in advice.

    Thank you Klaus for your reply,
    The problem is that I need to make this using classes.
    I tried to make my structure data with LVC_T_SCOL as you wrote,
    a field of table type LVC_T_SCOL in the structure of your output table
    DATA BEGIN OF lt_data. 
           INCLUDE STRUCTURE sflight.
           DATA cellcolors  TYPE lvc_t_scol .
       DATA END OF lt_data.
    TYPES: BEGIN OF mtt_tab.
    *         INCLUDE STRUCTURE ZKLST_sflight.  " I get error that I cannot use ref to abap dic
               INCLUDE TYPE ZKSLT_SFLIGHT.
               TYPES: cellcolors  TYPE lvc_t_scol ,
                 END OF mtt_tab.
    After making type mtt_tab
    i declare data   lt_tab                    TYPE STANDARD TABLE OF  mtt_tab.
    and when I try to copy table mt_sflight (it is atribut of calss) like below
    LOOP AT mt_sflight INTO ls_mt .
    *   READ TABLE lt_tab INDEX sy-tabix ASSIGNING <ls_tab>.
    *   MOVE-CORRESPONDING <ls_mt> TO <ls_tab>.
    *    UPDATE lt_tab FROM TABLE mt_sflight.
         MOVE-CORRESPONDING ls_mt to lt_tab.
       ENDLOOP.
    I am getting error "lt_tab is not internal str or table with header"
    Can you help me with this? 

  • Pasting filename in a panel using script

    Hi Experts - I ran into a problem when trying to feed a filename into an open file dialog. I used this approach in the past with an "Open" dialog and thought same would work for "Import file" dialog box.
    My main script is below:
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "/niw32"
    session.findById("wnd[0]").sendVKey 0
    OrdNum = "7237602"
    set Wshell = CreateObject("WScript.Shell")
    session.findById("wnd[0]/usr/ctxtCAUFVD-AUFNR").text = OrdNum
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/titl/shellcont/shell").pressContextButton "%GOS_TOOLBOX"
    session.findById("wnd[0]/titl/shellcont/shell").selectContextMenuItem "%GOS_PCATTA_CREA"
    '>>> these 2 lines above bring up the dialog box <<<<<
    Wshell.run "c:\tmp\Scandf.vbs",1,False
    '>> after the filename is dropped in the dialog box by the Scandf.vbs script it should continue with the process  <<
    session.findById("wnd[0]/usr/subSUB_ALL:SAPLCOIH:3001/ssubSUB_LEVEL:SAPLCOIH:1100/subSUB_KOPF:SAPLCOIH:1102/btn%#AUTOTEXT001").press
    session.findById("wnd[1]/usr/sub:SAPLBSVA:0201[1]/chkJ_STMAINT-ANWSO[0,0]").selected = true
    session.findById("wnd[1]/usr/sub:SAPLBSVA:0201[1]/chkJ_STMAINT-ANWSO[0,0]").setFocus
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[0]/tbar[0]/btn[11]").press
    I am calling a script called Scandf.vbs where I have the filename I want to drop into the dialog box. This is the Scandf.vbs:
    If Not IsObject(application) Then
    Set SapGuiAuto = GetObject("SAPGUI")
    Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
    Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
    Set session = connection.Children(0)
    End If
    If IsObject(WScript) Then
    WScript.ConnectObject session, "on"
    WScript.ConnectObject application, "on"
    End If
    set Wshell = CreateObject("WScript.Shell")
    MsgBox "in sub"
    Do
    bWindowFound = Wshell.AppActivate("Import file")
    WScript.Sleep 1000
    Loop Until bWindowFound
    bWindowFound = Wshell.AppActivate("Import file")
    if (bWindowFound) Then
    Wshell.appActivate "Import file"
    WScript.Sleep 100
    Wshell.sendkeys "c:\EQ2814.txt"
    WScript.Sleep 100
    Wshell.sendkeys ""
    end if
    EQ2814.txt is the filename I want to drop in.
    THe cursor is in the filename field and waiting for input. It just sits there after the dialog box is called and does not drop in the filename.
    Can anybody see what I am doing wrong?
    Thanks
    Umur

    Hi ScriptMan - getting closer I think. When I removed that line and ran it to "Import file" step and then manually started Scandf.vbs, it worked perfectly with the code and displayed the 2 MSgBox'es, then compelted rest of the script from the main routine:
    Set Wshell = CreateObject("WScript.Shell")
    MsgBox "in sub"
    Do
    bWindowFound = Wshell.AppActivate("Import file")
    WScript.Sleep 1000
    Loop Until bWindowFound
    Msgbox "Window = 'Import file' found"
    bWindowFound = Wshell.AppActivate("Import file")
    if (bWindowFound) Then
    Wshell.appActivate "Import file"
    WScript.Sleep 100
    Wshell.sendkeys ""
    Wshell.sendkeys ""
    Wshell.sendkeys ""
    Wshell.sendkeys ""
    Wshell.sendkeys "c:\EQ2814.txt"
    WScript.Sleep 100
    Wshell.sendkeys ""
    WScript.Sleep 100
    end if
    Then I tried making Scandf.vbs  a subroutine within the main, placed the code as follows but that still stopped at the "Import file" panel. I don't think it is a matter of recognizing the panel since when I do it manually it does see it and drop in the file name:
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "/niw32"
    session.findById("wnd[0]").sendVKey 0
    set Wshell = CreateObject("WScript.Shell")
    OrdNum = "7237602"
    session.findById("wnd[0]/usr/ctxtCAUFVD-AUFNR").text = OrdNum
    session.findById("wnd[0]").sendVKey 0
    'Wshell.run "c:\tmp\Scandf.vbs",1,False
    session.findById("wnd[0]/titl/shellcont/shell").pressButton "%GOS_TOOLBOX"
    session.findById("wnd[0]/shellcont/shell").pressContextButton "CREATE_ATTA"
    session.findById("wnd[0]/shellcont/shell").selectContextMenuItem "PCATTA_CREA"
    SecondFile
    session.findById("wnd[0]/usr/subSUB_ALL:SAPLCOIH:3001/ssubSUB_LEVEL:SAPLCOIH:1100/subSUB_KOPF:SAPLCOIH:1102/btn%#AUTOTEXT001").press
    session.findById("wnd[1]/usr/sub:SAPLBSVA:0201[1]/chkJ_STMAINT-ANWSO[0,0]").selected = true
    session.findById("wnd[1]/usr/sub:SAPLBSVA:0201[1]/chkJ_STMAINT-ANWSO[0,0]").setFocus
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[0]/tbar[0]/btn[11]").press
    Sub SecondFile
    Set Wshell = CreateObject("WScript.Shell")
    MsgBox "in sub"
    Do
    bWindowFound = Wshell.AppActivate("Import file")
    WScript.Sleep 1000
    Loop Until bWindowFound
    Msgbox "Window = 'Import file' found"
    bWindowFound = Wshell.AppActivate("Import file")
    if (bWindowFound) Then
         Wshell.appActivate "Import file"
         WScript.Sleep 100
         Wshell.sendkeys "c:\EQ2814.txt"
         WScript.Sleep 100
         Wshell.sendkeys ""
         WScript.Sleep 100
    end If
    End sub
    Why do you think we can't get the scandf.vbs to trigger automatically?
    Best regards
    Umur

  • Change permissions of "Mailbox Rights" using Script.

    I'm using the script located at http://support.microsoft.com/kb/310866 to change the permissions of "Mailbox Rights" located on the user properties, Exchange Advanced tab.
    However, this works by specifying the DN for each mailbox that I want Change.
    I need help to create a script, or edit it to modify the permissions of multiple users in the field since the script from Microsoft so I may change by a user at a time in the line of Script:
    sUserADsPath = "LDAP: / / ServerName / cn = User1, CN = Users, DC = DomainName, DC = com"
    It is possible to insert in the variable "sUserADsPath" multiple paths DN?
    or is there another way to do this?
    I am using Exchange 2003.
    Maybe a Loop that reads a .csv file of something like that.
    Thank you.

    Hello mjolinor,
    Thanks for you reply. I had create a .csv file, and change my .vbs script including your code:
    $userlist = import-csv c:\somedir\users.csv
    $userlist | foreach-object {
    sUserADsPath = "LDAP: / / ServerName / cn = $($_.username), CN = Users, DC = DomainName, DC = com"
    Buy after this when I run code, it give me error of Invalid Character, the first character of the line "$userlist = import-csv c:\somedir\users.csv", I believe that means "$" was not reconized by script.vbs
    Should I run this code on Power Shell?
    Thanks for All

  • Can you change the color of selected text in word?

    I use Word 2010, and when I select text it is always blue, is there a way to change the color?

    I use Word 2010, and when I select text it is always blue, is there a way to change the color?
    My earlier posting was an error.
    I apologize.
    You seem to be saying that the default colour for text is blue.
    You need to change:-
    Normal.dotm
     - to change the default colour of text.
    In order to change the default colour of text take the following steps (that were tested on Windows 7 and Office 2007 - the process should be
    similar, if not identical, for yourself):-
    1. Open a new blank document (this should
    have the default text as blue).
    Save that document with a new name for example:-
    c:\word\testing_aug_25_2014_2
    2. In the above document:-
    Insert tab
    Text group
    Click on the drop down arrow to the lower right of:-
    Quick Parts
     - then click on:-
    Field . . .
    The:-
    Field
     - window should open.
    3. In the:-
    Field
     - window in the field called:-
    Field names:
     - scroll down to:-
    Template
     - and click on that option so that it's highlighted in blue.
    Now, towards the top right hand corner of the same window, click in the box called:-
    Add path to file name
     - so that it has a tick (check mark) in that box.
    Click:-
    OK
    The file name of the template should now be inserted into your document.
    On my machine this was:-
    C:\Users\user_name\AppData\Roaming\Microsoft\Templates\Normal.dotm
    The above path might be different for you.
    4. I saved my document at this point.
    5. Now open the file called:-
    C:\Users\user_name\AppData\Roaming\Microsoft\Templates\Normal.dotm
    A document should open on your screen (still with blue text) and with:-
    Normal.dotm
    - in the middle of the Title Bar at the top of the screen.
    Highlight all of the text in the document so that it's (for example) black.
    Save the file.
    6. Close all open documents in WORD and
    close WORD itself.
    7. Now open a new document and its default
    text should be set to the colour that you applied at step 5. above (I used black at that point).
    Does that resolve your problem?

  • Change to Color or Change Color - Can't figure out gradual change

    Hi, this may seem stupid, but I can't figure out how to gradually change a color to another color gradually.  The closest I get is an instant change of color in Change to Color.  I am trying to turn something pure white, I changed lighting to get a pure white, but the transition isn't a smooth one using this technique, please help a noob!  BTW I do know about clicking the clock for time-dependent changes, I simply can't get gradual.

    Using Change to Color, try to use key frames for Hue and Saturation with both near zero from the beginning and then close to 100% where the end color is to take over.

  • Can I cycle through and change the color overlay of certain layers by name using script?

    Can I cycle through and change the color overlay of certain layers by name using script?

    Sure. Ask in the scripting forum and refer to the scripting docs.
    Mylenium

  • Is there a way to change the colors of multiple VI front panels?

    Hi,
    I am currently creating a LabView program controlling a lot of sensors and actuators. I have based the GUI on a tab-control with different buttons which again opens up different VI front panels in a singel sub panel below. I realy want to have a different color theme on my program than the standard gray LabView theme, but I would like to change the colors for all my VIs in a smooth and quick way. I really would not like to click on all controls, indicators etc. to get new colors, as there are a lot of them! Any ideas out there, if this is possible?
    Thanks in advance!
    Lars

    Lars,
    please note that using the grayscale theme is recommended not only by NI. Using color is very delicate thing since you have to consider:
    - readability of text might suffer due to insufficient contrast
    - overuse of (signaling) color might distract the user from important settings/information
    - color-blind user?
    That being said, you can color the frontpanels of the VIs you include in the sub panel dynamically. Please take a look into attached example on how this could be done (LV 2009).
    Please note that this is recoloring the frontpanel background only. If you need other elements to recolor as well, this can be done similar but is more effort....
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    FP ColorChange.vi ‏14 KB

  • PS Script - Change Layer Color

    This Is My First Post Here, So Hello Everyone,
    Hope I Am Posting In The Right Section,
    I Have A Photoshop File Which Looks Like Shown Above..
    The Text 1 2 3 ...15 Are Different Layers..
    And The Boxes Are Different Layers, Named i1 i2 i3 ...... i15
    I Want To Write A Script That Will Change The Color Of Boxes (Actually This Is Legend Section For A Pie Chart)
    I Want To Write Very Hard-Coded Script, Nothing Dynamic,
    Like
    layer[i1].color = #9f13a8
    layer[i2].color = #520457
    layer[i3].color = #cc626c
    layer[i4].color = #aa5705
    I Tried Searching Around, But Very Less Help Available On ps-script And Complicated Examples....
    I Just Want Some Simple Lines, How To Easily Reference A Layer By Name And Change The Color (Forecolor, I Guess)
    I Wrote This But It Does Not Works
    var myDocument = app.activeDocument;
    var myLayer;
    myLayer=myDocument.artLayers.getByName("i1");
    myLayer.color="#9f13a8";
    I Don't Know If .artLayers Is Only For Text Layers Or Something.. I Found It In An Example...
    Thanks

    If you want to apply a pattern you can use scriptlistener to generate the code. It might be best to create the shape first by either drawing it or by using scriptlistener to generate the code, then use scriptlistener to generate code to change the fill pattern. This way you can use that code for any type of shape layer: oval, rectangle, etc. If you don't want a dialog box, you will have to find both the name and id number for the pattern used - again, this will show up using scriptlistener. If you want have a dialog box come up and be able to select which pattern you want to use, change the last line of the scriptlistener code to:
    executeAction( idsetd, desc10, DialogModes.ALL );
    But be sure to reset the dialog mode to No after that line. Here's an example of the code for changing a pattern:
    #target photoshop
    var idsetd = charIDToTypeID( "setd" );
        var desc10 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref2 = new ActionReference();
            var idcontentLayer = stringIDToTypeID( "contentLayer" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref2.putEnumerated( idcontentLayer, idOrdn, idTrgt );
        desc10.putReference( idnull, ref2 );
        var idT = charIDToTypeID( "T  " );
            var desc11 = new ActionDescriptor();
            var idPtrn = charIDToTypeID( "Ptrn" );
                var desc12 = new ActionDescriptor();
                var idNm = charIDToTypeID( "Nm  " );
                desc12.putString( idNm, """$$$/Presets/Patterns/Patterns_pat/TieDye=Tie Dye""" );//pattern name
                var idIdnt = charIDToTypeID( "Idnt" );
                desc12.putString( idIdnt, """1b29876b-58b7-11d4-b895-a898787104c1""" );//pattern ID number
            var idPtrn = charIDToTypeID( "Ptrn" );
            desc11.putObject( idPtrn, idPtrn, desc12 );
        var idpatternLayer = stringIDToTypeID( "patternLayer" );
        desc10.putObject( idT, idpatternLayer, desc11 );
    executeAction( idsetd, desc10, DialogModes.ALL );//Change the NO to ALL
    app.displayDialogs = DialogModes.NO;//Make sure you reset!!!

  • Newbie - how to change the color of a line using ActionScript?

    This must be the most basic question in the world, but I've
    been searching the documentation for an hour.
    All I want to do is to draw a line on the stage, and then
    change its color (or endpoint positions) dynamically using
    ActionScript.
    This is the 1st step to creating complicated dynamic
    animations... (No, I do not want to use the timeline, I want to do
    it dynamically.)
    Yet a line can't be an instance, so I'm confused -- how can I
    possibly do this? Is there some key concept I'm missing here?
    Thanks
    Michael

    AS2 required you to create your own function for doing
    primitive shapes. In AS3 that has changed and the graphics package
    includes not only the old AS2 drawing API but also has methods for
    doing squares, circles etc.
    If you are a VB programmer, my honest opinion is to leave
    your traditional OOP mindset at the door when using Flash.
    Actionscript is still in its infancy and although AS3 does really
    strive for OOP oneness, it isn't there 100% like VB is which has
    been around 20 years longer and gone through numerous additions
    etc. Whenever I learn a new language VB, PHP, C, AS, Java....I try
    my best to look at the language as its own identity. All language
    share similarities but they all have their own idiosyncrisies. Keep
    an open mind and you'll find what you need.
    Most of the seasoned guys here will also tell you that
    although the documentation is decent, you are better off going out
    and picking up a book on Flash 8/CS3 and another one on
    Actionscript. Familiarize yourself with the program that way.
    With your programming background, I'd recommend picking up
    Essential AS2 (or AS3) by Moock depending on your version of Flash.
    Also, if you are more interested in the programmatic side of Flash,
    why not look into Flex Builder and AIR. Since it is purely a
    programming environment (no Flash IDE), you'd be more
    comfortable.

  • Using the "quick mask" tool to change a color

    Good Day All
    I am a wee bit confused. I wanted to show someone a way to change hair color in Photoshop CS5. Using the method I have used in CS4 I did the following.
    In CS%, I clicked on the brush tool and then on the “quick mask” tool. Stared painting in the area I wanted to change. When I clicked to take off the quick mask tool, the paining I had done disappeared. That was it. In CS4 when I turned off the quick mask tool I would get an outline if the mask.
    Is there a setting I am missing or has CS5 changed how this works?
    Thanks All

    Thank you Mylenium....
    Here is more information.....
    These are the steps I do and the changes that take place
    1) Select the brush tool
    2) Select quick mask. When I do this, on the layers panel, the background layer is not highlighted
    On the bottom left hand side the “set foreground & back ground color changes from (foreround) black to gray and the background color stays white
    3) Paint (it is red) the area I want to change and click on the quick mask.
    The red where I painted disappears, and the outline is not showing. On the layers panel on the right hand side is now highlighted and on the bottom left hand side the set foreground color changes to black.
    4) If I click on the quick mask, the painted area comes back.
    I located the “quick mask” under the tab channels. It is displayed as a separate channel. When I turn off the quick mask, the quick mask channel disappears. When I turn on the quick mask, the quick mask channel reappears….
    Do I have something set wrong

  • Why does the Font color change on my front panel?

    I'm using the Font Dialogue to change the color of highlighted text on my front panel. After I save and reopen my app some of the Text will revert back to their original color (Black). Is this a bug in or am I missing something?

    I assume that you want all control labels with white text. If I change the black ones to white and save the VI, the white text color is retained. 
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Control Console.vi ‏90 KB

  • Changing Text Color Through Scripting?

    Is it possible to change the color of a text field within a
    display icon through scripting ?
    Basically using a calc icon I want to display text within a
    display icon and change the text color as well. Ideally I would
    like to use authorware's RGB function to change the text colour.
    Any help greatly appreciated. Thanks in advance.

    "Mike P" <[email protected]> wrote in
    message
    news:fq5vdj$8jt$[email protected]..
    > Is it possible to change the color of a text field
    within a display icon
    > through scripting ?
    >
    > Basically using a calc icon I want to display text
    within a display icon
    > and
    > change the text color as well. Ideally I would like to
    use authorware's
    > RGB
    > function to change the text colour.
    No. You have two choices. The first is something like this:
    {varRed}{varBlue}{varGreen}
    the {varRed} text would be red
    {varBlue} would be blue
    {varGreen} would be green.
    Then:
    varRed := "This is some text"
    varBlue := varGreen := ""
    Your text would be red if Update Displayed Variables was
    checked on the
    icon.
    You can also use RTF Objects, which will allow you to set
    font color using
    named colors or hexadecimals.
    HTH;
    Amy

  • Assets panel styles, can i change the color of a style to be an exact color?

    Assets panel > styles, can i change the color of a style
    to be an exact color? for example, if i want to create a navbar
    with the black and gray glass affect style, but i want to change
    the color but keep the same style of shading. each style in the
    assets panel has a default color, but i want to change the color
    and keep the style. i did change the color a little bit by
    adjusting the hue and saturation, but i can't seem to get an exact
    match of the color i am trying to duplicate. any help is greatly
    appreciated thanks

    When a style is applied to any object, the Properties panel
    at the bottom will reflect the attributes which are editable in
    that applied style. The properties which can be edited are fill and
    stroke colors also apart from adjusting the Hue and Saturation.
    Gradient colors can be modified by changing the fill color.
    The nodes in the gradient will change the color from blue to black
    or any other intended color of change. If you know the color you
    can either enter it as a 6 digit value or you can pick a color from
    an existing object.
    Hope it helps. Let me know I am missing you query
    completely.

  • Using footage from my iPhone 4, how can I remove the black bars on the sides of my picture? Or change the color to white...

    My footage is vertical and there are two black bars on the side filling in the rest of the picture. I want to imbed this into PowerPoint without the black bars on the side. Any suggestions on how I can remove them or at least change the color to white? I changed the background color in View > Background > White, but it was only for editing purposes and didn't keep the color after rendering.

    To change the background to white, in FCE, place the video on track V2 and place a color matte generator on track V1.  The default color for the color matte is grey so you'll need to change it to white using the color picker.
    -DH

Maybe you are looking for

  • Crystal Report Preview Issue

    Hello All, I am running 8.81 PL06 on my laptop. When i preview any default SAP crystal layouts i will be asked enter database logins. I think this is a bug but just checking. Let me know if anyone of you have the same problem.

  • Can't figure out how to import photos

    I've been watching YouTube videos as well as reading tutorials and I can't figure out how to import a single photo. This is what my screen looks like - http://i.imgur.com/kODcL9t.jpg Everything I watch or read, it appears I need to click Import > sel

  • Unable to start coreapplication obips1 component in OBII 11g

    Hi , I have deployed the Rpd(Name - NdwCm) and webcatalog(Name - NdwCm)(obiee11.1.1.6.0) into EM,but I am unable to start the presentation services. If I deploy any another rpd and webcatalog then, Im able to start all services.. including presentati

  • Problems With Transporting Interaction Center Scripts

    I have problem when I select a Script and click on Transport button in the Web UI for the interaction center, IC_Manager Role. After clicking on the transport button I need to check in the back end (transaction code SE01), if a customizing request ha

  • Mainstage not responding when I select Ivory Upright Pianos

    Hello, I am trying to set up a new "Concert" in Mainstage 2.1.1. When I try to set an instrument to a 3rd party instrument that I have, Synthogy's Ivory Upright Pianos, it looks like it is ready to work but then Mainstage stops responding and I get t