Custom Title in PDA Front Panel Title Bar

Hi,
I would like to customize the title in the front panel title bar of my PDA application after the application has loaded. Targeting Windows XP this can be done by using Property: Front Panel Window: Title, which is not supported by the PDA module (8.5).
Does anybody know of any workaround?
Thanks,
Volker

Hi Volker,
I'm
sorry for any inconvenience this has caused.  As you're probably aware,
architecting PDA applications is considerably different from architecting
Windows XP apps.  PDAs have very limited resources, and are not capable of
supporting the LabVIEW runtime engine, so the PDA module must "cut the
fat" by compiling the VI to native PDA code and by eliminating any
unnecessary features.  There may be other reasons that that feature has
not been implemented that I am unaware of, or it may simply be that R&D has
not made it a priority.  In either case, filing a product suggestion is
the best way to draw attention to it.
Also, FYI, the LabVIEW Help keeps a current list of supported properties and methods:
Supported Properties (PDA Module, Touch Panel Module)
http://zone.ni.com/reference/en-XX/help/370642E-01​/lvpdatpchelp/pda_properties/
Supported Methods (PDA Module, Touch Panel Module)
http://zone.ni.com/reference/en-XX/help/371944B-01​/lvpdatpchelp/pda_methods/
Eric V
National Instruments
Applications Engineer
Certified LabVIEW Associate Developer
"I'm a Ramblin' Wreck from Georgia Tech and a helluva (NI Applications) Engineer!"

Similar Messages

  • Front panel scroll bars are missing

    Hi
    Can somebady tell me how to get my front panel scroll bars back. Block diagram is showing them but front panel is not. i can probably open another vi and copy and paste my application. Thanks

    suni wrote:
    Can somebady tell me how to get my front panel scroll bars back. Block diagram is showing them but front panel is not. i can probably open another vi and copy and paste my application. Thanks
    What is your LabVIEW version?
    All the above responses only apply if your front panel does NOT contain splitter bars. Once you have splitter bars, things get a bit more complicated and you can easily create a situation where the scroll bars are also off in edit mode and the VI properties cannot get them back directly.
    What you need to do is right-click in the splitter bar and select e.g. right pane (or whatever) as follows:
    Message Edited by altenbach on 09-17-2008 03:56 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    recoverScrollers.png ‏17 KB

  • How do I remove the title bar from a Palm PDA front panel?

    On several PDA screens, I need all the real esate I can get. The title bar chews up a lot of it.  Is there any way, in the vi settings or programmatically, that I can remove the title bar?
    I've already tried the obvious step of unchecking "window has a title bar" in the window appearance catagory of the vi properties.  No apparent effect is seen.

    Hello,
    It sounds like you are referring to the GUI actually on your Palm devices.  I believe on Palm devices all applications have a title bar, and there isn't a way to get rid of it.  My guess is that perhaps this is a feature you can enable/disable as a Palm OS setting, or may simply be the way the Palm has defined its user interface.  If you have your Palm devices handy, check out the display settings to see any has an option to remove the title bars in general.  If you find out either way, definitely repost so the community can find the answer here as well!
    Thank you,
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Custom title bar

    Hi All!
    How do I add my own title bar to a JFrame?
    I have managed to remove the default one. but I cannot figure out how to add a custom one.
    I also want to place it above the JMenuBar so adding it to the content pane will not help.
    Any advise will be welcomed.
    Thanks,
    SIJP

    My Look and feel is working just fine.
    my problem is that I can do two things:
    if I add the default title bar my l&f has two title bars and if I choose to make my look and feel have one title bar the windows L&F has no title bar at all.

  • Lab view Application with a Customized Title bar

    I am using Labview 2013. I need to change the color of the Application Title Bar to Black. I dug around quite a lot but did not come across any method to do this. Any suggestions or ideas?
    Thanks,
    Abel.

    Hello Abel,
    You should not dug any where else except NI Website. Your query is already been answered on NI Website. Just click here and "http://digital.ni.com/public.nsf/allkb/3155A70B46F115C98625769C007E962E" this may give you some detailed idea for which you are looking for. Kudos are most welcome.
    Kudos are always Welcome.... :-)
    Vinal Gandhi, CLD
    Software Engineer

  • How to define area of front panel scroll bars so that you can't scroll to empty areas?

    The front panel of my executable VI has scroll bars.  Is is possible to set the scroll bars so that one
    cannot scroll to areas where there isn't anything present?  Can I define the usable area of the front
    panel to labview?
    Thanks...
    -Umar.

    Hello...
    Try this one==>>      File - VI Properties - Window Appearance - Select Custom - Customize - Deselect Show Scroll Bars - Save VI
    Hope this will help you...

  • How do i create a custom title bar

    I want to create a title banner on the bottom of my video that is a jpg...  basically, i want to layor the jpg on the bottom of my video.  How do i do that?

    You put it on top of the video in the timeline and make the duration the length of your project.

  • Front Panel bounds on secondary monitor

    Hello!
    I would like to display some elements of the front panel on the primary and others on a secondary monitor. So I decided to make a subvi from the elements I wanted to show on the secondary display.
    It nearly works, but I would like to have fullscreen on both of the monitors. Unfortunately if I change front panel bounds to be written in the attached subvi, it shows up on the primary monitor. If I leave front panel bounds to be read it works with the secondary monitor.
    Could you give me some advices how to solve the problem?
    Thanks!
    Attachments:
    subvi.vi ‏15 KB

    Dear VampireEmpire,
    One way you can do it is to create 2 SubVIs (each with the specific indicators etc, then set the Window Appearence of those VIs Custom, and check "Show Front panel when called"
    If you are in a VI, press Ctrl+I, or right click on the icon of the VI on the front panels upper right corner, get VI Properties and navigate to Window Appearence.
    In each of these VIs use the Invoke Node : 
    VI Server Reference (This VI), --> Invoke Node --> Front Panel --> Run-Time Position --> Maximized, and wire monitor number 1 to the primary and 2 for the secondary. Use for example a while loop, and if you want to terminate only one of the VIs at Run-Time, remember to Close the Front Panel (Invoke Node), and the reference.
    Then create a 3rd, VI, call it a wrapper, and insert the two VIs to be called. When you run this wrapper, you programatically call the other two VIs front panels.
    I have created a little example how to do it. Please find the attachment and tell me your experiences. 
    A more sophisticated way to do it would be to programatically open the references from the main.vi, and Open --> Run Time.maximize in a while loop --> Close the front panel in the caller.
    https://decibel.ni.com/content/docs/DOC-29472
    Best regards,
    Peter L.
    National Instruments Hungary
    Applications Engineer
    Attachments:
    MONITOR.zip ‏18 KB

  • Minimise front panel of vi containing timed loop = problem

    Is this expected behaviour...
    Run the attached VI.
    All it is supposed to do is beep every 10 cycles.
    When you minimise it and try to restore the front panel though... it locks up for a random amount of time.
    I don't think it is supposed to do that. (I'm running it on XP Pro.)
    Originally I was chasing this problem in a data acquisition loop. The buffer would overflow and exit the app with an error when it was minimised.
    It took all day to track it down to this.
    Hmmm... I just tried to save it back to a version 8.0 vi and it doesn't seem to have the same error!
    Message Edited by Troy K on 10-03-2008 05:26 PM
    Message Edited by Troy K on 10-03-2008 05:31 PM
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle
    Attachments:
    Timed Loop minimised.vi ‏85 KB
    minimisetimedloop.png ‏7 KB

    I'm using LabVIEW 8.5.1 on two PCs and it does it on both of them.
    I just emailed the vi to a colleague and after a few minimise/maximises it locked up on him too.
    I've just found that if I remove the left and right data nodes inside the timed loop the bug seems to go away.
    Steps to repeat bug:
    1. Minimise all windows (Windows+m)
    2. Restore vi front panel and run it. (It should start beeping twice a second)
    3. Minimise / Restore it rapidly by repeatedly clicking on the vi's Front Panel 'task bar button' (down the bottom).
    After a while the beeping will stop when the front panel is minimised and it wont restore. Then after a while (with or without clicking on the task bar button) the front panel will restore and the missed periods will execute very quickly (as the timed loop does what it is configured to do).
    I think because of the simplicity of the example vi the bug doesn't show up as often. When I ran it in the real application (too many vi's to post) it crashed every time. In the real application there isn't much going on in the timed loop, it is just used to queue items into a separate consumer loop. The problem is that when the bug occurs, ALL LABVIEW CODE stops executing, not just the code inside the timed loop. So another vi running in parallel (in a daemon) that retrieves messages from a device queue stops and the device buffer overflows.
    Attached is a modified vi to demonstrate that code outside the timed loop stops executing too. The bug occurs here on three different PCs, the only common thing I can think of is LabVIEW 8.5.1.
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle
    Attachments:
    Timed Loop minimised 2.vi ‏89 KB

  • Moving Modal Panels without Title Bars

    We have custom modal dialog boxes without Title Bars that we want to be able to move around the display by dragging and dropping in the usual way but by left clicking on the panel background rather than the title bar.
    Programmatically I appear to have to re-position the front panel and all of the display/control elements on that panel fo every move step, is this right or is there an easier way?
    Does anyone have any thoughts?
    Regards
    Steve
    There are 10 types of people in the world that understand binary, those that do and those that don't.

    Hi Chris,
    you're answer came close, I modified it a bit to be more accurate. The things I've done are:
    move the location reading into the event structure (it's better correlated, in the time-out you had a lag of 10 ms.)
    set the timeout to -1 when the mouse is inside the pane (mouse-enter and mouse-leave events)
    Then I'd thought wouldn't it be nice if this code can be a sub-vi called on a mouse-down event?
    That worked BUT in the subvi there are no events generated on the pane class, althought dynamic registration worked I can't seem to trigger events...
    So the sub-vi works but only because of the time-out case....
    Sorry but i can't add attachments
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • How to add a button on a panel's title bar?

    Hi,
    How can I add a button to a panel's title bar? Buttons that
    are simply added to a panel's title bar become invisible.
    -Altu

    One way is to put your button component oustide your Panel
    tag in your MXML. The set the x/y coordinates for the button so it
    is on the Panel.
    <mx:Panel x="20" y="168" width="250" height="118"
    layout="absolute"/>
    <mx:Button x="73" y="173" label="Button"/>

  • Is it possible to change the font style and size of the front panel title?

    Can you change the style and size of the Front Panel Window title?  I seem to have no luck.  I seem to be stuck with only 1 font/style.  I would like to use a superscript for 1 of the letters in the title.  Is this possible?  If it isn't this would be a nice feature to have in the future.  I am using LabVIEW 8.5.1.

    Things like the window title font is a function of Windows - not LV. You can change it globally, but not on a window by window basis.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to forbid window title bar to be draged?

    If a top level vi has the window title bar,how to forbid user to drag the title bar to change window's position?
    P.S. vi's property "Allow user to resize window" has been forbidden.
    LabVIEW 8.6

    Unfortunately, the LabVIEW event structure does not provide an event like "Panel Move" or a similiar stuff.
    I think, you have two different options:
    a) Either use the event structure -> timeout case to set (if necessary) every Xms with the invoke method "Front Panel.Runtime Position.Custom" the position of the VI.
    b) Probably you find an appropriate function in the attached zip file
    Thanks,
    ThSa
    http://www.newgistics.com
    Attachments:
    WinUtil.zip ‏647 KB

  • Applicatio​n Title bar

    Hey!
    I have created  a stand alone application........... But the application panel window's title bar has " name.vi " and LabVIEW icon on it  .How can i change it so that it gives more a look of stdalne app.??
    Could it be done 
    Regards 
    DeWalker

    Yes, in the application builder set an icon for the exe (the icon should be part of the project).
    Second set a good application name (that is shown in the task manager).
    In the VI properties there is a property Front Panel Window.Custom Title that shoul be 'True', the property Front Panel Window.Title alters the title.
    Ton
    Message Edited by TonP on 01-10-2009 09:40 AM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Text in the title bar of an Accordion component

    Hi -
    I have an accordion component on my swf. Its working right
    but the text in the title bars (where I click to flip the accordion
    pages) is coming up bold when I want it normal. How do I change
    this?
    Thanks.
    D2

    If you are using Windows, you do it through the Control Panel tool for customizing your desktop display. If you are using some other system, I don't know. You can't do it from your Java program.

Maybe you are looking for

  • Hi I have installed Firefox 4.0 i got information that Firefox 4.0 don´t support my firewall Zone Alarm seco

    Firefox 4.o gave me the information that it doesn´t support this files and further more it doesn´t suppurt microsoft.net framwork assistent 1.2.1 either. I have XP service package 3 as my plattform. Now i have removed Firefox 4.0 from my computer, co

  • Bug in RichText fields default style

    The Microsoft version of Adobe Reader crashes, if the default style (DS) attribute of the widget dictionary has a trailing semicolon. E.g. crashes if /DS(font-family:'Courier'; font-size:10pt; ) This will work: /DS(font-family:'Courier'; font-size:10

  • OT: gigabit Network card on linux

    First sorry: Totally off topic. This is a total long shot - but I dont suppose any one round here has got a Netgear GA311 working on lunux (Fedora core 3)?

  • Detect output type of report

    Hello everybody! Is there a possibility to detect the chossen output type when rendering a report? I have created a list report which contains an image in the page header. This should only appear on PDF, RTF and HTML output types, in XLS it is not di

  • Adobe Acrobat listed incorrectly - Group Reviews

    Adobe has incorrectly listed the "Group Reviews" support for Adobe Standard vs. Professional. My use case:  Create a group review document with an internal server.  Store the document on my hard drive.  Then send by email to all other users who have