Set the start and end of a graph

Hello

I already searched the topic but have not found an answer. I'm a newbie to LabWindows.

I write an application. For the application, there is a graph that shows a signal, axis is-> voltage and x-> time axis. By default the signal starts with the value 0 in the time axis. But my signal does not begin with 0. I would change the start value and the value of the end of the shaft manually. Does anyone know how it works (between AutoScaling)?

I have also two x-axis in my chart. I put them with the offset (10 v and the other to-10V), but I would like to have two x axis starting with the 0 value in different heights. Is it possible to implement who?

Best regards


Tags: NI Software

Similar Questions

  • Photoshop CC 2015 is a line connecting the start and end of the brush strokes

    Hi guys,.

    I had a strange problem with a certain brush (size 5px, difficult tour, no shape dynamics, no transfer) in Photoshop CC 2015.1.2.

    It only happens when the drawing very fast on my Cintiq 22HD.

    The problem is PS is a line connecting the start and end of the brush strokes. I don't hold in shift or whatever it is.

    PScc_problem.jpg

    Here's my brush settings:
    Capture.JPG

    I use a PC with these specs:

    Intel Core i7 - 4790 K 4.00 GHz

    ASUS motherboard

    NVIDIA GeForce GTX 970 (10.18.13.5354 driver version)

    16 GB OF RAM

    Cintiq 22HD

    Win 10

    Is it a question of PS or Cintiq?

    Thanks for help.

    OK, here is therefore an update.

    The problem is not at all with Photoshop or Cintiq, with Windows 10 parameters of the stylus.

    Fortunately, there is a small piece of free software that you can download called "Fix my pen" (by Smith Reddy) which defines the features of Windows Tablet PC in the registry for you (essentially by disabling everything related to it):

    viziblr - News - difficulty my pen makes your Wacom tablet JUST WORK on Windows 7

    It works fine on Win10 too.

    Now, as my original problem with Photoshop to do a line connecting the start and end of the brush strokes left, however I have another question more small that came after running difficulty my pen. The lines that I draw now are not smoothed by a software more. You can see the difference below.

    Fix My Pen sets a lot of things in the registry, but you cannot individually control which setting is disabled. So I guess that one of them is the cause.

    I expect response from Smith about it, cause I have no idea who he is.

  • Need help to calculate the start and end time and place the result in a term like text box

    I did a search on the forum for calculating start and end time and found the code depending on which I am using as a formcalc on the duration field.
    ==============================================================
    Form1. Page1.duration::calculate - (FormCalc, client)

    If (HasValue (StartTime) and HasValue (EndTime)) then
    industrial var = Time2Num (StartTime.formattedValue, "h: mm A")
    var = Time2Num out_ (EndTime.formattedValue, "h: mm A")
    If (IN2 > = out_) then
    xfa.host.messageBox ("start time cannot be greater than or equal to the end time.")
    $.rawValue = null
    on the other
    var out_ - IN2 = diff
    $.rawValue = diff/3600000
    endif
    on the other
    $.rawValue = null
    endif
    =============================================================

    Then, when I enter for example from 15:30, an hour of beginning and end of 04:00

    The duration field will say 0.5

    How can I get my form to say 30 minutes instead of placing a decimal?

    Secondly, how can I use field models LC where the employee can just type 330 or 03:30 and it automatically based on the computer's clock on time to start 15:30?

    Any help will be greatly appreciated.  Thank you.

    Attached is the form for display:

    https://Acrobat.com/#d=f1kxh5qjuow5ujyZduF8OQ

    To view the results in a regular time format, you can use:

    $.rawValue = Num2Time (diff/3600000, "HH: mm")

    For a flexible time entry check this example.

    http://thelivecycle.blogspot.com/2011/05/flexible-Eingabe-von-Daten-und-Zeiten.html

  • can I choose the photo of the start and end positions to get rid of black borders?

    I tried to use the trial version of first elements 8 before buy you to see if it's able to do what I need to.

    I want to create a dvd photo, which is simple. I would like to use the scale feature to get rid of black borders and choose the start or end point of the photo.  the resolution of the photos are also terrible on screen, and when I import out in an uncompressed avi file. The photos are really high resolution and are very well in other programs.  Some of the photos sparkle even with anti flicker option enabled up to 100%.

    Adobe first elements may be able to make a dvd photo, or should I look at another adobe program?

    As Steve, pre can get you a DVD-video or a BD (for HD projects), but these will be on video and will be limited to the resolution of these two broadcast formats. If this is what you want, then the pre will do just fine.

    Regarding the images, I would NOT use all (or many) on the scale. Instead, I want to resize the images to match the size of the frame of the video project in Photoshop. This ARTICLE will give you some information and some advice.

    Good luck

    Hunt

  • Simple validation on the start and end dates

    Apex 4.2

    I'm trying to create a script of validation on my start date and end date. A simple validation indicating the start date must be less than the end date. Because apex deals my fields of date as a string, using an expression of pl/sql as P101_START_DATE < = P101_END_DATE does not work. This may seem like an easy question, but I'm unable to create this simple validation. Any help would be greatly appreciated. Thanks in advance!

    Take a look how the TO_DATE plsql function works... ie... to_date(:P101_START_DATE,'mm-DD-yyyy')<=to_date(:P101_END_DATE,'mm-dd-yyyy'),>

  • Calculate the start and end date in Connect By - during Hirerchy changes

    / * Formatted 05/20/2013 09:53 (PS5 v5.115.810.9015) * /.



    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Hello, can you please help me or guide me in the calculation of the dates of beginning and end to the underside of logic

    I want to calculate the Hirerchy Manager to the Agent.
    Then under query works fine and its giving me the expected results
    But when there is a change in the Hirerchy Manager or manager gets promoted
    Then I need to calculate the start date and end date.
    CREATE TABLE PERSON_DTL
    (
      SID                 VARCHAR2(10 BYTE),
      EMP_MGRS_ID         VARCHAR2(10 BYTE),
      START_EFFECTIVE_DT  DATE,
      END_EFFECTIVE_DT    DATE
    );
    
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M100', 'M107', TO_DATE('05/20/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M101', 'M102', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('05/18/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('A100', 'M100', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M100', 'M101', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('05/18/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M107', 'M102', TO_DATE('05/20/2013 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M102', 'M103', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M103', 'M104', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('A101', 'M105', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    Insert into PERSON_DTL
       (SID, EMP_MGRS_ID, START_EFFECTIVE_DT, END_EFFECTIVE_DT)
     Values
       ('M105', 'M106', TO_DATE('01/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('12/31/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
    COMMIT;
    SELECT   CONNECT_BY_ROOT (b.sid) agent_sid,
                 TRIM (
                    LEADING ',' FROM    SYS_CONNECT_BY_PATH (b.sid, ',')
                                     || ','
                                     || b.emp_mgrs_id
                 )
                    PATH,
                 START_EFFECTIVE_DT Start_dt,
                 END_EFFECTIVE_DT End_dt
          FROM   PERSON_DTL b
         WHERE   CONNECT_BY_ISLEAF = 1
    START WITH   sid IN ('A101', 'A100')
    CONNECT BY   PRIOR b.emp_mgrs_id = b.sid
    This is the results that i am getting now.
    
    AGENT_SID    PATH                       START_DT    END_DT
    
    A100    A100,M100,M101,M102,M103,M104    1/1/2010    12/31/9999
    A100    A100,M100,M107,M102,M103,M104    1/1/2010    12/31/9999
    A101    A101,M105,M106                   1/1/2010    12/31/9999
    Results Required
    
    A100    A100,M100,M101,M102,M103,M104    1/1/2010    5/18/2013
    A100    A100,M100,M107,M102,M103,M104    5/20/2013   12/31/9999
    A101    A101,M105,M106                   1/1/2010    12/31/9999

    WITH the CLAUSE will make it readable

    SQL> with paths as
      2  (
      3        SELECT   CONNECT_BY_ROOT (b.sid) agent_sid,
      4                 TRIM (
      5                    LEADING ',' FROM    SYS_CONNECT_BY_PATH (b.sid, ',')
      6                                     || ','
      7                                     || b.emp_mgrs_id
      8                 )
      9                  PATH,
     10                 START_EFFECTIVE_DT Start_dt,
     11                 END_EFFECTIVE_DT End_dt,rownum rn
     12        FROM   PERSON_DTL b
     13        START WITH   sid IN ('A101', 'A100')
     14        CONNECT BY   PRIOR b.emp_mgrs_id = b.sid
     15  ),
     16  flagged as
     17  (
     18      select agent_sid,
     19             path,
     20             start_dt,
     21             end_dt,rn,
     22             case when path like lag(path) over(order by rn)||'%' then 0 else 1 end flg
     23      from paths
     24  ),
     25  summed as
     26  (
     27      select agent_sid,path,start_dt,end_dt,
     28             sum(flg) over(order by rn) sm
     29      from flagged
     30  )
     31  select agent_sid,max(path) path,max(start_dt) start_dt,
     32         min(end_dt) end_dt
     33  from summed
     34  group by agent_sid,sm
     35  order by agent_sid;
    
    AGENT_SID  PATH                                     START_DT  END_DT
    ---------- ---------------------------------------- --------- ---------
    A100       A100,M100,M101,M102,M103,M104            01-JAN-10 18-MAY-13
    A100       A100,M100,M107,M102,M103,M104            20-MAY-13 31-DEC-99
    A101       A101,M105,M106                           01-JAN-10 31-DEC-99
    
  • REGEXP_REPLACE remove the start and end quotes.

    Hello guys,.

    I have a problem with my regular expression and I hope someone can help me with this?

    Imagine the following sample_data:

    {code}

    WITH sample_data AS

    (

    SELECT "'[email protected] "' double UNION ALL e

    SELECT "'[email protected] ' double UNION ALL e

    SELECT ' [email protected] "' double UNION ALL e

    SELECT "'[email protected] "' double UNION ALL e

    SELECT ' [email protected] "' double UNION ALL e

    SELECT "'[email protected] ' like e dual FROM

    )

    SELECT e, REGEXP_REPLACE (e, '(^'')? (. *) (''$)', '\2')

    OF sample_data;

    {code}

    I would like to remove all the quotes of beginning and end of the email. I made previous regexp, but she does not return the correct result. I know not why, but for some reason, when my email ends with a quote, the main quotation is not deleted.

    Can someone help me with this?

    Thank you

    Another solution...

    WITH sample_data AS
             (SELECT '''[email protected]''' AS e FROM DUAL
              UNION ALL
              SELECT '''[email protected]' AS e FROM DUAL
              UNION ALL
              SELECT '[email protected]''' AS e FROM DUAL
              UNION ALL
              SELECT '''[email protected]''''' AS e FROM DUAL
              UNION ALL
              SELECT '[email protected]''' AS e FROM DUAL
              UNION ALL
              SELECT '''''[email protected]' AS e FROM DUAL)
    SELECT e, REGEXP_REPLACE (e, '(^''+)|(''+$)')
      FROM sample_data
    
  • time between the start and end

    I have reservation with 4 columns of table

    start end id room
    20.10.2011 09:00 20.10.2011 12:00 1 100

    How can I get the following result

    time room id
    09:00 1 100
    09:30 1 100
    10:00 1 100
    10:30 1 100
    11:00 1 100
    11:30 1 100
    12:00 1 100

    can someone help me?

    It should work

    WITH
        t AS
        (
            SELECT
                TO_DATE ('20-Oct-2011 09:00','dd-mon-yyyy hh24:mi') start_date_time,
                TO_DATE ('21-Oct-2011 11:30','dd-mon-yyyy hh24:mi') end_date_time,
                1 id,
                100 room
            FROM
                DUAL
            UNION ALL
            SELECT
                TO_DATE ('20-Oct-2011 09:00','dd-mon-yyyy hh24:mi') start_date_time,
                TO_DATE ('21-Oct-2011 11:00','dd-mon-yyyy hh24:mi') end_date_time,
                2 id,
                200 room
            FROM
                DUAL
        )
    SELECT
        TO_CHAR(start_date_time + (column_value-1)*(1/(24*2)),'dd-mon-yyyy') start_dt,
        TO_CHAR(start_date_time + (column_value-1)*(1/(24*2)),'hh24:mi') start_time,
        id,
        room
    FROM
        t,
         table(
           cast(
                 multiset(
                             select  level
                               from  dual
                               connect by level <= ((end_date_time - start_date_time)*24*2) + 1
                           )
                 as sys.OdciNumberList
                )
          );
    

    Test case with the smaller date range

    WITH
        t AS
        (
            SELECT
                TO_DATE ('20-Oct-2011 09:00','dd-mon-yyyy hh24:mi') start_date_time,
                TO_DATE ('20-Oct-2011 11:30','dd-mon-yyyy hh24:mi') end_date_time,
                1 id,
                100 room
            FROM
                DUAL
            UNION ALL
            SELECT
                TO_DATE ('20-Oct-2011 09:00','dd-mon-yyyy hh24:mi') start_date_time,
                TO_DATE ('20-Oct-2011 10:30','dd-mon-yyyy hh24:mi') end_date_time,
                2 id,
                200 room
            FROM
                DUAL
        )
    SELECT
        TO_CHAR(start_date_time + (column_value-1)*(1/(24*2)),'dd-mon-yyyy') start_dt,
        TO_CHAR(start_date_time + (column_value-1)*(1/(24*2)),'hh24:mi') start_time,
        id,
        room
    FROM
        t,
         table(
           cast(
                 multiset(
                             select  level
                               from  dual
                               connect by level <= ((end_date_time - start_date_time)*24*2) + 1
                           )
                 as sys.OdciNumberList
                )
          );
    
    START_DT          START_TIME ID                     ROOM
    ----------------- ---------- ---------------------- ----------------------
    20-oct-2011       09:00      1                      100
    20-oct-2011       09:30      1                      100
    20-oct-2011       10:00      1                      100
    20-oct-2011       10:30      1                      100
    20-oct-2011       11:00      1                      100
    20-oct-2011       11:30      1                      100
    20-oct-2011       09:00      2                      200
    20-oct-2011       09:30      2                      200
    20-oct-2011       10:00      2                      200
    20-oct-2011       10:30      2                      200                    
    
     10 rows selected 
    

    Thanks to Solomon Yakobson to its solution on thread:

    Search for a string

    I found the solution from there.

  • How does the index start and end in the reference Word text VI to a word document?

    How a correlation between the index values start and end to a position or coordinate in a Word document?

    Is it a type of lookup table that will refer to a value of say '35' (to start) to a line or a particular character of the position in a Word document? There is nothing in LV help which explains nothing other than the value '-1 '.

    Hey, JayB,.

    The start and end of the Text.vi in Format Word values are the positions of the characters in the document. The values start at 0 on the first (or ASCII character such as a space, tab, or carriage return) and for each character (or the ASCII character). So for example if I wanted to "BOLD" the word "carrots" in the list below, where the values start at 0 on the word 'grocery store '.

    Grocery store:

    Apples

    Black berries

    Carrots

    Detergent

    Then I would enter a start 33 and the end of the 40s, making sure to count the ramasseherbe returns and spaces.

    I hope this helps.

    Logan H

  • Can I add start and end dates to flex in WCS assets?

    Hi all

    I have to add the start and end dates to my flex belt and make it visible on the plus edition + inspect mode. For the Fund, it is STANDARD, but I have an obligation to do so for other assets that is not active promotion.

    Is there any doc/blog I can do? Help, please.

    Hi Avi.

    Dates of start and end standards are OOTB field in the metadata of the asset. So they you must set the cs.sitepreview property in the file futuretense.ini in the 'management '.

    CS.sitepreview = ContentManagement

    You can check out the documentation for more details about this property: futuretense.ini - 11 g Release 1 (11.1.1.8.0)

    If you need something different, maybe you need create your own attributes Start Date and end using types date: Data Design: active models - 11 g Release 1 (11.1.1.8.0)

    Kind regards

    Raul.

  • Time of start and end elements

    Hey there,
    I have an application where I need two elements of time. I can hard code the data once and use a Select list, but this link below by Daniel McGhan is the way to go. Does anyone know how to access this code for the start and end time the elements? The article does not list how this is possible, but I can have over looked something... not sure. Thank you for reading this Thread.
    http://apex.shellprompt.net/pls/apex/f?p=566:4:198609458994020::NO:::

    Hello:

    Now sure to know how this was done, but it seems as likely javascript.

    There is a very cool JQuery Timepicker that I really like and in fact for a really nice interface:

    http://Haineault.com/Media/jQuery/UI-timepickr/page/

    Kind regards

    Bruce

  • Since the update to firefox 10.0 (and then 10.0.1), the bottom of the Page, the Page Up keys, start and end work correctly. Is that what someone else has this problem, and are there any suggestions for a fix?

    for example, I read a Web page, when I push the bottom of the keyboard Page, sometimes nothing happens. Sometimes the page scroll a few lines but then does not continue to scroll down when I push the key several times. Sometimes the page immediately jumps to the bottom of the page; etc. Similar issues occur, in the direction towards the top, when I press the Page up key. The keys start and end are completely "dead", because the page does not move when I press them.
    It is important to note that all these keys work as usual when I open the browser Chrome or Internet Explorer, and other applications in which keys should be functional, so this problem is specific to Firefox.

    Hello

    Please check if still use the keys cursor to navigate through the pages is selected in Tools (Alt + T) > Options > Advanced > general and uncheck. This setting can also be turned on/off by pressing F7.

  • Primavera P6 API - start and end dates of the activity in the secondary reference scenario

    How to seek early and dates of activity in the secondary database or tertiary reference end? There are areas of activities and methods provided in planning extraction and primary base line project (active class getBaseline1StartDate(), getBaseline1FinishDate) but can't find any secondary data or tertiary basis even if we show them in details the activity in the Primavera. I use Primavera integration API version 8.2.

    Use the BaselineProjectHelper class to get a list of all the base lines for a given project.  Go through the list looking for basic lines you are interested in.

    Once you have basic interest projects, pull a list of ongoing project activities.

    Browse the list of activities tearing you start and end dates.

    Call the method on each of you loadBaselineActivity of reference projects for the departure of the referenced activity and end dates.

    For performance, seek assistance loadBaselineActivities to reduce database queries.

    V/r,

    Gene

  • Grouping based on start and end of year

    Hi all

    Need your help to solve a SQL query

    My data like this look

    year of CID rid
    52 1000 2001 1
    52 1000 2002 1
    52 1000 2003 6
    52 1000 2004 6
    52 1000 2005 6
    52 1000 2007 1
    52 1001 2003 1
    52 1001 2004 1
    52 1001 2005 1
    52 1001 2006 3
    52 1001 2007 3

    I need to produce the output is

    CID RID TITLE START AND END
    52 1000 2001 - 2002 1
    52 1000 2003 - 2005 6
    52 1000 2007 - 2007 1
    52 1001 2003 - 2005 1
    52 1001 2006 - 2007 3
    -----------
    Here's the script for the table and data

    create table T)
    CID NUMBER,
    rid the NUMBER,
    start_year NUMBER,
    title NUMBER
    );

    Insert into t (cid, RID, start_year, title) values (52, 1000, 2001, 1).
    Insert into t (cid, RID, start_year, title) values (52, 1000, 2002, 1).
    Insert into t (cid, RID, start_year, title) values (52, 1001, 2003, 1);
    Insert into t (cid, RID, start_year, title) values (52, 1000, 2003, 6);
    Insert into t (cid, RID, start_year, title) values (52, 1001, 2004, 1);
    Insert into t (cid, RID, start_year, title) values (52, 1000, 2004, 6);
    Insert into t (cid, RID, start_year, title) values (52, 1001, 2005, 1).
    Insert into t (cid, RID, start_year, title) values (52, 1000, 2005, 6);
    Insert into t (cid, RID, start_year, title) values (52, 1001, 2006, 3);
    Insert into t (cid, RID, start_year, title) values (52, 1001, 2007, 3);
    Insert into t (cid, RID, start_year, title) values (52, 1000, 2007, 1);

    commit;

    I managed to go as far (some as close to what I need but not exactly what I need)

    Select the title, max (year1), min (year2), cid, RID
    de)
    Select tc.cid, tc.rid, tc.title, tc.start_year year1, year2, tp.start_year, decode (tc.title, tp.title, 'n', 'Y') gap
    t tc,.
    t tp
    where tc.start_year - 1 = tp.start_year
    and tc.cid = tp.cid
    and tc.rid = tp.rid
    )
    Cid group, RID, title, gap


    Thank you for thinking

    Ngoyi,

    Houston-Texas

    Hi, Ngoyi,

    Here's one way:

    WITH      got_grp_id     AS
    (
         SELECT     cid, rid, start_year, title
         ,     ROW_NUMBER () OVER ( PARTITION BY  cid, rid
                                   ORDER BY          start_year
                           )
               -     ROW_NUMBER () OVER ( PARTITION BY  cid, rid, title
                                   ORDER BY          start_year
                           )         AS grp_id
         FROM    t
    )
    SELECT       cid
    ,       rid
    ,       MIN (start_year) || '-'
                            || MAX (start_year)     AS start_end
    ,       title
    FROM       got_grp_id
    GROUP BY  cid, rid, title, grp_id
    ORDER BY  cid, rid, start_end
    ;
    

    Thanks for posting the CREATE TABLE and INSERT statements; It is very useful.
    Still, it would be more useful if the sample data and the results don't always have the same value in a column. I'm just guessing at what cid and get rid of play in this problem.
    Also, thanks for posting your request. It helps to understand the problem.

    For an explanation of the technique of Difference sets used in the above query, see {message: id = 9953384} and/or {message: id = 9956917}

    Published by: Frank Kulash, March 23, 2012 13:34

  • Using the coordinates entered to set the starting point of a Tween

    Hello

    I have a movieclip 'pano_mc' that moves around through the movement of the mouse, there is a hotspot (hs1_mc) nested within it (which moves with the Pano_mc), I have a hs1_mc event delivery, once pressed allows me to get the x and y 'pano_mc' at the point of delivery, I need a way to use these x and y corodinates to set the starting point for the interpolation , on Pano_mc.

    Cannot use 'this' (as shown in the link above) that the event is on the hs1_mc and if I just use '_x' interpolation setting, it begins where the film is originally and not where it is when the delivery is executed, where I get the cordinates right here.


    var hotSpotTweenX:Tween = new Tween (pano_mc, "_x", mx.transitions.easing.Elastic.easeOut, 0, "400", 3, true);

    Is there a way to fill '_x' with the var newx:Number = stagePosition.x; who holds the accurate cordinate of the pano_mc at the time of the press...

    I need to be able to use the coordinates xy of the pano_mc captured by the delivery, to set the starting point of the interpolation which then tweens the movie at a predefined point... create an interpolation of seemless...


    Can anyone shed some light on this... Thanks in advance

    "_x" isn't the starting value. This is the property you're interpolation. your ' 0 'is the starting value and your '400' (which really shouldn't be in quotes) is the value of end to resolve your problem, use a variable instead of ' 0'.

Maybe you are looking for

  • Stor.e TV does not (need firmware if posible)

    I recently bought a TV 1.5 TB store and as it did not work for Ubuntu I formatted it and made it fat 32. Now it does not work on my TV when I plug, in the background of the original menu appears but not the files or any other option. If I press the c

  • Gray screen on iOS 9.2

    Hello After updating to iOS 9.2; my iPhone screen 6 started to suddenly turn to gray! Sometimes it return to normal within a few seconds and it takes sometimes hours... What is the software or the screen? Any suggestions? Thank you

  • Fallout 3 does not start!

    The menu is fine, but when I click on play, it says: Could not initialize the rendering engine. Hardware T & L required but not supported by the adapter. I and Inspiron 530 s dual core. Recently upgraded from Windows Vista to Windows 7. Any ideas?

  • Suggestion for just the right target?

    I use a 70-200 mm f/2.8 for shooting dancers in annoying the light of situations, usually from the back of the seat in the room. Works great. Is there a fast lens just as impressive for shooting the most close to?  Sitting at a table next to a dance

  • 10 Windows does not stop

    I have Gateway DX4850; Note that purchased acer gateway in 2007 and this is why I write about this Web site. I just finished a facility 'clean' of Windows 10 on this PC. Although the gateway support page has only drivers for Windows 7, the installati