SunWS CC pointer alignement problem

I've got the following C++ code :
#define WIENER_FREQ_SAMPLES 4
#define WIENER_TIME_SAMPLES 4
#define NB_PILOTS 4
class wiener : public sc_module
public:
// internal Objects
private:
double *pilots_history[NB_PILOTS];
double *Theta_freq_precomp;
double *Theta_time_precomp;
CWTSSquareMatrix< WIENER_TIME_SAMPLES> Phi_time;
CWTSSquareMatrix< WIENER_FREQ_SAMPLES> Phi_freq;
which Is OK ,but declaring in this order :
class wiener : public sc_module
public:
// internal Objects
private:
double *pilots_history[NB_PILOTS];
CWTSSquareMatrix< WIENER_TIME_SAMPLES> Phi_time;
CWTSSquareMatrix< WIENER_FREQ_SAMPLES> Phi_freq;
double *Theta_freq_precomp;
double *Theta_time_precomp;
Gives me a Theta_freq_precomp pointer which is non-aligned when I dymically instanciate my "wiener" class:
dbx>Theta_freq_precomp = 0x3fb99999
dbx: cannot access address 0x3fb99999
Why ?
I got the CwMtx Matrix library from http://www.xs4all.nl/~hkuiper/cwmtx/cwmtx.html, but I
don't see how an object declaration could alter the alignment of following objects ??

The compiler will normally not align pointers on one-byte boundaries (as shown in your example). Check to make sure that you are not compiling with -xmemalign or -xmemalign=1i

Similar Messages

  • Bullet point alignment problem

    Hi I am having a problem with the alignment when I use bullet points?
    the body of the text is aligned so it does not exceed the screen width. But once I enter bullet points it exceeds the right hand side alignment. How do I make the alignment remain the same?
    i.e.
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
    blah blah blah blah blah blah blah blah blah blah blah blah Blah
    blah blah blah blah blah blah blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    blah blah blah blah blah blah
    I have written codes as
        <!-- InstanceEndEditable -->
    </div>
    <div id="content">
      <p> </p>
      <!-- InstanceBeginEditable name="ContentEditRegion" -->
      <p><strong>What is BioprimeTM  &ndash; and why do you need it?</strong><br />
    BioprimeTM   is a simple, inexpensive soil conditioner which allows farmers to change  the nature of soil biology. It is a way to weed out the bad bugs and give the  good bugs a boost. The outcome is better soil health, better plant production  and better root disease management. 
      <p><br />
      <strong>BioprimeTM</strong>
      <ul>
        <li>is made in Perth. </li>
        <li>is backed by trial data from work done in WA.</li>
        <li>does not cost a fortune (per liter and per  hectare it is probably the cheapest input you will use this season).</li>
        <li>does  not require a leap of faith to use, nor any rocket science to understand what  it is and why it works.</li>
      </ul>
      <p>BioprimeTM was originally developed about 15  years ago for vegetable producers as a way to control root disease. In those  days you couldn&rsquo;t actually prove what was going on, but growers kept buying it  because it did what it was intended to do &ndash; it stopped root disease.<br />

    Below is the complete page code including a doctype, the <head> and <body> tags.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link href="../CSS/Bio_CSS.css" rel="stylesheet" type="text/css" media="all" />
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <title>Welomce to Bioscience</title>
    <style type="text/css">
    body {height:100%;
    max-height:100%;
    overflow:hidden;
    padding:0;
    margin:0;
    border:0;
    #content {
    overflow:auto;
    position:absolute;
    z-index:3;
    top:150px;
    bottom:20px;
    left:270px;
    right:0;
    background-color: #FFFFCC;
    color: #000;
    font-size:14px;
    * html #content {
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    max-height:100%;
    width:100%;
    overflow:auto;
    position:absolute;
    z-index:3;
    border-top:150px solid #fff;
    border-bottom:25px solid #fff;
    border-left:270px solid #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    #head {
    position:absolute;
    margin:0;
    top:-2px;
    left:-2px;
    display:block;
    width:100%;
    height:150px;
    background-position:0 0;
    background-repeat:no-repeat;
    font-size:4em;
    z-index:5;
    overflow:hidden;
    color:#000;
    background-color: #9acc99;
    #foot {
    position:absolute;
    margin:0;
    bottom:-3px;
    left:2px;
    display:block;
    width:100%;
    height:25px;
    font-size:1em;
    z-index:5;
    overflow:hidden;
    color:#fff;
    background-color: #66CC99;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    visibility: visible;
    #content p {
    color: #000;
    text-align:justify;
    line-height:1.5;
    font-family:Verdana, Geneva, sans-serif;
    font-size:1em;
    padding-top: 0px;
    padding-right:40px;
    padding-bottom:0px;
    padding-left:40px;
    width:950px;
    #content h1 {
    color: #663300;
    padding: 0px;
    text-indent: 30px;
    #content h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    text-indent: 30px;
    #content h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000;
    text-indent: 50px;
    * html #left {
    position:absolute;
    left:0;
    top:150px;
    bottom:25px;
    width:270px;
    height: 100%;
    #left {
    position:absolute;
    left:0px;
    top:149px;
    bottom:20px;
    width:270px;
    font-size:1em;
    z-index:4;
    overflow:auto;
    background-repeat:no-repeat;
    background-color: #9acc99;
    color: #663300;
    text-align: left;
    vertical-align: middle;
    background-image: url(../Assets/Side_Background7.jpg);
    font-family: Andalus, "Palatino Linotype", "Times New Roman";
    #left h2 {
    text-indent: 15px;
    #left h3 {
    text-indent: 30px;
    #left ul{
    margin:0;
    padding:0;
    list-style:none;
    #left a {
    colour#663300;
    #left li a:link,#left li a:visited{
    padding:0 0;
    display:block;
    text-decoration:none;
    font:Andalus, Georgia, "Times New Roman";
    color:#FFFFFF;
    #left li a:hover {
    background:#306726;
    color:#FFF;
    #left li a.current,#left li a.current:hover,#left li a.current:active {
    color:#663300;
    background:#ffffcc;
    cursor:default;
    * html #left li a.current,#left li a.current:hover,#left li a.current:active,#left li a.current:visited {
    color:#663300;
    background:#ffffcc;
    cursor:default;
    #content ul {
    margin: 0;
    padding: 0 0 12px 55px;
    #content li {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    </style>
    </head>
    <body>
    <div id="head"><img src="../Assets/BioLogo.jpg" width="300" height="150" align="left">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="150" id="FlashID">
        <param name="movie" value="../Assets/Bio_980x150_Banner.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="6.0.65.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object data="../Assets/Bio_980x150_Banner.swf" type="application/x-shockwave-flash" width="980" height="150">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="6.0.65.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.g if" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>
    <div id="foot">&copy;2010 Bioscience Pty Ltd, 488 Nicholson Road Forrestdale, WA, 6112, Ph: (08) 9397 2446, Fax: (08) 9397 2447, Email: <a href="mailto:[email protected] ">[email protected] </a></div>
    <div id="left">
    <ul>
    <li>
      <h2>
      <a href="../index.html">Home</a>
      <a href="../Enviro/enviro_acid.html">Environmental</a>
      <a href="../Water/water.html">Water</a>
      <a href="soil.html" class="current">Soil</a>      
      </h2>
    </li>
    <li>
      <h3>
      <a href="soil_diversity.html">Soil Biodiversity</a>
      <a href="soil_microbial.html">Soil Microbial Ecology</a>
      <a href="soil_bioprime.html">Bioprime<sup>TM</sup></a>
      <a href="soil_orderform.html">Order Form</a>  
      </h3>
    </li>
    <li>
      <h2>
      <a href="../Geotech/geotech.html">Geotechnical</a>
      <a href="../Horti/horti.html">Horticultural</a>
      <a href="../Analyt/analyt.html">Analytical</a>
      <a href="../Research/research.html">Research </a>
      <a href="../Products/products.html">Products</a>
      </h2>
    </li>
    </ul>  
    </div>
    <div id="content">
      <p> </p>
    <p><strong>What is Bioprime<sup>TM</sup>  &ndash; and why do you need it?</strong><br />
    Bioprime<sup>TM</sup>   is a simple, inexpensive soil conditioner which allows farmers to change  the nature of soil biology. It is a way to weed out the bad bugs and give the  good bugs a boost. The outcome is better soil health, better plant production  and better root disease management.<br />
    <br><strong>Bioprime<sup>TM</sup></strong></p>
    <ul>
      <li>is made in Perth. </li>
      <li>is backed by trial data from work done in WA.</li>
      <li>does not cost a fortune (per liter and per  hectare it is probably the cheapest input you will use this season).</li>
      <li>does not require a leap of faith to use, nor any rocket science to understand what  it is and why it works.</li>
    </ul>
    <p>Bioprime<sup>TM</sup> was originally developed about 15  years ago for vegetable producers as a way to control root disease. In those  days you couldn&rsquo;t actually prove what was going on, but growers kept buying it  because it did what it was intended to do &ndash; it stopped root disease.<br />
      In the last 10 years there have been many advances in  understanding what microbes are in soil, and what they are doing. This has  largely come about because of the so-called DNA revolution. By using this DNA  technology, we can now see exactly what changes occur in soil microbiology when  Bioprime<sup>TM</sup> is applied. <br />
    <br> <strong>How is it made ?</strong> <strong></strong><br />
      Bioprime<sup>TM</sup>  is made by fermentation of molasses using  baker&rsquo;s yeast. This sounds really simple, but there are a number of factors involved  to make it work. <br />
      The amount of oxygen in the fermentation determines how much  alcohol, acid or CO2 is made from the sugar in molasses.  Bioprime<sup>TM</sup> is made with the amount  of air carefully controlled in order to make a maximum amount of both alcohols  and acids. These then condense to form esters.   Bioprime<sup>TM</sup> is full of esters.<br />
      With Bioprime<sup>TM</sup> we want lots of yeast, so  nutrients are added to make the yeast grow quickly. At the end of the process  we have a lot of biomass, because just like in Vegemite, yeast biomass contains  a lot of protein and vitamins.<br />
      The fermentation which makes Bioprime<sup>TM</sup> doesn&rsquo;t  stop completely, it slows down as it becomes pickled in its own acids. We then  arrest the process by bursting the yeast cells, making a stable, long-life  product. <br />
    <br><strong>How does it work ?</strong><br />
      Looking at soil microbiology using DNA shows it is very  complex. There are tens of thousands of different species in each gram of soil.  There is no point in looking at any single species, for they all seem to come  and go with changing seasons and conditions.<br />
      Instead we look at the major groups and the diversity within  each group. We look at 5 major groups:</p>
    <ul>
      <li>Proteobacteria:   These are simple, fast growing bacteria (formerly called gram  negatives), can dominate anaerobic (no oxygen) environments, live off simple  organic matter &ndash; they generally don&rsquo;t do your soil much good.</li>
      <li>Fermicutes: More complex, also fast growing  (formerly called gram positives), some are important pathogens, can be  anaerobic or aerobic, also don&rsquo;t do soil much good.</li>
      <li>Archea: These are tough and ancient life forms,  slow growing, but live in extreme environments (hot, salty, acidic etc). Their importance  in soil was only realised with DNA methods. They build up to significant  numbers in cultivated soil.</li>
      <li>Actinobacteria: These are quite complex bacteria  which are involved in soil carbon dynamics. They are slow growing but feisty,  as they are the chemical warfare specialists in soil. (Most of the antibiotics  and drugs we use come from this group). When there are plenty present, root pathogens  are suppressed.</li>
      <li>Fungi: These are more complex than bacteria, and  fall into two groups, the lower fungi are mainly moulds, and the higher fungi,  the Dikarya are the mushrooms and the mycorrhyza.</li>
    </ul>
    <p>The more diverse a soil&rsquo;s microbial population, the  healthier it is. All the above five groups should be present, but because the  Actinobacteria and Fungi are beneficial to plant growth, high diversity in  these groups is particularly important.<br />
      When Bioprime<sup>TM</sup> is added to soil, the  Actinobacteria and Dikarya get a boost because they get a dose of vitamins. The  proteobacteria get suppressed, firstly because the way they communicate with  each other, a process called quorum sensing, is interrupted. Secondly, they can&rsquo;t  grow s easily on the complex esters, but higher bacteria and fungi can.<br />
      When we look at the way group diversity changes, we see short  term and longer term impacts. In the short term, anaerobic bacteria are quickly  suppressed. Then we see Dikarya and Actinobacteria start to build up numbers.<br />
      These changes mean the best time to use Bioprime<sup>TM</sup> is  when you sow your crop, then again once it is established &ndash; at the two to four  leaf stage. <br />
      In moist soil, grains take a few days to imbibe water and  start to germinate. During this time, the presence of proteobacteria can be  harmful, as they can feed on the exudates produced by a germinating seed and  make a local anaerobic zone in wet soil, slowing down emergence. On the other  hand, you want Dikarya active, for within this group are the mycorrhyzal fungi  which colonize roots and help plant phosphorous uptake.  There is plenty of competition in soil, so the  quicker they can colonise the root, the more likely they will persist.<br />
      There are a number of important pathogenic organisms which  lurk in soil, and they often go unnoticed until stress hits the plant. An  important control against pathogens is the Actinobacteria which feed on the  pathogens. They also antagonise the simple bacteria which mineralise nitrogen.<br />
      So Bioprime<sup>TM</sup> does quite a lot of things, all of  which are good for the ability of soil to support healthy plant growth.<br />
    <br><strong>How much to use ?</strong><br />
      The optimal application rate depends on two important  factors, pH and soil organic matter.<br />
      Bioprime<sup>TM</sup> works best at a soil pH of 7 &ndash; and this  is the point of optimal plant nutrient availability. We always advise to lime  soil to get it to pH 7 &ndash; because we now we realise this is also the point of  maximum microbial diversity. <br />
      At a pH of 7, you only need to apply 3 liters per hectare at  each application to get a maximal response. If the pH is lower, you get a  better response by applying more &ndash; 5 liters per hectare at pH 4.5 &ndash; 5.5, and 4  liters per hectare at pH 5.5 &ndash; 6.5.<br />
      The amount of organic matter in soil also influences the  best application rate, but in a complex way. At low soil organic matter (under  0.5% organic carbon), a low rate works well (but adjusted for pH). If your soil  carbon is between 0.5 &ndash; 1.5%, it takes a bit more for maximal impact because  there is more background microbes living off that carbon, so you apply about  50% more. But if your soil carbon is very good (say 1.5 &ndash; 2.5%), you can drop the  rate back again. If organic carbon is above 2.5% - you are blessed, and you  soil is likely to already be very healthy and it is unlikely Bioprime<sup>TM</sup>  will give you a further benefit. The following  table summarises the best application rate.</p>
    <p align="center">
    <table border="4" cellpadding="2" cellspacing="2" width="50%">
    <tr>
    <td>Application Rates</td>
    <td colspan="3">Organic Carbon   </td>
    </tr>
    <tr>
    <td>pH Range</td>
    <td>0 - 0.5%</td>
    <td>0.5 - 1.5%</td>
    <td>1.5 - 2.5%</td>
    </tr>
    <tr>
    <td>4.5 - 5.5</td>
    <td>5 L/ha</td>
    <td>7.5 L/ha</td>
    <td>5 L/ha</td>
    </tr>
    <tr>
    <td>5.5 - 6.5</td>
    <td>4 L/ha</td>
    <td>6 L/ha</td>
    <td>4 L/ha</td>
    </tr>
    <tr>
    <td>6.5 - 7.5</td>
    <td>3 L/ha</td>
    <td>4.5 L/ha</td>
    <td>3 L/ha</td>
    </tr>
    </table>  
    <p align="left">
    <p><strong>How to apply Bioprime<sup>TM</sup> </strong><br />
      If you have a liquid system on your drill rig, it is best to  apply Bioprime<sup>TM</sup> as a spray into the drill row after the press  wheel. Simply dilute the volume you need in sufficient water to get even  spread.<br />
      Application with a boom spray just before seeding is an  acceptable alternative. Again, simply dilute Bioprime<sup>TM</sup> with water  to get even spread.<br />
      Once your crop is up and established, the second application  can be with a boom spray. Bioprime<sup>TM</sup> is acidic and completely water  soluble, so it is compatible with most chemicals (but check first with a jar  test).<br />
    <br><strong>Bad Start ?</strong><br />
      Sometimes the seasons are unkind &ndash; sow dry and no rain  comes, or too much rain comes and paddocks waterlog.  Bioprime<sup>TM</sup> opens an opportunity  window for about 3 weeks. If you dry sow and it hasn&rsquo;t rained in the first  three weeks, it is probably worth another application once it rains. Likewise  if things get too wet and the crop starts to get stressed and yellow, another  application of Bioprime<sup>TM</sup> will help it get back on its feet.<br />
    <br><strong>Seeing Bioprime<sup>TM</sup>  at work</strong><br />
      We always encourage you to sow a bit of your crop without  Bioprime<sup>TM</sup> so you can see it at work. You should see earlier  emergence, and once the crop is established, compare the root structure between  treated and untreated areas. If you believe root structure is important, you  will be impressed.<br />
      If you want to get into detail, Bioscience provides an assay  of soil microbial diversity which is a world first. Send us a 50 g sample of  soil (sampled properly from the top 150 mm, and put into a refrigerator and  send it to us on ice). We extract the DNA, then measure how many types of  microbes are present in significant numbers in each of the 5 major groups. From  this we can derive a biodiversity index and a health index. If you are  interested in soil biology and soil health, this leading-edge assay can show  you how your soil changes from year to year, guiding you with information on  what treatments work and what doesn&rsquo;t.<br />
    <br><strong>Is there anything  else like Bioprime<sup>TM</sup> ?</strong><br />
      There are a number of products which come and go which make  claims about improving soil health. They never come with a technical  description of what they are, and they never come with field trial data.  Usually there are lots of testimonials from someone in Utah or New Delhi, and  there are pictures of a guy holding big onions in one hand and small onions in  the other.<br />
      We take notice when farmers start talking positively about  getting a good response from a product, so we go out and buy some and pull it  apart in our lab.  There are only two we  have found which are somewhat similar. TM21, made by Best in Canada is  fermented molasses, but it is lot thinner, and poorly stabilised &ndash; smells a bit  putrid compared to Bioprime<sup>TM</sup> .  Vitazyme is  made in the USA, but it is fermented corn syrup rather than molasses, but for  some odd reason they add vitamin D to it (even though there is no known  function for Vitamin D in anything other than higher vertebrates!<br />
      But the huge difference is the price. <br />
    <br><strong>What does</strong> <strong>Bioprime<sup>TM</sup> Cost and How Do I Get  It ?</strong><br />
      Getting Bioprime<sup>TM</sup> is easy. You buy it online  direct from the manufacturer. It is only sold in 1000L IBC&rsquo;s for $2 per liter (FOB). <br />
    If you have your own IBC&rsquo;s, drop them off and we will fill  them up. If you don&rsquo;t, you will have to pay $150 for a serviceable second hand  one.</p>
    <p align="justify"> </p>
      <br>
    </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

  • Alignment problem in converting smartform printpreview into PDF

    Hi all,
    I am getting some alignment problem in converting smartform printpreview into PDF format, i.e the format of PDF is different from printpreviw of smartform.
    kindly suggest something so that alignment is not changed while converting to PDF.
    Regards,
    Sumalatha

    use below f.m to convert it into 255 characters....
         CALL FUNCTION 'QCE1_CONVERT'
            TABLES
              t_source_tab         = i_tline
              t_target_tab         = so_ali[]
            EXCEPTIONS
              convert_not_possible = 1
              OTHERS               = 2.

  • Alignment problem on abap report after Unicode conversion

    Hi,
    I've recently convert my system to unicode. Now my user is complaining the aged debtor report (ABAP) is having a column alignment problem when displaying the Japanese character.
    I'm not sure what to do now. Have anyone experience this and let me know how can I sove the problem?
    /Eida

    Hi,
    you need to regenerate the data
    For this regeneration, you start the program RKETREGP with the parameter
    application class 'KK', subclass '01' and table name 'KKROBJ'.
    br, Guido

  • Having a image alignment problem using clearbox

    Hi,
    I'm having an image alignment problem. I cannot figure it out. I'm using the clearbox - lightbox dreamweaver widget. Using Dreamweaver CS6.
    Actual page located here. Any help would be appreciated.
    http://dirtysouthink.com/gallery/dustin2.html

    This has very little to do with Dreamweaver. DW is merely a tool to assist you in building a web site. It is purely a matter of styling (CSS).
    When I look at the structure, I see
    BODY-CONTENT (width: 490px)
         GALLERY (width: 452px)
              CONTAINER (width: 500px)
                   ITEM (width: 150px)
    From this I can deduce that:
    GALLERY will fit inside BODY-CONTENT
    CONTAINER will NOT fit inside GALLERY or BODY-CONTENT
    ITEM will fit three times into CONTAINER
    To start with, I would reduce the size of the CONTAINER so that it fits inside of its parent. Then I would adjust the width of the ITEM so that only two of them fit inside of the CONTAINER.

  • Same alignment problem! can ANYONE help??

    Hi guys i still need help with my alignment problem! My nav
    bar lokos good in the preview window of fireworks
    CLICK
    HERE TO VIEW THE NAV BAR IN FIREWORKS
    but when previewed in a browser or exported into dreamweaver,
    the navbar is all out of order
    CLICK
    HERE TO VIEW THE NAV BAR IN DREAMWEAVER
    Can anyone tell me what is going on?? i really need to launch
    the website ASAP.
    Thankyou!

    10totti wrote:
    > Hi guys i still need help with my alignment problem! My
    nav bar lokos good in
    > the preview window of fireworks
    >
    >
    http://img97.imageshack.us/my.php?image=nav1yp1.jpg
    I hate being harassed by ads and will not review images on
    the image
    shack site any longer. Post the screen shot or original file
    to your
    personal site.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Banner Alignment Problem

    I am having an alignment issue with a website that I recently built using dreamweaver.
    http://bacs.myweb.uga.edu
    There is not an alignment problem on the front page (index.html), but subsequent pages (http://bacs.myweb.uga.edu/currentstudents.html) change the alignment of the banners below the tabs for each section.  Screen resolutions of 1280X800 do not have any alignment issues, but pretty much any other resolution changes the alignment.  Is there a solution to this problem?  Rather than posting all the code, you should be able to get it from the links above.  Thanks in advance.
    Frustrated in Athens,
    Aldo

    html
    <body>
    <div id="wrapper">
    </div>
    </body>
    css
    #wrapper {
    width: /*the width of your content */
    margin:0 auto; /*this will centre align it*/
    padding:0;

  • Paper Alignment problems!

    I have a HP F4280 all in one printer, just recently when doing any type of printing, everything is printed but comes off alignment, that is not straight on the page. How can I fix this paper alignment problem? I've had this printer for 2 years now and just recently the alignment is off, I haven't done anything different!

    The troubleshooting page here may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Spot healing brush alignment problem

    Using Photoshop CS4 (11.0) on a Mac with 10.5.6. Sometimes the spot healing brush works as expected. However, after working for a while, the alignment seems to be off--I hover the cursor over the spot I want to retouch, but when I click the mouse the area retouched is a bit (1/4" or so) below the spot healing brush cursor. If I quite and restart Pshop the problem goes away. This is with the spot healing brush--not the one where you need to select where to clone from. Is something wrong, or is there a new feature I don't know about that's causing this? I've used the spot healing brush quite a bit with CS3.
    If anyone has any thoughts, I'd appreciate hearing them. This is getting frustrating.

    I think you are talking about a different issue here. This problem is not specific to the spot healing brush.
    @ OP: The brush alignment problem is very real and I have it frequently when working with larger files (approximately >500MB in memory). I have two macs, a macbook (GMA X3100) and a mac pro (ATI Radeon HD 2600 XT). So two completely different hardware arrangements that have the exact same problem.This is clearly not a problem with graphics cards.
    Drawing with any tool like: brush (any brush - dodge/burn, blur, eraser etc.), lasso (any lasso), line, crop tool etc. will result in a misalignment of about 0,5 cm directly downward. However, clicking on menus and dialogue boxes works as expected. Switching off OpenGL features in PS WILL NOT PREVENT THE PROBLEM (if I shout, maybe Adobe will hear...). The same problem appears whether I'm using a Wacom tablet or a mouse. It even appears when the Wacom driver is uninstalled.
    So, if Adobe is not acknowledging the problem it's safe to assume it will be featured in CS5 as well.
    @ Jim: Sorry, I would have posted in the other thread but your link does not work anymore.

  • Can I fix the alignment problems my Color LaserJet CP1518ni is having? The red does not line up.

    Can I fix the alignment problems my Color LaserJet CP1518ni is having?  The red does not line up.  I have installed the latest updates, etc.  Calibrating does not help.  The printer is only a few years old.  What gives?
    This question was solved.
    View Solution.

    Please be aware that this forum is a peer to peer support forum, it is not a direct link to HP support.
    I have a similar issue with a Laserjet cp1525nw, it was mostly corrected by removing and reseating the toner cartridges.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Alignment problems in JSF datatable

    Hi,
    In my JSF data-table, i have few alignment problems.
    For Example, I have 4 columns, Emp-Id, First-Name,Last-name and Age.
    What happens is, sometimes, the value in the First-Name cell moves into the Last-Name cell, leadiing to alignment problems. But this is not happening always. Occasionlly this happens.
    I tried with iFrames and also by having fixed width for each cell, then also this problem is persisting.
    Is it something to do with the datatable display in JSF?
    Any suggestions/ideas on how to resolve this problem would be of immense help.
    Thanks

    Hi
    What happens if you delete the text and retype in and change alignment ?
    Does the same issue happens with all sub menu items ?
    Please provide the site url.
    Thanks,
    Sanjit

  • Keynote 9 and objects alignment problems

    Why keynote does not align object using the first one selected as stated in the user guide?
    It will rather use the highest one for top, the lowest one for bottom and a ponderate value for all objects for middle.
    Same problem for left center right.
    If I do align top with an order like (1 being the 1st selected, 2 the 2nd and 3 the 3rd).
         2                                             1     2          3
    1                       I end up with                              Rather than 1     2          3
                   3
    If I do align top with
         3                                             2     3          1
    2                      I end up with                               Rather than
                   1                                                                                      2     3          1
    Can this be changed somewhere?
    This is just not logical at all. The first object should be the reference for the alignment.
    There also is a problem with distribution, it uses the farthest left and the farthest right in Horizontal distribution rather
    than first and last selected.
    This is against the documentation.
    Cheers.
    Joffrey.

    Hello.
    Thanks for your reply. Indeed, these alignment guides are a powerful and great tool that I use all the time.
    Nevertheless when it comes to aligning a big amount of shapes, I can't be bothered doing it one by one.
    In the manual of Keynote 09' it is written page 89 and 90:
    Quickly Aligning Objects Relative to One Another
    You can use menu commands to quickly move objects on the same slide in alignment or space them equally apart. First, you must select all the objects you want to align (hold down the Shift or Command key as you click each object to select it).
    To align selected objects:
    m    To align the objects with each other, choose Arrange > Align Objects and then choose one of the alignment options in the submenu.
    Left:  Positions objects so that their left edges align vertically to the first object you select.
    Center:  Positions objects so that their centers align vertically to the first object you select.
    Right:  Positions objects so that their right edges align vertically to the first object you select.
    Top:  Positions objects so that their top edges align horizontally to the first object you select.
    Middle:  Moves objects vertically so that their centers align horizontally to the first object you select.
    Bottom:  Positions objects so that their bottom edges align horizontally to the first object you select.
    There is a discrepency between the manual and what Keynote actually does.
    I know there are lots of way to circumvent this alignment problem, I would just want to know if there is a place, in a config file, may be where this can be switch from topper to first one for example in case of an align top.
    Any other tools such as Omnigrafle, Axure, Visio, Adobe suites, you name it, do it using the first selected object. I whish Keynote would act as expected.

  • Alignment problems in IE

    Hi,
    I have an issue with text alignment in only some cells of a
    table in Dreamwever CS4.
    I made the table with the first two columns centred, third
    column left justified and remaining 6 columns centred.
    It all appeared fine, but at some point when I saved the file
    I realised that a few of the cells in 3 of the columns had changed
    text alignment. Weird thing is they have not changed to left or
    right etc, but are about 4 characters to left of centre.
    I tried selecting the columns and using the css style to make
    them centred again, but it does not work and these cells remain out
    of alignment.
    I looked at it it Firefox and Google Chrome and it looked
    fine anyway...but in Internet Explorer...the problem I see in the
    dreamweaver design view is also happening in the browser.
    Also..the radio buttons in the first two columns are centred
    and aligned vertically in the design view ...look fine in other
    browsers, but in IE the the radio butttons are "offset" by one
    vertical line space.
    I am not great with code, but have attached it to the
    message.
    So...first can anyone tell me why is this happening in the
    design view and how I can fix it...and could I be lucky enough that
    it would then work in IE or is that too much to hope?
    Thanks for checking out the post.
    Lani

    Hi,
    I have an issue with text alignment in only some cells of a
    table in Dreamwever CS4.
    I made the table with the first two columns centred, third
    column left justified and remaining 6 columns centred.
    It all appeared fine, but at some point when I saved the file
    I realised that a few of the cells in 3 of the columns had changed
    text alignment. Weird thing is they have not changed to left or
    right etc, but are about 4 characters to left of centre.
    I tried selecting the columns and using the css style to make
    them centred again, but it does not work and these cells remain out
    of alignment.
    I looked at it it Firefox and Google Chrome and it looked
    fine anyway...but in Internet Explorer...the problem I see in the
    dreamweaver design view is also happening in the browser.
    Also..the radio buttons in the first two columns are centred
    and aligned vertically in the design view ...look fine in other
    browsers, but in IE the the radio butttons are "offset" by one
    vertical line space.
    I am not great with code, but have attached it to the
    message.
    So...first can anyone tell me why is this happening in the
    design view and how I can fix it...and could I be lucky enough that
    it would then work in IE or is that too much to hope?
    Thanks for checking out the post.
    Lani

  • Thunderbolt cursor alignment problem anyone?

    Today I just got a Thunderbolt screen and set up my new Macbook pro with it, and it seemed to be working great until I was using the clone stamp and the brush was out of alignment.  This problem persists even despite uninstalling PS and reinstalling it, even without my previous preferences.  The technicians I spoke to at Adobe didn't have a clue -- and wasted a lot of my time.  I've read of many people having this problem, but no one has posted the solution yet.  I can't believe photographers out there with Macs are putting up with this.  I can't be the only one who has gotten this new screen.  Anyone have any information?

    I just spoke to Apple over here in France, and they say it's a compatibility problem with third-party software, and therefore up to Adobe to fix it.  Nothing I could say could change that axiom, but in the end they did ask me to provide screen shots, articles and so on for their engineers to look at.  This will take at least two weeks.  In the meantime, I've got to just go back to using the Eizo screen that I've had for years.  It's not so big and shiny, but at least it works.  Thunderbolt is a big disappointment.
    As far as I can tell so far, btw, this problem happens on the Thunderbolt screen, but not on the macbook screen, even for the same image at the same time.  The brush diameter at which it occurs (ie at which the place where the pointer points is offset from where it will hit when you click) is smaller with a small image, and bigger with big ones.  Please let me know if you'd like any further information -- perhaps to fix it on your end -- or to get Apple to fix it on theirs.

  • Probably a Simple Alignment Problem

    Ok this one is really bugging me. I'm using a BoxLayout and I want the items to align on the left edge rather than in the middle. I read through the tutorial for this exact thing, I've consulted several examples doing this exact thing, but it doesn't work for me. Maybe I've been looking at this code too long to spot the error and someone here can point me in the right direction.
    I read that OBJECT.setAlignmentX(LEFT_ALIGNMENT) or OBJECT.setAlignmentX(Component.LEFT_ALIGNMENT) should set the objects alignment property and that BoxLayout should respect that and position it properly. I don't know why there are 2 methods, I assume that LEFT_ALIGNMENT and Component.LEFT_ALIGNMENT are actually the same reference to a "0" alignment value? Anyway, I found both of these listed as the solution to this problem, but neither seem to work in my program. I even tried sticking "0" in for the reference and I get the same error when I compile:
    PhoneDatabase.java:217: <identifier> expected
         lblMaker.setAlignmentX(Component.LEFT_ALIGNMENT);
                                      ^So what is this identifier that it wants and why does this exact code compile quietly in other programs?

         lblMaker.setAlignmentX(0.0f);Gives me the same error, <identifier> expected, pointing at the 0.0f.
    I tried importing Component and even awt.* and still no luck. Correct me if I'm wrong, but since the JLabel descends from Component shouldn't it automatically have access to the setAlignmentX method?
    Everything in this panel should be left aligned so the problem Michael Dunn mentioned shouldn't be an issue.
    Message was edited by:
    michael.payne

Maybe you are looking for