Direct to screen

Hello, i have a flash movie in authorware 6.0 with direct to
screen activate and i want to deactivate with a calculation object,
is this possible?? how can i do???
thanks in advance.

Drag a calculation to the flow line in the place that you'd
like to see the
sprite property be set. Then open the calc and use that white
space.
HTH;
Amy
"soniade" <[email protected]> wrote in
message
news:eeucva$dp4$[email protected]..
>A million of thanks!!!!!
>
> Where do you see the propertys of setspriteproperty????
> for example, directToStage and other properties???
>
> thanks

Similar Messages

  • How to map the method action return value directly into screen using variables?

    Hi,
    My JDev version is 11.1.1.6.3.
    I have a 'MethodAction' defined in PageDef file, that goes to model layer and return String value. As this needs to be executed during initializing of pageDef, I have also added an 'InvokeAction' for that.
    <executables>
               <invokeAction id="invokeSayHelloId" Refresh="ifNeeded"
                                    Binds="sayHello"/>
               <variableIterator id="variables">
                    <variable Name="Name" Type="java.lang.String"/>
               </variableIterator>
    </executables>
    <bindings>
              <methodAction id="sayHello" InstanceName="HrAMDataControl.dataProvider"
                                     DataControl="HrAMDataControl" RequiresUpdateModel="true"
                                     Action="invokeMethod" MethodName="sayHello"
                                     IsViewObjectMethod="false"
                                     ReturnName="data.HrAMDataControl.methodResults.sayHello_HrAMDataControl_dataProvider_sayHello_result">
                                        <NamedData NDName="pName" NDValue="Michael John" NDType="java.lang.String"/>
             </methodAction>
    </bindings?
    Requirement:
    I want to map the return value of this method action directly into screen by making use of PageDef variables.
    Question:
    I. I need to know how to map this return value direcly as exprssion against PageDef variable.
    2. If Question 1 is achievable, assuming the method action returls List instead of String (I know well it returns 2 items), can I map the 1st Item against Variable 1 and 2nd Item against Variable 2 directly?
    Thanks in Advance.
    Ragu

    Thanks Frank, but If I directly map the MethodAction's result to UI, there are chances where it might get executed whenever I refresh the UIComponent (UIComponent to which the methodAction result is mapped. Isn't so??). Instead, If I invoke the MethodAction using InvokeAction, I can get the control on when it should get invoked (using RefreshCondition). If I assign the variable to UIComponent (Assume I've mapped the method action result to variable using expression), refreshing of UIComponent will not cause any performance issue I feel.
    Correct me If I am wrong.

  • Numbers update error occurred and cannot correct.  I went to purchases as directed by screen and cannot get any response to take action.  Help?

    During an update for Numbers an error occurred while I was away from the computer. I then got a message that  an error occurred during Numbers update and to go to purchases to correct.  Went to purchases and it shows that an error occurred but I cannot get any response to attempted commands. Any suggestions as to how I can get my Numbers application to update?

    When I selected Purchases at App Store the screen showed:
                                                                                                                 (Ccmmands shown)    
    Keynote               May 30,2014               Paused 0 bytes of 434 MB           Resume
    Numbers              May 30,2014                                                                    Installed
    Pages                    May 30,2014                                                                   Installed
    OSX Mavericks     May 29,2014                                                                    Download
    When I selected "Check for Unfinished Downloads" on the store pulldown menu it produced message "All purchases have been downloaded", the "paused" on Keynote line disappeared, and the "Resume" changed to "Installed."
    I installed Mavericks update 10.9.3 on May 30, 2014, and 10.9.4 on July 8, 2014, with no error messages, just "Installation completed."  The last previous updates of the 3 apps was May 13,2014, also with no error notice.  Everything seems to be working as far as I know, so do you think I need to do anything?

  • A few weeks ago you sent a tip by e-mail (which I have lost) to place the "Print" icon up on the top tool bar; for printing direct from screen. Please re-send.

    A few weeks ago you sent a tip by e-mail (which I have lost) explaining how to place the "Print" icon permanently on the top tool bar (top right; underneath the "Home" icon).
    Could you kindly re-send the tip?
    Thank you

    Do the following:
    # Right click at the top of the Firefox browser
    # Select <i>Customize...</i> from the drop-down menu
    # Drag the <i>Print</i> button to the top toolbar/tab bar
    # Click <i>Ok</i>

  • HT3924 Target Display mode screen direction

    Can anyone advise on how to change the direction of screen link whilst in Target Display mode? My lap top sits to the right of my iMac due to the length of Thunderbolt. Screen link goes from right of laptop to left of iMac, would like to swap to left mode onto  right side of scrren on my imac.

    Welcome to Apple Support Communities
    You can change the extended desktop behaviour in System Preferences > Displays > Arrangement. See > http://support.apple.com/kb/ht5019

  • Unable to capture screen fields in eCATT

    Problem description 1 : Unable to capture screen fields in eCATT
    Recording using SAP GUI Method.
    Problem description 2 :Unable to capture Tab controls while recording
    in eCATT using SAP GUI Method.
    Thaks for any suggestion you could provide me and once again for your courtesy attention.
    Regards,
    Eric Monteiro

    Hi Phani,
    Please try below code:
    *data declaration for reading values given by user in the selection screen field.
      DATA: BEGIN OF i_tab OCCURS 0.
              INCLUDE STRUCTURE rsselread.
      DATA: END OF i_tab.
      MOVE: 'LOGSYS' TO i_tab-name,
            'P' TO i_tab-kind. u201CP For parameter
      APPEND i_tab.
      MOVE: 'GP_SIMVE' TO i_tab-name,
            'P' TO i_tab-kind. u201CCheck if field is Parameter
      APPEND i_tab.
    *move program name and screen number into local variable.
      l_prog = sy-repid. u201C(Try by directly passing program name also)
      l_dynnr = sy-dynnr. u201C(Try by directly passing Screen number also)
    *calling function module to get the value given by user.
      CALL FUNCTION 'RS_SELECTIONSCREEN_READ'
        EXPORTING
          program     = l_prog
          dynnr       = l_dynnr
        TABLES
          fieldvalues = i_tab.
    Hope this should slove your issue.
    Thanks & Regards,
    Gaurav.

  • Jump from alv report to FB03 screen when u click BELNR field

    Hi experts,
    I developed one alv report in that one field is there (BELNR .When u click on BELNR field it will directly go to FB03  screen.
    I wrote in this way.
      FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD
      CASE SELFIELD-FIELDNAME.
        WHEN 'BELNR'.
          READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
          SET PARAMETER ID  'BLN' FIELD T_FINAL-BELNR.
          CALL TRANSACTION 'FB03'   AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.
    But it is going to initial screen then u enter year it is going to next screen but i don't want this.
    I want to go to directly fb03 screen without entering year in the initial screen.Is it possible? pls help me in this.

       IF  RS_SELFIELD-FIELDNAME = 'BELNR'.
                    READ TABLE GT_FINAL INTO GS_FINAL INDEX RS_SELFIELD-TABINDEX.
                   SET PARAMETER ID 'MBN' FIELD GS_FINAL-BELNR.
                    CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.
               ENDIF.
    i m not getting the value of belnr in migo here is my code

  • Error "no valid screen name" for FM DYNP_VALUES_READ

    Hi PM Experts and ABAPers,
    I have a requirement to fetch Operation tab details dynamically while creating a order through IW31 transaction.
    I have tried using Function module  DYNP_VALUES_READ to fetch the screen field values dynamically to read the Work centre field value from operations tab.
    Please look at the code i have used.
    DATA: gv_program_name TYPE D020S-PROG VALUE 'SAPLCOIH',
                 gv_screen_no    TYPE D020S-DNUM VALUE '3010',
                 gs_dynpread     TYPE DYNPREAD,
                 gt_dynpread     TYPE TABLE OF DYNPREAD.
    clear gs_dynpread.
    gs_dynpread-fieldname = 'AFVGD-ARBPL'.
    APPEND gs_dynpread TO gt_dynpread.
       CALL FUNCTION 'DYNP_VALUES_READ'
         EXPORTING
           DYNAME                               = gv_program_name
           DYNUMB                               = gv_screen_no
         TABLES
           DYNPFIELDS                           = gt_dynpread
    - The function module has returned a dump with error 'No valid screen name'.
    Can anyone help me in reading the work centre ( ARBPL)  value directly from screen.
    Thanks in advance,
    Sreenivas

    Hi Sreenivas,
    Kindly check whether field-symbol is assigned before using for preventing the run-time error.
    ASSIGN('(MP000800)TBLGART[]')TO<tblgart>.
    "Check Whether the field-symbol value is assigned or not
    IF <tblgart> IS ASSIGNED.
    CREATE DATA obj_tbl LIKE LINE OF <tblgart>.
    ASSIGN obj_tbl->* TO <wa_tblgart>.
    ENDIF.
    In CREATE DATA statement we are assigning the structure, if you know the structure name, it is better use TYPE statement instead of LIKE statement as shown below.
    CREATE DATA obj_tbl TYPE STRUCTURE_NAME.
    Regards
    Rajkumar Narasimman

  • Want to use touch screen in photoshop. Heard this is supported for new surface 3, is there any way to use it on any touchscreen laptop running windows 8.1?

    Hi, I have the lenvo yoga 2 touch. I run windows 8.1, want to use touh facilities in photoshop. Can I do this yet? Heard surface 3 can due to special deal with adobe, will this be availble to all cc users or will there be extra charge etc. Any info appreciated. Sorry for bad english, late nights with little one!

    Touch is available for all Windows 8 devices that support direct (on-screen) touch. Note: touch is only enabled of you are using open-gl, so the restriction is that your computer must be able to support open-gl/hardware accelerated drawing. You can download the trial version of Photoshop and try it out.

  • All-In-One C4780 screen is stuck on a loop. How can I hard reset the printer?

    I have a C4780 and am running Windows 7. I have had the printer for 2 years and never had a problem until recently. I have been unable to print for months because the touch screen on the printer is stuck in a loop. I first noticed the problem because I could hear random beeping and printer movement from the other room. It was doing it all on it's own. There were no changes to the computers, wireless or anything. I had just used it 2 weeks prior to print a passport photo and it worked fine.
    It thinks I am trying to print from a memory card and asks me to insert the card. Then it thinks I am trying to print a passport photo. Then it thinks I am scanning and asks me to place the photo face down. (etc, etc) If I try to hit cancel on any of the screens, it moves on to a different task it thinks I want done. If I try to follow through with the task it wants to do, it cancels it on it's own and moves on to another task. It will also move through the screens and tasks without me around. It moves so quickly through the screens that when I do try to get to a certain screen, I sometimes can't, because the printer has taken off in a different direction of screens all on its own.
    All software is up to date.
    I have tried turning it off, unplugging it, waiting, plugging it back in, turning it on.
    I have tried unplugging it while it is on, waiting, plugging it in and turning it on.
    I tried a semi-full reset by pressing bottom left 4 times. It was actually really difficult because the printer kept changing screens randomly while I was doing it. I finally got it to do the reset. It got to the "now printing alignment page..." screen and then just moved on to the main screen. Never printed the page. Shortly after that it started doing the screen loop with wireless settings. And now it is back to doing a loop through all the screens again. 
    It seems to be pushing buttons on its own.
    Does anyone have any idea of how I can fix this? Is there a way to do a hard-reset on this printer? Restore it to factory settings? Or doing you think there is something physically wrong with the touch screen where it is actually pressing buttons on it's own?

    I'm having the same problem, including paper running through the printer randomly. I believe I completed a semi-full reset that (so far) has stopped the paper going through the printer. And, the random changes on the touch screen seem to have stopped too. But, the touch screen still lights up and goes dark randomly, whcih leads me to believe that all is still not well.
    I too would like to try and hard reset if one is possible on this machine.

  • Full screen drawImage performance

    Hi, I've wanted for sometime to do large animations in Java and have always had performance problems. I've been playing with the new full-screen modes and drawing direct to screen, in this case simply scrolling a .gif image down the screen. I've managed to get a beautifully smooth and consistant scroll, however I'm very disapointed with the speed of the animation - the culprit seems to be the slow execution of the drawImage function? If anyone out there have a look at the code below and significantly improve it, I'd be very grateful...
    Out of interest, according to 'winmsd' I'm using a PIII @860Mhz with a RIVA TNT2 64. Many Thanks.
    //package anim;
    import java.awt.image.BufferStrategy;
    import java.awt.image.*;
    import java.awt.*;
    import javax.swing.*;
    public class FullScreenAnimTest implements Runnable{
    Frame mainFrame;
    ImageIcon image=new ImageIcon("H:/dilbert/dilbert2609320011203.gif"); //any image
    BufferStrategy bufferStrategy;
    GraphicsDevice device;
    public FullScreenAnimTest() {
    GraphicsEnvironment env=GraphicsEnvironment.getLocalGraphicsEnvironment();
    device=env.getDefaultScreenDevice();
    GraphicsConfiguration gc = device.getDefaultConfiguration();
    mainFrame = new Frame(gc);
    mainFrame.setUndecorated(true);
    mainFrame.setIgnoreRepaint(true);
    device.setFullScreenWindow(mainFrame);
    DisplayMode best = new DisplayMode(800 , 600, 32, 0);
    device.setDisplayMode(best);
    int numBuffers=2;
    BufferCapabilities bC=new BufferCapabilities(new ImageCapabilities(true),
    new ImageCapabilities(true),
    BufferCapabilities.FlipContents.BACKGROUND);
    try{
    mainFrame.createBufferStrategy(numBuffers,bC);
    }catch(AWTException e){}
    bufferStrategy = mainFrame.getBufferStrategy();
    Thread thread=new Thread(this);
    thread.start();
    public void run(){
    int counter=0;
    while(counter<2000){
    long t1=System.currentTimeMillis();
    myRenderingLoop(counter++);
    long t2=System.currentTimeMillis();
    try{
    Thread.sleep(Math.max(5-(int)(t2-t1),0));
    catch(InterruptedException e){}
    device.setFullScreenWindow(null);
    public void myRenderingLoop(int yPos) {
    Graphics g = bufferStrategy.getDrawGraphics();
    g.setClip(0,10+yPos,image.getIconWidth(),image.getIconWidth());
    g.drawImage(image.getImage(),0,(10+yPos)%800,null);
    g.dispose();
    bufferStrategy.show();
    public static void main(String[] s){
    FullScreenAnimTest t=new FullScreenAnimTest();

    Just looked over the code briefly. Dunno if any of these tips will have any visible effect, since as you point out, the problem is probably with slow drawImage execution:
    * Use an Image object instead of an ImageIcon. Load the image with:
    Toolkit.getDefaultToolkit().getImage("H:/dilbert/dilbert2609320011203.gif");
    This way you get rid of the getImage() method call that is done every time you loop.
    * If it works to get a "permanent" g (Graphics) object, instead of retrieving it from the bufferStrategy every time, that would save time.
    * the setClip method call has no effect here and could be removed complete if i understand the Graphics class correctly.
    good luck!
    audun

  • Back on a CALL SELECTION-SCREEN from an ALV

    Hi all,
    I have created a program with a normal selection-screen (1000).
    According to the selected values, when I press "Execute" I go to a next selection-screen (2000) with instruction CALL SELECTION-SCREEN 2000.
    Then I display an ALV.
    When I press the back button, I want to go back to screen 2000, but actually I go directly to screen 1000.
    PARAMETERS : p_choic1 RADIOBUTTON GROUP cho DEFAULT 'X'.
    PARAMETERS : p_choic2 RADIOBUTTON GROUP cho.
    SELECTION-SCREEN BEGIN OF SCREEN 2000.
    PARAMETERS : p_table TYPE char10.
    SELECTION-SCREEN END OF SCREEN 2000.
    START-OF-SELECTION.
      IF NOT p_choic1 IS INITIAL.
        CALL SELECTION-SCREEN 2000.
        PERFORM alv_process.
      ENDIF.
    Have you got any idea of what I can do to return to screen 2000 from the ALV after pressing Back button ?
    Thanks.

    Hi,
    Follow below sample code...
    SELECTION-SCREEN BEGIN OF SCREEN 2000.
    PARAMETERS p_mat  TYPE matnr.
    PARAMETERS p_enam TYPE ernam.
    SELECTION-SCREEN END OF SCREEN 2000.
    START-OF-SELECTION.
    set PF-STATUS 'STATUS'.
      WRITE:/ p_mat,
              p_enam.
    AT USER-COMMAND.
      CASE SY-UCOMM.
      WHEN 'S2000'.
          CALL SELECTION-SCREEN 2000.
      WHEN 'EXIT'.
          EXIT.
      ENDCASE.
    Ram.

  • Skip First Screen in BDC

    Hi Experts,
    I am using BDC for transaction PA20 where i am passing employee no and infotype.
    My requirement is to display directly second screen which is obtained by pressing display button (F7) button.
    Is it possible?
    Please suggest.
    Regards,
    Kaustubh.

    Hi, Kabre
    Please Check the following sample code it will solve out your problem,
    DATA: it_bdcdata TYPE TABLE OF bdcdata,
          wa_it_bdcdata LIKE LINE OF it_bdcdata.
    DATA opt TYPE ctu_params.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-program  = 'SAPMP50A'.
    wa_it_bdcdata-dynpro   = '1000'.
    wa_it_bdcdata-dynbegin = 'X'.
    APPEND wa_it_bdcdata TO it_bdcdata.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-fnam = 'BDC_CURSOR'.
    wa_it_bdcdata-fval = 'RP50G-PERNR'.
    APPEND wa_it_bdcdata TO it_bdcdata.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-fnam = 'RP50G-PERNR'.
    wa_it_bdcdata-fval = '1'. " Your Pernr Here.
    APPEND wa_it_bdcdata TO it_bdcdata.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-fnam = 'BDC_CURSOR'.
    wa_it_bdcdata-fval = 'RP50G-CHOIC'.
    APPEND wa_it_bdcdata TO it_bdcdata.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-fnam = 'RP50G-CHOIC'.
    wa_it_bdcdata-fval = '8'. " Your Infotype Here.
    APPEND wa_it_bdcdata TO it_bdcdata.
    CLEAR wa_it_bdcdata.
    wa_it_bdcdata-fnam = 'BDC_OKCODE'.
    wa_it_bdcdata-fval = 'DIS'.
    APPEND wa_it_bdcdata TO it_bdcdata.
    opt-dismode = 'E'.
    CALL TRANSACTION 'PA20' USING it_bdcdata OPTIONS FROM opt.
    Please Reply if any problem.
    Best Regards,
    Faisal

  • Drawing Over Full Screen Applications

    Hi,
    I am trying to create an application that will flash vocab at me while I am gaming, in the hope that I may learn it with minimal effort...
    As I play guild wars a lot, I was wondering whether there would be a way for the program to display its output over guild-wars, without guild wars losing the focus, similar to the way it is done in the xfire chat client.
    Currently the output consists of two JLabels in a JWindow.
    I would post code, but as my problem is more an abstract one I doubt that would be to any avail.
    I have read about drawing directly to screen - active rendering etc, and am not sure whether any of this would be applicable.
    Thanks in advance for any help.

    If the other app is a full-screen exclusive application, there's basically no way.
    Even if not, you can not make a truly transparent window in Java (yet), so you can't place it on top of another app and make the latter visible and accessible to events.
    Dmitri

  • Screen exit and BADI required

    Hi,
    i have a requirement like i need to add two fields in 'Additional data B' tab in VA01 and same fields need to add in ME21N 'Additional data' tab. and those fields need to append VBAK and EKKO.
    Can anybody help me by proposing some user exit and BADI for this.
    Regards,
    Pani.

    Hi
    There's no exit or BADI to do that.
    It can only active a new TAB with custom fields by enhancement standard tools: BADI or user-exit
    If you need to add new fields in standard tab, it'll mean u  need to change some standard screen and so some standard object.
    By implicit enhancement u can try to update the abap code of standard program, but this tecnique can't use to change a standard screen, here u need to change it directly by screen painter
    Max

Maybe you are looking for

  • Avi+SRT subtitles on Apple TV ...and more.

    Hi, 3 questions (hope it´s not too much): 1. I would like to read Avi+SRT subtitles on Apple TV without further convertion. Does anybody use this or other solution with good results? <Edited by Moderator> 2. Is it true that current Apple Tv do not su

  • [Security]   Row-level security in ADF

    Hi all, I want to implement row-level security in my application, the scenario is like this: There are several users that connect to the application These users are authenticated in some way (XML file, OID, DB) When each user wants to access (Select,

  • Can't get margins to print correct

    I have created a newsletter, and it appears to fill 8 1/2 x 11 page on screen with normal margins but when I print it is shrinking text and printing with 2 inch margins on top, bottom & left. My printer margins are configured correctly - what next?

  • EBS 11.5.10.2 installation Fails - create controlfile

    Hello All I am trying to install EBS 11.5.10.2 (test system) on Oracle Linux 5.8 (Apps tier 32-bit, database tier 64-bit). During the database creation phase I am getting this error: RW-50004 (Creating controlfile), so I checked log files and its say

  • Synchroniz​ing x-series pxie 6358 and 6363

    Hi, I have 2 pieces of PXIe-6358 at the moment and planning to extend the kit by 3 pieces of PXIe-6363 and to perform HW-timed analog readings on all devices synchronously. Using all AI channels of the PXIe-6363s, the max. sampling freq. is going to