Display Listviewwebpart dynamically using jQuery

I want to show different list/library view (LVWP) dynamically on button click.
The solution Display List dynamically is
not working for SharePoint 2013.Seems that it is only for MOSS 2007
Please help
Thanks

Hi,
From your description, my understanding is that you want to change the List view web part dynamically with a button.
The solution you provided works fine, but, as you know there are some UI changes between SharePoint 2007 and SharePoint 2013, so you should do some changes with those codes. You could refer to code below:
<!-- Paste the URL of your source list below: -->
<iframe id="SourceList" style="display:none;" src="http://sp/sites/sharepoint2013/Lists/customlist/AllItems.aspx"></iframe>
<input type="button" id="btnClick" onclick="DisplayThisList()" value="Click me"/>
<script type="text/javascript">
function DisplayThisList()
//"WebPartWPQ2" is the webpart's id, the default id is "WebPartWPQ2", if you customize your list, please check it
var defaultWebPart = document.getElementById("WebPartWPQ2");
var displaylist = null;
var sourcelist = document.getElementById("SourceList");
try {
if(sourcelist.contentDocument)
// Firefox, Opera
{displaylist = sourcelist.contentDocument.getElementById("WebPartWPQ2") ;}
else if(sourcelist.contentWindow)
// Internet Explorer
{displaylist = sourcelist.contentWindow.document.getElementById("WebPartWPQ2") ;}
else if(sourcelist.document)
// Others?
{displaylist = sourcelist.document.getElementById("WebPartWPQ2") ;}
catch(err) { alert ("Loading failed");}
defaultWebPart.innerHTML = displaylist.innerHTML;
</script>
And the screenshot below is my result:
Best Regards,
Vincent Han
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Dynamic Image Displays Blank When Using In Visual Studio Project

    I am trying to simply display a dynamic image in a report. I am using Crystal Reports XI Release 2.
    I have two different environments: Local via Progress where reports are called using Crystal Viewer ActiveX, and over the web where reports are called from Open Laszlo and Visual Studio project.
    The image is set to a blank image as default, and Graphic Location Forumla loads the image from the database (site.logo_location + site.logo_filename) which results in an image http:
    www.vetinfo3.com\a.jpg.
    When I run the reports locally using the ActiveX control, it works just fine and displays the image.
    When I run over the web using OpenLaszlo, it displays a blank.
    Troubleshooting
    We are using Visual Studio 2005, which is bundled with an older version of Crystal that doesn't support dynamic images.
    To address this, I loaded Crystal XI Release 2, which updated the version in Visual Studio and enabled the Graphic Location formula field on the dev machine.
    I verified the Graphic Location field was set correctly.
    This caused a Version error, so we loaded cr_net_2005_mm_mlb_x86.zip on server and specified the Version in web.Config.
    No errors now, but when I build and publish the code, the image still displays as blank.
                From Fiddler
                   GET http://www.vetinfo3.com/mdsol1/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_c5d6a923-293b-4f1e-8739-4e698f83b087.png
                   Creates C:\Documents and Settings\Curtis\Local Settings\Temporary Internet Files\Content.IE5\PWRUX2XW\CrystalImageHandler[1].png
                   Blank Image
    According to issues within Visual Studio, they say the fix to this is to add the <httpHandler> in web.Config, but it is already there; added when we add the viewer to the project:
    In web.Config I have some questions about this line:
        <httpHandlers>
          <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        </httpHandlers>
    There are more service packs for Crystal XI Release 2:
    crXIr2sp2_net_server_install.zip
    crXIr2sp3_net_server_install.zip
    crXIr2sp4_net_server_install.zip
    I have not loaded these yet, but the readme files do not indicate they fix any dynamic image issues.
    I am out of ideas on this; does anyone have any ideas?

    What about if you take OpenLaszlo out of the picture? E.g.; use one of our samples from here;
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    I'd recommend vbnet_web_simplepreviewreport
    Also, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80] article.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • When i rendering large table from Ajax using jquery that table not Displaying and not throwing any error also. why ? in IE 8,9,10

    Hi,
    when i rendering large HTML table from Ajax using jquery , table not displaying in browser why ? but visible in  chrome and mozilla.

    Hi,
    Post questions about html, css and scripting for website developers to the IE Web Development forum.
    http://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment
    Include with your question a link to your website or a mashup that shows the issue.
    If you are using the file: protocol.... MSIE browsers have security restriction for running active content from the file system.
    Regards.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com/en-us
    Rob^_^

  • Display ALV GRID Using Dynamic Internal Table

    Hi all,
    I try to display ALV Grid using Dynamic Internal Table, but when i activate my program, i get an error message "DYN_TABLE" is not type-compatible with formal parameter "IT_OUTTAB". ( DYN_TABLE is my Dynamic Itab).
    Anybody can help me how to passing Dynamic Itab into ALV Grid ?? Of ALV Grid only accept static Itab ??
    Thanks,

    Hi Vijay,
    It's doesn't work, and make new error "Formal parameter "IT_OUTTAB[]" does not exist. However, the parameter "IT_OUTTAB" has a similar name."
    Because the method is:
    CALL METHOD <ref. var. to CL_GUI_ALV_GRID>->set_table_for_first_display
    EXPORTING
    I_BUFFER_ACTIVE = <any type (ANY)>
    I_STRUCTURE_NAME = <string of type DD02L-TABNAME>
    IS_VARIANT = <structure of type DISVARIANT>
    I_SAVE = <var. of type CHAR01>
    I_DEFAULT = <var. of type CHAR01>
    IS_LAYOUT = <structure of type LVC_S_LAYO>
    IS_PRINT = <structure of type LVC_S_PRNT>
    IT_SPECIAL_GROUPS = <internal table of type LVC_T_SGRP>
    IT_TOOLBAR_EXCLUDING = <internal table of type UI_FUNCTIONS>
    IT_HYPERLINK = <internal table of type LVC_T_HYPE>
    IT_ALV_GRAPHICS = <internal table of type DTC_T_TC>
    CHANGING
    IT_OUTTAB = <internal table>
    IT_FIELDCATALOG = <internal table of type LVC_T_FCAT>
    IT_SORT = <internal table of type LVC_T_SORT>
    IT_FILTER = <internal table of type LVC_T_FILT>
    Thanks,

  • Developer-Online New Tutorial Released: Create a Flickr gallery using jquery and JSON

    Create a Flickr gallery using jquery and JSON
    Hello everyone, In this tutorial I'll show how is simple to build your Flickr photo gallery using jQuery framework and JSON. We'll see how to setup thumbnail's numbers, convert your RSS Flickr in a JOSOn format and display theme. Thank You for your attention!
    Posted on:                                       2010-01-11 10:20:48
    Author: patrizio Quatrini
    Best Regards
    Waleed Barakat

    Heya,
    When I first read your post I originally thought you were posting a tutorial about whether a chosen username has already been resigtered or not on the signup page like this tutorial:
    http://DwFAQ.info/signup_demo.php
    Spry Check Username Availability
    Date Created: Sunday, July 5, 2009 2:29 PM
    Then after looking at the page you've linked to and trying to understand the objective of the tutorial I've noticed that you are talking about something like this:
    http://DwFAQ.info/home.php?id=7
    Spry Search
    Date Created: Sunday, March 1, 2009 8:51 PM
    It's pretty simple to do with the link I've referenced. Simply create your database with populated tables, use the mentioned script to convert the database data into xml syntax, then enter your dynamic database script as the location of the xmlDataSet in the spry page linked.
    View source on this page which shows the non-destructive filter in action to see how it's done! You can also spice it up a little for products, etc. by using this method. The key is to create a dynamic xml syntax from your database and then use the dynamic xml script location as your xmlDataSet in the search page.
    I have an example of the auto suggest search on my homepage http://DwFAQ.info
    On the top-left side of the page click on the link that says Search Tutorials to reveal the search form. Then start typing characters into the search box to see the entries instantly filter according to the characters that are typed. You can also filter further by clicking on the category checkboxes to filter by keywords AND category.
    You can view the source code on my homepage to see the location of the dynamic xml syntax referenced as the xmlDataSet location and how it was implemented into the site.

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • What are the implications of using jquery version 1.10.2 rather than the version (1.7.1) that Adobe

    What are the implications of using jquery version 1.10.2 rather than the version (1.7.1) that Adobe uses? Thanks
    Bob

    I am having trouble when my Edge Animate composition (banner ad) appears on a web page that uses jquery version 1.8.23. Some of the functionality of the host page no longer works. This occurs only when my composition is present & the functionality returns when another ad is displayed (either a Flash ad or a gif). It happens in Chrome Version 31.0.1650.63 m, Chrome Version 33.0.1738.0 canary & IE 11.
    I had edited my Edge Animate files to use the Adobe CDN option & to point to another server (mine) so only the html file was needed to be placed in the ad rotator & on the host's server. I now have edited them again to include the Google CDN locations for version jquery 1.10.2 (http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js). I am waiting for the host site to try this updated html file. When I visit just this new page & the old one that pointed to 1.7.1 for that matter, it works fine.
    Thank you for taking the time to read and answer my message.
    Bob

  • Displaying a dynamic image in a jsp

    I am interested in the way of dynamically generating an image in a web browser. The image should be formed on the servlet, more precisely with the aid of a servlet, and reloaded in the web browser every time it suffers modifications (for example, elements are drawn). The drawing and displaying part is already functioning not as a server application, but as a desktop one. The result of the drawing actions are displayed in a Bufferd Image view. What I have to do is to display this image in the browser, encoded as a gif (I already know how to do the encoding part).
    //code from TheServlet.java
    ImageViewPort view = new ImageViewPort(600, 600); // BufferedImage type
    Image image = view;
    g = image.getGraphics();
    response.setContentType("image/gif");
    GifEncoder encoder = new GifEncoder(image, out);
    encoder.encode();
    How would I correctly reference in the HTML form this servlet? In the HTML form I have to display the dynamically created GIF image as a server side image map?
    // code from the HTML form
    <img WIDTH=600 HEIGHT=600 BORDER="2" src="http://localhost:8080/servlet/TheServlet");
    ISMAP/>
    How should be written the source of these image map?

    you can use AJAX for this.. google maps is using ajax for rendering their maps..

  • Using jQuery UI in a timeline trigger

    I am successfully using jQuery in timeline triggers, but something is going wrong when I try to use jQuery UI.
    I am loading jquery-ui-1.9.2.custom.js and jquery-ui-1.9.2.custom.css using yepnope in the creationComplete event for the stage object ("Symbol").  The same code that works in the "complete" function of the yepnope does not work in a timeline trigger.  The code is:
    sym.$("main_st_classic").hide("blind", { direction: "horizontal" }, 2000);
    So this is what it looks like bound to the default timeline:
          Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) {
             // insert code here
             sym.$("main_st_classic").hide("blind", { direction: "horizontal" }, 2000);
    BTW, in the picture below the display property is set to Always On, but I have tried it with On and experienced the same problem.
    Any thoughts will be much appreciated.

    Umpf, my fault. DDL statements execute implicit commit.
    You need to execute your DDL statements in a separate transaction and not within the trigger transaction
    Try this:
    create or replace procedure create_user(p_username in varchar2, p_password in varchar2)
    is
      pragma AUTONOMOUS_TRANSACTION;
    begin
      execute immediate('CREATE USER '|| p_username ||
                        ' IDENTIFIED BY '|| password ||
                        ' DEFAULT TABLESPACE MAGICOP QUOTA UNLIMITED ON MAGICOP');
      execute immediate('GRANT APP_USERS TO '||p_username); 
      execute immediate('ALTER USER '||p_username ||' DEFAULT ROLE ALL');
    end;
    CREATE OR REPLACE TRIGGER NORDISKADMIN.BIU_LOGIN_JV
    BEFORE UPDATE OR INSERT ON LOGIN_JV
    FOR EACH ROW
    DECLARE
    BEGIN
      GETSTDTRIGGERINFO( inserting,'LOGIN_JV', :new.US_INSERT,:new.DT_INSERT,:new.US_MODIFY,:new.DT_MODIFY,:new.AI_LOGIN_JV);
      create_user(:new.CD_LOGIN_JV, :new.PW_LOGIN_JV );
    END;

  • How to display  servlet dynamically generated image ?

    Hi,
    How to display servlet dynamically generated image ?
    I have a servlet generating a buffered image in the doGet. I want to display the image in a jsp page with other information. I'm not able to get it properly displayed.
    **Try n# 1 **************************************************************
    This displays my image but nothing elle :
    ServletOutputStream sos = pResponse.getOutputStream();
    JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(sos);
    encoder.encode(img);
    **Try n# 2 ****************************************************************
    I tried also :
    In the servlet :
         request.setAttribute("renderedImage", img);
    and in the jsp page :
         BufferedImage image = (BufferedImage) request.getAttribute("renderedImage");
         <img src="<%=ImageIO.write(image,"jpeg",response.getOutputStream())%>" width="300" height="280"/>
    This last try draws big crap in the jsp page, thank you in advance.
    Nelson

    Call another servlet from the IMG tag. Have the servlet stream out the image using ImageIO (instead of writing HTML).

  • Using jquery to fade in validation messages in and out

    Hello,
    I am using spry validation on my form and I have it where it pops up a graphic when the validation happens. Now to dress it up better I would like those graphics to fade in and out depending if they meet the validaton or not instead of just dissapearing. Does anyone know how to do this using Jquery or some other sort of method? I am new to it. Below is code for my form and css for validation
    <div class="contactform">
             <form action="POST" method="get" name="contact" id="form1">
             <p>Name: (Required)</p>
             <span id="spryName">
             <input name="req" value="" class= "tb" type="text" id="req" >
             <img class="textfieldRequiredMsg" src="_images/valbox.png"  ><span class="textfieldRequiredMsg"></span></span>
             <p>Company: (Required)</p>
             <span id="spryComapny">
             <input name="company" type="text" class="tb" >
             <img class="textfieldRequiredMsg" src="_images/valbox2.png"  ><span class="textfieldRequiredMsg">.</span></span>
             <p>Email: (Required)</p>
             <span id="spryEmail">
             <input value="" name="email" type="text" class="validate[required] tb" id="email" >
       <img class="textfieldRequiredMsg"  src="_images/valbox3.png" ><img class="textfieldInvalidFormatMsg"  src="_images/valemailformat.png" ><span  class="textfieldRequiredMsg">.</span><span  class="textfieldInvalidFormatMsg">.</span></span>
             <p>Phone:</p><input name="name" type="text" class="tb" >
             <p>What do you want done? (Required)</p>
             <div class="comments"><span id="spryComments">
               <textarea class="commentstext" name="comments" cols="50" rows="10"></textarea><br /><br />
             <img class="textareaRequiredMsg" src="_images/valcomments.png" >
               <span class="textareaRequiredMsg"></span></span></div></br /><br /><br />
             <div class="formbtns">
             <input name="Submit" type="submit" value=""  class="submitbtn"> <input name="Clear" type="reset"  value="" onClick="setFocus();" class="clearbtn">
             </div>
             </form> </div>
    @charset "UTF-8";
    /* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    /* These are the classes applied on the error messages
    * which prevent them from being displayed by default.
    .textfieldRequiredMsg,
    .textfieldInvalidFormatMsg,
    .textfieldMinValueMsg,
    .textfieldMaxValueMsg,
    .textfieldMinCharsMsg,
    .textfieldMaxCharsMsg,
    .textfieldValidMsg {
        display: none;
    /* These selectors change the way messages look when the widget is in one of the error states.
    * These classes set a default red border and color for the error text.
    * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
    * and this way only the specific error message can be shown by setting the display property to "inline".
    .textfieldRequiredState .textfieldRequiredMsg,
    .textfieldInvalidFormatState .textfieldInvalidFormatMsg,
    .textfieldMinValueState .textfieldMinValueMsg,
    .textfieldMaxValueState .textfieldMaxValueMsg,
    .textfieldMinCharsState .textfieldMinCharsMsg,
    .textfieldMaxCharsState .textfieldMaxCharsMsg
        display: inline;
        color: #FFF;
        background-image: none;
        background-repeat: no-repeat;
        vertical-align:top;

    I have my images in my Dreamweaver assets folder.  I'm not sure what as2 or as3 are...I don't know if that helps, my skill level in Flash and DW are pretty basic.  Any suggestions?  Thank you!

  • Using jquery to animate this (link included)

    Hi there,
    I'm in the completion stages of a website for a client. Still
    some things to
    fix (like activating the form) but essentially, this is the
    heart of the
    site and how it will work.
    http://www.vilverset.com/main.php
    As you can see by clicking the main navigation, the only
    things changing are
    2 divs :
    DIV ID="bg" (height:490px, width:100%)
    This is the div in the background containing the large
    background image.
    DIV ID="textbox" (height:490px, width:depends on the page)
    This is the div with text content and a semi-transparent
    white background
    (used a png for this so I could retain the opaque white
    outline).
    Everything else is always the same no matter what page we're
    at. I am
    currently using PHP includes to include those parts.
    I could technically deliver the site as-is once it's
    completed, but I keep
    imagining nice sliding-door effects that this particular
    layout seems to be
    crying out for.
    What I had in mind :
    Each time you click a link...
    ...the "textbox" div would slide out from view (left to
    right)
    ...a new "bg" div would slide into view over the current one
    (right to left)
    ...a new "textbox" div would slide into view (right to left)
    Would this not reek of awesomeness? How difficult would this
    be using jquery
    libraries/tutorials?
    If the caveat would be that I'd have to pre-load all the
    content, I don't
    mind. As long as it's loading it in the background after
    displaying what
    needs be displayed on the front landing page (that we see
    that landing page
    before it finishes loading all the other non-visible divs).
    But ideally, it would load the content only once the option
    is clicked.

    This is a bit different - and a quick example - but it is
    100% accessible to
    search engines and, more importantly, to assistive readers.
    http://www.projectseven.com/testing/customers/mike-noob
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/apm
    An Accessible & Elegant Accordion
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Al,
    >
    > I'm almost dead certain that the .animate function of
    jQuery's library
    > will do the trick, here. I just can't wrap my brain
    around the proper
    > syntax.
    >
    > There would also be overlapping issues... for instance,
    if I make panel 2
    > slide over panel 1 when clicking the 2nd link, I need to
    have panel 1
    > slide back over panel 2 when clicking the 1st one again.
    >
    > This means that once a panel slides into view, whatever
    was underneath
    > needs to be hidden, then z-indexed over the pane that
    just appeared, then
    > placed outside the viewport as it awaits the call to
    slide back into view.
    >
    > But how do you do any of that without, at the very
    LEAST, triggering a
    > horizontal scrollbar? You can't place a div outside the
    viewport without
    > creating one, can you?
    >
    > Here's the original link again :
    >
    http://www.vilverset.com/main.php
    >
    > Mike
    >
    > "Al Sparber - PVII" <[email protected]>
    wrote in message
    > news:[email protected]...
    >>
    >> "Mike" <[email protected]> wrote in message
    >> news:[email protected]...
    >>>
    >>> Would this not reek of awesomeness? How
    difficult would this be using
    >>> jquery libraries/tutorials?
    >>>
    >>> If the caveat would be that I'd have to pre-load
    all the content, I
    >>> don't mind. As long as it's loading it in the
    background after
    >>> displaying what needs be displayed on the front
    landing page (that we
    >>> see that landing page before it finishes loading
    all the other
    >>> non-visible divs).
    >>>
    >>> But ideally, it would load the content only once
    the option is clicked.
    >>
    >> This is an interesting question and there are no
    simple answers. I'm
    >> going to play with some ideas later today and I'll
    post back with some
    >> solutions you could consider.
    >
    >

  • Dynamic Use of web dynpro component

    Hi,
    How can I dynamically use the web dynpro component for display in one component with out using Wdb Dynpro Interface component?
    I want to give user a dash board which is configurable by the user.
    Thanks and regards,
    Pradip

    >
    Pradip R[https://cw.sdn.sap.com/cw/docs/DOC-37733
    > Hi Bhaskar,
    > My components are not in used componenty. In runtime user will search the component in server and shall embedd in my application. So component usage is also dynamic.
    > Any suggestion?
    > Regards,
    > Pradip
    Hi,
    see the link here
    [https://cw.sdn.sap.com/cw/docs/DOC-37733|https://cw.sdn.sap.com/cw/docs/DOC-37733].
    as advised, you create a usage group for dynamic components, add component usages to the group based on your conditions.

  • Displaying image dynamically

    Hi,
    i am getting data from backend sys its working fine.
    when eve we r give input like material number like 1, 2, ....... then then press button it shows data and IMAGE also
    here i have taken images 1.jpg, 2.jpg, .......... workspace -
    > mimes-----> comp.............
    i am setting source of that image prop like 1.jpg here
    when i give input   1   and click button it display r/3data and image but it is used for that only. if i want to display 2  then i change image prop source (here material number is 1 and image is 1.jpg.........depends up on material num can we write code here)
    i want to display it dynamically (depends upon material num it can show the data and image)
    can any one help
    Regards
    bhanu

    Hi Nikhil,
    i am explaining about my thread clearly
    i have taken 1.jpg, 2.jpg, 3.jpg....... images in workspace ..mimes ... components ... packageee
    now take button and image with  visible prop
    In  init() method i have take instance,bind for backend data
    setting visible prop none(image)
    In onaction()
    have taken execute,invalidate in try catch
    setting visible prop is visible(image)
    when i give material no  1  then it can display output  data and image
    if i want to display material no 2 data
    when i give  material no 2 then it can display output data  but image is 1.jpg  b'coz  i set source of image porp as 1.jpg
    the above posted code i have taken in onaction button().
    through hard coding i can display it individually but i want to display it dynamically  likee
    when we give material no 1 it can display 1's data and image 
    when we give material no 2 it must  display 2's data and image
    can u explain me clearly if possible with step by step.
    sorry for the late reply
    Regards,
    bhanu.

  • Is it possible to let Labview create displays himself dynamically?

    the number of displays can´t be fixed right now.
    i want to create a huge number of display by using a menu "create a new display". everyone should show another value from a global variable (Array).
    So i don´t want to use static elements - if i would do so, i had to create about 80 digital displays, 20 analog display and a few graphs. But i don´t need them every time - sometimes i need 3 digital and 15 analog displays, another time i need 60 digital an no analog displays. i only want to create 3 foundamental dislays and use them very often with different properties and pointers to the global variable!
    Is this possible?
    Thanks a lot...

    I have in many applications done this by using the picture control. Jean-Pierre first suggested an excellent approach to this in this link.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000A33B0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_INCLUDE_0=Ben+picture&USEARCHCONTEXT_INCLUDE_S=0&UPostedFromTimeSearchArg_0=8&UPostedFromTimeSearchArg_1=3&UPostedFromTimeSearchArg_2=2000&UPostedFromTimeSearchArg_S=4&UPostedToTimeSearchArg_0=4&UPostedToTimeSearchArg_1=9&UPostedToTimeSearchArg_2=2004&UPostedToTimeSearchArg_S=4&USEARCHCONTEXT_TIER_0=2&USEARCHCONTEXT_TIER_S=0
    You can use the "Invoke Node" to get the image of a control. If you combine this method with events configured for the picture control, you can simul
    ate normal LV objects.
    This method takes a bit bit of work, but it does allow the GUI to be taylored as your end user requires.
    You do not have to re-code all of the normal behaviour of your control elements. When a clcik is detected on a simulated device, a real LV FP object can be made visable and moved from its off-screen location to where the user clicked, and key-focus transfered. The user then interacts with the LV object that is on top of the the picture if it.
    It is not easy, but it works great!
    So as to:
    "Is it possible to let Labview create displays himself dynamically?"
    YES!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • Is there a way to have multiple WSDL's in one machine?

    Hi! Some Netweaver/Dynpro programmers are asking me if it is posible to have more than one WSDL in the same server. For what? They want to separate the vendors process from the materials process from the customer process, because each time any of the

  • My ipad wont charge help, my ipad wont charge help

    My ipad mini 16g doesnt want to hold charge  i got back from school and then i put in charge it was 9% so i put in and went to watch tv then go a notifacations thats 5 percents remaining then i took it out and tapped okay then i put in back in charge

  • Regsitering log4j appender to a logger in a class in a web app

    During weblogic 9.2 server startup I would like to register a Handler with any number of log4j Loggers in all deployed web apps. I was thinking I could somehow get a reference to the applications classloader, and see if it has log4j, then register wi

  • Phone USB disconnect not detected

    On my one PC, PC Suite does not detect when I disconnect my E51 phone from the USB cable in PC Sync mode. This one happens on this specific PC, so it must be a setup problem there. I am running PC suite 6.85.14.1 on WinXP SP2 patched up to date. No p

  • Error while installing 9iAS

    I tried to install 9iAS-Infrastructure first. Installation completed but hanged while linking. Later decided to install J2EE & Web Cache option of 9iAS with out the infrastructure.It stopped while setting up install types after 23% of progress, with