Problem with custom (4.2.1, XE 11.2.0.2 css file)

Hello

I have a custom css file that I downloaded on the repository of CSS files (under the shared components).

In my page header, I have (according to custom by using Cascading Style Sheets):

< link rel = "stylesheet" href = "" #WORKSPACE_IMAGES #mycustom.css "type =" text/css">"

(I tried #APP_IMAGES # and #WORKSPACE_IMAGES #-same result.)

When the page loads, the file is loaded, but some css rules are not applied, because... looking at the content of the file in Firebug, nearly half of the rules in the file are not present.

The CSS in the file is valid: if I just paste the contents of the file into the CSS inline to the page header element, everything works fine - but I would rather a link to a file in the page or preferably its model.

Anyone experienced, or have an explanation? Or a clue as to what I can hurt?

Thank you

John

Update: it wasn't just a caching issue.

The use of / / comments, rather than / * / causes stanzas of rules to be ignored when running.

Hope that helps someone somewhere.

John

Tags: Database

Similar Questions

  • Problem with custom "CTRL + &lt;" shortcut in Photoshop CS6 or CC (Windows 7).

    Hello

    I have a problem with a shortcut customized in Photoshop CS6 and CC. It works fine in Photoshop CS5.

    I put the "CTRL + <" shortcut to the command "flatten image." I use it for years, so it's difficult to change my habits of . I saved the shortcuts and everything works fine until I have restart Photoshop.

    After restarting Photoshop, the shortcut is automatically set on "CTRL + &"! I edited the file ".kys" where my custom shortcut is saved, and the file is good:


    < control type = "static" id = "1141" name = "Flatten image" >


    < shortcut > Ctrl + & lt; < / shortcut >

    I maybe it might be a problem with the custom workspace that also store shortcuts but this file is fine too.

    I don't really know how this is possible because the files are correct... Photoshop saves this values elsewhere?

    I would really appreciate help with this.

    Thank you

    G.

    Hi people,

    Or is that what I should say hi?

    Looks like you found a big bug.  The thing is, this bug is also bit strange...

    First of all, CNTRL +.< does="" indeed="" change="" to="" cntrl+&="" on="" both="" win="" and="" mac. ="" that="" said,="" this="" is="" only="" an="" issue="" for="" french,="" german,="" italian,="" spanish,="" and="" danish,="" not="" english,="" czech,="" or="" romanian,="" as="" this="" key="" is="" \="" and="" cntrl+\="" is="" assigned="" to="" select="" layer="" mask="" in="" channel="" panel="" in="" the="" later="" languages. ="" i've="" tried="" in="" for="" a="" number="" of="" different="" commands="" and="" the="" results="" are="" the="">

    In addition, however, once I met the problem ONCE on Mac, the app correctly prevents its use again.  Odd.  Windows has no these "belts" for this problem.

    I went ahead and logged a bug.  To be honest, I don't expect that the key (to the left of the W on the French keyboard, to the left of the Z for English) to work as a hotkey in general as it is very dependent on language, but its transformation of< to="" &="" is="" pretty="">

    Thank you

    David

  • Problems with custom events

    I'm trying to figure out this problem I'm having with custom events, I've read all the documents and tutorials that I can find, and this bit still makes no sense.

    I have the following configuration:

    LoginForm: custom component (which is created as a popup via the PopupManager)
    ApplicationHeader: custom component (which is added to the MXML application)
    application: creates the LoginForm as a popup via the PopupManager, has ApplicationHeader defined in the MXML.

    When a user logs in the LoginForm dispatches an event customized, there are two defined listeners:

    1. in the application:

    private void showLoginForm(): void {}
    var loginForm:LoginForm = LoginForm (PopUpManager.createPopUp (this, LoginForm, true));
    loginForm.addEventListener (UserLoggedInEvent.USERLOGGEDINEVENT, userLoggedInHandler);
    }

    2. in the component custom of ApplicationHeader :

    private function init (): void {}
    parent.addEventListener (UserLoggedInEvent.USERLOGGEDINEVENT, userLoggedInHandler);
    }

    When the event is dispatched the request listener picks it up as expected, however the listener inside the custom component sees ever-even if the event is set to bubble.

    The only way I managed to get this working is to do the following in the application:

    private void userLoggedInHandler (event:UserLoggedInEvent.USERLOGGEDINEVENT): void {}
    // .. the event handling logic
    the return of the event
    dispatchEvent (event);
    }

    This makes no sense at all, what happens if I didn't want the application to handle the event itself. There is a line in the documentation of the event
    who says "You can only save a listener of events with an object if that object dispatches the event." who could explain it, but it is still absurd.

    Any help/tips/examples would be most useful as I am pulling my hair out here.

    Never mind, I just read this post ( http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid = 1257178 & highlight_key = y & keyword1 = custom % 20components) and I was pointed in the right direction - I had to add the metadata for the event to the application.

  • Some problems with custom skin

    Hello

    I have created custom skin and I have some problems with it.

    (* 1) as you can see on [this image | http://www.zilp.pl/z/test01/Members/jakubp/Folder.2007-06-22.2113643678/File.2008-09-29.7372305410] item of Navigation within the Navigation pane command appears quite a color must be white, but gets by default the font for application (dark green) color. *
    My definition of the skin is the following:

    / * NAVIGATION PANE * /.
    AF | navigationPane - tabs:tab - start {(background-image: url('/skins/zilprcskin/img/tab-start.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab - end {(background-image: url('/skins/zilprcskin/img/tab-end.gif'); width: 4px ;}}
    AF | navigationPane content tabs::tab {(background-image: url('/skins/zilprcskin/img/tab-content.gif') ;}}
    AF | navigationPane - tabs:tab:hover af | navigationPane - tabs:tab - start {(background-image: url('/skins/zilprcskin/img/tab-start.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab:hover af | navigationPane - tabs:tab - end {(background-image: url('/skins/zilprcskin/img/tab-end.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab:hover af | navigationPane content tabs::tab {(background-image: url('/skins/zilprcskin/img/tab-content.gif') ;}}

    AF | navigationPane - tabs:tab: selected af | navigationPane - tabs:tab - start {(background-image: url('/skins/zilprcskin/img/tab-start-selected.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab: selected af | navigationPane - tabs:tab - end {(background-image: url('/skins/zilprcskin/img/tab-end-selected.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab: selected af | navigationPane content tabs::tab {(background-image: url('/skins/zilprcskin/img/tab-content-selected.gif') ;}}
    AF | navigationPane - tabs:tab: selected: hover af | navigationPane - tabs:tab - start {(background-image: url('/skins/zilprcskin/img/tab-start-selected.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab: selected: hover af | navigationPane - tabs:tab - end {(background-image: url('/skins/zilprcskin/img/tab-end-selected.gif'); width: 4px ;}}
    AF | navigationPane - tabs:tab: selected: hover af | navigationPane content tabs::tab {(background-image: url('/skins/zilprcskin/img/tab-content-selected.gif') ;}}
    AF | navigationPane - tabs:tab {margin right: 2px ;}}
    AF | navigationPane - tabs:tab - link {color: #ffffff; make-weight: bold ;}}
    AF | navigationPane - tabs:tab - link: hover {color: Red; make-weight: bold ;}}
    AF | navigationPane - tabs:tab: selected af | navigationPane - tabs:tab - link {color: #ffffff}

    (* 2) as you can see on [this image | http://www.zilp.pl/z/test01/Members/jakubp/Folder.2007-06-22.2113643678/File.2008-09-29.7372305410] menu scroll icons displayed twice: my and by default (rich). My definition of the skin is the following: *.

    / * MENU * /.
    AF | menu {- tr - visible elements: 2 ;}}
    AF | menu: depressed.
    AF | menu: stressed {(background-image:url('/skins/zilprcskin/img/menuHighlighted.gif') ;}}
    AF | : bar menu-point-text {color: White; make-weight: bold ;}}
    AF | menu: highlight: bar-point-text {color: #CEFFF1 ;}}
    AF | menu: bar-point-open-icon {(content:url('/skins/zilprcskin/img/small-arrow-down.gif'); margin-left: 2px ;}}
    AF | menu: go to the top icon {(content:url('/skins/zilprcskin/img/small-arrow-up.gif') ;}}
    AF | menu: go to the bottom-icon {(content:url('/skins/zilprcskin/img/small-arrow-down.gif') ;}}
    AF | : submenu of the menu-open-icon {(content:url('/skins/zilprcskin/img/small-arrow-right.gif') ;}}
    AF:menu:bar - point-text {make-weight: bold ;}}
    AF | commandMenuItem:menu - point-icon-style,
    AF | : submenu of the menu-icon-style {background-color: #a1caca; border: none ;}}
    AF | commandMenuItem: highlight: menu - item text.
    AF | commandMenuItem: highlight: menu-point-Accelerator,.
    AF | commandMenuItem: highlight: menu-point-open-indicator.
    AF | menu: highlight: submenu text,.
    AF | menu: highlight: submenu-Accelerator,.
    AF | menu: highlight: submenu Open indicator {background-color: #a1caca; border: none ;}}

    (* 3) as you can see on [this image | http://www.zilp.pl/z/test01/Members/jakubp/Folder.2007-06-22.2113643678/File.2008-10-01.6059969354] I also have a problem with default Panel box. Header font color should be white and ago strange empty space in header: *.

    / * DEFAULT CORE BOX PANEL * /.
    . AFPanelBoxHeaderCoreDefault:alias {color: #ffffff ;}}
    AF | panelBox::content:core:default {border-color: #149492 ;}}
    AF | panelBox:header - departure: kernel: default {(background-image: url('/skins/zilprcskin/img/tab-start.gif') ;}}
    AF | panelBox:header - Centre: kernel: default {(background-image: url('/skins/zilprcskin/img/tab-content.gif') ;}}
    AF | panelBox:header - end: core: default {(background-image: url('/skins/zilprcskin/img/tab-end.gif') ;}}

    Kuba

    Hello Kuba,

    I have a quick look in your message. For the moment I can solve one of your questions. The text of the panelBox header that you use skin:

     af|panelBox::header-element { color:White; } 
    

    Is on the white space, the 'skins/zilprcskin/img/tab-start.gif' image enough width? I use the same selectors (af | panelBox:header - departure: kernel: default af | panelBox:header - Centre: core: by default, af | panelBox:header - end: core: by default) and it works for me (but I'm not using an image, the only background color). Probably you need to change the width of header-early, restricting the scope and the lengthening of the Center header.

    As Simon said, Firebug is very useful to do this :)

    JVN

  • Problem with custom jobs 11.1.1.5

    Hello experts!

    I have a problem with the import of my tasks to the new env. I had previously worked with 11.1.1.3, and my fine imported tasks. But I have problems in 11.1.1.5.
    My steps:
    (1) modify the weblogic.properties and add dirs I need.
    (2) OIM_ORACLE_HOME game
    (3) place my jars in SheduleTask dir and dir location metadata xml files
    (4) run weblogicImportmetadata.sh

    What's wrong? Or should I change smth in xml?

    Thank you.

    Excuse me, import ofc.

    Published by: VarlamAnd on February 9, 2012 02:56

    Published by: VarlamAnd on February 9, 2012 02:59

    You must change the namespace here in 11.1.1.5


    **
    Published by: Zaba Nayan on February 9, 2012 03:30

    Published by: Zaba Nayan on February 9, 2012 03:31

  • Problem with the 2.0 (1.0) Spry menu bar re - CSS

    Hello:

    I'm having some trouble with a Spry (horizontal) 2.0 (1.0) menu bar I created.  Initially, I thought the problem was in what concerns the problems of rendering on IE 6.0, but the problem seems to be more general than that, and I came to believe that this has to do with the CSS created by the browser Widget and changed once imported in the Web page.  That's why I chose to post my question here rather than on the spry page.

    I leaned on the tutorial provided by David Powers (Bayside.css) and in addition any other documentation regarding the Spry UI bar menu.  The problem appeared as one of the 6 IE rendered page with a gap that is created when the menus appear, so push down the divs that appear below the page.

    However, through a laborious process of trial and error, my problem now seems to be that when I export the CSS generated by the browser widget to an external style sheet (the style sheet General governing the whole of the site), he comes into conflict with other CSS styles for links etc.  The end result is that all the padding, background colors, background images, and colors of text are lost.  As long as the CSS is in the head that this does not happen.

    My thought is that this must have to do with the problems of specificity, inheritance, etc.

    The site is available at the following ADDRESS: http://www.aclco.org/testing/index.html.  In its current form, all the CSS associated with the menu bar is located at the head of each page.  (see CSS below).

    My question is I can set up a separate style sheet for the menu bar horizontally and have these styles applied specifically (and only) in the menu bar my only alternative is to work through the rest of the General style sheet and the work by problems of specificity/inheritance - that may be the "best" practice , but it may create another 'cascading' [sic] problems elsewhere.

    Advice or suggestions or directed readings (which would point to a solution) that could be offered would be greatly appreciated.

    Steve Webster

    The horizontal CSS governing the menu bar is as follows: (currently the following CSS is embedded in the web page's head)

    < style type = "text/css" >

    / * - Start styles horizontal Spry Menu Widget 2.0 (1.0) menu bar-* /.


    / * BeginOAWidget_Instance_2141544: #MenuBar * /.
    / * Values for skinning a basic through presets menu. If the default settings are not sufficient, most count should be done in
    These rules, except for the images used to down or to the right pointing arrows, located in the SpryMenuBasic.css file

    They take the following classes of widget for layout of menu (located in a "Preset")
    . MenuBar - applies to all menu bars - default is a horizontal bar, all submenus are vertical - level 2 subs and beyond are drop down to the right.
    . MenuBarVertical - vertical main bar; All submenus are drop down to the right.

    You can also pass in extra classnames to set your desired top-level menu bar layout. Normally, they are defined by using a predefined setting.
    They apply only to the horizontal menu bars:
    MenuBarLeftShrink - the menu bar will be horizontally "shrinkwrapped" be just big enough to hold his items and left-aligned
    MenuBarRightShrink - as MenuBarLeftShrink, but right-aligned
    MenuBarFixedLeft - set to a specified width defined in rule "." MenuBarFixedLeft', and left-aligned.
    MenuBarFixedCentered - Fixed to a specified width defined in rule "." MenuBarFixedCentered',.
    and centered in its parent container.
    MenuBarFullwidth - expands to fill the width of the parent container.

    In general, all the rules specified in this file are prefixed by #MenuBar so that they don't apply to instances of the widget inserted along
    with the rules. This allows use of multiple MenuBarBasic widgets on the same page with different layouts. Due to limitations in IE6.
    There are a few rules where this was not possible. These rules are so noted in the comments.

    */

    {#MenuBar}
    background-color: transparent;
    do-family: Arial, Helvetica, without serif. / * Specify the fonts on the bar menu and submenu MenuItemContainer, so MenuItemContainer.
    MenuItem and MenuItemLabel
    at a given level all use the same definition for ems.
    Note that this means that the size is also inherited from the submenus of the child,
    so be careful when using other than relative sizes
    100% on the fonts submenu. */
    make-weight: normal;
    font size: 17px;
    make-style: normal;
    padding: 0;

    }
    / * ATTENTION: because ID + class selectors do not work correctly in IE6, but we want to restrict these rules to all this
    instance of widget, we used the concatenated string classnames to our selectors for the type of layout of the menu bar
    in this section. These have very low specificity, so be careful not to overstep accidentally. */

    . MenuBar br {/ * using only a class, so there same specificity that the "."} MenuBarFixedCentered br' rule bleow * /.
    display: none;
    }
    . {MenuBarLeftShrink}
    float: left; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarRightShrink}
    float: right; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarFixedLeft}
    float: left;
    Width: 80em;
    }
    . {MenuBarFixedCentered}
    float: none;
    Width: 80em;
    margin-left: auto;
    margin-right: auto;
    }
    . MenuBarFixedCentered br {}
    Clear: both;
    Display: block;
    }
    . MenuBarFixedCentered. Submenu br {}
    display: none;
    }
    . {MenuBarFullwidth}
    float: left;
    Width: 100%;
    }

    / * Top level bar small objects - these actually apply to all items and get substituted for the submenus level 1st or successive * /.
    #MenuBar. {MenuItemContainer}
    padding: 0px 0px 0px 0px;
    margin: 0;     / * Zero margin on the containers of items. The MenuItem is the active area of hover.
    For most elements, we have padding top or bottom or border only on MenuItem
    or a child so we keep all tiled submenu with elements.
    Definition of this 0 avoids the "dead zones" to hover. */
    }
    #MenuBar. {}, MenuItem
    padding: 10px 10px 10px 4px;
    background-color: #000088;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/navigation%20Bar%20Segm ent - Dark.png);
    background-repeat: repeat-x;

    }
    #MenuBar. {MenuItemFirst}
    border-style: none none no none;
    }
    #MenuBar. {MenuItemLast}
    border-style: none none no none;
    }

    #MenuBar. MenuItem. {MenuItemLabel}
    text-align: center;
    line-height: 1.4em;
    color: #ffffff;
    background-color: transparent;
    padding: 0px 18px 0px 5px;
    Width: 10em;
    Width: auto;
    }
    . SpryIsIE6 #MenuBar. MenuItem. {MenuItemLabel}
    Width: 1em; / * Equivalent to min-width in modern browsers * /.
    }

    / * First level of submenu items * /.
    #MenuBar. Submenu. {}, MenuItem
    do-family: Arial, Helvetica, without serif.
    make-weight: bold;
    font size: 15px;
    make-style: normal;
    background-color: #000088;
    padding: 0px 2px 0px 0px;
    border-width: 0px;
    border color: #cccccc #cccccc #cccccc #cccccc.
    / * Border styles are replaced by first and last items * /.
    border-style: solid solid no solid;
    }
    #MenuBar. Submenu. {MenuItemFirst}
    border-style: none;
    padding: 0px;
    }
    #MenuBar. Submenu. MenuItemFirst. {MenuItemLabel}
    padding-top: 0px;
    }
    #MenuBar. Submenu. {MenuItemLast}
    border-style: none none no none;
    }
    #MenuBar. Submenu. MenuItemLast. {MenuItemLabel}
    padding-bottom: 10px;
    }
    #MenuBar. Submenu. MenuItem. {MenuItemLabel}
    text-align: left;
    line-height: 1em;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    Width: 240px;

    }

    / * Hover States for containers, objects and labels * /.
    #MenuBar. {MenuItemHover}
    background-color: #2E35A3;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/navigation%20Bar%20Segm ent%20Light2.png);
    background-repeat: repeat-x;

    }

    #MenuBar. MenuItemWithSubMenu.MenuItemHover. {MenuItemLabel}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    #MenuBar. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #ffffff;
    }
    #MenuBar. Submenu. {MenuItemHover}
    background-color: #2E35A3;

    }

    #MenuBar. Submenu. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #ffffff;
    }
    / * The submenu - first-level submenus properties * /.
    #MenuBar. {SubMenuVisible}
    background-color: transparent;
    min-width: 0%;  / * This prevents the menu being lean that the parent MenuItemContainer - but not available on ie6 nice to have * /.
    border-style: none none no none;
    }
    #MenuBar.MenuBar. SubMenuVisible {/ * menu bar horizontally for only * /}
    top: 100%;    / * 100% is at the bottom of menuItemContainer parent * /.
    left: 0px; / * "left" may need tuning according to borders or padding applied to the bar MenuItemContainer or MenuItem,.
    and your personal taste.
    0px align left drop-down list with the content of the MenuItemContainer area. Assuming you keep the margins 0
    on MenuItemContainer and on the parent MenuItem
    menu bar, which in fact equals the sum of padding-left MenuItemContainer & MenuItem align
    the drop-down menu to the left of the menu item label.*.
    z-index: 10;
    }
    #MenuBar.MenuBarVertical. {SubMenuVisible}
    Top: 0px;
    left: 100%;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    }
    / * The sous-menu--deuxieme submenu level properties and beyond - are visible to descendants. MenuLevel1 * /.
    #MenuBar. MenuLevel1. {SubMenuVisible}
    background-color: transparent;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    Top: 0px;    / * If you want, you can move this down a smidge to separate the top item "submenu s of menubar.
    It is really necessary only for the submenu on the first point of MenuLevel1, or you can make it negative to make the submenu
    vertically 'centered' about his call to * /.
    left: 100%; / * If you want to move the submenu on the left to partially cover the point of his call, you can add a margin to the left with a
    negative value to this rule. Alternatively, if you use the elements of fixed width, you can change this value on the left
    to use px or ems to get the desired offset. */
    }
    / * IE6 rules - you can remove these if you do not want to support IE6 * /.

    / * Note about several classes in IE6.
    Some rules above use several class names to an element of selection, such as "hover" (MenuItemHover) and 'a a submenu' (MenuItemWithSubMenu).
    * give the selector '. MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately, IE6 does not support using mutiple classnames in a selector for an element. For a selector like '. foo.bar.baz', IE6 does not take into account
    * all but the final classname (here, ".baz") and defines the specificity in consequence, with only one of these classs as significant. To work around this problem
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate classnames for IE6, such as "MenuItemWithSubMenuHover".
    * Given that many of these necessary, the plugin does not generate additional classes for modern browsers, and we use the copies of CSS2 style class
    * syntax for that. Since IE6, both apply the rules where the
    * It should not and gets the specificity wrong too, we have rules of order carefully, then misapplied rule in IE6 can be overridden.
    * So we put first the multiple class rule. IE6 wrongly apply this rule.  We follow this with the single class rule that it would be
    * replace by mistake, by ensuring that the specificity of IE6 interpreted as is the same as the unique class selector, so the latter wins.
    * We then create a copy of the rule of multiple class, adding a "." SpryIsIE6' in the context of the class and to ensure that the specificity
    * the selector is high enough to beat the rule of single class in the case of "match of these two classes. We place the rule of IE6 at the end of the
    * block of css styling to make it easy to remove if you want to drop support for IE6.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the need of IE conditional comments to these rules.
    */
    . SpryIsIE6 #MenuBar. MenuBarView. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    . SpryIsIE6 #MenuBar. MenuBarView. Submenu. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #ffffff;
    }
    . SpryIsIE6 #MenuBar. Submenu. Submenu / * selector IE6 * /}
    left margin:-0px; / * Offset at least part of a version of 'double upholstery' bug IE6 'double margin "* /.
    }


    / * EndOAWidget_Instance_2141544 * /.

    / * End Spry Menu Bar Widget 2.0 (1.0) Horizontal Menu Custom styles * /.


    < / style >

    The CSS for the site in general is reproduced below: (my belief is that it is a: link, a: visited, a: hover, a: active styles that may be in conflict).

    @charset "utf-8";


    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    min-height: 0; / * this is necessary to overcome the "haslayout" bug found in Windows 7 in conjunction with IE8.  For more information see: URL - http://reference.sitepoint.com/css/haslayout.html * /
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This allows the centering of the container and overcomes an inherent bug in IE 5 * /.
    Color: #000000;
    list-style-image: none;
    background-color: #FCFCFC;

    }

    H1, h2, h3, h4, h5, h6 {}

    color: #000066;

    }

    a: link {}
    color: #151A 96.
    text-decoration: underline;
    }
    a: visited {}
    text-decoration: underline;
    color: #1B8DCD;
    }
    a: hover {}
    text-decoration: none;
    color: #F30A0A;
    }
    a: active {}
    text-decoration: underline;
    color: #151A 96.
    }

    #container {}
    Width: 960px;
    margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Midsection%20_960.png);
    background-repeat: repeat-y;
    }

    #header {}
    padding: 0;  / * This filling is the alignment to the left of the items in the div that appear below. If an image is used in the #header instead of text, you can remove the padding. */

    Width: 960px;
    height: 332px;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Header_960.png);
    background-repeat: repeat no.;
    }


    #header h1 {}

    margin-right: 0px; / * zero setting of the margin of the last element in the #header div tag will prevent the collapse of margin - inexplicable space between divs. If the div has a border around it, this isn't necessary, which also allows to avoid the collapse of margin * /.
    padding: 0; / * padding instead of margin will allow you to keep the edges of the div element * /.
    display: none;

    }

    #header img {}
    display: none;
    }

    {#Main_nav_contents}
    padding: 0;
    margin-top: 0px;
    height: 39px;
    Width: 950px;
    padding-top: 275px;
    padding-left: 39px;
    z index: 3;

    }

    {#MenuBarVertical}
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 15px;
    padding-right: 15px;

    }


    {.mainContent_left}
    margin: 0; / on this div element right margin creates the column on the right side of the page - no matter how content div the sidebar1″ contains, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill the space of #sidebar1 when the content of #sidebar1 is complete. */
    padding-left: 30px;
    padding-right: 20px; / * Remember that the fill is space inside the box of div and margin is the space outside the div box * /.
    Width: 600px;
    float: left;
    }


    {.sidebar_right}
    float: right; / * because this element is floating, it takes a width * /.
    Width: 270px; / actual width of this div, in browsers comply with the standards, or the standard mode of Internet Explorer includes the padding and border in addition to width * /.
    top of the margin: 30px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 90%;

    }

    {.mainContent_right}
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 20px;
    Width: 600px;
    float: right;

    }

    {.sidebar_left}
    float: left; / * because this element is floating, it takes a width * /.
    Width: 270px; / actual width of this div, in browsers comply with the standards, or the standard mode of Internet Explorer includes the padding and border in addition to width * /.
    top of the margin: 30px;
    margin-left: 30px;
    margin-right: 0;
    overflow: hidden;
    font-size: 90%;

    }

    {.main_content_centered}
    Width: 650px;
    margin left: 155px;

    }

    {.main_content_centered_header}
    margin left: 75px;


    }

    {.sidebar_textbox}
    margin: 0px;
    Width: 260px;
    padding: 2px;
    }


    {.sidebar_textbox_header}

    Width: 255px;
    height: 58px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20he ader.png);

    }

    {.sidebar_textbox_background_middle}

    Width: 255px;
    padding-top: 12px;
    padding-bottom: 10px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20Mi ddle.png);
    background-repeat: repeat-y;
    }

    {.sidebar_textbox_content}
    / * The width and filling are fixed as follows to reflect the quirks in the rendering of the browser while ensuring that the text is contained in the background of the text box * /.

    Width: 230px;
    padding-left: 20px;
    padding-right: 40px;
    }

    {.sidebar_textbox_footer}

    Width: 255px;
    height: 64px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/portrait%20Textbox%20Foo ter.png);

    }

    #issues_menu a: link {}
    color: #151A 96.
    text-decoration: none;
    make-weight: bold;

    }


    #issues_menu a: visited {}
    color: #151A 96.
    make-weight: bold;
    text-decoration: none;

    }

    #issues_menu a: hover {}
    color: #F30A0A;
    make-weight: bold;
    make-style: oblique;
    text-decoration: none;

    }

    #issues_menu a: active {}
    color: #151A 96.
    make-weight: bold;
    text-decoration: none;

    }

    {#archives}
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 0px;

    }

    {.landscape_textbox}
    Width: 500px;
    margin-right: 0px;
    margin left: 30px;
    padding-top: 35px;.
    padding-bottom: 25px;
    make-style: normal;
    make-weight: normal;

    }

    {.landscape_textbox_hdr}

    Width: 500px;
    height: 38px;
    margin: auto;
    padding: 0;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Landscape%20Textbox%20Header.png);

    }

    {.landscape_textbox_middle}

    Width: auto;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/landscapte%20Textbox%20 Middle.png);
    background-repeat: repeat-y;

    }

    {.landscape_textbox_content}

    Width: 450px;
    Padding: 25px;
    }

    {.landscape_textbox_ftr}

    Width: 500px;
    height: 44px;
    margin: auto;
    padding: 0;
    background-image: url (.. /ACLCO%20Graphics%20-%20Web%20Site%20Parts/Landscape%20Textbox%20F ooter.png);

    }


    #footer {}
    padding: 0; / * This filling is the alignment to the left of the items in the div that appear above him. */
    Width: 960px;
    height: 222px;
    background-image:
    URL (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Footer%20_960.png);
    background-repeat: repeat no.;

    }

    #footer p {}
    margin: 0px; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 0px; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    text-align: center;
    margin-left: 50px;
    right margin: 50px;
    padding: 10px;
    font size: small;
    }

    #footer h5 {}

    text-align: center;

    }

    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }


    {.dropcap}
    display: block;
    float: left;
    line-height: 80%;
    font size: 250%;
    make-weight: bolder;
    color: #000066;
    Padding: .1em .03em 0 0;
    }

    {.red_arrows}
    list-style-position: outside;
    list-style-image: url (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Arrow%20Large.png);
    }

    {.blue_bullets}
    list-style-position: outside;
    list-style-image: url (.. / ACLCO%20Graphics%20-%20Web%20site%20Parts/Bullet%20Medium%20Full.png);
    }

    attention {}
    color: #F30A0A;
    font-size: x-large;
    do-family: Georgia, "Times New Roman", Times, serif;
    make-style: italic;
    Police-weight: 900;
    }

    {.attention_small}
    color: #F30A0A;
    font size: large;
    do-family: Georgia, "Times New Roman", Times, serif;
    make-style: italic;
    Police-weight: 900;
    }

    .table {}
    table-layout: fixed;

    }
    . Blue {}
    Color: #00F;
    }
    #container .mainContent_left p .blue {}
    color: #0303A 0;
    }

    Hello Steve

    Well, I checked your page in IE6 and it seems to work fine for me except that here seemes to be a little space between

  • items that may be due to lack of support of .png?  In other words, if there is a little transparency on the edge of the chart?  Maybe it's more a shot in the water on my part!

    Now my suggestion to you would be to mark this thread as closed/replied and after again with just the link to the page and your question.  Short is sweet.

    Martin

  • I am running Windows XP and I'm trying to upgrade to Windows 7. There seems to be a problem with the administrator no no not the permission to create a file?

    I am running windows XP.  I try to install the upgrade to windows 7.  I was on the phone with technical support of 4 - 5 times, and they may not always help.  There seems to be a problem with the administrator and with not not permission to create a file?  I have a HP desktop computer. Can anyone help?

    original title: help with Windows 7 install

    Hello

    ·         Account administrator that you use?

    ·         You have the disc to install Windows 7 or upgrade disk?

    Follow these steps and check if that helps.

    Step 1:

    To see if your PC is ready for Windows 7, download free Windows 7 Upgrade Advisor. It scans your PC for potential issues with your hardware, devices, installed programs and recommends what to do before upgrade you.

    Windows 7 Upgrade Advisor

    http://Windows.Microsoft.com/en-us/Windows/downloads/Upgrade-Advisor

    Step 2:

    Follow the exact steps in this article and check if that helps.

    Upgrade Windows XP to Windows 7

    http://Windows.Microsoft.com/en-us/Windows7/help/upgrading-from-Windows-XP-to-Windows-7

    Note: Make sure that you back up all important data on the computer before you install Windows 7.

  • Problems with custom HTML form entry

    Hey everybody. I try to include form fields of seizure of custom text in my Web site. It is and tiself is not a problem. I add an HTML object and insert the code.

    (However, I would like that there are 2 different styles 1) = > text background and gray and 2 white) = > blue background and white text. But as soon as I announced a form of the second type, the first chages to.

    What happens / how can I change this?

    Capture2.JPG

    Here is my code:

    1. < style type = "text/css" >

    form {make: 12px Lato, arial; make-weight: bold; color: #ffffff ;}}

    input {background-color: #0099ff; width: 220px; height: 24 PX; float: left; font: 14px Lato, arial; color: #ffffff; height: 25px ;}}

    < / style >

    < are method = "post" action = "send_form_email.php" >

    < input type = "text" name = "corevalue2" value = "You can count on me" / > < br / >

    < / make >

    (2) < style type = "text/css" >

    form {make: 12px Lato, arial; make-weight: bold; color: #333333}

    input {background-color: #ffffff; width: 547px; height: 24 PX; float: left; font: 14px Lato, arial; color: #333333; height: 25px ;}}

    < / style >

    "< are method ="post"action =" ">."

    " < input type ="text"name ="target4"value =" ' target4 ' / > < br / >

    < / make >

    I do not see the same behavior, made some changes in the code as target value is not defined.

    Muse is rendered the same value, as inserted in the code, but are made to a few changes with the code then this could cause the problem.

    Thank you

    Sanjit

  • Problem with custom in an ActionScript component events

    All,

    I hope that my question is quite minor and front right to sort but for the life of me I can't understand it.

    I wrote an ActionScrip component that performs a logic (transformation of coordinates grographic).  Treatment can take a while and relies on calls to a number of server-based processes which are all works well.  The process of transformation of coordinates is started with a call to a public method in the main application component.

    helyx package
    {

    import flash.events.Event;
    import flash.events.EventDispatcher;

    Import mx.controls.Alert;
    Import mx.rpc.events.FaultEvent;

    [Event (name = "gridConverted_success" type = "flash.event.Event")]

    public static const SUCCESS: String = "gridConvert_success";

    SerializableAttribute public class GridConverter extends EventDispatcher
    {

    private void projectCompleteHandler(event:GeometryServiceEvent):void
    {

    / * logic to fill the _mgrsGrid variable * /.


    var eventObject:GridConverted = new GridConverted (GridConverted.SUCCESS);
    eventObject.mgrsGrid = _mgrsGrid;
    dispatchEvent (eventObject);

    }

    }

    In addition to the ActionScript component which respects the transformation logic I also coded a separate custom event that returns the output of the transformation to the main application:

    helyx package
    {
    import flash.events.Event;

    SerializableAttribute public class GridConverted extends Event
    {
    public static const SUCCESS: String = "gridConvert_success";

    public void GridConverted (type: String, bubbles: Boolean = false, cancelable: Boolean = false)
    {
    Super (type, bubbles, cancelable);
    }

    public var mgrsGrid:String;

    }
    }

    In the main application that starts the process, I have the following code to add a listener for the event:

    private function init (): void
    {

    / * other logics... * /.

    addEventListener (GridConverter.SUCCESS, gridConvertedHandler);

    }

    private void gridConvertedHandler(event:Event):void
    {
    txtGrid.text = gridConverter.mgrsGrid ();
    }

    My problem is that, while there is no error thrown 'gridConvertedHandler' is never called in response to the call 'dispatchEvent() '.

    Grateful for any thoughts...

    Tony

    You have added an event listener to the main application class which is not the one that actually dispatches the event. The auditor should be added to the instance of your GridConverter class.

    private function init (): void
    {

    / * other logics... * /.

    myGc. addEventListener (GridConverter.SUCCESS, gridConvertedHandler);

    }

  • Problem with custom dialog box

    I have a custom dialog box. The code goes here

    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.ui.Color;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    import net.rim.device.api.ui.decor.BackgroundFactory;
    
    public class CustomDialog extends Dialog{
    
        public CustomDialog(int command,String msg,int color,int alpha){
             super(command, msg, command,Bitmap.getPredefinedBitmap(Bitmap.EXCLAMATION), VerticalFieldManager.FOCUSABLE);
             setBackground (BackgroundFactory.createSolidTransparentBackground (color, alpha));
        }
    
    }
    

    I'm the caller to another class as follows

    CustomDialog d = new CustomDialog(Utils.D_YES_NO,"Do you want to exit",Color.BLUE,140);
    d.show();
    

    Its display very well and as I intended it to be. But the problem is that I'm not able to get the index of the choice to perform certain actions, such as

        int i=d.getSelectedValue();
    
                        if(i==Dialog.D_YES){
                            Dialog.alert("hi");
                        }
    
                        }
    

    Its do not call the dialog box, can anyone suggest me how to get the index of the choice that I chose to say YES or NO and to perform tasks accordingly

    Plese try suite

    CustomDialog d = new CustomDialog(Dialog.D_YES_NO,"Do you want to exit",Color.BLUE,140);
                    d.show();
                    d.setDialogClosedListener(new DialogClosedListener() {
    
                        public void dialogClosed(Dialog dialog, int choice) {
                            /*
                             *   // Field descriptor #211 I
                                  public static final int YES = 4;
    
                                  // Field descriptor #211 I
                                  public static final int NO = -1;
                             */
                            int i=choice;
                            System.out.print("Selected Value :"+choice);
                            if(Dialog.YES==choice){
                                System.out.println("Selected Value : YES");
                            }else if(Dialog.NO==choice){
                                System.out.println("Selected Value: NO");
                            }
    
                        }
                    });
    

    If it is useful, please make as response and do not hesitate on LIKE button thanks

  • Problem with custom library

    Hello

    I am building a library that I want to include in a project I'm working on that. I had the pot for the file, deleted the MIDP line that usually causes errors and check the file.

    The thing is that now I want to include this library with a project and when I add it in Eclipse, then select the export option (I want to include it inside my cod files) I get an error saying the pot "not exportable because some inside class was eviscerated."

    I think that this is due to the fact that my use of the rim library classes protected (requiring the signature), but I'm not really sure.

    Any idea on how to solve the problem? Thank you

    When you build the library jar, you will have to build it be used as a 3rd party jar, otherwise it is, as you have fouind, eviscerated.  This explains the process:

    http://supportforums.BlackBerry.com/T5/Java-development/working-with-libraries-shared-bundled-releas...

  • Problem with custom validation error message record

    Hi, so I'm having a problem of application an error message customized a validator backup.   I ran the following SQL scripts and updated the XML file as follows:

    INSERT INTO commonXLAExtensionCache VALUES (' 1058811679F0-6F46-48FC - 9A 15 - 271EC9A7D0FQ ")
    "ClassificationRequired", "ReflectiveRequiredValidator", "Validation rules")


    INSERT INTO commonXLAExtensionCacheItem VALUES ('1059666651E8-A7F7-447-8CF5-8EE1F467C20Q',
    "1058811679F0-6F46-48FC - 9A 15 - 271EC9A7D0FQ ', 0, 'RequiredPropertyMessage ',.
    ' Specification must have a ranking

    < rule type '6501' = >

    < event condition 'save' = >

    < if type = "ReflectiveRequiredValidator" report = "true" required = "true" property = "ProductAttributes.Classifications" msgcache = "ClassificationRequired" / > "

    < / condition >

    < / rule >

    I get an error message:

    Server error in ' / gsm' Application.


    Object reference not set to an instance of an object.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and its origin in the code.

    Exception details: System.NullReferenceException: Object Reference not set to an instance of an object.

    Source of error:

    You have the stack trace in the error message? Assuming it's the cache:

    Give a try instead and see if that solves it.

    Delete the original entry and change the name and the inheritfrom of the ValidationMessages/ReflectiveRequiredValidator message cache, as follows:

    INSERT INTO commonXLAExtensionCache VALUES (' 1058811679F0-6F46-48FC - 9A 15 - 271EC9A7D0FQ ")

    "ValidationMessages/ReflectiveRequiredValidator", "ValidationMessages/ReflectiveRequiredValidator", "Validation rules")

  • Anyone having problems with customer service?

    I bought LIGHTROOM 4 from amazon.com and did not get a readable serial number.  So far, I was 5 times on chat with support people, provided a proof of purchase and was told that I would receive the serial number reissued within 24-48 hours.  Each time, they fail to communicate with me, as promised. Is the the customer service and support with ADOBE a joke?  I can understand that he had to protect software and follow the measures of protection, but if they tell you they will contact you within 24 hours, then that is what they should

    Display file number of support here on the forum and someone will pick it up. Just give him a day more - important people are not always around on weekends.

    Mylenium

  • Problem with custom brush

    To the right,.

    I'm trying to make a brush in Photoshop CS5. I followed a tutorial in which I wrote a signature on the background layer using the freeform pen tool, created a new layer and stroked on this path with a brush, and added a second layer with a background piece (also made with a brush). I then merged these two layers, selected components of the new layer, turn off the visibility of the background layer and then Edit > define the predefined shape.

    This is where the problem arises, as 'set preset shape' option is greyed out. I checked some other tutorials and explained that in order to use the 'Set preset shape' option, I had to have only the layer I want to make a visible brush as well as the selected components - which is exactly what I have, but the option is still grayed out.

    I tried to do with the two layers separate and not merged and the hidden background layer, and once again the option is grayed out. I also tried to delete the background piece that I had done and just layer by selecting the layer with the path while hiding the background layer, but the option is still grayed out.

    I am at a loss on how to enable "set predefined shape." Could someone please advise on this? Any help would be greatly appreciated!

    Thank you very much

    Devin Finaughty

    A path has been selected in the tracks Panel or what you do on the left was greater than 2500 x 2500 pixels

  • Strange problem with custom panel

    Hello

    I implemented a custom panel using the generic model provided with CS4, but one of my fields does not fill properly.

    The offending field must how to create the name in the authors field.  If I create a new file and fill in all the fields in my custom panel. Then close the file and open it again.  All areas are met, except the name of the creator, which is empty.  The data is always in the file, in the IPTC creator field, but why it appears in my custom panel?

    Any help would be appreciated.

    James

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < = xmlns:ui xmp_definitions ' http://ns.Adobe.com/XMP/FileInfo/UI/ ">

    "" < prefix xmp_schema = namespace "pearson" = "http://pearson.com/namespace/xmp/"label ="$$$ / panelTitle/Panel/pearson = Pearson Education V.4" description = "' $$$ / pearson/Panel/panelDescription = please fill out this form before submitting photographs to Pearson." > "

    < / xmp_schema >

    " < xmp_schema prefix ="pearson"namespace ="http://pearson.com/namespace/xmp/"label =" $$$ / pearson/Panel/panelIntro = please fill in all the fields of this form before submitting pictures of Pearson Education. » >

    < / xmp_schema >

    " < prefix xmp_schema ="xmp"namespace = ' http://ns.Adobe.com/Xap/1.0/ " "label ="$$$ / pearson/Panel/white =" >

    < xmp_property name = "Authors" category = "external" label = "' $$$ / iptc/core/Contact/creator = the creator name: ' type = 'text' xmp_path ="Authors"description =" $$$ / pearson/Panel/CreatorDesc = this should be the name of the active creator. This can be an individual or a company. » />

    < / xmp_schema >

    " < prefix xmp_schema ="photoshop"namespace = ' http://ns.Adobe.com/Photoshop/1.0/ " "label ="$$$ / pearson/Panel/white =" >

    < xmp_property name = "CaptionWriter" class = "external" label = "' $$$ / pearson/values/CollectionTitle = the title of the Collection:" type = "text" xmp_path = "CaptionWriter" description = "$$$ / pearson/Panel/collectionTitleDesc = this should be the collective name for the photoshoot. This may have been provided by Pearson in advance. » / >

    < xmp_property name = "AuthorsPosition" class = "external" label = "' $$$ / pearson/values/CollectionID = ID of the Collection:" type = "text" xmp_path = "AuthorsPosition" description = "$$$ / pearson/Panel/collectionIDDesc = Collection ID should be your contact Pearson. Otherwise please contact them before submitting any asset in order to ensure that this area has been met. » />

    < / xmp_schema >

    " < prefix xmp_schema ="pearson"namespace = ' http://Pearson.com/namespace/XMP/ " "label ="$$$ / pearson/Panel/white =" >

    < xmp_property name = "ModelRelease" class = "external" label = "' $$$ / pearson/values/modelRelease Model = Release: ' type = 'boolean', xmp_path ="modelRelease"description =" $$$ / pearson/Panel/modelReleaseDesc = please check this option if you have a model release contract duly completed for each model in the picture. » / >

    < xmp_property name = "LocationRelease" class = "external" label = "' $$$ / pearson/values/locationRelease = location output: ' type = 'boolean', xmp_path ="locationRelease"description =" $$$ / pearson/Panel/locationReleaseDesc = please tick this option if a location release was required and finished for this image. » / >

    < / xmp_schema >

    " < prefix xmp_schema = namespace"Iptc4xmpCore"=" http://IPTC.org/std/Iptc4xmpCore/1.0/xmlns/ " "label ="$$$ / pearson/Panel/white =" >

    < xmp_property name = "Location" category = "external" label = "' $$$ / iptc/core/Image/location = location: ' type = 'text' xmp_path ="Location"description =" $$$ / pearson/Panel/locationDesc = please provide a brief description of the location of the photoshoot. » / >

    < ui:separator / >

    < / xmp_schema >

    " < prefix xmp_schema ="photoshop"namespace = ' http://ns.Adobe.com/Photoshop/1.0/ " "label ="$$$ / pearson/Panel/white =" >

    " < xmp_property name ="Headline"class ="external"label =" ' $$$ / iptc, core, content, Headline = legend: ' type = 'text' xmp_path = "Headline" description = "$$$ / pearson/Panel/captionDesc = please provide a caption for the image, including important information such as the construction of the names etc '" / >

    < / xmp_schema >

    " < xmp_schema prefix ="pearson"namespace ="http://pearson.com/namespace/xmp/"label =" $$$ / pearson/Panel/panelToolTip = for more details about how a field must be filled, please stationary via a domain name. » >

    < / xmp_schema >

    " < xmp_schema prefix ="pearson"namespace ="http://pearson.com/namespace/xmp/"label =" $$$ / pearson/Panel/panelSupport = if you need assistance please do not hesitate to contact us at imagesATpearsonDOTcom "> "

    < / xmp_schema >

    < / xmp_definitions >

    James,

    Xap:authors is an alias not documented for dc:creators which is

    Type = "seq" element_type = "text" instead of type = "text".

    Apparently, the file Info CS4 tolerates the incompatibility of property definition

    When you save the contents of the property in DC: creator, but not

    tolerate incompatibility during playback of the ownership of the file.

    I changed the type = and it now displays the content. He will accept,

    and subsequently to display multiple names, separated by semicolons.

    Note: An alternative implementation is to use photoshop:Author which

    is an alias for DC: creator / *. It's just the first entry in the

    DC: creator classified list (array). A single creator name sounds

    in accordance with your description text.

    Note: The xmp_path = parameter, probably left when converting a

    Custom CS3 file info panel, is ignored in CS4 'generic' custom file

    Information panels. It would probably be best to remove it to avoid confusion.

    Note: You can add ui:multiLine = "true" ui:height = "66" to the

    Field Caption is so that the majority of its content (4 lines)

    Displays in the blink of an eye. Vertical scrolling is more convenient than

    horizontal scrolling.

    Kind regards

    Carl Rambert, Pound Hill Software

Maybe you are looking for

  • Backup and storage to iCloud

    Why make backups if you use iCloud storage?

  • Reset satellite L350-12 q to factory settings

    Hello I really need help to reboot my laptop to factory settings, because it became too slow Strip.I don't have a lot of files on this subject and want it reboot to factory from scratch. I watched online videos telling press 0, when starting and expe

  • HP Pavilion 17-f100nm K1Q19EA drivers

    Hello I need a drivers for HP Pavilion 17-f100nm product only.  K1Q19EA IM using Windows 7 Ultimate (PCI_VEN_10EC & DEV_8136 & SUBSYS_22C8103C & REV_07) Ethernet controller (PCI_VEN_10EC & DEV_B723 & SUBSYS_2231103C & REV_00) network controller (PCI_

  • Help w / photo copy on the disk?

    Need help to learn how to copy images (use for just framed power card and it makes them face automacticly is no longer made) from an SD card on the disk.Computer keeps its copyed, said but cannot find them to put them on the disk.Thanks for any help

  • Where to find the product key on the Windows operating system?

    Can someone tell me where to find the product key for my windows operating system? I was told that appears when you select "my computer > properties" and on the bottom of all these technical features, it is perhaps not the right code. I have no way t