PDF in labview front, various questions concerning the uncluttered control

Hello

I created a front panel ActiveX control that allows me to open a document and jump between the adjancent pages among other things, but I was wondering if the following is possible:

(1) to access a given page

(2) to close the document and return the VI of the State, it was before I opened the PDF file, i.e. If nothing is posted that is the white background. I tried to load anything ("'"), but this does not seem to do anything.

(3) to prevent the scroll of the user (I've removed the scroll bars, but it is possible to scroll with the mouse)

(4) to prevent the user to right click to bring up the menu of adobe.

I presume that it is not possible to do the above that it is not all methods that seem to allow this?

I guess 3 + 4 could be solved by placing a transparent object on top?

Thank you

Andy

Hi Andy,.

1), you can use the method "SetCurrentPage.

Mike

Tags: NI Software

Similar Questions

  • Question about the Repeater control

    Hi all

    I have the following code:

    <mx:Repeater id="list" dataProvider="{categories}">
         <mx:HBox>
            <mx:Label id= "cbox" text="{list.currentItem.toString()}"/>
            <mx:TextInput id="ti_prueba"/>
         </mx:HBox>
    </mx:Repeater>
    <mx:Button label="Apply" click="filter()"/>
    

    DataProvider is something like this: ['id', 'source', 'destination'].

    For each label, I put a TextInput control to write a value. It will take this value and a tag to filter datagrid component.

    I am designing a way to iterate the repeater control. My goal is to check the value of TextInputs and put them in a table. Then, I would have another table with values of the label and with both I would like to filter a datagrid.

    My problem is when I try to access the repetition. I searched the Internet but nothing helped me.

    For example, I tried:

    public function filter():void{
     for (var i:int = 0; i < list.count < i++){
         tiValue[i] = ti_prueba[i]
    }
    

    But nothing happens.

    Any idea please? I read something on currenItem but I can't find the way to apply it to my sites.

    Thanks in advance,

    Lerogke

    I have two possible approaches to suggest.

    First of all, having an event handler changes on the TextInput update a property in your dataProvider element. In the change manager, you can use getRepeaterItem() to get a reference to the element and event.target to get a reference to the TextInput.

    "Secondly, if yo give the TextInput id, as Repeater 'Alpkit' will automatically generate a table of references that you can use.

    var aCurValues:Array = new Array()

    for (var i: int = 0; i

    aCurValues [i] = Myti(nose) [i];

    }

    Tracy

  • Various questions about the Skype call abroad.

    Hi all!

    I'm recently cheated by my phone company, so I plan on starting to call Skype to landlines and mobile phones. I've always used Skype from one computer to another, so I really have no idea how the Skype call would work from a computer to a phone. Phone of the receiver must be connected to one internet line in orden to receive the call?

    Even more stupid question: How does all this work?

    I live overseas and it is thought only to be able to call my family in my country of origin, which is both fixed lines and some mobile phones.

    Should I create a new number (or number will have for me), or will I use my Skype ID for calls? And how can they call me?

    Thanks in advance for your patience

    / S

    You can call any phone Skype if you have a subscription or credit.

    https://support.Skype.com/en/FAQ/FA34608/call-phones-from-Skype

    If they would be able to call from a phone, then you need a Skype number.

    https://support.Skype.com/en/FAQ/FA331/what-is-a-Skype-number

  • BlackBerry smartphones another question concerning the size of microSD for bb8310 max

    Hi all...

    I'm such a wet behind the ears starting the bb8310, even very specific graphs given in a previous post raises questions for me.

    The table that was given:

    BlackBerry Device Software 4.2.0 - up to 2 GB
    BlackBerry Device Software 4.2.1 - Up to 4 GB
    BlackBerry Device Software 4.2.2 - Up to 4 GB
    BlackBerry Device Software 4.3.0 - up to 8 GB
    BlackBerry Device Software 4.5.0 - up to 8 GB
    BlackBerry Device Software 4.6.0 - up to 16 GB

    Under options > advanced options > applications, my bb8310 says:

    Basic BB 4.2 applications

    System BB 4.2 software

    then the rest of the list as an attachment service, Messenger, video, brickbreaker, browser, notebook, etc., etc., all say bb 4.2.2.

    My BlackBerry 8310 is brand new... since yesterday... why would I receive a 4.2 old BONES?

    So... what I can run a 4 GB, or am I limited to 2 GB?

    Do you give such a concrete response,

    JO

    Hello

    If you plan to upgrade the operating system as soon as it comes out, you can save yourself money,

    Install the card 8 GB, the BB will recognize only 4 MB, due to your current operating system. When you upgrade,

    the full 8 GB will be recognized. It's that you have to buy a memory card.

    Please let me know if it helps!

    Thank you

    If you have any other questions please ask!

    If this is not the case, adjust the position by checking the post that answered your question!

    Thank you very much!

  • Questions concerning the creation of a database of physical intelligence 10 gr 2

    I'll set up a physical standby database in a test environment using both windows 2003 servers. I was wondering if anyone could answer a few questions, on which I do not really understand. I have been through the manual of data protection and as much information I can find online. I may work but wanted to post things that I'm not sure I did quite right.

    My tnsnames.ora files.

    On my primary database server:

    tnsnames.ora # Network Configuration file: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    PRIMARY =.
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER1)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY. Mydomain.com)
    )
    )

    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER2)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY. Mydomain.com)
    )
    )


    On my physical server to the standby database:

    tnsnames.ora # Network Configuration file: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER2)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY. Mydomain.com)
    )
    )

    PRIMARY =.
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER1)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PRIMARY. Mydomain.com)
    )
    )

    My Listener.ora files:

    On my primary database server:

    listener.ora # Network Configuration file: F:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = PRIMARY. Mydomain.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = primary)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server1.mydomain.com) (PORT = 1521))
    )

    On my physical server to the standby database:

    listener.ora # Network Configuration file: f:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = standby.mydomain.com)
    (ORACLE_HOME = f:\oracle\product\10.2.0\db_1)
    (SID_NAME = sleep)
    )
    )

    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sever2.mydomain.com) (PORT = 1521))
    )


    I'm not sure I call after creating the control for use in standby file.

    A primary server that I created using the:

    change the database create controlfile as 'sbcontrol01.ctl ';

    I copied the database pfile primary I had created earlier to the standby server, renames and edited.

    Initially, I left the CONTROL_FILES = parameter pointing to the control01.ctl, the control02.ctl and the control03.ctl that I restored. But I was getting the error ORA-01665: control file is not a standby control file

    So I copied the sbcontrol01.ctl to sbcontrol02 and sbcontrol03.ctl and stressed the CONTROL_FILES = setting at home.

    The error disappeared and the database came. I still need to test it even more, but I wanted to see if I was doing the correct or a stroke of luck.

    Edited by: tjohnson on March 23, 2009 14:26

    This seems correct, you could have also just named Eve controlfiles to control01, as your principal is 02.etc.

  • BlackBerry Z10 Question concerning the size of the update for patch 10.2

    Hello

    I recently bought a Z10 BB and when I checked for update it showed that there is an update for it and my friends asked me to go ahead with it.

    Initially he Eurorest 732 mb size, and once it was made it was the installation. I thought it was the end and again it started download 2 GB of data.

    I agree entirely that I bought the phine very recently and it will be a lot of updates.

    I just wanted to know what would be the exact amount of storage that is occupied by these updates... a lil worried abt the storage...

    The break does not cause a problem from what I have seen but the bandwidth erratic wifi.

  • Various questions to the Mirage 4.4.2

    We did a workshop and som issues popup.

    I hope someone can help me.

    -Can you get windows auto restart after it ended deployed Base Layer?

    -You can make deployment groups containing several client computers?

    -When you update the Base Layer, will be the installed app to use and deleted documents?

    -Once you have placed the drivers in the Mirage and makes a filter, are they automatically deployed clients that match the filter?

    -What can you do to speed up the deployment process?

    -You can avoid to make a backup of the client before deploying a new Base Layer?

    / Hyldgaard

    See my inline comment

    -Can you get windows auto restart after it ended deployed Base Layer?

    Mirage will restart if no user is logged on, but you can also force a restart, while the user is connected.

    There are two defining sin the customer for this configuration.

    There are two parameter, you can use in the adding it to client politics CVD or by modifying the configuration file


                   

    AutRebootMode 0 (enabled) or 1 (disabled)

    more information on how to apply through CVD policy settings can be found here

    -You can make deployment groups containing several client computers?

    You can use collections for this and assign drivers and policy base layer and CVD library to a collection. If you centralize a device that fits the values in the collection, it becomes automatic part of the collection and the assignments of BA and pilot.

    -When you update the Base Layer, will be the installed app to use and deleted documents?

    A ran a report of dry running of layer to see what's happening that depends on what is in the base layer.

    -Once you have placed the drivers in the Mirage and makes a filter, are they automatically deployed clients that match the filter?

    That's right, but we have download drivers and do not force drivers windows selects the driver during PNP

    -What can you do to speed up the deployment process?

    Can you clarify what you mean with that?  What is the use case? Do you need to keep the data of the user of the device?

    -You can avoid to make a backup of the client before deploying a new Base Layer?

    Yes, there is a way to centralize with a custom policy, so the download time is reduced to minutes or seconds. In a migration scenario you loos the ability to return to the previous snapshot to the deployment of Windows XP.

    What is the use of what case do you need to protect the user on the client?

    Hope that helps.

  • Questions concerning the UTL_MAIL package

    Hi all

    I created a script to mail sent from the oracle database to my group by using the UTL_MAIL package.

    I want to improve the mail package now. Can we have a structure table with colors in the mail so that I can show the data by post in a report.

    Receive your answer.

    Thank you
    Madhu K.

    Can we have a structure table with colors in the mail so that I can show the data by post in a report.

    Yes.
    You can have what you implement.
    Oracle RDBMS does not care the format of your e-mail messages.

  • Satellite A300/Y01 - Question on the remote control

    There is a remote that comes with the A300/Y01 (http://asia.cnet.com/cnet/i/r/2008/nb/43187224/sc004.jpg).
    I want to know if I have a USB infrared for my A300/U01 Sat.

    And buy a Toshiba remote that's going to work?

    And where can I buy this remote control Toshiba?

    Hello

    To be honest I don't think you can buy it separately. As much I know this remote control is not available as a separate option.

  • Question about the parental control in the modem x 3500

    Hello

    How can control the time of the evening evening from time to time

    Example of
    The time from 16:00 to 20:00

    COMPO box the night of time, there is no option for the evening of time

    Please help me

    Hello

    How can control the time of the evening evening from time to time

    Example of
    The time from 16:00 to 20:00

    Correction
    The end of time

    COMPO box at the end of the time there is no option for the evening of time

    Please help me

  • A few questions about the video control integrated

    I'm preparing a booklet with lots of embedded videos. I have found that Acrobat does very well integrated and reliable video. The videos are large physical size, so they are activated from a small thumbnail and run in a window. The documents that I've done in the past have had only one item on a page and I put the music to turn off when the current page is not visible. Some videos are more than a minute if the player is moving another page while the video is running the clip window disappears.

    The brochure requires several video clips per page, so I need to make it easy for the user to close a window clip with what they have done. Any settings window that I use to clip the Windows Close button (upper-right) is very small, and I fear readers don't notice or have trouble using. The options 'Disable when' in the video edit dialog box are very limited, ideally I want a turn off when the user clicks anywhere outside the clip window, because it is not possible, I'm looking for an alternative. I have considered the following, but it seems that none of them are possible or practical:

    Dedicated 'Close video' button there appears to be no command available in the buttons of the user to do.

    Put all the clips on their own dedicated page and when the user clicks on the "clip" icon, it navigates to the clip video page which as a «back "button that navigates back.» It would only work reliably if the user is obliged to use the documents page navigation and prevented from using the acrobat page navigation. Even if you disable the display of the acrobat navigation buttons, it still meets the arrows on the keyboard.

    Any suggestions?

    Also when I embed the clip I draw a small rectangle and use 'recover media poster' sometimes, it puts a small "play"icon on the poster and, sometimes, it is not, it is not clear to me how to control this.»

    Thank you very much

    Murray

    Please Watch my tutorial on the AUC, which covers this idea of the 'thumbnail' using a decorative script button, so click on it opens the video and clicking it rejects the new. Scan at 7:30 if you are in a hurry.

    The icon of a poster frame is inserted by Acrobat when the image of the poster is created by the media, but if you add your own image of the poster, is not. In a few rare cases, it may not added, but we cannot reproduce this effect in tests.

  • question about the expansion of resources

    I have a general question concerning the allocation of resources CPU and expansion. If I put the number of CPU to 2, is it possible to allow CPU break this constraint while running? In fact my application server requires more CPU resources that appearing in Prime listening and I wish, it can be realized using any method VMware provides. Thank you!

    If you mean can you assign more vCPU virtual machine and remove dynamically, based on the demand for resources, then the answer is no. You can add vCPU virtual machine running - assuming that the operating system supports hot.

  • The accordion control

    Hello

    I have a few questions on the accordion control. First of all at the moment, I have control of the Accordion with 2 heads. For the moment to open one of the headers of the accordion, you click this header and to close it, you click on the header of another. I want to be able to do is to click on the header which is open and be able to close this header and the other accordion header. Is this possible?

    Secondly, is it possible for the headers of the accordion of the skin? Or include images in the header?

    Thank you
    Katy

    That's what you want, but you may need to find a way to disable the default behavior.

  • Questions of the font substitution during the creation of the PS file in Distiller PDF

    I don't know if this post should go under Distiller Server, but he doesn't know if there is a difference between X Distiller and Distiller Server.

    Context: I'm trying to convert postscript on my PC files that come from a single Mac built the program and unfortunately receive the following error message:

    %% [Warning: Helvetica not found, using Font Substitution.] Police cannot be incorporated. ]%%
    %% [Warning: Helvetica-Bold not found, using Font Substitution.] Police cannot be incorporated. ]%%
    %% [Warning: Helvetica-BoldOblique not found, using Font Substitution.] Police cannot be incorporated. ]%%

    When I try to convert postscript fonts to PDF in Acrobat Distiller X substitutes in the Arial font. I have a few versions of Helvetica on my PC but Distiller does not recognize them.

    My question is: How can I know distill, by default, to substitute for Helvetica loaded on my PC rather than Arial so that I have eliminated the error message and get specific pdf.

    Any help would be greatly appreciated.

    Thank you.

    You can use the files in distiller by going to settings.  See these two photos (click on it)

    I hope this helps.

  • Questions about the export of PDF with India CS5.5

    Hey all,.

    A few questions about the export to PDF of the most recent version of India.

    First of all, I noticed it seems to take much more time to access a PDF file. Any suggestions about how to speed up the process? It took 8 minutes to generate a PDF low resolution (for printing) of a document of 24pp with placed images and vector graphics. Wow, that's a long wait, especially for evidence.

    Second, the background task... If I get it will make this PDF of 8 minutes and then more work on the document, which is exactly in the PDF? Usually, I have save before making a PDF or printing. Thus, the latest version is saved which will be in the PDF?

    (Either incidentally, this ability to work on the doc while generating a PDF file seems kind of weird. Generally, we do a PDF for proofing, or even for printing, when any changes have been made and that everything is "final". Therefore, I see no advantage in being able to work on my document while it is making a PDF file, I am probably once your revisions for the moment. I must say that I like the progress bar that you get when you perform an interactive PDF, as you know that you can not work on the document when it is on the screen...)

    Thank you as always.

    Good, people. Wanted to just follow this and post my results. It turns out that the problem is somewhere in the Illustrator file. I never had the time to guess what work plan was the culprit. Other India files PDF files is transparent and not a lot of time.

    No resolution, unfortunately, just good to know that it is not all India files on my system. Phew!

    THANK YOU for your advice.

Maybe you are looking for

  • Firefox is my downfall of the MacBook Air?

    Twice in just twenty-four hours, the screen of my MacBook Air is suddenly flashed and then again dark. So, I have to restart the computer to make it back. Both times it happened I was just using Firefox, quietly reading online news stories. Since the

  • Automatic update does not

    I have some problems with my computer. In the last months, I had to run Malwarebytes as there was a large number of viruses on my computer. I use AVG and Windows Security Center. Since the first major attack of virus, my Security Center tells me that

  • Irregular quality printing HP Photosmart C7280 black

    Black letters are irrelgular quality, some of the page either crispy, then a few lines are blurred, twisted or just simply not clearly (see iamge below). All the colors are fine and precise. I did all the cleaning routines, even cleaned the printhead

  • Cannot open the file Excel of Skydrive on Google Chrome

    I use Google Chrome as my browser main house, and I use Windows Live to work. When I log into Windows Live and try to open an Excel file saved on my Skydrive to my Excel program, I can't open it for incompatibility of Google Chrome with Windows Live.

  • Two fingers tap (right click) not enabled

    Hey guys, I was wondering if someone could show me how do to activate the two fingers press the pad touch dell. I have an Inspiron 3521 and when I started using it I have to right click with my touchpad and then he stopped for some reason any. Would