Help... Weird bug with a list in a table

What has happened a few times now and I can't understand why. Here are two screenshots of a page created in RH8. The first screenshot is of HR when I clicked on show the item. Note that the second line of the table includes a bulleted list and a note inside a box, which is also what it looks like when I change the subject. The second screenshot is the generated WebHelp. The second point and the note then appear above the table.

The HTML code for the table is pasted below the screenshots. Can someone help me understand what the problem is?

screenShot1.png

screenshot2.png

< table class = "TableRTP" cellspacing = "0" >
< class = "t1st" tr >
< td > < class p = "tableheading" > field < /p > < table >
< td > < class p = "tableheading" > specify... < /p > < table >
< /tr >
< class tr = "t2Row" >
< td > < class p 'tabletext' = > language < /p > < table >
< td > < class p "TableText" = > select a language from the drop-down
list. For example, select < span style = "' make-weight: bold; ' > English"
(United States) </span >. < /p >
< class p = "tableNote" > the languages in the dropdown list are
defined using the administration Session language. Refer to the
"< a href ="... /... ' / RTPOneAdministrationUsersGuide/SystemAdministration/SystemManagement/sessionl anguage.htm.
target = "_blank" id = "a1" > online help for RTP | A SINGLE Administration < /a >. < /p > < table >
< /tr >
< class tr = "t1Row" >
< td > < class p 'tabletext' = > Default < /p > < table >
< td > < ul type = "disc" >
< class li = "p-TableText" > < class p = "TableText" > if selected.
This is will be the default language for this eStore site. < /p > < /li >
< class li = "p-TableText" > < class p = "TableText" > if not selected.
another language will be the default language. < /p > < /li >
< /ul >
< class p = "tableNote" > an eStore site can have only one default
language. < /p > < table >
< /tr >
< class tr = "t2Row" >
< td > < class p 'tabletext' = > Description Language < /p > < table >
< td > < class p = 'TableText' > enter a description for this language.
This is text that eStore visitors will see when selecting
the language in a multi-language eStore. < /p >
< class p = "tableNote" > to use the text with special characters, simply
copy text from another application and paste it in the
text box. < /p > < table >
< /tr >
< /table >

Hello

The HTML code for the table looks fine. How does the HTML around the appearance of the table? (It seems that the table is in a list). Maybe you can share an example topic so that we can try to work with him.

Take a bow

Willam

Tags: Adobe

Similar Questions

  • Weird bug with DC model spawning

    Hi all!

    Here's a weird bug with DC model spawning that I am struggling to solve.

    I do my development in Adobe Pro XI.

    I recently had some complaints from users saying model spawning would not work in Adobe DC.

    I installed DC Adobe reader and found this weird bug

    I created a simple PDF to illustrate.

    1. PDF has hidden the model named "RawDataPage".
    2. PDF has 6 pages at the beginning
    3. First page contains 4 buttons.
    4. 1 button adds 1 model after page 6, 2 button adds 2 models after page 6 and so on
    5. Close the PDF without saving the changes after clicking a button, just observe spawning
    6. You can find PDF files and screenshots to dropbox link https://www.dropbox.com/sh/qap5j5tzyomrlxw/AABGFv6Z0jGKE62SO6pgy2YSa?dl=0
    7. I'll update a shared folder to the arrival of the information
    8. find out all the code js inline below

    
    
    
    
    
    
    
    
    
    

    A fix is available for this bug. With the help of Acrobat | Release notes | DC Acrobat, Acrobat Reader DC | Update and download the ' patch '.

  • A weird bug with CFHTTP?

    I have a report that is created within a CFLOOP on a list of integers. For each list item, a new line of report is produced. Simple and it works very well.

    However, I am having an intermittent display problem I can't understand. Periodically, for the same set of data, if I update the report screen, I see the screen of the last list item in the CFLOOP, for example "14" on the report on the screen. Hit refresh a few times, she disappears. Some more refreshes and returns it. At first I thought it was just a CFOUTPUT missed or not closed, but no luck.

    I traced it so that it shows only the last element of list in the CFLOOP. I created a smaller version of the code just to test. Here's the CFLOOP statement: < cfloop list = "10,14" index = "ListItem" > full code can be found at the bottom of this post.

    Here is the result after several upgrades (that's okay).

    Departure to listitem:10 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP


    Departure to listitem:14 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP

    Sometimes if I update, I get this result (note 14, the last element of the CFLOOP list)

    Departure to listitem:10 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP


    Departure to listitem:14 loop
    loop index internal 14 = 1
    index of the inner loop = 2
    ENDLOOP

    Yet once, only 14 appears only intermittenty. Inside of my loop is a statement CFHTTP. If I comment on this statement, the "14" disappear, but obviously I need this statement. Just try to track down the issue.

    Here's my test code that produced the above output:

    < cfloop list is index "10,14" is "ListItem" >

    Start a loop for listitem: cfoutput > #ListItem # < / cfoutput > < br / >

    < component cfobject = '#application. "CFCPath #components.cGroup" name = "clientObj" >
    < cfset ClientGroupInfo = clientObj.ServicePowerInfo (ListItem) >
    < cfset ClientGroupDesc = clientObj.getClientGroupInfo (ListItem) >

    < cfset ClientGroupCurrent = ClientGroupDesc.CompanyName >

    < cfset form.runsheetdate = Now() >

    < cfsavecontent variable = "my_xml" >
    < delivery >
    < application >
    < user name > < cfoutput > #ClientGroupInfo ['username'] # < / cfoutput > < / userID >
    < companyID > < cfoutput > #ClientGroupInfo ['companyid'] # < / cfoutput > < / companyID >
    #DateFormat(form.runsheetdate,"YYYY-MM-DD") < date > < cfoutput > # < / cfoutput > < / date >
    < / request >
    < / shipping >
    < / cfsavecontent >

    < cfset xml_obj = xmlparse (my_xml) >
    < cfset webSvcURL = "http://test/test.aspx" > ""


    < cfhttp url = "" #webSvcURL # "charset ="utf - 8"method ="post"> < cfhttpparam type ="xml"value =" #my_xml #"> < / cfhttp >"

    < cfloop index 'i' = from = "1" = "2" >
    index of the inner loop = < cfoutput > #i # < / cfoutput > < br / >
    < / cfloop >
    ENDLOOP < br / > < br / >

    < / cfloop >

    All ideas are welcome!

    I would say that there is a situation under which of these methods exits clientObj argument going on in there.  Probably debugging the code.

    When troubleshooting these situations, I use the very technical method to put my code in places which they output above and below the lock, I'll try to find a TOP and a BOTTOM.  And slowly move them together in the code until one of them is displayed instead of 'bad' (for example: above appears after the little that I'll try to find.)  It is an easy way to isolate the line of code that gives you grief.

    Course or I could also use the debugger to do this, but I have developed CF for long enough with no available debugger that I forgot to use it now that they are available!

    --

    Adam

  • Weird bug with internal page links, ideas? (CS5)

    I add the hyperlink feature to some lines of text giving the interactivity/navigation to different pages of my 70 page document. I'm new hyperlink using the dialog, I select 'Page' in the menu dropdown, but I can only select up to page 4. This is a problem because I want access to pages 5-70. In the case where the file has been corrupted, I created a new empty document for the test, and the same thing happens, page 4 maximum. If I type in a number greater than 4 then this error pops up... 'This page does not exist. There are 4 pages in the document, and the value must be between 1 and 4. "... and yet I have 70 pages and I haven't used chapters or breaks or something like that.

    Does anyone have an idea around it?

    Have you tried this: replace your preferences

  • Weird problem with my bold 9780 help blackBerry smartphones

    really weird my touchpad to scroll more that when I hold alt and press the cap then I can scroll and if I scroll upwards or downwards in the BBM, it changes the letter I typed in a weird letter with stops at this topic hope someone can help me with this

    OK... in this case...

    REMOVE THE BATTERY FROM YOUR BB NOW!

    Run, don't walk, to this FAQ:

    Do everything it says, including the maximum recommended... maybe wait time even up to 5 days.

    Marketing your BB between her getting wet and do this process reduces the chances of success. In addition, the only predictable thing in the intrusion of moisture in a BB (indeed, any electronic device) is that the results will be unpredictable. I've seen some return immediately and be well. I have seen that others do not work. I've seen more a little run and then die later. And every thing in between.

    Good luck!

  • Weird bug of Xperia Mobile transfer and e-mail after update 5.1

    Since the 5.1 update, I got a few days ago, I had a weird bug. SOMETIMES exit after sending messages with the default Sony Messaging App, I'll get a very quick overview)<0.5s) og="" a="" message imforming="" me="" about="" the="" xperia="" transfer="">

    Steps to reproduce when it occurs:

    (1) open a conversation and send a message

    (2) quickly, press the back button to return to the home screen

    (3) between the specific conversation window and display the list of all conversations, this image appears for a brief second

    (4) in this case approximately 75% of the time, never seen before the 5.1 update and restart, forcing the farm or actually install the Xperia transfer Mobile App allows.

    I tried to quickly type "No thanks" as it appears, but it does not seem to register.

    I appreciate the support, thank you!

    So I fixed him and everything, but before that I could test if it solved, I scrolled to the bottom of my conversations accidentally. At the bottom, I saw the message that popped up when I tried to go back, basically just posting here - enough random actually. Try to scroll all the way to the bottom of your conversations and see if he's there.

  • having a weird problem with my assignment after incorporation of java

    Hello

    I have a weird problem with my assign activity, I use a Java Embedding wherin I access a variable and assign it some data, further in the next step when I try to assign data to the same variable affecting the activity I get an error message as below.


    com.oracle.bpel.client.BPELFault: faultName: parts of {{http://schemas.xmlsoap.org/ws/2003/03/business-process/} selectionFailure}: {{summary = not valid for the type of part.}} When you perform the operation of the entitlement, the node THIS, IS, TEST is invalid. The node named in the error message was either null, or a node-set is empty, and it was not an instance of org.w3c.Element. Check the value of the node to the line number 795 is not null and is an instance of org.w3c.Element. } .

    I am using soa 11.1.1.5

    Can someone please help?

    -Thank you
    Shirish

    Shirish,

    This is a bug and you will need to apply a patch for it.
    You can find explanations in Oracle Support Id ID 1194228.1.

    Arik

  • Help for newbie with ul CSS Navbar please

    Hi, I followed a tutorial and everything on my site worked fine so far except for one thing. When I go to a different screen resolutions page changes as I want it, but the buttons on my horizontal navigation bar remains fixed relative to the page. Any help would be welcome

    Code is pasted below for HTML and CSS

    Thank you

    HTML

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 "/ >"
    < title > Untitled Document < /title >
    < link href = "thrColLiqHdr.css" rel = "stylesheet" type = "text/css" / > <!-[if IE] > "
    < style type = "text/css" >
    / * place patches css for all versions of Internet Explorer in this conditional comment * /.
    .thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 {padding-top: 30px ;}}
    .thrColLiqHdr #mainContent {zoom: 1; padding-top: 15px ;}}
    / * the owner above zoom gives IE the hasLayout property, avoid several bugs * /.
    < / style >
    <! [endif]-->
    < / head >

    < body >

    < div id = "container" >
    < div id = "header" >
    <!-end #header->
    < img src = "images/logo combined.jpg" width = "800" height = "139" / >
    < ul >
    < li > < a href = "#" > home < /a > < /li >
    < li > < a href = "#" > about us < /a > < /li >
    < li > < a href = "#" > food < /a > < /li >
    < li > < a href = "#" > beer & amp; Wine < /a > < /li >
    < li > < a href = "#" > contact us < /a > < /li >
    < li > < a href = "#" > links < /a > < /li >
    < /ul >
    < / div >
    < div id = "sidebar1″" >
    Sidebar1″ < h3 > < / h3 >
    < p > the background color on this div will only show for the length of the content. If you want a line instead, place a border on the left side of the #mainContent div if div #mainContent will contain more content than the div. of #sidebar1 < /p >
    < p > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. < /p >
    <!-end # sidebar1″--> < / div >
    < div id = 'sidebar2' >
    < p > < img src = "images/logo blue.jpg" width = "104" height = "125" / > < / p >
    < p > welcome on the site of the Wheatsheaf Inn Brading.
    The building has been approved for consumption of alcohol since the beginning of the 18th century and today it is still an attention of the local community, as suitable for a traditional pub. < br / >
    In addition, we strive to provide a wide range of beers and wines, including all three time English beers and a diverse but significantly to the price of the wines, as well as freshly cooked food that moves with the seasons and, as much as possible, produce uses are grown or high on the island. < /p >
    < p > < / p >
    <!-end #sidebar2-> < / div >
    < div id = "mainContent" >
    The Wheatsheaf Inn, Brading < H1 > < / h1 >
    < p > Lorem ipsum dolor sit amet, adipiscing elit our. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. Donec and ipsum and vehicula nonummy sapien. Suspendisse potentialit. < /p >
    Heading level H2
    < p > Lorem ipsum dolor sit amet, adipiscing elit our. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. < /p >
    <!-end #mainContent--> < / div >
    <!-this element of compensation should immediately follow the #mainContent div in order to force the #container div to contain all the child floats--> < br class = 'clearfloat' / >
    < div id = "footer" >
    footer < p > < /p >
    <!-end #footer--> < / div >
    <!-end #container--> < / div >
    < / body >
    < / html >

    CSS

    @charset "utf-8";
    {body
    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 centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    do-family: Arial, Helvetica, without serif.
    do-size: 100%;
    background-color: #660000;
    }
    UL {}
    margin: 0px;
    padding: 0px;
    float: none;
    }

    #container {}
    Width: 100%;
    text-align: center;
    do-size: 80%;
    background-color: #FF9;
    }

    / * MainContent tips:
    1. the space between the mainContent and framed is created with the left and right margins on the mainContent div.
    2. to avoid falling of float at a resolution of 800 x 600 minimum supported, within the mainContent div elements must be 300px or smaller (including images).
    3. in the Internet Explorer conditional comment below, the zoom property is used to give the mainContent "hasLayout". This avoids several specific IE bugs.
    */
    #mainContent {}
    margin: 0 24 0 23.5%; / * left and right margins on this div element creates the two outside columns on the sides of the page. No matter the amount of content contain the sidebar divs, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill in the spaces of the sidebar when the content in each side bar ends. */
    }
    #header {}
    background-color: #660000;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: right top;
    }
    #header ul {}
    background-color: #036;
    background-image: url(images/Nav%20Bar%20Top.jpg);
    background-repeat: repeat-x;
    border-bottom-color: #FF0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-left: 155px;
    list-style-type: none;
    overflow: auto;
    margin: 0px;
    }
    #header li {}
    float: left;
    do-size: 120%;
    }
    #header Li a {}
    display: block;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 25px;
    left margin: 0px;
    }

    / * Tips for sidebars:
    1. as we work in percentages, it is best do not use the lateral pads on the side bars. It will be added to the width for browsers compatible standards creating a real unknown width.
    2. the space between the wall of the div and the items it contains can be created by placing a margin left and right on these items as seen in the rule "#sidebar1 p".
    3. Because Explorer calculates the width after that the parent element is rendered, you can sometimes run into unexplained bugs with percentages of columns. If you need more predictable results, you can choose to change the columns of pixels in size.
    */
    {#sidebar1}
    float: left; / * This item must precede in the source order of any element you want it positioned next to * /.
    Width: 22%; / * because this element is floating, it takes a width * /.
    Background: #660000; / * the background color will be displayed for the length of the content of the column, but no further * /.
    Padding: 15px 0; / * upper and lower padding create a Visual space within this div * /.
    }
    {#sidebar2}
    float: right; / * This item must precede in the source order of any element you want it positioned next to * /.
    Width: 23%; / * because this element is floating, it takes a width * /.
    Background: #036; / * the background color will be displayed for the length of the content of the column, but no further * /.
    Padding: 15px 0; / * upper and lower padding create a Visual space within this div * /.
    }
    #sidebar1 p. #sidebar1 h3, #sidebar2, #sidebar2 h3 {}
    margin-left: 10px; / * the left and right margins should be to all of the items that will be placed in the side columns * /.
    margin-right: 10px;
    color: #FF0;
    make-weight: bold;
    }

    #footer {}
    padding: 0 10px; / * This filling is the alignment to the left of the items in the div that appear above him. */
    Background: #660000;
    }
    #footer p {}
    margin: 0; / * 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: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    }

    / * Various classes for reuse * /.
    .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 in your page, the floating element must precede the element it should be next to the page 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 the closing of a container must contain its child floats entirely * /}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }
    a {}
    color #FF0;
    color: #FF0;
    make-weight: bold;
    }
    H1 {}
    color: #036;
    font size: 250%;
    }

    I also did what did Martin, wrap the list in a new div with an ID of #navbar.  If you give it a width in px and auto margins, the Center navigation bar.

    Here's what has worked, however, it is very difficult to see without having access to the images you used as background images called via the stylesheet.

    CSS:

    {#navbar}

    Width: 980px;    / * change width as needed * /.

    margin: 0 auto;

    }

    Another option would be to take the navigation bar of the header div and create its own container under the header div and try that style instead.  At the moment he is forced by the rules in the #header.

    If you cannot fix it, please download the files to a server and provide a link - it is the only way that people can help troubleshoot, especially if the images are involved in the design.

  • THE Weird bug... Player 9.0.1.6.0

    Hello

    Some time ago I updated my IE with the a new version of the plugin Flash (9.0.1.6.0). A weird bug suddenly began to appear in Internet Explorer. I have the same plugin on Firefox and the bug does not appear in the browser. Before I updated my version of Flash for IE plugin (8.0) everything works beautifully...

    The following happens on IE: when you click on the title nieuws or date (not the tab 'nieuws') throughout the site is suspended. In Firefox, everything works well and the news item appears. How can this happen? Anyone any idea? I didn't write the code and he screwed up, so before I dive in, I want to know where I have to look pretty. All ideas/experiences with this kind of bugs?

    URL: http://www.dpi.nl/

    Thanks for the help!

    Adriaan

    Thanks for the reply!

    I managed to fix the bug. How I did it... God knows...

    The code was written by someone who doesn't work here anymore. It was pretty messed up and a lot of things happening at the same time. I traced function calls and saw a couple beeing functions called twice. So I had that from the road and suddenly it worked on IE too.

    Can't really say why it didn't work on IE... at least it works now :)

    thanx

    Adriaan

  • Bug with high speaker on the Satellite C650-144 with Window 7

    I have a bug with my high speaker, so I download driver leatest and nothing has changed.
    But when I use the jack slot it works and when I put it and when I go to the speaker icon in the windows taskbar there is 'activity' because the level moves, but there is no probe on my high speakers.

    For windows everythings works fine, so I don't know what I have to do...
    I went on the Internet on the forum, but there is no solution for my problem!

    Please help me!

    My computer references are: Satellite C650-144 and PSC08E-01100DFR
    Please excuse me for my English...

    Thank you very much!
    Friendly
    aldebordeaux

    Hello

    Simply said; You can listen to the sound using headphones, but can not hear the sound on the speakers. Right?

    Have you noticed this early? Have you installed a few 3rd party applications may affect the functionality of speaker? Maybe some Windows updates can affect this?

    Please check the settings in the control panel-> sound-> the Read tab

    As a last resort, I recommend for recovering the device I want to say, it looks a bit because of speaker, but I strongly recommend to test the laptop with the factory settings.

  • With the help of 5s with ios 9.2.1. Call ringtone but screen does not show the answer since mode. Could not receive call and not able to see the contact call. This may be due to whatsapp.

    With the help of 5s with ios 9.2.1. Call ringtone but screen does not show the answer since mode. Could not receive call and not able to see the contact call. This may be due to whatsapp bug. Please specify.

    bjmrao wrote:

    With the help of 5s with ios 9.2.1. Call ringtone but screen does not show the answer since mode. Could not receive call and not able to see the contact call. This may be due to whatsapp bug. Please specify.

    Please ask Whatapps since you use their app.

  • Weird problem with the google search on Safari 9.0.2

    Hi all

    I had a weird problem with Google on Safari recently. After that the search for something from the Google home page and search page is loaded, I can't be able to change or enter anything in the more the google search bar. I have to reload the page every time google to search something else. Google search worked fine on Firefox though.

    I use the latest version of Safari (9.0.2) and I tried clears all history data, and Web site, but nothing has worked so far. My Mac is running on OS X Yosemite so what counts.

    Can someone understand what is the problem?

    Thank you.

    If you have problems to open Web pages, take a look at these techniques proposed by Apple of troubleshooting.

    https://support.Apple.com/en-us/HT204098

    Go to the Safari menu (at the top right of your screen next to the Apple icon), choose 'Quit Safari'

    Press the "Shift" key and while holding this button on your unique keyboard, click the icon of Safari on your Dock.

    Open Safari - Preferences - Privacy - data to remove any Web site.

    Open the menu to go with the Option (Alt) key - library - key locate Safari folder and place it on your desktop. Restart your Mac, open Safari and delete the file from your desktop.

    In addition, a restart may help.

  • Weird problem with control of the ring and foot

    So I have some sort of weird issue with a control of the ring and a chart. I'm with LabWindows/CVI on a Windows 7 computer. The part of the program I'm looking at is basically to navigate through data - there are several "transition" (rehearsals experience), and you can choose the one that you want to watch in the list.

    Normally, you would select transitional in the list, it plots the data, then it is done, basically. However, all of a sudden (don't know how long it spent for), when I select anything except 'Average', he made all the tracing and such, then it changes control of the ring to 'Average' (it is not plot the average data or generate all the reminders that I can tell).

    Now the thing the more bizarre as you can see below, it seems that the switch happens just when I draw something on the chart:

     

    So, it's just weird. The code in this section is here:

       if(uidc.polyon) {
                polynomial_subtraction(curr_data, np, uidc.polyord, 0); // 0 Skip for now
            }
    
            // Scale the curr_data for gains, then pre-scale the FFT data
            // to have no change in the power spectrum (multiply by (2/np)
            for(j = 0; j < np; j++) {
                fft_data[j] = curr_data[j]*2/np;
                curr_data[j] = curr_data[j]*uidc.fgain[i] + uidc.foff[i];
            }
    
            uidc.fplotids[i] = PlotY(dc.fid, dc.fgraph, curr_data, np, VAL_DOUBLE, VAL_THIN_LINE, VAL_NO_POINT, VAL_SOLID, 1, uidc.fchans[i]?uidc.fcol[i]:VAL_TRANSPARENT);
    
            // Prepare the data.
            FFTEx(fft_data, np, npfft, NULL, FALSE, curr_fft);  // Do the fourier transform
    

    DC is a structure that I use to better organize some UI controls and uidc is for display RAM variables, then dc.fid is the Panel that is embedded in the tab "FID", dc.fgraph = FID_Graph and corresponds to the chart control. Control of the ring is actually in a child Panel, dc.cloc [0]. FID_Graph has a point, it can produce, but the reminder is empty (no not coded something there yet).

    I have also considered that perhaps something in another thread (I don't think there is, but whatever) I see is the cause, however, this behavior still happens on that line. I tried to break in different locations, on hold, then continues, as well by adding a loop containing Delay (0.01), a loop of 100 times. Always happens after the conspiracy.

    Does anyone have any idea why this might be happening?

    Hi Paul,.

    I don't have a solution, but I wanted to point out that, even if you see the ring to change its value only when you call the function of tracing, that doesn't say what this function call that really changes the value of the ring. In CVI, some drawing operations are batched, for performance reasons, and the Panel updates only visually at certain times. One of those moments when you draw a chart data. Yes, the ring changes visually at this time there, but it is probably just 'catch up' a change earlier.

    As you are looking through the code, when the value of the ring, you can use the term > command update UI to force the update panel, so that you don't have to wait for the tracing function and see if all goes well this change happening earlier.

    Luis

  • When I click on a desktop icon top of page, open with. opens with a list of programs. How can I get rid of this pop up - thank you.

    WHEN I CLICK LEFT ON AN ICON ON MY DESKTOP. 'OPEN WITH' APPEARS WITH A LIST OF MANY PROGRAMS. HOW CAN I GET RID OF THIS POP UP?

    PLEASE HELP - AND I YOU THANK JOAN

    Hi Joanarchdeacon,

    It may be a problem with your file association.  About how to resolve this problem, see the following article:

    http://support.Microsoft.com/kb/950505

    I hope this helps!

  • I can't uninstall IncrediMail with markets listed in the control panel.

    Original title: impossible to uninstall

    I can't uninstall IncrediMail with markets listed in the control panel. I have Dell Windows Vista

    Hi Anneloye,

    Please use the forum for Support of Vista,

    It's the Q / A about uninstalling IncrediMail site:

    Q: How to uninstall IncrediMail?

    R: to uninstall IncrediMail, simply do the following:

    1. Click the Windows 'Start' menu, scroll to 'Programs', select "IncrediMail" and click "Uninstall IncrediMail".

      Note: When you uninstall IncrediMail, you will lose all unsaved data. It is recommended to backup your IncrediMail data before uninstall, in case you want to use it later.

    2. Select the option "Uninstall IncrediMail" (marked in red) and click 'Next' (marked in blue). When asked to verify the uninstallation process, click 'yes '.

    3. Once the uninstall is complete, reboot your computer.
    4. Navigate to: C:\Program Files\IncrediMail.
    5. Remove the 'bin' folder to completely remove IncrediMail from your computer.

    Hope this helps,

    Kevin
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for