Labels in PDA applications

Hello!
I am working with the PDA module, but I have a little problem: when I create the PDA executable, I cannot visualize in the sreen of the device all the labels that I can see in the Pc.
I don't understand what's wrong because sometimes these labels appears in the screen and sometimes not.
Could anybody tell me what I have to do to solve it?
Thanks
Greta

Hi Greta,
this example is very interesting... It doesn't work for me, too. I have good news and bad news for you.
Good news: if you compress your controls layout to the upper part of the screen, all labels reappear (see the attached vi, this is a modification of the original).
Bad news, perhaps less important:
a) the gap picture does not scale in the PDA screen, it appears very large
b) when you click to another tab, then back to the main tab, a portion of the label "Estadis d'execució" disappears; probably it hidden by something else, I have no idea what else; you may thinking about moving controls to different places in order to avoid this
As a final consideration, if you consider that all this sound like a bug (or even multiple bugs), you can never trust on the ability of the PDA module to correctly show your control layout; in the future, you may find yourself searching again for workarounds on a trial-error basis; not a very smart way to work!
Paolo
Paolo
LV 7.0, 7.1, 8.0.1, 2011
Attachments:
Programa lectura.vi ‏175 KB

Similar Messages

  • Is there any way i can change allignment of all my labels in my application

    Basically all my labels have been built so that they are right alligned and i have now run my application passed a user and he fees that it would look more professional to have them left alligned which i agree with.
    Is then anyway to right allign all my labels in my application rather than going through each indiviual label and setting them to right alligned as i have lots of lables in my application?

    Not sure about a similar hack for this but you could try and export as it is, then change one label from with help to no help and then export that and compare to see what has changed between the 2. It might be the p_field_template parameter which may be a little dodgy to change (or it may be fine?). Change at your own risk!!
    If it is nothing obvious like the alignment example then you may have to do it from each page... at least if you have to do this change in the app then you can use the Edit All screen for the items on the page which will be alot quicker than going into each item.

  • PDA Application Connect to Database

    Hi,
    I want to develop application sit on PDA(like iPAQ) eg.Contact Manager (to keep personal contact). this require a database to keep all these information in the PDA so that can be retrieve.
    Its there any Micro-Database that can be installed into PDA (free?).
    Please show me the link to get this Installaler, JDBC and documentation.
    Please show me also the way to create database and table in PDA. and step to install this micro-db into the PDA.
    It would be more helpful, if someone can give me some simple example of a PDA Application connect to Database.
    Thanks in advance, Regards

    Open source one is :
    http://sourceforge.net/projects/hsqldb
    This one is not absolute free but the price is quite compelling.$995 for unlimited install.
    http://www.quadcap.com/home.html
    http://www.quadcap.com/purchase/index.html
    4. The rights granted pursuant to this Agreement are contingent upon Licensee's payment of the license fees for the QED Software. The License Fee for this Commercial Redistribution License is USD $995.
    Even SQL CE from MS is free, as long as you not use it connected to backend system. so if u could work out other sync implementation or u dont need data sync at all, this might be a choice too. The issue is no official JDBC driver for SQL CE though there is for SQL server.
    However, I have no hand on experience on those 3. We are evaluating Pointbase Micro, thought not free.l

  • How to remove focus from a Ring Control in a PDA application?

    Hello,
        In a PDA application, i have observed that when we select a pull-down Ring control, the focus is retained in the control and the text of the control appears highlighted. The only way out is to tap an empty portion of the PDA application screen to remove focus from the control. Is there any way to avoid this? Is there a method to remove focus from the control programatically?
    Note: Version of LabVIEW that we are using: LabVIEW 8.5 Professional Development System for Windows Vista/XP/2000 and LabVIEW 8.5 PDA Module for Windows Mobile.
    Thanks & Regards,
    Subhashini

    Hi Vsh,
        Thanks for ur response. Setting the key focus property node of the ring control to false removed the focus from the control. I guess it was a silly question (have started LabVIEW devp. recently).
    Thanks & Regards,
    Subhashini

  • GPS/PDA application

    i want to create GPS/PDA application on miotech A700 phones. how can i achieve it.
    thanks

    i use the GPS Chaeron Lib for the GPS communication, and then i define superwaba objects to export my application later on PDA.
    with superwaba u can simulate your java application on a Win CE emulator.
    u can also write the whole application on superwaba but i find chaeron better.
    http://www.chaeron.com/
    for more about waba
    http://www.wabasoft.com/howto_write.shtml
    http://www-128.ibm.com/developerworks/edu/wi-dw-wigps3-i.html
    i still searching for a posibility tu show GPS positions on GPS MAps :-(

  • PDA Application

    I want to create a PDA application. Has anyone of you a template for this kind of app?
    I know Scott was working on one, but I can't seem to find it.
    Could any of you guys send me one ( or some of your try-outs)?
    I would mean a LOT to me.

    The fact is that you cannot do it for PDA regardless of the version oracle forms currently.

  • PDA Applications

    Could I develop and deploy application in FORMS for a PDA?
    I know, 9iwireless product can be used for that, but could I
    do the coding in PL/SQL instead of JSP?

    you can use the new Oracle9i DB XML capabilities for XML generation to use PL/SQL to generate and transform XML from data in the database. Forms is not meant for this.

  • Label report inOracle Applications

    Hi,
    I have designed this label report in D2K Reports and when I run it I get the desired result.However when I run the same report from Oracle Applications it is leaving a blank line if the address has 4 lines.I wonder if the format triggers are not working fine when the report is intergrated in oracle applications.
    It would be great if I could get some information about the same.
    Thank you,
    Prabs.

    max40385
    SELECT "INVENTORY"."ITEMNUM", "INVENTORY"."ORDERUNIT",
    "INVENTORY"."BINNUM", "INVENTORY"."MODELNUM",
    "ITEM"."DESCRIPTION", "POLINE"."ITEMNUM", "POLINE"."ENTERDATE",
    "POLINE"."PONUM", "POLINE"."ORDERQTY"
    FROM   "MAXIMO"."INVENTORY" "INVENTORY",
    "MAXIMO"."POLINE" "POLINE", "MAXIMO"."ITEM" "ITEM"
    WHERE  ("INVENTORY"."ITEMNUM"="POLINE"."ITEMNUM") AND ("POLINE"."ITEMNUM"="ITEM"."ITEMNUM") AND
    "POLINE"."PONUM"='24142' AND "POLINE"."ITEMNUM"='1201020021N'
    EXTERNAL JOIN POLINE.ORDERQTY>={?C:\Documents and Settings\kpowell\My Documents\test table.xls: Sheet1_.Column1}
    *****************my counting table here********
    C:\Documents and Settings\kpowell\My Documents\test table.xls
    SELECT `Sheet1_`.`Column1`
    FROM   `Sheet1$` `Sheet1_`
    WHERE  `Sheet1_`.`Column1`<={?max40385: POLINE.ORDERQTY}
    Here is my select statement
    POLINE.PONUM} > "23000" and
    {POLINE.PONUM}={?My Parameter} and
    {POLINE.ITEMNUM}={?Control ID}AND IF
    {POLINE.ITEMNUM} in ["1107011010N", "1201020021N"]THEN
    {?Control ID}*({@qtY})
    my label printing works except when I  my inventory item conversion is like the exmaple below - this is trying to get my label program to work
    but i want to add some execeptions to my statement currently the
    link is as a leftouter join to my counting table which give me my qty of labels to print per user input {?control id} however - some of the items i order with different  order units and conversion qtys for example
    qty 2 - box-10 - going into inventory 20 - I need 20 labels printed vs just 2  - since the labels to print are directly tied to the requested order qty - i need to add the exceptions because some I order with conversions that I will not convert and I just want to add them list "one of" in the selection formula

  • Offline Mobile PDA application

    We are looking to develop an oracle mobile application on PDA's so that data can be entered offline and then later this data synchronized with the main db. After a brief look at Oracle lite docs it seems this may be the answer. As a newbie to both oracle lite and PDA technologies I am trying to determine what application languages we could use. Can oracle forms be used with Oracle lite on PDA's? I've also been looking into HTMLDB for other reasons can this somehow be put onto PDA with Oracle lite? Any suggestions as to application languages would be of much help.

    Your best bet is probably .Net and then Java.

  • BSP and PDA application

    I have developed a small was bsp application for Pocket PC running on WIFI and GPRS.
    It's very strange. If I test application on my windows explorer all works perfectly but when I try on a pocket PC when I click on a button on second visable is the same page is reloaded but a (auto)attribute is modified ...
    Is there some restriction when we develop a was application for Internet Explorer for Pocket PC ?

    Actually there is a SAP Note regarding what designs and everything work on the PDA's if you search this forum you'll find quite a bit on PDA and MOBILE applications.

  • ADFBC Where to define labels for custom Application Module method arguments

    I was wondering if there was a "good place" to define these labels in ADF Business Components. I can just change them for the UI for my current project, but I thinking there might be a better way.
    Thanks,
    Brian

    Hi,
    I think you can't in BC, but you can in ADF. If you drag a method onto the client then it creates a method binding with argument itemes below. In addition, look in the executable section, it creates variables for each. This is where you can define labels so that they can be translated
    Frank

  • How to dinamically add label to flex application...?

    Hi,
    I'm new to flex and I have to make component similar to this:
    http://imageupload.org/?d=F41EBEC01
    I have 3 questions:
    1. As you can see, component is divided on regions (here is 4 regions with different colors, but there can be more regions - this should be programatically). Now, above this box should be scale with number of region
    (you can see this scale to). Scale should also be programatically, based on number of regions - 4 in this example.
    Which is the best control for doing this? Is there any
    flash builder control that support customization with scales and something like this component, or I have to use drawing for this, as I have already have?
    2. How can I make opacity css effect? For example, in component on previous link I want to make some areas of box black but with opacity, so area under black is seen. Something like on this picture:
    http://imageupload.org/?d=A3B76A421
    3. How can I add label dinamically in action script code? I tried:
    var myLabel:spark.components.Label=new spark.components.Label();
    myLabel.move(0,0);
    myLabel.text="AAA"
    addChild(myLabel);
    but nothing happened.
    I'm using spark layout. I also tried to add label on button click but it also doesn't work. I tried to set wigth and height of label but it also doesn't work.
    Any kind of help would be appreciate.
    Thanks in advance

    you may have to use Hbox then insert label inside
    this may be helpful!!
    http://livedocs.adobe.com/flex/3/html/help.html?content=containers_intro_6.html

  • PLEASE HELP. How can I make a Label in my application display the devices Serial Number?

    I need the label to display the users serial number. Thanks guy, you help alot i apresciate it

    Yes you can get the device id, try following stuff:
    NSString *uuid = nil;
    CFUUIDRef theUUID = CFUUIDCreate(kCFAllocatorDefault);
    if (theUUID) {
      uuid = NSMakeCollectable(CFUUIDCreateString(kCFAllocatorDefault, theUUID));
      [uuid autorelease];
      CFRelease(theUUID);
    Now create a label and set string uuid.
    UILabel* label = [[UILabel alloc] init];
    [label setText:uuid];
    [self.view addSubview: label];

  • Error when running PDA application with emulator

    Hi,
    I receive my LabVIEW PDA Module yesterday and I tried to realise the Tutorial. I don't have any problem to make it work on the PDA but I always have a error message when I want to use an emulator (see the attached file for the message).
    One more information, the driver requires according to the message is installed.
    Thank you.
    Attachments:
    NI_LABVIEW8.20.jpg ‏86 KB

    Hi Roberto,
    I saw this message when I first used the PDA emulator but installing VPC resolved it.  Are you able to launch the emulator outside of the LabVIEW context?  The emulator manager should be at this location:  C:\Program Files\Microsoft Device Emulator\1.0\dvcemumanager.exe .  You can use the emulator manager to launch specific emulators by right-clicking on them and selecting "Connect".
    Also, have you attempted to uninstall and reinstall VPC?  You should be able to remove it from the Add/Remove Programs dialog.  You can then download a fresh copy here.
    If you are still having problems after trying these things, you may want to check out or post to the Microsoft Device Emulator Forum. Especially check out this thread about "Failed to open VPC Network driver".
    Hope this helps!
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • All PDA (Stateless) application behaves like Stateful

    Dear Friend,
    We are facing a complex problem in our business landscape after installing load balancing concept.
    All the PDA application behaves very much differently, seems like stateful in response.
    Example:
    When user is counting with the application, it is saving double quantity in database.
    And sometimes it is saying you have already counted and if press ok it is saving triple quantity!
    Previous scenario:
    Application was accessed through port 8081 and it was directly communicating to SAP WAS.
    Everything was working fine.
    Current scenario:
    Application was accessed through port 8081 and the web dispatcher routing to port 8090
    then port 8090 communicating to SAP WAS.
    All functionality are being disturbed!
    If we access through 8090 which is directly communicating to SAP WAS, it is working fine.
    Could you please look into this one?
    Thanks.

    Hello,
    I gave one example earlier for disturbed behavior, am giving again:
    " When user is counting with the application, it is saving double quantity in database.
      And sometimes it is saying you have already counted and if press OK it is saving triple quantity!
    I have checked in ST05 trace and found that the PDA application is being called twice! "
    Please let me know if you need more information.
    Thanks

Maybe you are looking for

  • Panic in Detroit

    How can I get the date to output below my buttons on the following applet? The text is cut off for some reason. Also, how can I convert the time to something I can understand. Thanks for the help! import java.applet.Applet; import java.awt.*; import

  • Open movies in quicktime full screen by default

    I've got a question regarding quicktime pro for windows: is it possible to launch movies in full screen by default? The thing is that the movies will be shown on a video wall. The actual computer that is connected to the video wall is mounted directl

  • No picture, but sound during commercial

    Recently, our TV goes black during some commercials, but the sound is still on.  I thought it was our HD set top box, but it is happening on another box that isn't HD.  Is anyone else having these issues?  It happens ONLY during some commercials.  

  • Reloading iWeb with a previously published site

    I published my Site using iWeb to my .mac sites folder, and then wound up reinstalling my operating system. How can I get my published site back into iWeb so i can continue updating it? Please tell me i dont have to start over.

  • Is CUVA compatible with Windows 7?

    Hi Friends, The Video and IP Physical phone line is showing disconnected in Cisco unified video Advantage. Its working fine with IP Communicator, but not with physical ip phone. Is cisco video advantage is compatible with Win 7? I have Windows 7, IP