How can I create a Floating Windows under LV 6.02?

I am interested in adding to my application a floating window. I need that the behavior of that window will be exactly equal to the one which one can create in other programming language, I mean , that is found always on-top and that the window of the application that is found below follows being the principal area for the user.

If you want to create a flotaing window , may be you mean Child Window. So in the first Place you must to get the handle to the VI that will be the floating window (child window).Use the "Find Windows Handle.vi" that I send you.
In the control labeled "lpszWindowName" you must enter the name of VI that you want to be a floating window (child window).
Once you get the handle or reference to the floating window (child window) ,the only thing that remainds to complete the operation is assign this handle or reference to the window that will be the parent window. The VI called "Make Child.vi" permorm the final operation. You must to pass the handle of the floating window (child window) to the control labeled "handle child Window" , and pass to the control lab
eled "Name of Parent Window" the complete path to the VI that run as parent window. Of course if you want that the floating window was contained by the desktop just don´t pass anything to this control.
I send the libraries that you must to use in order to performe the operation that previously comment.
I hope you enjoy your Child Windows .
Attachments:
Child_windows.llb ‏48 KB

Similar Messages

  • Can one create a floating window using JSF?

    I was recently shown the interface for GMail. I don't have a GMail account, but one of the things I was asked to investigate was whether or not we can create the sort of floating window that appears on the GMail interface when one positions the mouse pointer over a cell on the grid showing the email messgaes. We have a grid on our JSF page, that shows specific data for items we're supporting, and it would be useful if we could have something like a mouseover event handler for each table row, and in that event handler show a window with a graphic specific to the data in that row, and the chart would move with the mouse pointer, perhaps changing the graphic if the mouse pointer is moved over a different row in the data table.
    Can we do this using JSF? If not, what alternative can you suggest that would provide a reasonable facsimile to this kind of user friendly feature?
    Thanks
    Ted

    "Core JavaServer Faces" Second Edition, by David Geary and Cay Horstmann, copyr 2007 - ISBN: 0-13-173886-0 - (it put me back USD $50, but well worth it). Page 644 gives two examples of how to generate a pop-up window. They give two examples because of problems that can arise when you transfer data between the main window and the pop-up. I do not want to violate copyright and there are ten pages of text devoted to this topic, so I'll just present some tickler code - if you cannot afford the book, maybe you can google on some terms. Sorry, I feel this is as far as I can go on this, I hope this helps some!
    The first example uses a JavaScript call:
    popup = window.open(url, name, features);
    popup.focus();
    where 'features' is a string like "height=300,width=200,toolbar=no,menubar=no"
    The second example creates the pop-up form using a hidden field like this:
    <h:form id="hidden" target="popup">
    <h:inputHidden id="country" value="#{bb.country}"/>
    <h:commandlink id="go" action="showStates"/>
    </h:form>

  • How can I create a horizontal line under a line of text?

    Hi,
    I have FM 12.0.3.424.
    Does anyone know how to create a horizontal line under heading text that is the width of the page?  Similar to creating a border but without the top and sides.
    Is it even possible?
    thank you in advance!

    Use the "Frame Below" attribute in the Advanced tab of the Paragraph Designer for your heading tag to use a named Reference Frame from your Reference page. If you're using the default templates for your documents, you could try the Single Line selection (or make your own).

  • How can we create a popup window for confirmation while clicking of button

    HI Friends,
    I am creating a application, In which I want to create a popup window for confirmation on clicking of a button.
    I also need two buttons on popup window i.e. 'Yes' & 'No'.
    On yes i want to perform some operation and on No i want to cancel that operation.

    Hi Narendra,
    try using the following code in ONACTION of ur button for popup :
    * Popup
       *  Generate Popup
        DATA lo_window_manager TYPE REF TO if_wd_window_manager.
        DATA lo_api_component  TYPE REF TO if_wd_component.
        DATA lo_window         TYPE REF TO if_wd_window.
        lo_api_component  = wd_comp_controller->wd_get_api( ).
        lo_window_manager = lo_api_component->get_window_manager( ).
        lo_window         = lo_window_manager->create_window(
          window_name          = 'W_POPUP'
         window_position = if_wd_window=>co_center
          message_display_mode = if_wd_window=>co_msg_display_mode_selected
          button_kind          = if_wd_window=>co_buttons_yesno
          message_type         = if_wd_window=>co_msg_type_none
          default_button       = if_wd_window=>co_button_yes
        DATA:  l_api TYPE REF TO if_wd_view_controller.
        l_api = wd_this->wd_get_api( ).
        " subscribe action for Ok button
        lo_window->subscribe_to_button_event(
                     button            = if_wd_window=>co_button_yes
                     action_name       = 'OK_POPUP'
                     action_view       = l_api
                     is_default_button = abap_true ).
        lo_window->open( ).
    regds,
    amit

  • How can I create multiple fillable fields under one label?

    I have a from which requires identical fields to be entered. For instance, I have one column for Name, one for Title, one for Phone and one for Email. Right now I have redundant rows of labels that are taking up valuable space on the form. Rather than repeat the labels above each field, I would like to include 6 fillable fields under one label. Is this possible? See example below:
    Name
    Title
    Phone
    Email
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)

    Formscentral doesn't support tables like that.
    To create a form in Acrobat, you'd normally start by using an application like InDesign or Word to create the layout and then convert to PDF, open in Acrobat, and add the form fields: Tools > Forms > Edit
    Post again if you can't get this to work. It's relatively easy to create an array of fields to create a table using Acrobat.

  • Muse / Sub-Navigation: How can I create a sub-navigation under the main navi - BOTH levels in HORIZONTAL direction???

    More specific: I want to create a two-level navigation, whit both levels in horizontal direction.
    Example:
    1st level:    Products,
    2nd level:  Type 1, Type 2, Type 3 etc

    Dear rohit776,
    enclosed two screenshots. First upper one is showing how I want to do it.
    Problem is: It is build completely manually and it does not work. When clicking on References it directs to a blank side and of course the main navi point (References) should be highlighted while I select between the three sub-points.
    The second screenshot shows how my structure looks like. Here the masters are including duplicates (therefore they doubled)

  • How can i make a floating window sink in xmonad ?

    What''s the short-cut key ? 
    thanks!

    The default is Mod-t.
    Config.hs wrote:...
    , ((modMask,               xK_t     ), withFocused $ windows . W.sink) -- %! Push window back into tiling

  • How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word.

    How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word in the document. I am teacher. So for example when a student came to word he/she did not know, if he/she hovered the cursor over the word, a defintion or other information would appear.  You can do this in Word using bookmarks/hyperlinks but I can't figure this out in Pages. I can link it to another point in my Pages document but I just need the text to pop up - not take the reader to another location.  THANK YOU!!!!!!

    Have you tried Word for Mac?
    You will need to test if links survive export or printing to .pdf
    Peter

  • How can I create more than one main window in a page of SAP SCRIPT?

    How can I create more than one main window in a page of SAP SCRIPT? If anybody helps me I will be obliged.
    Regards,
    Subhasish

    Hi Ganguly,
    It is possible to have more than one main window in a same page.
    You create a main window and simply you copy and past it in the same page.. it will create first main window name as MAIN and other main windows as MAIN01,MAIN02.... up to MAIN99.
    Contets flow from MAIN , MAIN01, MAIN02.......................MAIN99. contents after filling the current window it flows to next window(by default, you skip as well with some keyword not sure could be NEW-WINDOW)
    you want print the main window data twice? or you want to create two main window in the same page ?
    1. give two copies in the no of copies in the output type screen ( Which pop up is coming after excute the program ).
    2. create two page with the same script form.
    3. you can write the coding inside the program to print twice the same page.
    Hope this information use full to you..

  • I have a windows computer. How can I create apps and put them on itunes?

    I have a windows computer. How can I create apps and put them on itunes?

    You can't. The iOS SDK requires Mac OS X and an Intel Mac; Windows applications can't be put on either the iOS or Mac OS X App Stores.
    (82889)

  • I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    If you are referring the Master Password that can be set in System Preferences>Security>FileVault, then see this thread:
    How to reset FileVault master password
    http://discussions.apple.com/thread.jspa?messageID=5822772
    As explained there, and for obvious security reasons, a new master password created in this fashion way will not unlock any pre-existing FileVault accounts. Resetting the master password is therefore only useful after you turn off FileVault in all existing accounts. You can then turn FileVault back on after the new master password is in place.

  • How can I create a new partition to install Windows 7 by not using Bootcamp

    How can I create a new partition to install Windows 7 by not using Bootcamp?

    If you want to dualboot you have to use boot camp i think. I think you have already a full disc and cannot make another partition I'm I right?
    Your question seems a bit blurry so I'm giving you a general tip here.
    If you want to just try the beta you can always use Sun's "Virtualbox".

  • I Have iPhoto on my macbook pro under a different account, how can I create/install my own iPhoto?

    I Have iPhoto on my macbook pro under a different account, how can I create/install my own iPhoto?

    The iPhoto application should be installed in the "Applications" folder and thus available for all users on your MacBook Pro.
    When you launch iPhoto from a different account hold down the ⌥-key, to be prompted where you want to create a new iPhoto library for that account. By default an iPhoto Library would be created in the "Pictures" folder of that user account.
    Regards
    Léonie

  • How can I create the recovery discs for my AIO computer? (For Windows 7 systems)

    Q.: How can I create the recovery discs for my MSI laptop/AIO computer? (For Windows 7 systems)
    A.:
    1. Locate the "MSI BurnRecovery" shortcut on your desktop or start menu. Run this program. (Note: If UAC is enabled, press "Yes" to allow the program to run.
    2. MSI BurnRecovery will prepare the files. This process may take a few minutes.
    3. Click on "Next" to continue.
    4. Click on "Advanced".
    5. Click on "Create an ISO file for the recovery disc".
    6. Select the destination where you want to create the ISO files. (Default is the D: drive)
    7. The program will now create the ISO files. This process may take up to 20 minutes.
    8. Click on "Finish". Make sure the box is unchecked.
    9. Browse to the location of the ISO files. Double-click the recovery_dvd file. (Note: Depending on your system, you will have 1-3 recovery_dvd files)
    10. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    11. After burn is complete, click on "Close".
    12. Double-click the recovery_dvd2 file.
    13. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    14. After burn is complete, click on "Close". Recovery disc creation is now complete. (You can also delete the ISO files, but it is recommended to keep them)

    Hi,
    You can order a replacement set of Recovery Discs using the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&lc=en&dlc=en
    If you have any problem with this link, order them directly from HP.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How can I create Windows Explorer (as a Tree strucuture) in Java

    Hi All,
    How can I create a Windows explorer (as a tree structure) in a Frame window?
    Thanks
    Sumode

    File[] roots = File.listRoots();
         for (File root : roots) {
         System.out.println(root.toString());
         File[] directoryContent = root.listFiles();
         if (directoryContent != null) {
              for (File directoryFile : directoryContent) {
              System.out.println("File: " + directoryFile.toString());
         }

Maybe you are looking for

  • Create service Purchase Order automatically at goods issue in VL02N.

    Hi Friends, Please give me steps on how to write the ABAP code To Create  service PO automatically at goods issue. Technical Info •     BAPI BAPI_PO_CREATE1 is to be used for creating the service PO. •     The service PO will be only created for YLF

  • Location problem with my iPad

    Hello everyone! I own an iPad 16GB WiFi. I have a problem with location system in all my apps from iPad since a few days. Any of my apps can get my location. All of them shows a message about location error. I'm using WiFi connection at home and neve

  • Assest code wise PO No. Reports

    Hi , Is there is a report, in which i can enter the multiple assest codes and it will gives me PO no. aginst that assest code. I had tired ME2K but in that only one assest code allow to enter... Thanx in advance Vikrant

  • Graduation Factor in Queries 7.0 (i.e: * 1,000,000)

    Hi, I've a query, that shows several lines (indicators) and in the columns is the charactersitic 0calmonth2. For some lines (structure members I've set the graduation factor to 1,000,000) and it's showing the graduation factor ( * 1,000,000 )  for ev

  • Anyone familiar with the Java Service Wrapper?

    I'm getting errors when trying to use the Java Service Wrapper. My wrapper.conf file looks like this: # Wrapper License Properties (Ignored by Community Edition) # Include file problems can be debugged by removing the first '#' #  from the following