More fun with templates

Okay, so I'm trying to modify a region template and I can't get it to work. I've tried using custom CSS in my HTML Header, I've tried actually adding a line to the CSS include file on the server - I can't get anything to work. Firebug shows that as soon as I change the class on the RegionHeader, I am relegated to default <hd> formatting.
I'm trying to use template 17 and all I want to change is the size of the font from Large to Normal.
Here's the base css from the template:
.t17RegionHeader{font-family: arial, helvetica, sans-serif;font-size:large;
color:#aaa;text-align:left;border-bottom:1px solid #CCC;
font-weight:bold;padding:2px 8px;white-space:nowrap;}Here's what I want:
.t17RegionHeaderNorm{font-family: arial, helvetica, sans-serif;font-size:normal;
color:#aaa;text-align:left;border-bottom:1px solid #CCC;
font-weight:bold;padding:2px 8px;white-space:nowrap;}And yes, this is a copy of the original region template. I have four or five regions on the page, so I just changed one of them to use the new region template until I get it right. This probably has something to do with inheritance, but I don't have a clue how to override it. Your help is greatly appreciated.

Hi blarman74,
When you copy the report region, why not do something like:
In your report region template you have the following template definition (this is what I have, on APEX 4 - I guess you are one 3.2.x so it's a little different?):
<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
  <div class="rc-gray-top"><div class="rc-gray-top-r">
    <div class="rc-title normal-header">#TITLE#</div>
    <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
  </div></div>
  <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#<div class="clear"></div></div></div></div>
  <div class="rc-bottom"><div class="rc-bottom-r"></div></div>
</div> You'll notice in the div's surrounding the #TITLE# I added another class called normal-header. So then in your page header, or css - wherever you put it, Add the following:
.normal-header {
  font-size: normal !important;
}Well you could probably add !important to the .t17RegionHeaderNorm font-size rule, but wasn't sure exactly how you've done so thought it better to describe the above. And the way I have described, it saves copying all the extra css rules.
Ta,
Trent
Edited by: tr3nton on Oct 2, 2010 11:40 AM
As a side note, I was just looking at your profile - I don't know if you want to bother, but you may want to add http:// to the URL of your homepage, as it's reading it as a relative link to the oracle site, so pointing to: http://forums.oracle.com/forums/www.transystemsllc.com which obviously isn't a real site.

Similar Messages

  • More Fun With CSS - (omg its difficult)

    First I want to say thank you to everyone that has been helping learn css and all the power that it has.
    Now this is a two part question.
    Part 1.
    (div.header-shadow)
    I have a div tag that I inserted a very important image into.  The image includes som text that I thought I would be able to place hotspots over and make links out of them.  Well you guessed it I am unable to place hotspots over the text on the image.
    Part 2.
    (div.about-column1 and div.about-column)
    I have a second area that has two columns in it what I would like to do is make the two columns into a single column that uses all of the space but only for this one page. Well when I try to delete one column and extend the width of the remaining column the change takes place on every page that I have setup with the two column theme.
    Now to make sure things are clear I am working from a prebuilt template and trying to make modifications to it so that it fits my needs.
    and here is the css if needed
    body {
        background-image: url(images/main-bg.jpg);
        background-repeat: repeat-x;
        background-color: #040404;
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #CCC;
        font-family: Arial, Helvetica, sans-serif;
    img {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    #container {
        width: 1000px;
        margin: 0 auto;
    .top-logo {
        height: 91px;
        padding: 0 0 0 27px;
        width: 263px;
        float: left;
        margin: 0 0 29px 0;
    .header {
        height: 305px;
        width: 849px;
        margin: 0 0 0 76px;
        background-image: url(images/main_img.png);
        background-repeat: no-repeat;
        padding: 36px 0 0 0;
    .header-corner {
        background-image: url(images/header-corner.gif);
        width: 11px;
        height: 269px;
        float: right;
    .header-content {
        margin: 0px;
        padding: 29px 0 0 10px;
        float: left;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 488px;
    .header-shadow {
        background-image: url(images/header-shadow.gif);
        height: 39px;
        width: 849px;
    .button-go {
        float: right;
        margin: 10px 0 0 0;
    #content {
        margin: 0 0 30px 0;
        padding: 20px 20px 0 45px;
    .about-column1 h1 {
        font-family: Headache;
        font-size: 28px;
        color: #FFF;
        font-weight: normal;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
        padding: 0px;
    .footer-content {
        width: 955px;
        margin: 0 auto;
        padding: 15px 0 0 45px;
    .footer-copyright {
        float: left;
        padding: 13px 0 0 0;
    .footer-icon {
        float: left;
    .content-img {
        margin: 0 10px 20px 0;
        padding: 0px;
        width: 110px;
        float: left;
    .footer-icon ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    .footer-icon li {
        margin: 0px;
        padding: 0 2px 0 0;
        display: inline;
    .content-column {
        width: 270px;
        margin: 0 55px 0 0;
        float: left;
    .content-column01 {
        width: 265px;
        margin: 0 0px 0 0;
        float: left;
    .content-column h1 {
        font-family: Headache;
        font-size: 28px;
        color: #FFF;
        font-weight: normal;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
        padding: 0px;
    .content-column01 h1 {
        font-family: Headache;
        font-size: 28px;
        color: #FFF;
        font-weight: normal;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
        padding: 0px;
    .about-column {
        float: right;
        width: 418px;
    .about-column h1 {
        font-family: Headache;
        font-size: 28px;
        color: #FFF;
        font-weight: normal;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
        padding: 0px;
    .about-column1 {
        float: left;
        width: 400px;
    .about-column1 ul {
        list-style-type: none;
        margin: 0px;
        padding: 0;
        background-image: url(images/icon-arrow.gif);
        background-repeat: no-repeat;
        background-position: left 3px;
    .about-column1 li {
        background-image: url(images/icon-arrow.gif);
        background-repeat: no-repeat;
        background-position: left 5px;
        padding: 0 0 0 14px;
        line-height: 18px;
    .about-pix {
        margin: 0 10px 0 0;
        padding: 0px;
        float: left;
        height: 134px;
        width: 241px;
    .header-txt {
        background-image: url(images/header-bg.gif);
        height: 269px;
        background-repeat: repeat-x;
        margin: 0px 0 0 332px;
    .clearboth {
        clear: both;
    .top-nav {
        width: 595px;
        float: right;
        margin: 36px 0 0 0;
    .top-nav ul  {
        margin: 0px;
        padding: 0px;
    .top-nav li  {
        display: inline;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    .footer {
        background-image: url(images/footer-bg.gif);
        height: 95px;
    .txt-link {
        font-family: Headache;
        font-size: 12px;
        font-weight: normal;
        color: #FFF;
    h1 {
        font-family: Headache;
        font-size: 28px;
        color: #FFF;
        font-weight: normal;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
        padding: 0px;
    .contact-img {
        float: left;
        height: 137px;
        width: 140px;
        margin: 0 20px 0 0;
    .txt-blank {
        color: #000;
    .contact-column {
        float: left;
        width: 750px;
    .contact-column ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    .form{
        padding: o;
        margin: 0;
    div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
        width: 400px; /*width of form rows*/
        overflow: hidden;
        padding: 0;
        margin: 0;
        height: auto;
    div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
        float: left;
        width: 80px;
        margin-right: 15px; /*spacing with right column*/
    div.thefield ul {
        margin: 0px;
        padding: 0px;
    div.thefield li {
        display: inline;
        list-style-type: none;
        margin: 0px;
        padding: 0 6px 0 0;
    div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
        float: left;
        margin-bottom: 10px; /* space following the field */
    div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
        width: 230px;
    div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
        width: 229px;
        height: 100px;
    div.fieldwrapper div.thebig textarea {
        width: 400px;
        height: 100px;
    div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
        width: 379px;
        text-align: left;
    .contact-column li {
        background-image: url(images/icon-arrow.gif);
        background-repeat: no-repeat;
        background-position: left 5px;
        padding: 0 0 0 14px;
        line-height: 18px;
    Thanks for the help

    Thanks i did not even pay attention to the fact that the img was in the background even though it says so right in the css, to close to the project.  The style sheet was what I was thinking, but what I should have asked is "How do should the style sheet for what I want to do with the columns be written?" This is what I should have asked. I know I should start it with something like:
    <style type="text/css">
        --------------------------and after this is where it gets fuzzy or nonexsistent--------------------------------------
    because is it the div#container, or div#content, or the div.about-column1 or div.about-column that this style sheet is to be written for, I have no idea?
    So if someone could show me how this style sheet should be written I would be greatful.  

  • More Fun with NULLs and Empty Strings

    Greetings,
    I ran across this behavior recently and thought I'd share with the forum. I'm running 10.2.0.2. Note the difference in behavior between passing and explicit NULL in the parameter vice passing an empty string (''):
    CREATE OR REPLACE PROCEDURE NULL_ES_TEST(PARAM1 IN VARCHAR2) IS
    VAR1 CHAR(1);
    BEGIN
    IF PARAM1 IS NULL THEN
    DBMS_OUTPUT.PUT_LINE('PARAM1 IS NULL');
    END IF;
    VAR1 := PARAM1;
    IF VAR1 IS NULL THEN
    DBMS_OUTPUT.PUT_LINE('VAR1 IS NULL');
    ELSE
    DBMS_OUTPUT.PUT_LINE('VAR1 IS NOT NULL');
    END IF;
    DBMS_OUTPUT.PUT_LINE('THE LENGTH OF VAR1 IS '||TO_CHAR(LENGTH(VAR1)));
    END NULL_ES_TEST;
    EXEC NULL_ES_TEST(PARAM1 => '');
    PARAM1 IS NULL
    VAR1 IS NOT NULL
    THE LENGTH OF VAR1 IS 1
    (var1 now holds a single space)
    EXEC NULL_ES_TEST(PARAM1 => NULL);
    PARAM1 IS NULL
    VAR1 IS NULL
    THE LENGTH OF VAR1 IS
    Any Comments or Insights are welcome.
    Sincerely,
    Dale Ward

    Well somethings not as expected (tested on 10.2.0.3)
    Even if you default the parameter to '', it treats null and '' differently.
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE OR REPLACE PROCEDURE NULL_ES_TEST(PARAM1 IN VARCHAR2 := '') IS
      2    VAR1 CHAR(1);
      3  BEGIN
      4    IF PARAM1 IS NULL THEN
      5      DBMS_OUTPUT.PUT_LINE('PARAM1 IS NULL');
      6    END IF;
      7    VAR1 := PARAM1;
      8    IF VAR1 IS NULL THEN
      9      DBMS_OUTPUT.PUT_LINE('VAR1 IS NULL');
    10    ELSE
    11      DBMS_OUTPUT.PUT_LINE('VAR1 IS NOT NULL');
    12    END IF;
    13    DBMS_OUTPUT.PUT_LINE('THE LENGTH OF VAR1 IS '||TO_CHAR(LENGTH(VAR1)));
    14* END NULL_ES_TEST;
    SQL> /
    Procedure created.
    SQL> exec null_es_test(null);
    PARAM1 IS NULL
    VAR1 IS NULL
    THE LENGTH OF VAR1 IS
    PL/SQL procedure successfully completed.
    SQL> exec null_es_test('');
    PARAM1 IS NULL
    VAR1 IS NOT NULL
    THE LENGTH OF VAR1 IS 1
    PL/SQL procedure successfully completed.
    SQL>

  • More fun with enumerated dropdowns - Binding to table

    Hi All,
    I'm having some trouble with enumerated dropdowns.
    My context is as follows:
    node DATA 1...1
    ---> node FLIGHTS 0...N
       -->CARRID etc from SFLIGHTS
    --->DDL (element type string)
    I have successfully tried to add a simple dropdown with the following code on the component controller:
    method wddoinit .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_el_data type ref to if_wd_context_element.
        data ls_data type wd_this->element_data.
        data lv_ddl like ls_data-ddl.
        data node_info type ref to if_wd_context_node_info.
        data vals type table of  wdr_context_attr_value.
        data: s_element type wdr_context_attr_value.
        data: str type string.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   get element via lead selection
        lo_el_data = lo_nd_data->get_element(  ).
        lo_el_data->get_static_attributes(
          importing
            static_attributes = ls_data ).
    *      get node info
        call method lo_nd_data->get_node_info
          receiving
            node_info = node_info.
         do 25 times.
           str = sy-index.
           condense str no-gaps.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
        enddo.
    *    Set Value_sets to node_info
         call method node_info->set_attribute_value_set
          exporting
            name      = 'DDL'
            value_set = vals
    endmethod.
    This works fine, however now I am trying the same thing with a field from the SFLIGHTS table.
    I want to display a table of the retrieved SFLIGHTS but a field as a dropdown with valid entries from the database. I have added the following code to the view.
    method WDDOINIT .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_nd_flights type ref to if_wd_context_node.
        data lo_el_flights type ref to if_wd_context_element.
        data ls_flights type wd_this->element_flights.
        data gt_flights type table of sflights.
        select * from sflights into table gt_flights.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   navigate from <DATA> to <FLIGHTS> via lead selection
        lo_nd_flights = lo_nd_data->get_child_node( name = wd_this->wdctx_flights ).
        lo_nd_flights->bind_table( gt_flights ).
           types: begin of ty_carrname,
         carrname type s_carrname,
         end of ty_carrname.
       data: gt_carrname type table of ty_carrname.
       select distinct carrname
          from sflights
          into table gt_carrname.
         data lv_carrname like ls_flights-carrname.
         data node_info type ref to if_wd_context_node_info.
         data vals type table of  wdr_context_attr_value.
         data: s_element type wdr_context_attr_value.
         data: str type string.
          lo_nd_flights->get_static_attributes(
          importing
            static_attributes = ls_flights ).
          call method lo_nd_flights->get_node_info
          receiving
            node_info = node_info.
         field-symbols: <carrname> like line of gt_carrname.
         loop at gt_carrname assigning <carrname>.
           str = <carrname>-carrname.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
         endloop.
         call method node_info->set_attribute_value_set
          exporting
            name      = 'CARRNAME'
            value_set = vals.
    endmethod.
    I can display all the entries with a repeating subform but when I bind the CARRNAME to an enumerated dropdown I get an ADS rendering error:
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    I have looked in the Error PDF but it is blank.
    Does anyone have any suggestions on what is goign wrong or how to diagnose the problem.
    I am assuming you can have a data element that has a 0..N cardinality (i.e a table element) and is also of type enumerated dropdown.
    I'm guessing this is something to do with cardinality but I have no way to find out.
    Thanks,
    Gregor

    I have looked in the defaultTrace file and found the following errors:
    1.  A pdf document with 0 pages.
        Return Status: Render Failure
        Output Trace returned: <?xml version="1.0" encoding="UTF-8"?>
    <log>
       <m mid="29184" tid="10064.4896" sev="f" d="2008-11-12T15:20:01.722Z">Malformed SOM expression: $record.sap-vhlist.FLIGHTS\\.DATA[*]\\.CARRNAME.item[*]</m></log>
    Has anybody else used the enumerated dropdown element bound to dynamic data?
    I am using the latest releases and the "Specify Item Values" on the Object->Binding tab is filled in with what looks correct ($record.sap-vhlist.FLIGHTS\.Data etc) but greyed out.
    Thanks

  • Can I make my template more beutiful with Adobe Photoshop

    I have a website http://www.blogseoads.com I want to make the template more beautiful with Adobe Photoshop. Is their any way to make my template beautiful with Adobe photoshop or Adobe Flash. Share your suggestions here.

    Indeed photoshop is the best option if you need to choose between photoshop and flash.
    But if you want to make the site less static you can always make animations in flash .

  • XML Publisher(XDODTEXE) in EBS taking more time with the same SQL in TOAD

    HI
    XML Publisher(XDODTEXE) in EBS taking more time with the same SQL in TOAD.
    The sql has 5 union clauses.
    It takes 20-30 minutes in TOAD compared to running through Concurrent Program in XML Publisher in EBS taking around 4-5 hours.
    The Scalable Flag at report level is turned on with the JVM options set to -Xmx1024m -Xmx1024m in Concurrent Program definition.
    Other configurations for Data Template like XSLT, Scalable, Optimization are turned on though didn't bounce the OPP Server for these to take effect as I am not sure whether it is needed.
    Thanks in advance for your help.

    But the question is that how come it is working in TOAD and takes only 15-20 minutes?
    with initialization of session ?
    what about sqlplus ?
    Do I have to set up the the temp directory for the XML Publisher report to make it faster?
    look at
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues (Doc ID 1410160.1)
    BI Publisher - Troubleshooting Oracle Business Intelligence (XML) Publisher For The Oracle E-Business Suite (Doc ID 364547.1)

  • CS4 Problem with Template Updates

    There's another thread on this subject, but I couldn't see any final resolution.
    I'm having a problem with Template Update.
    I  have all pages in site linked to a single template.  I built the template 1st and  then created each page from the template using normal method.
    When  I now make a change to the template, I save the template and it  automatically saves and opens a box to select pages to update. I  do NOT have to use the Updates feature on the top menus, but I have done  that too just to try different things. When I select all the files,  it updates them all, most of them correctly. BUT, one or several of them  will have a NEW Main Content (and sometimes header) superimposed on top  of the existing Main Content (or header). It shifts the page downward and to the right.  By the way, down below the screwed section, the content is all still there and the original template is still intact under the screwed up area.
    To fix it, I create a new page from  the template and start over inserting the Main Content, which is nothing  special, just formatted text.  Next time I update, that same page will  always get screwed up again, but sometimes 1 or more different pages  will also get screwed up in the same way, always with a new nested Main  Content area (on top of the original or sometimes pushed down half a  page).
    I thought it might be because of a nested Main Content in that section of the template, but I see none, or any other abnormal html.  It does not do this to all 20-30 pages, just one every time and one or more random ones.  I see nothing in html different from one page to the next.
    Don't know how to attach documents to this, but I have the template and two of the screwed up pages to send.
    Charlie
    [email protected]

    The site is http://www.michaelchekhov.net
    Public directory is /public_html, but that's the root, so the links below should work.
    These pages are out of their normal directory, so the supporting  links won't work, but you can see the code. Look at the home page and  you can see what all the pages are supposed to look like.
    The template which created the problem with the pages below is at /support/TEMPLATE index.dwt
    The page that consistently fails is called poatool.html - the bad one is at /support/BAD poatool.html
    A 2nd page that failed on that UPDATE is there also - /support/BAD bibliography.html
    The currently working copy of the page that fails everytime is /articles/poatool.html.
    Thanks.
    Charlie

  • Going for fun with x-men and godzilla at cinemas

    Going for fun with x-men and godzilla at cinemas, yeah i planned to watch both movie on cinema today but i cancelled because finally i found a real working link for both movie, and of course i watch another movies from same site, check the movie list that
    i watch it today online.enjoy!
    [url=http://www.pvlt.co.uk/kunena/welcome-mat/6202-watch-the-other-woman-online-free-streaming-2014]Watch The Other Woman Online Free Streaming 2014[/url]
    [url=http://blogs.atkins.com/Blogs/sukasorosi/Archive/2014/5/27/260413.aspx]((Putlocker)) Watch The Other Woman Online Free 2014 Full Movie Stream[/url]
    [url=http://l2inception.com/forum/viewtopic.php?f=6&t=58390]Megashare> Watch The Other Woman Online Free 2014 Putlocker[/url]
    [url=http://wayne.patch.com/groups/enews/p/putlocker-watch-the-other-woman-online-free-2014-full-movie-stream]+Putlocker+ Watch The Other Woman Online Free 2014 Full Movie Stream[/url]
    [url=http://www.pvlt.co.uk/kunena/welcome-mat/6205-watch-x-men-days-of-future-past-online-free-2014]Watch X-Men Days of Future Past Online Free 2014[/url]
    [url=http://blogs.atkins.com/Blogs/sukasorosi/Archive/2014/5/27/260416.aspx]((Putlocker)) Watch X-Men Days of Future Past Online Free 2014 Full Movie Stream[/url]
    [url=http://l2inception.com/forum/viewtopic.php?f=6&t=58413]Watch X-Men Days of Future Past Online Free 2014 [Putlocker][/url]
    [url=http://wayne.patch.com/groups/enews/p/putlocker-watch-xmen-days-of-future-past-online-free-2014-full-movie-stream]+Putlocker+ Watch X-Men Days of Future Past Online Free 2014 Full Movie Stream[/url]
    [url=http://www.pvlt.co.uk/kunena/welcome-mat/6211-watch-godzilla-2014-online-free-putlocker-stream]Watch Godzilla (2014) Online Free Putlocker Stream[/url]
    [url=http://blogs.atkins.com/Blogs/sukasorosi/Archive/2014/5/27/260433.aspx]((Putlocker)) Watch Godzilla Online Free 2014 Full Movie Stream[/url]
    [url=http://l2inception.com/forum/viewtopic.php?f=6&t=58458]Megashare> Watch Godzilla Online Free 2014 Putlocker[/url]
    [url=http://wayne.patch.com/groups/enews/p/putlocker-watch-godzilla-online-free-2014-full-movie-stream]+Putlocker+ Watch Godzilla Online Free 2014 Full Movie Stream[/url]
    [url=http://www.pvlt.co.uk/kunena/welcome-mat/6228-watch-neighbors-online-free-2014-putlocker-stream]Watch Neighbors Online Free 2014 Putlocker Stream[/url]
    [url=http://blogs.atkins.com/Blogs/sukasorosi/Archive/2014/5/27/260437.aspx]((Putlocker)) Watch Neighbors Online Free 2014 Full Movie Stream[/url]
    [url=http://l2inception.com/forum/viewtopic.php?f=6&t=58504]Megashare> Watch Neighbors Online Free 2014 Putlocker[/url]
    [url=http://wayne.patch.com/groups/enews/p/putlocker-watch-neighbors-online-free-2014-full-movie-stream]+Putlocker+ Watch Neighbors Online Free 2014 Full Movie Stream[/url]
    [url=http://www.pvlt.co.uk/kunena/welcome-mat/6246-watch-the-amazing-spider-man-2-online-free-2014]@Watch The Amazing Spider Man 2 Online Free 2014[/url]
    [url=http://blogs.atkins.com/Blogs/sukasorosi/Archive/2014/5/27/260448.aspx]((Putlocker)) Watch The Amazing Spider Man 2 Online Free 2014 Full Movie Stream[/url]
    [url=http://l2inception.com/forum/viewtopic.php?f=6&t=58546]Megashare> Watch The Amazing Spider Man 2 Online Free Stream[/url]
    [url=http://wayne.patch.com/groups/enews/p/putlocker-watch-the-amazing-spider-man-2-online-free-2014-full-movie-stream]+Putlocker+ Watch The Amazing Spider Man 2 Online Free 2014 Full Movie Stream[/url]

    % Looks like the Windows 7 Upgrade Advisor is still a POS, and still beta. Yes your card will work with 7. Most are using this,
    http://forums.creative.com/t5/Sound-...09/td-p/527485
    with little to no problems (more no) on 7. I know that my Xtreme Music is working just fine in 7 x64.

  • How can i change the apple ID in my 2nd hand macbook air, i have no more contact with the first owner. thanks

    how can i change the apple ID in my 2nd hand macbook air, i have no more contact with the first owner. thanks
    i already have an apple ID, but it seems that the original ID is locked to the first owner.

    Perform the steps the first owner should have done for you as listed here:
    http://support.apple.com/kb/HT5189

  • HT201318 I registered my apple ID and Icloud with a US address, and live in Switzerland. I do not own a US credit card. Now that I need to buy more storage with my swiss credit card, I can't change the country's billing address from the US to my swiss one

    I registered my apple ID and Icloud with a US address, and live in Switzerland. I do not own a US credit card. Now that I need to buy more storage with my swiss credit card, I can't change the country's billing address from the US to my swiss one. HELP PLS?

    Did you actually watch the movie? You get 30 days in which to view it and if you didn't watch it, that could be why you are getting that message. If you have watched the movie and you're sure that is has expired by now, contact iTunes Store Support and seek their help.
    Change the country in the upper left. - and click on Purchases, billing and redemption to proceed.
    https://getsupport.apple.com/Issues.action

  • HT1925 Currently have iTunes 11.0.1.12 - how do I restore a previous version of iTunes that was far easier to use (much more familiar with)?

    Currently have iTunes 11.0.1.12 - how do I restore a previous version of iTunes that was far easier to use (much more familiar with)?

    Apple is starting to feel like work and not play.

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • I have a macbook pro from 2009 and the software is 10.5.8 how do i update it so i can have more interaction with the applications

    i have a macbook pro from 2009 and the software is 10.5.8 how do i update it so i can have more interaction with the applications

    Note some programs may not work with Lion or later
    Upgrading to 10.7 and above, don't forget Rosetta!

  • Word report with template

    Hello,
    i want to create a word report with template in my vi. I have made a word .dot with bookmarks and my customer should modify it. It look like this:
    Test number: [bookmark/Test number]
    User: [bookmark/User]
    Serial number: [bookmark/Serial number]
    Error: [bookmark/Error]
    Comment: [bookmark/Comment]
    Date: [bookmark/Date]
    Greetings XY
    How can I get this result?
    Test number: 12345
    User: XY
    Serial number: 1
    Error: No
    Comment: First
    Serial number: 2
    Error: Yes
    Comment: Second
    Serial number: 5
    Error: No
    Comment: Third
    Serial number: 9
    Error: Yes
    Comment: Fourth
    Date: 01.01.2006
    Greetings XY
    The data is in tables and strings. The beginning and end of the word report is quiet easy. The difficulty is the middle part it can be consist of different numbers of items.
    How can I made this?
    thankyou
    schwede

    That is ok, but if I do so the result would look like this:
    Test number: 12345
    User: XY
    Serial number: 1
    2
    5
    9
    Error: No
    Yes
    No
    Yes
    Comment: First
    Second
    Third
    Fourth
    Date: 01.01.2006
    Greetings XY
    Do You know what I mean?
    Message Edited by Schwede on 04-03-2006 12:22 AM

  • ERROR: MyService.jws:715:There are two or more operations with the same schema-element 'ns0:MyNameSpace' on the input message in a web service file or callback interface.

    I have two web service operations that have the same complex type as their input
    parameter. I want to map this type to an existing schema. I can successfully
    do this with the first operation using XQuery but when I attempt to do this with
    the second operation I get the following error:
    ERROR: MyService.jws:715:There are two or more operations with the same schema-element
    'ns0:MyNamespace' on the input message in a web service file or callback interface.
    ERROR:      SUGGESTION: Use different schema-element values for each of those operations.
    How can I use different schema-element values? The input parameters are to be
    mapped to the same schema and same element since they are the same for both operations....

    I am having the same problem. How did you resolve this..?? could you please tell me the solution??
    Thanks
    Shari

Maybe you are looking for

  • Dos2unix doesn't convert some RDF files to BINARY...

    Hi, I have a peculiar issue with a couple of RDF's. My scripts copies all the files to a temp directory; move them to the relevant tops/paths and then do a "dos2unix" on the RDF and RTF files. Majority of the reports work fine when this is done. But

  • Macbook pro to hdmi

    hey i have late macbook 2011 core i5 13 inch macbook pro model a1278 i want to connect it to projector and tv with hdmi output if i buy the thunderbolt to hdmi adapter will that carry sound  thanks in advance and new to apple discussions

  • Philips LCD HDTV without RF Input???

    Hi - I am curious about this Philips model television: Philips - 55" Class / 1080p / 240Hz / LCD HDTV http://www.bestbuy.com/site/Philips+-+55%22+Class+​/+1080p+/+240Hz+/+LCD+HDTV/1390518.p?skuId=1390518​... But noticed it doesn't have an RF Antenna

  • XSL 2.0 In Java (Eclipse IDE 3.2.2)

    Hi.... How to Configure XSL 2.0 In Eclipse 3.2.2... The Version XSL 1.0 is working properly. But When I add XSL 2.0 Elements in code it doesn't process the output. Pls help me..... Thanks in advance..... Vinoop.

  • Users library folder is missing

    I have two users set up, in my principal user account (has admin rights) I can see all folders EXCEPT the Library folder, I only discovered this recently when wishing to delete a preference file from this users library. The other users library is vis