Advanced Actions used for Menu - Takes 3 menu items for 1 to work? Advanced Actions Help

Alright, here's my next struggle! I have a bit of a strange course I'm putting together that has required a unique approach (at least for me). Basically I'm having learners learn about 10 different reports they can run with a tool they have, and I have a menu (see below) on a slide to allow them to choose to view the reports they want to see. The course is required, but they can view what reports they want as long as they see three. So, what I've done is the following:
Enabled Reporting with a score of 10 points for each Menu Item:
     When a user clicks on a Menu item, it automatically, without AA registers 10 points to the quizzing. The whole course requires a score of 30/80 to pass.
Tried making a system of jumping to content and returning to Menu with a function to show an item has already been viewed:
     As seen below, there is a separate column on the right. Essentially each menu item has a standard action that first has a command to jump to the slide the particular menu item content is at, and then      two, a show function for the green box to cover the grey box indicating the content has been viewed already. The slides for which the user has jumped to has a jump-to-slide on the last slide of the      content to return to this menu.
Checking for Three menu items viewed:
     I have a final slide that has an On-Enter Conditional action that says if the cpinfoQuizpointsscored is = 0 then show caption A, in a separate decision, a similar action but for score of 10, and again for 20,      just so I can send them to a slide that tells them how many reports they need to view before completing.
So here's the problem: When I'm previewing this menu, clicking on a menu item the first time does nothing except bring in the green square. The second attempt on a different item does the same thing. Finally on the third Item I choose, it will jump to the slide as it should and I can return as I should be able to. So why is it taking two failed jumps to get to a jump that works? Order does not seem to play into it. And the only pause I have on the slide is at the end for the "next" button you see. Any thoughts?

What would the pause do? I'm hoping they don't go just in order. And the menu items are indeed smart shapes set to be buttons.
This is the timeline of that Menu Slide.
This is the Advanced Action example for one of the menu items. Each menu item has a similar action.
This is the conditional action that checks how many reports have been viewed.

Similar Messages

  • Using Tiscali Webmail with Firefox 6. If I try and delete an email the Ok and Cancel buttons are disabled and nothing happens, have to use F5 to take me back. IE8 works so is this a compatibility issue?

    Using Tiscali Webmail with Firefox 6. If I try and delete an email the Ok and Cancel buttons are disabled and nothing happens, have to use F5 to take me back. IE8 works so is this a compatibility issue?

    It appears OP solved the problem: [/questions/874744]

  • Query using progressive relaxation take more time for execution

    HI Gurus,
    I am creating a query using context index and progressive relaxation
    I had started using progressive relaxation after getting inputs from forum {thread:id=2333942} . Using progressive relaxation takes more than 7 seconds for every query. Is there any way we can improve the performance of the query?
    create table test_sh4 (text1 clob,text2 clob,text3 clob);
    begin
       ctx_ddl.create_preference ('nd_mcd', 'multi_column_datastore');
       ctx_ddl.set_attribute
          ('nd_mcd',
           'columns',
           'replace (text1, '' '', '''') nd1,
            text1 text1,
            replace (text2, '' '', '''') nd2,
            text2 text2');
       ctx_ddl.create_preference ('test_lex1', 'basic_lexer');
       ctx_ddl.set_attribute ('test_lex1', 'whitespace', '/\|-_+');
       ctx_ddl.create_section_group ('test_sg', 'basic_section_group');
       ctx_ddl.add_field_section ('test_sg', 'text1', 'text1', true);
       ctx_ddl.add_field_section ('test_sg', 'nd1', 'nd1', true);
       ctx_ddl.add_field_section ('test_sg', 'text2', 'text2', true);
       ctx_ddl.add_field_section ('test_sg', 'nd2', 'nd2', true);
    end;
    create index IX_test_sh4 on test_sh4 (text3)   indextype is ctxsys.context   parameters    ('datastore     nd_mcd   lexer test_lex1 section group     test_sg') ;
    alter index IX_test_sh4 REBUILD PARAMETERS ('REPLACE SYNC (ON COMMIT)') ;-- sync index on every commit.
    SELECT SCORE(1) score,t.* FROM test_sh4 t WHERE CONTAINS (text3,  '
    <query>
    <textquery>
    <progression>
    <seq>{GIFT GRILL STAPLES CARD} within text1</seq>
    <seq>{GIFTGRILLSTAPLESCARD} within nd1</seq>
    <seq>{GIFT GRILL STAPLES CARD} within text2</seq>
    <seq>{GIFTGRILLSTAPLESCARD} within nd2</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text1</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text2</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES%) or (%GRILL% and %STAPLES% and %CARD%) or (%GIFT% and %STAPLES% and %CARD%) or (%GIFT% and %GRILL% and %CARD%)) within text1</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES%) or (%GRILL% and %STAPLES% and %CARD%) or (%GIFT% and %STAPLES% and %CARD%) or (%GIFT% and %GRILL% and %CARD%)) within text2</seq>
    <seq>((%STAPLES% and %CARD%) or (%GIFT% and %GRILL%) or (%GRILL% and %CARD%) or (%GIFT% and %CARD%) or (%GIFT% and %STAPLES%) or (%GRILL% and %STAPLES%)) within text1</seq>
    <seq>((%STAPLES% and %CARD%) or (%GIFT% and %GRILL%) or (%GRILL% and %CARD%) or (%GIFT% and %CARD%) or (%GIFT% and %STAPLES%) or (%GRILL% and %STAPLES%)) within text2</seq>
    <seq>((%GIFT% , %GRILL% , %STAPLES% , %CARD%)) within text1</seq>
    <seq>((%GIFT% , %GRILL% , %STAPLES% , %CARD%)) within text2</seq>
    <seq>((!GIFT and !GRILL and !STAPLES and !CARD)) within text1</seq>
    <seq>((!GIFT and !GRILL and !STAPLES and !CARD)) within text2</seq>
    <seq>((!GIFT and !GRILL and !STAPLES) or (!GRILL and !STAPLES and !CARD) or (!GIFT and !STAPLES and !CARD) or (!GIFT and !GRILL and !CARD)) within text1</seq>
    <seq>((!GIFT and !GRILL and !STAPLES) or (!GRILL and !STAPLES and !CARD) or (!GIFT and !STAPLES and !CARD) or (!GIFT and !GRILL and !CARD)) within text2</seq>
    <seq>((!STAPLES and !CARD) or (!GIFT and !GRILL) or (!GRILL and !CARD) or (!GIFT and !CARD) or (!GIFT and !STAPLES) or (!GRILL and !STAPLES)) within text1</seq>
    <seq>((!STAPLES and !CARD) or (!GIFT and !GRILL) or (!GRILL and !CARD) or (!GIFT and !CARD) or (!GIFT and !STAPLES) or (!GRILL and !STAPLES)) within text2</seq>
    <seq>((!GIFT , !GRILL , !STAPLES , !CARD)) within text1</seq>
    <seq>((!GIFT , !GRILL , !STAPLES , !CARD)) within text2</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES and ?CARD)) within text1</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES and ?CARD)) within text2</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES) or (?GRILL and ?STAPLES and ?CARD) or (?GIFT and ?STAPLES and ?CARD) or (?GIFT and ?GRILL and ?CARD)) within text1</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES) or (?GRILL and ?STAPLES and ?CARD) or (?GIFT and ?STAPLES and ?CARD) or (?GIFT and ?GRILL and ?CARD)) within text2</seq>
    <seq>((?STAPLES and ?CARD) or (?GIFT and ?GRILL) or (?GRILL and ?CARD) or (?GIFT and ?CARD) or (?GIFT and ?STAPLES) or (?GRILL and ?STAPLES)) within text1</seq>
    <seq>((?STAPLES and ?CARD) or (?GIFT and ?GRILL) or (?GRILL and ?CARD) or (?GIFT and ?CARD) or (?GIFT and ?STAPLES) or (?GRILL and ?STAPLES)) within text2</seq>
    <seq>((?GIFT , ?GRILL , ?STAPLES , ?CARD)) within text1</seq>
    <seq>((?GIFT , ?GRILL , ?STAPLES , ?CARD)) within text2</seq>
    </progression>
    </textquery>
    <score datatype="FLOAT" algorithm="default"/>
    </query>',1) >0 ORDER BY score(1) DESC

    Progressive relaxation works best when you're only selecting a limited number of rows. If you fetch ALL the rows which satisfy the query, then all the steps in the relaxation will have to run regardless.
    If you fetch - say - the first 10 results, then if the first step of the relaxation provides 10 results then there is no need to execute the next step (in fact, due to internal buffering, that won't be exactly true but it's conceptually correct).
    The simplest way to do this is reword the query as
    SELECT * FROM (
    ( SELECT SCORE(1) score,t.* FROM test_sh4 t WHERE CONTAINS (text3, '
    <query>
    <textquery>
    </textquery>
    <score datatype="FLOAT" algorithm="default"/>
    </query>',1) >0 ORDER BY score(1) DESC
    WHERE ROWNUM <= 10
    You've discovered that leading wild cards don't work too well unless you use SUBSTRING_INDEX. I would encourage you to avoid them altogether if possible, or push them down much lower in the progressive relaxation. Usually, GIFT% is a useful expression (matches GIFTS, GIFTED, etc), %GIFT% is generally no more effective.
    There are a lot of steps in your progressive relaxation. It you wanted to reduce the number of steps, you could change:
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text1</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text2</seq>
    to
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)*2) within text1 ACCUM ((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text2</seq>
    I don't know if this would have any performance benefits - but it's worth trying it to see.

  • FM for Actual cost line items for orders.

    HI EXPERTS,
    I was working on Actual cost line items for orders / Internal orders of an employee.
    standard program RKAEP000 is present through TCODE KOB1.
    I want some customization of report, so debugged the program and found that its using a FM 'K_LINE_ITEMS_SELECT_AND_LIST' to calculate internal orders.
    But the FM has used REUSE_ALV_* and displaying output itself.
    the requirement is to customize the output display .
    I searched with K_LINE_* and found some other function modules too.
    K_LINE_ITEM_CHECK                                                                               
    K_LINE_ITEM_APC_SIGN_GET                                         
    K_LINE_ITEM_GET_CONTEXT_MENU                                     
    K_LINE_ITEM_GET_TOOLBAR                                          
    K_LINE_ITEM_LOGICAL_KEY_GET                                      
    K_LINE_ITEM_TECH_SETTINGS_SET                                    
    K_LINE_ITEM_VALUE_TYPES_GET                                      
    K_LINE_ITEM_VALUE_TYPES_SET                                                                               
    K_LINE_ITEMS_ACT_GRID                                            
    K_LINE_ITEMS_SELECT                                              
    K_LINE_ITEMS_SELECT_AND_LIST                                     
    K_LINE_ITEM_ACT_CALL_WITH_DATA                                   
    K_LINE_ITEM_ACT_DATA_GET                                         
    K_LINE_ITEM_CM_CALL_WITH_DATA                                    
    K_LINE_ITEM_DEV_CALL_WITH_DATA                                   
    K_LINE_ITEM_PLN_CALL_WITH_DATA                                   
    K_LINE_ITEM_PROCESS_UCOMM_ACT                                    
    K_LINE_ITEM_STEERING_GET                                                                               
    Can anybody tell which FM should i use so that result i will get in an internal table?
    or suggest any other methods
    Thanks in Advance.
    Lucky

    I also had the same requirement and used function module K_LINE_ITEM_ACT_DATA_GET
    this function is calling K_LINE_ITEMS_SELECT_AND_LIST function with  I_NO_DISPLAY parameter
    and returning the result.
    Already they are in same function group,
    I wrote this for future requirements of people  after 4 years of this thread

  • Calculate excise for purchase order line items ( for  import only)

    Dear all,
    please help me to calculate excise duty form  ( imports only)  purchase order for its line item.
    i can calculate for domestics PO using "BADI_TAX_CONDITION"  .\
    But I need to calaculate custom duty also . so this BADI does not work .
    So, please help me to calculate excise in Import PO .
    Regards,
    Nayan

    Thanks for pointing me in the right direction.  I was able to create my first BADI using the PROCESS_ITEM method.  The following link was also very helpful: Re: BADI ME_PROCESS_PO_CUST Method:PROCESS_ITEM

  • CATT Test case for  ME41 tcode(Multiple items for inventory and service )

    Hello Gurus,
    Now we are having quotation legacy file for Tcode ME41 for inventory and service items. We are using tcode <b>SCAT</b>
    for CATT. Every thing going fine at recording in test case. i dont know where should i specify my legacy file path. I found there is one download option while before running test case. its not taking the file path.  is there any other file path for running test case?
    advice me.
    regards
    dinesh.a
    <b></b>

    Hi
    I think you should use an abap program and not LSMW, because the problem is you have to create a recording for trx ME41 in the LSMW and after you can't change the abap code created.
    In this way you could insert only a certain number of items by a project of LSMW, and it depends on your recording.
    So if you can't know how many item should be loaded, it's very hard to use LSMW.
    Max

  • Actions; how do I find what commands don't work in actions?

    [Photoshop CS4, MacOS 10.5.8]
    I'm frustrated in trying to create an action make a channel into a layer. 
    Sounds easy, right?
    I'm got hung up on several issues though, which raised a bigger question:
    • In the approach I'm taking, I want to select the target channel during the action. 
    When I click on Channel X during recording, the action records the step as
    "Select X Channel"
    Unfortunately the particular channel is hardwired into this command so that would
    mean making three different versions of the action.  I have tried looking for a
    more general form of the command, like Select Channel that then takes the
    particular channel as a parameter, e.g. from a drop-down menu.  That at least
    would work in an action. But no such.  (I tried some other ideas like using
    Calculate or Channel Mixer which come close but not close enough.)
    There's a more lame design: selecting the channel before recording the action, then
    creating and deleting extra "internal" channels in the action -- it does work but it
    isn't where I started so I lost a lot of time trying to find something that appears not
    to exist.
    • The lurking question here is how you find
    (a) whether there even exists an actual generic form of a command
      (b) whether the command works in a way that makes it possible to use in an action
    Web searches don't lend themselves to finding information like "what commands
    don't work in actions".  I would really appreciate pointers to any in-depth documents
    on what commands a user can't get at for recording in actions.

    Sorry about the last post, but i knew i had recorded selecting channels by the number instead of the name.
    Well i found one of my older actions which must have been recorded in an old version of photoshop that named the channels with numbers.
    Anyway, see if this action helps you any. (you have to copy the steps to your action)
    https://acrobat.com/#d=DgfhMCZzmUgKlefycUsnJg
    In an RGB color image: channel 1 is the red channel
                             and
    channel 9 is the alpha 6 channel
    Message was edited by: R_Kelly

  • I am using Elements 13 and photoshop editor has stopped working can you help

    I am using Elements 13 and photoshop editor has stopped working can you help

    hi Andaleeb sorry to hijack Stephanie's thread!
    I don't get any crash reports, it starts to open then just stops, nothing happens. ive tried getting in through the organiser but that doesn't work either.
    I think my laptop is Windows 8 (its a fairly new laptop, does that sound about right?)
    it was working Saturday I'm quite new to using it so no real workflow, just playing around with effects. ive only had it about a month
    Thanks
    Natalie

  • Script for adding a login item for all accounts in the system

    Hi,
    Thanks for reading this query. I am new to the mac environment. I have developed a java application and created an installer of this application for MAC system.I want to run this application on starting the system. So I have written an apple script for adding this application in login items and this script will run immediately after completing installation process. And the entire process is fine. But the problem is, the application is added to login items of only the user who installed the application. But I want to get available the application in the login list of all accounts created in the system. How can I achieve this? Once more thanks in advance. I am attaching my script below:
    +*tell application "System Events"*+
    +* make login item at end with properties {path:"/Applications/MyApplication.app", hidden:true}*+
    +*end tell*+

    Hi,
    Try to use tables RSOSFIELDMAP, RSDSSEGFD and RSTRAN
    Hope it helps
    bhaskar

  • User exit EXIT_SAPLIEDI_011  for determination of PO item for EDI LIV

    Hi,
    I am trying to get LIV via EDI working. The incoming INVOIC02 IDOCS mark an error when processing: there is no PO item in the ZEILE field of E1EDP02-001. I thought I could use EXIT_SAPLIEDI_011 to get the PO item number determined and  to get this problem solved. But I cannot see where the exit is called during the LIV process. Does anyone know where EXIT_SAPLIEDI_011  is called and how I can test this?
    Thanks,
    Joris

    My friend.... to view EXIT_SAPLIEDI_011 you can go to SE37.
    You will not find it using where used list as it is done via CALLL CUSTOMER-FUNCTION.
    If you think it satisfies what you are looking for, please implement it as a part of a project in CMOD and create the include in the FM to test it.
    This will be triggered when a material management is received via EDI.
    Naveen Vajja

  • Which BAPI is for reading Header and Item for BOM.

    Hi All,
    I am using BAPI named 'CSAP_MAT_BOM_READ' to read Material type BOM header and Item.
    1. Is there any BAPI available to read Equipment Header and Item  ?
    2. Is there any BAPI available to read Functional Loc Header and Item  ?
    3. Any BAPI to Write into Database table from my internal table (Header and Item) ?
    Edited by: amit soni on Aug 26, 2011 11:25 AM

    1. BAPI_EQUI_GETDETAIL
    2. BAPI_FUNCLOC_GETDETAIL
    3. BAPI_EQUI_CREATE, BAPI_FUNCLOC_CREATE for equipment, and functional location respectively.
    Have you browse in BAPI transactions?

  • HT5085 Hey. Using iPhone 6 with an israeli account at Thailand. For some reason iTunes radio is not working. Please help

    ios 7
    i live in Thailand
    the he radio is not loading anything.
    Thanks a lot

    If you are in Thailand then you cannot use the Israeli store, you have to be in a country to use its store.
    From the page that you posted from :
    iTunes Radio is currently available in the United States and Australia.

  • UCS MP for Microsoft Ops Mgr R2 not fully working - can anyone help?

    Hi, I'm responsible for Ops Mgr in our Organization and we have recently deployed a large UCS installation.  I have just installed the management pack as per the Quickstart guide, but unfortunately I have had some problems getting it to discover/monitor properly (even before I get a chance to do any tuning of alerts).
    Intially after install, in diag view the following 5 nodes appeared but NONE where being actively monitored (empty circle beside icon) for HW Inventory,Hypervisors,Operating Systems,Service Profiles,Virtual Machines.  (Note i had installed the VMM MP as prereq for monitoring virtual machines).  After a bit of play with the RunAs account/Profiles and trying to add in virtually all relevant UCS classes, I have now go 2 out of the 5 nodes being monitored, ie HW Inventory and Service Profiles (I had used overrides to reduce discovery to 5mins (as per quickstart guide) to quickly get the objects discovered.  This is all I am getting, I cant get the other 3 nodes discovered/monitored at all!!
    I was wondering if anyone else has successfully installed this MP and got it fully working - if so I'd love to hear from you and see if I can get mine working as it would be great to add value to our monitoring solution.  Any help much appreciated!!...
    Cheers

    Please provide a copy of your System Information file. Type System Information in the Search Box above the start Button and press the ENTER key
    (alternative is Select Start, All Programs, Accessories, System Tools, System Information). Select File, Export and give the file a name noting where it is located. The system creates a new System Information file each time system information is accessed.
    You need to allow a minute or two for the file to be fully populated before exporting a copy. Please upload to your Sky Drive, share with everyone and post a link here. Please say if the report has been obtained in safe mode.
    Please upload and share with everyone copies of your System and Application logs from your Event Viewer to your Sky Drive and post a link here.
    To access the System log select Start, Control Panel, Administrative Tools, Event Viewer, from the list in the left side of the window select Windows
    Logs and System. Place the cursor on System, select Action from the Menu and Save All Events as (the default evtx file type) and give the file a name. Do the same for the Applications log. Do not provide filtered files.
    For help with Sky Drive see paragraph 9.3:
    http://www.gerryscomputertips.co.uk/MicrosoftCommunity1.htm
    Some Event Viewer reports are generated solely because the computer is in safe mode or safe mode with networking. You have at least one example of this in your long list. If you do not see the same report for a time when
    the computer was in normal mode then it can be disregarded.
    You will find some general advice on interpreting Event Viewer reports here:
    http://www.gerryscomputertips.co.uk/syserrors5.htm
    Hope this helps, Gerry

  • Link for Adobe Premiere Elements 11 will not work. Any help please?

    I bought my Premiere Elements package from another seller which gave me a link to download from Adobe. The product key thing is legit but every time I click on the file link for windows, my laptop comes up with this message: "The file archive of Adobe Premiere Elements 11 is missing. You need all parts in the same folder in order to extract Adpbe Premiere Elements 11. Please download all parts."
    What does this mean??? Can anyone help me??? Please!

    it means you only download of the 2 needed files.  there are files 1 of 2, and 2 of 2.  you need both.  try again.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I have the Z4 app for deaf, but can't get to work connecting! help please

    The Z4 app makes use of front facing camera, but dosen't connect to my friend on macbook. Any Ideas why not?

    danno01 wrote:
    The Z4 app makes use of front facing camera, but dosen't connect to my friend on macbook. Any Ideas why not?
    I have not tried that app. But have you gotten Face Time to work with another iPh4? It may be that you need to go to Settings > Phone and enable Face Time (set it to ON).
    Phil

  • My Spry Menu doesnt want to work. Please help!!!!!

    Hi,
    My website is www.jumpingbeanpartyrental.com my navigation menu after I uploaded my files to my server are vertical using bullets, its supposed to be horizontal. I found the post below:
    "First download the spry updater I pointed you to, close dreamweaver and open the adobe extension manager. Select dreamweaver in the extension manager, then select install from the menu options, navigate to the spry updater extension and select this, then select o/k to all on-screen prompts.
    Once the spry updater is installed open dreamweaver. Open the html page with the spry menu and delete the 'old' css file, select the spry updater from the Site menu item, (main dw menu) select the item for the spry menu, and click on update.
    Upload the html file and all your spry assets to your server."
    I downloaded the spry updater, but when I open dreamweaver my spry updater from the Site menu is not active. So i cant click on update. I dont know what to do.............. Please help.......... Im not an expert on these, if you know the answer to my problem,PLEASE give me step by step answer.
    Thanks in advance,
    V

    Hi again,
    Like you know I have been trying to fix my website (navigation bar). Somebody fixed the navigation bar through FTP, a few days after he did it I had to made some changes to my website (using dreamweaver and then uploading my files to godaddy), after the uploading I checked my website and the pages that I made the changes where all messed up like at the beginning. Rentals, Packages and a few others are with that issue.
    Dont know if you can help me with this, like i said in my earlier messages Im not an expert.
    I appreaciate anything you can do for me.
    again my website is www.jumpingbeanpartyrental.com
    Thanks again,
    V

Maybe you are looking for

  • How can I unit test my Swing application?

    Hi All, In my application I came across a situation where I have to automate the unit testing of my application. Using my application user can able to draw polylines and rectangles on a BufferedImage added to a JFrame. Can any one please help/suggest

  • Deploying a Flex iPad App wirelessly without registering a device's UIUD

    Hi Is there any information or step by step guide to building and deploying a Flex iPad app wireless, without registering the device's ID? Is this possible with Flex? We do have an iOS Developer Enterprise Program license. Every set of instructions f

  • Installing Flash Player Adobe log in problem

    Trying to install new version of Flash Player. Can not get past NAME/ PASSWORD page. I have just spent 2 hours going to my OLD aol account, setting new password and still cannot get in.  That page has "Jane" as my NAME as an auto fill. None of the pa

  • How to download pc version from a mac?

    Is there a setting? I can't find how to do.. Thanks

  • Prevent redirected printer from roaming in RDS

    Whenever users logon on remotely from home their default home printer is redirected which allows them to print which is fine.  The only issue is that when they get back to the office, their default printer is now lost and the first one on the list of