Graph in advance with BAR_VERT_STACK

Hi, I tried to create a graph of some dificult for me.

It comes to my table which is generate with rtf.

! http://img98.imageshack.us/img98/986/chartr.PNG!

And this is my code.

chart:
< graphic seriesEffect = "SE_AUTO_GRADIENT' graphType ="BAR_VERT_STACK">
< LegendArea visible = "true" / >
< SeriesItems >
< series id = markerType '0' = "MT_BAR" color = "#ff0000" / >
< series id = '1' markerType = "MT_BAR" color = "#99ccff" / >
< / SeriesItems >
< LocalGridData colCount = "{count(xdoxslt:group(current-group(),"Proceso"))}» rowCount = «2» >)
< RowLabels > < label > < / Label > < Label > B < / Label > < / RowLabels >
< ColLabels > < xsl: for each group-select = "current - group () ' group by ="Proceso"xmlns: xsl ="http://www.w3.org/1999/XSL/Transform"> < xsl: sort select =" current-group () / Proceso "" / > "
< label >
< xsl: value-of select = "current-group () / Proceso" / >
< / label >
< / xsl: for each group->
< / ColLabels >
< DataValues >
< RowData >
< xsl: for each group-name = "Var1" select = "current - group ()" group = "Proceso" xmlns: xsl = "http://www.w3.org/1999/XSL/Transform" > "
< xsl: sort select = "" current-group () / Proceso "/ >"
< cell >
< xsl: value - of select = "sum (current - group () / Valor_proceso)" / > "
< / cell >
< / xsl: for each group->
< / RowData >
< RowData >
< xsl: for each group-select = "current - group () ' group by ="Proceso"xmlns: xsl ="http://www.w3.org/1999/XSL/Transform">" "
< xsl: sort select = "" current-group () / Proceso "/ >"
< cell >
< xsl: value - of select = "sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso)" / > "
< / cell >
< / xsl: for each group->
< / RowData >
< / DataValues >
< / LocalGridData >
< / chart >

Well.

If you read I subtracted two values in the chart: < xsl: value - of select = "sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso)" / > "

When the result is positive, the bar is OK, but when the result is negative the bar is incorrect, because the value of 'B' is below zero, I know it's normal, but I Don t want.
This Image generate with MsPaint is the correct result for all bars

! http://img339.imageshack.us/img339/8408/chartwrong.PNG!

Finally, I think that an idea, but I Don t know it's possible.

It's my posible solution:

1 - for example, the case is negative:

Can I write conditional Ifs in xsl: Value-Select and how?

<? sum (Valor_proceso) + sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso) if: number (sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso)) < 0? > <? end if? >
<? If: number (sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso)) > 0? > sum (current - group () / Valor_proceso_Aragon)-sum (Valor_proceso) <? end if? >

< xsl: value-of select = "<?" sum (40) + sum (current - group () / 30)-sum (40) if: number (sum (current - group () / 30)-sum (40)) < 0? > <? end if? ">" / >

The result is negative but thaks conditional statements, now I have a positive result, for example locks 30.b A = 40.

2 - and after I configure table painting transparent bar by bar 'B' and B, black outline.

Do you understand me? It is very difficult.

Thank you.

Hi Carlos,

You sent the model after fixing.

Let me know, how is it ;)

Tags: Business Intelligence

Similar Questions

  • Hello I have a problem with the opening of the e-mails received. FIREFOX is notified of an email I received. When you arrive in the Inbox does not appear emeilul announced. Can you help me? Thanks in advance, with Dan Vatui

    Hello

    I have a problem with opening emails received. FIREFOX is warned of an email I received. When you get into INBOX does not seem emeilul announced. Can you help me?
    With thanks in advance, Dan wadded
    

    Hello

    Please also try after you delete the cache and cookies: Tools (Alt + T) > clear recent history, choose all in the interval of time to clear, Cache , and Cookies in Details and clear now. Recent history of claire

    If the problem persists, please check in Safe Mode.

    Extensions of the issues

    Troubleshooting Extensions and themes

    Uninstalling the modules

    Uninstalling toolbars

    Safe mode disables the installed Extensionsand themes (appearance) in (Alt + T) Tools > Add-ons. Hardware acceleration is also temporarily disabled - manual setting is Tools > Options > Advanced > general > use hardware acceleration when available. Options > Advanced. All these parameters/additional custom modules can also be individually or collectively disabled/enabled/changed to normal mode of Firefox to check if an extension, theme or hardware acceleration is causing issues.

  • Problem with PPR in a table advanced with the insertion of several lines in create the page using 'add a new button '.

    Hello experts,

    I created a page that contains an array of advanced, 6-7fields (including a poplist column)

    Whenever I have add a new using the line add new line button, I get a null pointer exception.

    Code in Scenario1.


    Public Sub handleCurrencyChangeEvent()

    {

    PVO OAViewObject = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    Line OARow = (OARow) pvo.first ();

    OAViewObject dtlVO = (OAViewObject) findViewObject ("xxEcreditCardDtlVO1");

    OARow dtlRow = (OARow) dtlVO.getCurrentRow ();

    String currency = (String) dtlRow.getAttribute ("CurrencyCode");    / / NULL POINTER EXCEPTION

    If ((currency == null) |) ("AED".equals (currency)))

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    }

    on the other

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateRender", Boolean.TRUE);

    }

    }

    Public Sub initPVO()

    {

    OAViewObject appPropsVO = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    If (appPropsVO! = null)

    {

    If (appPropsVO.getFetchedRowCount () == 0)

    {

    appPropsVO.setMaxFetchSize (0);

    appPropsVO.executeQuery ();

    appPropsVO.insertRow (appPropsVO.createRow ());

    Line OARow = (OARow) appPropsVO.first ();

    row.setAttribute ("RowKey", new Number (1));

    }

    }

    handleCurrencyChangeEvent();    / / If I comment on this call, there will be no null pointer when I click on the button Add a new rank and PPR will not be the first line when I select the poplist.                 

    }

    Public Sub createDetailRow()

    {

    String hdrId;

    OAViewObject hdrvo1 = (OAViewObject) getxxEcreditCardHdrVO1 ();

    OAViewObject dtlvo = (OAViewObject) getxxEcreditCardDtlVO1 ();

    Initialize and create a line of VO

    If (! dtlvo.isPreparedForExecution ())

    {

    dtlvo.setMaxFetchSize (0);

    dtlvo.executeQuery ();

    }

    Line dtlrow = dtlvo.createRow ();

    dtlvo.executeQuery ();

    int count = dtlvo.getRowCount ();

    dtlvo.insertRowAtRangeIndex (count, dtlrow);

    Development of the sequence for the number of request *.

    Number of dtlseq = getOADBTransaction () .getSequenceValue ("xxdm. XXDMI_ECREDIT_CARD_DTL_SEQ");

    hdrId = hdrvo1.getCurrentRow ().getAttribute("CreditCardHdrId").toString (); mind vo

    dtlrow.setAttribute ("CreditCardHdrId", hdrId);

    dtlrow.setAttribute ("CreditCardLineId", dtlseq);

    dtlrow.setAttribute ("LineNumber", count + 1);

    End of sequence generation *.

    dtlrow.setAttribute ("CurrencyCode", "AED");

    String currency = (String) dtlrow.getAttribute ("CurrencyCode");

    System.out.println ("CurrencyCode:" + currency);

    dtlrow.setNewRowState (Row.STATUS_INITIALIZED);

    } / / end createDetailRow()

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    Event string = pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM);

    * Treatment add line button *.

    If ((ADD_ROWS_EVENT. Equals (Event)) & & "AdvTblRN".equals (pageContext.getParameter ("source"))) ".

    {

    am.invokeMethod ("createDetailRow", null);

    am.invokeMethod ("initPVO");

    } //**End add row button *.

    otherwise if

    ("currCodeChangeEvent".equals (pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM)))

    {

    am.invokeMethod ("handleCurrencyChangeEvent");

    }

    ===========================================================================================================================

    Could please help what is wrong in the code, I followed all the steps as stated in the guide, but the table advance, the problem starts whenever I click on the button Add a new row for the creation of new line.

    I couldn't understand what was wrong with the code.

    Thanks in advance,

    Suman

    Suman,

    A few points:

    1. Why do you call handleCurrencyChangeEvent in the event to add a line? Simply set the useful, likely of the values in the line it himself.

    ex:-instead of calling the handleCurrenyChange method, simply add the below lines inside the createDetailRow()

    dtlrow.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    2. it looks like you have on the field of the currency and that fireAction handleCurrencyChangeEvent action method is called, right?

    Instead of using dtlVo.getCurrentRow, use the code below:

    public void handleCurrencyChangeEvent(String eventRowSourceParam)
      {
      OAViewObject pvo = (OAViewObject)findViewObject("xxCurrencyPVO1");
      OARow row = (OARow)pvo.first();
    
      OAViewObject dtlVO = (OAViewObject)findViewObject("xxEcreditCardDtlVO1");
    
      //OARow dtlRow = (OARow)dtlVO.getCurrentRow();
      OARow dtlRow = (OARow)this.findRowByRef(eventRowSourceParam);
    
      String  currency = (String)dtlRow.getAttribute("CurrencyCode");    // NULL POINTER EXCEPTION
    
      if ((currency == null) || ("AED".equals(currency)))
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateDateRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateRender", Boolean.FALSE);
      }
      else
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateDateRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateRender", Boolean.TRUE);
      }
      }
    

    In the controller:

    if((ADD_ROWS_EVENT.equals(event)) && "AdvTblRN".equals(pageContext.getParameter("source")) )
    {
      am.invokeMethod("createDetailRow",null);
      am.invokeMethod("initPVO");
    } //**End Add Row Button**
    else if ("currCodeChangeEvent".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    {
      String eventRowSourceParam = pageContext.getParameter(EVENT_SOURCE_ROW_REFERENCE);
      Serializable[] params = {eventRowSourceParam};
        Class[] paramTypes    = {String.class};
      am.invokeMethod("handleCurrencyChangeEvent",params, paramTypes);
    }
    

    3. Why do you call initPVO when it is clicked on the Add line? Are you calling not just in the PR?

    You could call it once in the PR and let. When you call it PR, you may need to remove the handleCurrencyChangeEvent of this method call.

    See you soon

    AJ

  • Creating advanced with overview areas actions

    Hi all

    I created the advanced actions with click areas, once all the areas clicked, my next page button appears correctly on the slide

    I did the same with areas of rollover slidelet, the next page button does not appear...

    Actions avancées B10 p1Capture.JPGActions avancées B10 p2.JPG

    information entered on each script created.

    Once the module scorme and placed on my LMS, not just the next page button does not appear, but the green check marks appear or not, it's pretty random.

    Are there things that I forgot to do?

    Second question:

    The result is different depending on the Conference of the slide: playing on .cp, playing on .exe, playing the scorm on the lms, you have the same results?

    Pour your information, I'm the of am trained on job, the manual of Captivate is indigestible.

    Thanks to all in advance

    JJ

    Hi all

    I created, with advanced Actions, click boxes, once clicked on everything, my next page button appears correctly on the slide

    I did the same with rollover slidelet areas, the next page button does not appear...

    First minidiapo Overview: (photos above are in French, sorry) :-)
    Condition: If rollover_slidelet_1 is 0

    Action: Assign rollover_slidelet_1 is 1
    coche_verte_10 display (display of the preview)

    2nd view minidiapo of all:
    Condition: If rollover_slidelet_2 is 0

    Action: Assign rollover_slidelet_2 is 1
    See the coche_verte_11

    even on 13 rolling minidiapo

    second page:

    If all are rollover_slidelet 1
    : Icons display (next page)
    Click the display area (go to the next slide)

    information on each script created entries.

    After scorme and place my module LMS, not only the next page button does not appear, but the green check marks appear or not, it's pretty random.

    Are there things I forgot to do?
    The result is different depending on playback of the slide: playing on .cp, playing on the .exe, scorm playing on movies, you have the same results?

    For your information, I trained on the job, the manual of Captivate is indigestible.


    Thanks in advance to all


    JJ

    Groups are useful pour organiser the 'calendar' but they can also be used for certain actions: on can show/hide a whole group.

    I don't see audio to the diameter in this case here this long duration of the slide is not necessary at all. As the 'head' stops at the break of the click box there is no reason to extend this slide to dry 10. A duration of 3-4secs would have been sufficient. The button should not be delayed, the everything since it is hidden time until the second condition is met. As I'd already music Personally I would have replaced the first nominal condition 'If 1 is equal to 1', it is not necessary to make a true condition.  In this case it will be even recommended pour allow reloaded UN click chest more than once. But a large order is missing in the 1st decision:

    Zonex with 1 capacity



    I copy the 1st decision of a previous response:

    IF 1 is equal to 1

    Capacity v_one with 1
    View Coche_verte_10

    Go to slide x

  • Result of cuts 11.2.0.3 Advance with EBS r12.1.3

    Hi all

    Nice day.

    We have a database of a growth of about 3 to 4 GB per day and we are looking for the best answer to audit needs and performance.

    We had discussions with one of the archiving solution provider, but the meeting was unable to set the backup strategy for the database. To remedy this, we are looking for the solution of compression compress the database.

    Oracle has not been able to provide results of sufficient success and validations for the performance of instance EBS r12 on prod with cuts of the advance on.

    So I would understand if someone uses it and how well has it? other suggestions are also welcome.

    concerning

    Karan Kukreja

    Try this link - Aderas Inc - Whitepapers

  • Stocks advanced with him apply the effect

    Hello!

    I'm working on a Captivate 7 project where there are a number of objects on a slide, and I created an advanced action that uses apply effect to expand all objects off the slide (except those I want to stay) in addition to extra zoom content in the slide when one of the objects is enabled.

    Here are the problems I encounter:

    1. Some zoom not completely out of the slide objects.  They stop near the edge but do not disappear.  When you click on the original, click object a second time, it seems to go all the way.
    2. Zoom into objects should be soon same time that zoom of objects, but are not, until you click again on the original object of click.
    3. I added a button display to come in (that works) and I try to find a way for her to show all the original objects without having to create a new advanced action to make things zoom in place.

    If anyone has encountered these problems before and can offer some advice?

    See you soon!

    Zoom in and Zoom out don't really move things anywhere.  These effects simply change the size of objects expanding from small to large (Zoom In) or their narrowing between big and small (Zoom out).  So in addition to the effect of zooming, you will probably also need to add a motion effect that moves the objects off the stage more.

    Looks like you have problems to control where the effects because you apply them via advanced Actions.  It is a large area of frustration for many Captivate authors.  Some successes to report by creating a custom and then effect by modifying the XML file created in order to gain more control over the timing.  However, be warned that this requires getting your hands dirty with XML code and is very tedious.  Captivate provides no default is an easy way to control the timing of the effects if you apply via advanced Actions.

    For your button show that I propose that the simplest solution is to create copies of all your objects, remove their applied effects and just place them in the same positions that they would be at the end of their effects, then use your button to perform an action advanced to view these copies of the original objects.  Much easier to control.

  • How can I eliminate the auto advance with advanced actions?

    In the menu slide of course, I have several interactive objects click boxes, etc..  They are all to do not pause the project as well so that the slide will automatically in advance.  My problem is that I want to auto-advance. I want the learner to select one of the four options menu (click on the box), but I also advanced actions on this page to indicate when something is finished.  (See screen capture below properties)  I can't modify or eliminate the advanced action, so this isn't an option.

    How can I set this slide so that I can keep the existing, fast action and demand that they select a menu option before moving on to the next slide (click box)?

    menuhelp.PNG

    I understand something else, that your question is not on 'no progress' for all slides (for which you may use the TLCMediaDesign approach) but you talk about a slide in Menu. You already have several interactive objects on this slide, right? What is their purpose? Is there a reason why you do not use their ability to pause the slide? Maybe post a screenshot of the slide with the timeline when you explain the purpose of these interactive objects.

    Lilybiri

  • Shares advanced with effect applies on the click boxes

    Hello!

    I could use some help troubleshooting one of my projects.

    I use a couple of clickboxes that perform distinct advanced actions - by clicking on the first clickbox (CB1) shows a picture, a text caption and click box (CB2) that appear with a fade-in effect apply (see the + ApplyEffect). Then, once everything is displayed, CB2 makes all melted (ApplyEffect only). It's like a pop - up glorified that fades in and out. It works very well... once!

    The problem is that if CB2 hides everything stated by CB1, I can open and close until the cows come home. However, as soon as I replace Hide to apply effects (fadeout) in advanced actions, he won't again. I click on CB1 but nothing happens.

    What I think is that CB2 is not hiding anything (only fades them out of sight) and when I click on CB1 the second time, it displays them, but I don't see it because they are always made disappear.

    I tried to add assign rdcmndGotoFrameAndResume with v_startframe at the end of advanced action of CB2, but nothing helped. Simply, he jumps the fadeout and go to the first image.

    Is it possible to delay my last action? Or maybe I do not have that sense. just started using advanced actions.

    Thank you!

    First define the variables two user I've been using: v_start and v_fadeout. No need to give them a default value.

    On the slide, in the properties, Action on enter, accordion panel you choose entitled and in the drop-down list, you select v_start and then you will need to type in the system variable $$rdinfoCurrentFrame$ $. I find it easier to make a standard advanced trigger action on enter, because in the dialog shares advanced, you can also select this variable system instead of having to type it. With this action, the value in the v_start variable will be the first image of the slide number.

    For buttons, unlike the click boxes, you can time the point of suspension in the properties, timing Accordion Panel. Here, you can type in 6 to "Pause after '... You can display two buttons during the rest of the slide (CTRL-E).

    It will automatically return to the first image, that's what makes the rewind button: assign rdcmndGotoFrameAndResume with v_start.

    There is no possibility of time in a tip action.

    Explanation of Expressions: in the first expression, I calculate the number of frames corresponding to 6 seconds. the variable rdinfoFPS system automatically gives the number of frames per second, default value is 30. If the first expression will result in 180 frames. But I have to navigate to the absolute number of this framework from the beginning of the project. That's why I add the number of the first frame of the slide that is stored in v_start.

    Lilybiri

  • several slides do not advance with going to the next slide or continue

    OK, so I think it's something simple, but I've been home long enough today I thought I should break down and ask. I have about nine slides with this same problem. My apologies in advance if I'm just having a bad day and missed a post that would have answered my question completely without having me ask

    I'm on Captivate 5.5, and the slides are simple - composed of two legends of text, a graphic, a front and a "back" button. The button image and back you can ignore it because they do not really play in this scenario.  The first caption text is visible, the second is hidden. I tried this two ways and or work in a manner:

    I have a button coded for success show 2nd legend text, three attempts, the value and the last attempt is made to go to the next slide (I also got it continue - or work). I went also as regards as a tip action (overkill I know) the code to make the text of the legend visible and then advance on the next click, but that does not advance the slide either. I must be missing something simple, but I'm really at a loss as to what it is! Any help is greatly appreciated! Thank you all!

    Becky

    I think that you may be overloading it.

    Why don't you just place the second text on the timeline of the slide caption appear just after the break point of the button?

    This way you won't need to worry about or HIDE or any action leading.  The timeline stops at the key, so that the user can read the first legend.  When the user simply clicks on the key the playhead continues to play and they see the second legend appear.  Either you have an another butto to pause the timeline once again to allow them to read at leisure or otherwise allow enough time before the end of the slide is reached.

  • Help advanced with effects

    In fact, I have no major problems of PE learning other than which would contribute to a faster computer. I also started to use the effects to correct color and adjust the tone as well as keyframes to animate the movement. Because I taught at Photoshop, the effects of what I need are understandable. So far so good.

    What I'm looking for, is if anyone knows where I can find info on the optimization of the use of effects. For example: there are a number of ways to correct color; What is the best method to use for a specific problem (global warming an image, correcting an imbalance of the color, etc.). A number of effects using the temporal smoothing; What are some guidelines for temporal smoothing values and how these values change for different subjects (slow/fast moving, high/low contrast). In what conditions you want to mix with the Original and how much. And so on and so forth.

    I understand the market for the EP, but hope there are more advanced information out there so I don't have to reinvent the wheel of knowledge of myself. Thank you in advance if you can help.

    Dan

    Try these tutorials:

    http://library.CreativeCOW.NET/articles/sareen_aanarav/basics_of_color_correction.php

    http://podcasts.CreativeCOW.NET/Adobe-Premiere-tutorials-podcast/basics-of-color-correctio n

    http://livedocs.Adobe.com/en_US/PremierePro/3.0/help.HTML?content=WS1c9bc5c2e465a58a91cf0b 1038518aef7 - 7e04.html

    Tools for color correction of Premiere Elements' are not nearly as advanced as Premiere Pro, but the principles are very similar.

    Alternatively, you can do a YouTube search on Premiere Elements color correction:

    http://www.Google.com/search?source=AIG&hl=en&rlz=&q=Adobe+Premiere+color+correction&btnG= Google search + to #q = adobe + first + elements + to color correction & hl = en & to prmd = ivns & to source = univ & to TBS = v id:1 & tbo = u & her = X & ei = jLaZTdfSKYi_gQfIxPCxCA & to ved = 0CEMQqwQ & bav = we. 2, or.r_gc.r_pw & fp = adbd7b844 570f7e9

  • Graph Low FPS with Qosimo X 70-A-112 problem

    As the title indicates, problems with my computer.

    About three weeks ago, he died due to overheating because the fans were not working as they should, I sent it to the company I bought and they fixed and I got it back with gans new and a new card mother.

    Now, the good news is that the fans are excellent now!
    Headache News is that, for some reason, 9/10 games I play got terrible framerates.

    World of Warcraft is an example.

    Before the break with the fans, I had * 90-200 fps, * according to the area and population.
    Now, I can almost never more than 40 fps.

    I also tried to lower the graphics at the bottom and I got a big boost on about 10 to 20 frames per second.

    I've updated my Nvidia to the latest version and also my bios.
    I can't update my Intel for some weird reason, but according to the website on which I check, I already have the latest (?).

    I also checked so that when I play games, Nvidia is indeed active, and it is.

    I have no idea of what happened, I tried everything BUT restart the computer because it is a last resort for me.

    I'm not a genius on computers, so I was hoping that someone here would have any idea on what to do?

    Hello

    > I also checked so that when I play games, Nvidia is indeed active, and it is.

    From my point of few sort performance nVidia graphics card was lowered to control the internal temperature and avoid damage from overheating next.

    I recommend you to check some settings in the nVidia control panel

    Here's a nice video of youtube where several of the nVIdia Control Panel settings are described:
    http://www.YouTube.com/watch?v=XYnlfvRK12w

    Go through the simple settings and see if you can improve performance.

  • Graph waveform repeats with each iteration of the loop

    Hi guys,.

    I got some great responses from you many already, so I hope you can help me once more!

    I try now to simply take a voltage that is measured by a sensor, I tied to AI1, and I built a graph of very simple waveform using a DAQ assistant. I have the setup terminal to CSR, the acquisition value continuous sample mode and read samples and rate game to a control on the Panel before which I can control myself. All this is a while loop that is needed to collect data over time.

    However, the problem I have is that for each loop of the loop, it seems, to reset the graph, so my x-axis never increases over time, ideally I want it to do is to show results through from 0 to 100 on the x-axis to say, and then, when it comes to 101, he will start again on the extreme left of the graphic to the right to a crossing another 100 points given) (there's a term for this, but I forgot, sorry!). To be honest, this kind of logic like everything in the loop will be restarted, but after trying to chart the loop it does not work, so I'm fresh out of ideas.

    I think I might have to do is to manually build segments of data acquisition (DAQ mx) and have only certain parts of them in the loop, although I can't be sure. I tried various examples and online on the database of NOR (including tension-int acq & graphic clk which works well in the examples, but not at my request) but no luck for now

    If anyone can think of what could be the problem, then please let me know. FYI the sensor is optical fiber if it makes a difference. I have attached the file VI that I did does not really...

    See you soon!

    Ritchie

    Since you use a chart there is no way to fix it. If you choose to go to a XY chart you could solve this problem. See the example below.

  • Bugs introduced in stocks advanced with the release of Captivate 9?

    I can't get the progress of actions to work properly. It seems buggy. Sometimes an action disappears completely, even if the name is still in the list. At other times, when I entered a value that it disappears and I can't update the action.

    Does anyone know if there is a known bug and if there is a solution for this? I have to go back to version 8?

    Why 'cpCmndGotoFrame with cpInfoCurrentFrame? This is for the most part unnecessary, if the buttons have a suspension point. If you explain better, you can avoid that. I only use micronavigation when it is really necessary, and it can cause audio indeed stop.

  • Is there a way to create a graph that grows with every click of a button?

    We have a client requests a page that would allow people to click on a button saying that they are "Taking a Stand Against Domestic Violence" and hold that there is a counter indicating the number of people who have clicked on it.

    They asked a sort of Visual graphic to go with it. Is there a widget out there like that? Or does anyone have suggestions?

    There is nothing to specifically for the Muse who does this, but if you are looking for on the web, you might find some survey services although the embed function provided and use the Insert HTML code in Muse to integrate. Personally, I'm still heating to do this kind of thing because they are so easy to handle and end up with unrealistic figures.

  • masking and unmasking of the arbitrary nodes in a graph of scene with animations

    Could someone point me on how can I dissolve (or any other animation effect), an arbitrary (and its children) node in the graphic scene when I click some tag? And how could I show them, also with animation, when you click the label again?.

    I think using a label as hyperlinks have a boring rectangle that surround them. Is it okay to use a label for what I want? If a hyperlink is preferred, how I could hide the rectangle surrounding by default? (I think it means that the hyperlink has focus).

    Thank you!

    Use FadeTransitions to hide and unhide nodes.
    There is sample code in the Animation Tutorial and the sample of the whole:

    http://docs.Oracle.com/JavaFX/2/animations/basics.htm#CJAJJAGI
    http://www.Oracle.com/technetwork/Java/JavaFX/samples/index.html

    You can use a label with a mouse event handler set to trigger the fade.
    Although there are many other ways to allow a user trigger an event and just with the help of a label will not provide the user with visual feedback that they can interact with it.
    The control that would reflect more the State of the function of masking would be a ToggleButton control.
    What control you use depends on the look you want to achieve.

    You can customize the appearance of the focus of a hyperlink ring (or remove) using CSS.
    Search the following documents for the hyperlink:
    http://Hg.OpenJDK.Java.NET/openjfx/2.2/master/RT/raw-file/tip/JavaFX-UI-controls/src/com/Sun/JavaFX/scene/control/skin/Caspian/Caspian.CSS
    http://docs.Oracle.com/JavaFX/2/API/JavaFX/scene/doc-files/cssref.html

Maybe you are looking for