Applicatio​n developer issues in 8.2

I developed a Vi in 8.01 and was able to depoly it succesfully. After I upgraded to 8.2 the first time I depolyed it everything was good but then I made changes to the build specs and tried to deploy it agin and started gettting errors "LabVIEW load error code 3: Could not load front panel."  for several Vi's. I know you are thinking that I made changes that could have caused this but the only changes made to the build specs was to add a support file to the list.
I read up on this error on the boards and in a round about way came to the conclusion that the build was removing the front panels of vi's that needed them. I (painfully) went through and changed the settings to not have the front panels removed on all the vi's that were having the errors and the deployment works.
So If I have a solution why am I posting? Well my question is, what possibly changed that it suddenly was removing panels that it needs and is this supposed to be a new feature? It caused me quite a headache. Also in the source file settings, I was having trouble setting the Remove Panel properties of vis. I had to set the properties for the folder to get it to change and then I noticed that if I selected a vi in a folder and then selected one outside the folder when I selected the one in the folder again its value would changed but only if it was previously unselected. Tell me I have ghosts in my machine. Help!
Thanks
Brian

bgauth:
Thank you for contacting National Instruments. I am sorry you were experiencing those issues with your application builder. Although you are using LabVIEW 8.2 (upgraded from 8.0.1), you should not be getting those errors, especially since you were able to successfully build applications in 8.0.1. It would be very helpful if you could drill down which vi (LabVIEW vi) is causing you to change these options. With this information, I can dig a little bit deeper to see if there has been a change in the function from 8.0.1 to 8.2. Please let me know what you find.
Best Regards,
Rudi N.
Applications Engineer

Similar Messages

  • Oracle 11g - External Table/SQL Developer Issue?

    Oracle 11g - External Table/SQL Developer Issue?
    ==============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ------ ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
         It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)     
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.

    I don't think this is a SQLDeveloper issue. You will get better answers in the Database - General or perhaps SQL and PL/SQL forums.

  • Report Development issue: I have queryy of 1600  line but report builder

    Report Development issue: I have queryy of 1600 line but report builder 1320 lines . But i m can't create views becasue many parameters are used in it please give solution how can i paste 1600 line in report bulder.

    you would have to build a dynamic statements that will make up your query.
    e.g.
    select &column
      from &from_clause
    where &where_clause;where:
    column is a user parameter that makes up of columns
    from_clause is a user parameter that makes up of tables involves
    where_clause is a user parameter that makes up of condition statements
    and the above parameters can be defined on the report triggers AFTER PARAMETER FORM.

  • DirectX development issues

    Hello,
    I'm a student and I've been learning DirectX for quite some time.
    This code has a constant buffer, vertex shader and pixel shader (all other necessary objects have already been instantiated successfully). When code is debugged, it opens a window but does not display the primitive that i want to display. When I ran graphic
    diagnostic tool in the draw call, there was no sign of pixel shader under the graphic pipeline tab.
    And the project links are here: http://1drv.ms/1uT8kAgp
    IDE used was VS Ultimate 2013.3
    Could anyone help me out on this?
    Thanks in advance
    Jeevan

    Hello Jeevan,
    For issues regarding DirectX, there is a sepcific forum, you could post this issue to that forum:
    http://social.msdn.microsoft.com/Forums/en-US/f18920f7-7cc3-4439-b27a-9a01804e1cfc/directx-development-issues?forum=windowsgeneraldevelopmentissues
    This forum is for discussing general issues about developing applications for Windows.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 3 SQL Developer Issues

    SQL Developer 1.1.2.25 Build MAIN-25.79
    Java 1.5.0_11
    Issue 1:
         The version in the about box lists '(null) Version 1.1.2.25'
    Issue 2:
         Right-clicking on a cell in the results window yields the following exception in the console:
    java.lang.IndexOutOfBoundsException: out of bounds: dataSize: 1912 offset: 904 length: 1104
    at oracle.javatools.buffer.GapArrayTextBuffer.checkOffsets(GapArrayTextBuffer.java:506)
    at oracle.javatools.buffer.GapArrayTextBuffer.getStringImpl(GapArrayTextBuffer.java:209)
    at oracle.javatools.buffer.AbstractTextBuffer.getString(AbstractTextBuffer.java:343)
    at oracle.ide.model.TextNode$TextBufferWrapper.getString(TextNode.java:1743)
    at oracle.javatools.editor.BasicDocument.getText(BasicDocument.java:679)
    at oracle.dbdev.oviewer.base.PopupDescribe.menuWillShow(PopupDescribe.java:197)
    at oracle.ide.controller.ContextMenu.callMenuWillShow(ContextMenu.java:489)
    at oracle.ide.controller.ContextMenu.prepareShow(ContextMenu.java:265)
    at oracle.ide.controller.ContextMenu.show(ContextMenu.java:229)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorMainPanel._tryContextMenu(SqlEditorMainPanel.java:1262)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorMainPanel.access$1900(SqlEditorMainPanel.java:161)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorMainPanel$SqlEditorHandler.mouseReleased(SqlEditorMainPanel.java:1959)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
    at java.awt.Component.processMouseEvent(Component.java:5501)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5266)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3968)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1778)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Issue 3:
         After issue 2 occurs, selecting Export from the context menu causes the application to freeze with no further exceptions.
    Notes:
    I am able to reproduce this every time for a specific long-running query which completes normally after 260-290 seconds. I cannot reproduce this issue for queries which complete rapidly (i.e. select * from table).

    On Issue 1:
    As MRM has said, this was posted several times for 1.1.2 and I noticed the (null) in the Help -> About window with 1.1.2. I have now upgraded to 1.1.3 via check for updates and I don't get the (null) anymore, so I would guess that you are still on 1.1.2. Note that my Help -> About shows Version 1.1.2.25.79, with the 1.1.3.27.66 version only appearing in the Extension tab.
    On Issue 3:
    1.1.3.27.66 (as per Extensions) runs queries twice to export - once to show the data in the Results (ie 1st 260-290 seconds) and once again when exporting (ie 2nd 260-290 seconds).
    1.1.2.25.79 (as per Extensions) runs queries three times to export - once to show the data in the Results (ie 1st 260-290 seconds), once as part of opening the Export dialog (ie 2nd 260-290 seconds) and once again when exporting (ie 3rd 260-290 seconds).
    This means that if you are really still on 1.1.2 it will take up to 5 minutes for the Export dialog to appear :(

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • Oracle SQL Developer issue when using VPN (Cisco)

    All,
    We've got a somewhat obscure issue with SQL Developer connectivity to our databases from a remote employee's laptop.
    The database is hosted inside our firewall and when the employee tries to connect to the database he receives the following error:
    +"Error Encountered: An error was encountered performing the requested operation: The network adaptor could not establish the connection. Vendor Code 20"+
    I believe I may have seen the following error at one point as well...
    Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection
    Note: He gets this error when logged into our VPN & while he can connect via SQL*Plus to that same database. He gets the error regardless if he uses the tnsnames entry option in SQL Developer or if he is using the "Basic" connection type.
    What's interesting is that if he disconnects from the VPN, turns off his wireless connectivity and then hard-wires into our network he can connect, no issue.
    The strangest part for me is that while he can not connect to the database via SQL Developer, he can connect via SQL*Plus. He can ping the source IP address fine, he can tnsping the database no problem, he can connect via SQL*Plus, he just can't connect via SQL*Developer. Since SQL*Plus and tnsping are working, I know he can access the db server via port 1521, so I don't think it's a port issue.
    Another strange thing: When he connects to our network via an "old" VPN (open VPN) he has no issues.
    His machine is Windoz 64 bit (HP laptop) and he's using the latest version of SQL Developer and a newer JVM.
    Also interesting: I also have a Windoz 64 bit laptop (Lenovo) and I do not have the same issues as he does. I however am running an older version of SQL Developer and probably an older JVM.
    I dug around a bit, seems like perhaps this has something to do with IPv6? No idea what to do next except have my network guy look at firewall logs to try to capture where the connectivity is being dropped.
    Any thoughts or suggestions would be appreciated. I've tried all kinds of things (giving him my tnsnames.ora and sqlnet.ora file, manually editing those files, tried IP addresses instead of host names, tried host names with the .doman.org extensions, etc.).
    Again, any suggestions would be appreciated and thank you very much.
    Rich
    Edited by: rmurnane on Oct 23, 2012 10:58 AM

    Since SQLPlus is installed and works fine you could try to set
    Tools -> Preferences -> Database -> Advanced -> Use OCI/Thick driverThis should enable SQLDeveloper to use the same oracle client SQLPlus is using to connect to the database.
    Mind that by setting this option you need to have an 11g client (or instant client) installed that matches the ojdbc6.jar version used by SQLDeveloper, so if you are using an older client this may not be a usable solution.

  • Component Deployment / Development Issues

    Hi All,
    I've been tasked with developing a few components to help decode incoming barcode information and ran into the following issues:
    Must compile using Java 1.5;
    Add directory entries must be checked;
    A slash "\" can not be used anywhere in the code;  "new Character((char)47).toString()" was used instead.
    Example.class.getPackage().getName() does not work; 
    After waisting a day of debugging trying to understand and resolve the above issues, I was wondering if someone propose sites that have tips and tricks, examples, etc.  outside the Adobe Forums or Adobe Documentation (It's very sparce).
    Cheers,
    gmb1651
    classifieds.findzee.com

    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?con tent=001325.html - for LiveCycle ES2
    http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/0009 34.html - for LiveCycle ES
    Older article, but may still have some useful information:
    http://www.adobe.com/devnet-archive/livecycle/articles/dsc_development.html
    http://www.adobe.com/devnet-archive/livecycle/articles/dsc_development_pt2.html
    One more thing.  You may want to look at the DSC development tool.  Its experimental, but I've had good success with it:
    http://labs.adobe.com/technologies/lcwcdtool/

  • Version & Upgrade Development Issues

    Hello,
    We are currently developing forms and reports using
    Developer/2000 ver 1.3. It's more than a little out-dated so we
    are discussing the procedures for an upgrade. We are currently
    facing the version/upgrade dilemma.
    The company uses Oracle Applications ver 10.7 smartclient on a
    Oracle 7.3 server.
    Should we upgrade to Developer/2000 1.6 or 2.0?
    Or should we upgrade directly to Oracle Developer 6.0?
    Also does anyone know if an application(forms, reports) designed
    in Developer/2000 1.6, 2.0 or Oracle Developer 6.0 will work
    properly in Oracle Applications ver 10.7 smartclient?
    Has anyone tried this yet?
    How successfull was your applicaiton working?
    Sorry about all the version numbers.
    Thank You for any assistance,
    Dwayne Thomas
    null

    Simon Hedges (guest) wrote:
    : I can't answer much of your question, but I would advise
    : not going to Version 2.0 of Developer. If you want to go
    : to version 2.x, go to Version 2.1, which contains
    : bugfixes for 2.0.
    : We currently use version 1.32, and will be upgrading to
    : Version 6.0, but have no issues relating to Oracle
    : Applications to worry about.
    : We believe that upgrading to 1.6 is pointless, and
    : remaining on 1.32 will leave us in an Oracle support
    : desert very shortly. We will be upgrading to 6.0
    : instead of 2.1 in the main because we are told that
    : there is hardly any difference between the two, and
    : so there is less to go wrong!
    Thank you very much for information on Developer, I know it gets
    kind of crazy dealing with upgrading and version compatibility
    issues, so that's why I posted the message.
    Your response is very much appreciated.
    Dwayne
    null

  • J2ME/MIDP GUI development issues

    Hello,
    I'm newbie to J2ME/MIDP development .
    And I'm curoius about main GUI issues when developing games for mobile phones.
    Such as different screen sizes, sprites, etc.
    How ppl target for different screen sizes and resolution?
    Links for usefull reading is appriciated very much.
    Thank you.
    Alexei.

    There are two configuration
    1.CDC
    2.CLDC
    and Following profiles for the developers to choose from while developing the application for a wireless deveice
    for CLDC-
    1.MIDP
    2.PDAP
    for CDC-
    1.Foundation Profile
    2.Personal basis Profile
    3.Personal Profile
    Apart from these profiles (JAVA APIs) development can be done in
    1.c/c++
    2.net
    Now my questions or rather the issues that i always face or rather i always get confused over it
    1.How to know that a particular device supports which Configuration
    Check the device Specifications, Nokia supports maybe java, while motorola supports may be .NET
    2.After the configuration is known, which profile is to be used.
    Depends on what you want to develop, once you know that then you will read the profile spec. and then go for development, let say if you wanted to develop a simple game, it can be done in MIDP only, while if you need advanced multimedia, u need implementation of MMAPI also, on the other hand if you want to develop diary of contact managment software you will yous PIM.You should know the wanter in pool before taking of your clothes and going for a swim.
    3.For developing the application in c++, do different device category give different set of APIs for development.,plz explain.
    Most of the C++ api's are devices specific(after all that is when java wins)
    4.What about the development platform for PALM and POCKET PC devices.what profiles from the above listing do they use .
    they use the CDC configuration, and Personal Profile
    5.can development on POCKET PC be done only on compact .net framework???
    No, Commercial JVM are available, infact a free one is also available, search this forum you will find out.
    Hope this help

  • Lightroom 3.0 Develop Issue: Can't Access Develop Module

    Hello.  Need to tap you guys' expertise!
    Went into develop module on my Lightroom 3.0 run on Windows Vista.  Did some editing with the color, closed the color I was working with, opened and used a new color, went to erase and the pic disappeared!  Screen faded.  I closed the program, re-entered my LR and this message showed up on a wide empty screen:
    ?:0:attempt to compare number with string
    I exited the message box and went into my Library.  Then, after finding pics, hit the develop module tab, would not come up.  Same message appeared.  I can access everything else in my LR but the develop module.  I have tried to reboot the computer and re-access LR, not successful as message still appears.  Tried closing and re-opening LR, but the same thing happens.  Not sure what happened as this never happened to me before.
    Can anyone offer any insight as to what may have happened and what I can do to fix this problem?  I am pulling my hair out as I have pics to finish and cannot make any changes on any of them!  Ugh!  HELP!!!!!     Grrrrrr...........

    Just wanted to point out that re-installing Lightroom hardly ever solves a problem.
    Updating to the latest version usually will do.
    Should the preference file deletion not solve the issue, try to create a new catalog and just import the images you need to get ready urgently.
    Better to start over with them than not getting anything done.
    You can always import from this partial catalog afterwards, when you  will have restored the rest.
    This should address catalog corruption.
    For same root cause you could also try your last backup(s) of catalog.
    User presets could be the culprit, as well (move them hiding from LR).
    Worst case: LR is an early detection means for damaged RAM...
    I wish you a speedy solution,
    Cornelia

  • IPhone Development Issue

    A bit off-topic, but I cannot seem to get a reply for apple from their email support. If I am having some problems with distributing an iPhone app because I cannot log in to iTunes Connect (am a registered developer), what would be the quickest way to get support? I have emailed [email protected], dts@apple, with no luck so far.

    thanks ..and im sorry i clicked in correct answer by mistake.But xcode 4.2 support only on LION and i dont wanna install LION on my MBP now since its having battery issues ..Anyways thanks

  • Multiuser development issue

    Hi,
    Today i came across a issue in multiuser development .The scenario is as follows.My master repository is sh.rpd.I performed the following steps
    1.opened sh.rpd in offline mode and created two users with administrator privilege,user1,user2
    2.i created two projects .
    2.1.project1 with sh1(catalog) and user1
    2.2 project 2 with sh2(catalog) and user2
    3.i moved the master repository to shared location
    4.i opened the master repository with user1 credentials and click on the File->multiuser->checkout
    5.i clicked yes on the overwrite message box
    6.i put user1 credentials in "Extract from Rpd" message box
    7.i select project1 in Browse window
    8.Then i put a name for subset repository(metadata1.rpd)
    9. i renamed one presentation table in sh1 catalog
    10.Then i select File->multiuser->merge local changes
    11.click yes on the save rpd msg box
    12.click ok in the lock information window
    13.Click on the decision button in merge repositories window
    14.select use value from repository as modified
    15.clicked on the merge button in the merge repositories window
    16.click yes on the consistency checking button
    after the above step,user1 can get access to sh2 catalog in the repository.user1 can make changes in sh2 catalog
    hi gurus is any way to avoid this
    regards
    mervin

    Hi,
    There is no security avl in the developement phase and security
    implementated at user level not developers level
    please close the thread
    thanks

  • Development issues relating to Multiple control centres

    We currently have 1 Design repository setup and multiple configurations / control centres registered in it. Our Design repository sits on a separate database called OWB_REPOS_DB on a UNIX_SERVER1.
    We then have 2 control centres - 1 for Development target database and 1 for System test.
    Right now, we are still in Development phase and we have only 1 branch/version of code that relates to all the environments. We deploy code from the same design repository to different control centres (runtime environments). The only issue we have right now is when 1 developer wants to deploy code to the Development database EDW_DEV and another developer wants to deploy code to System test database EDW_SYSTEST. We need to change the module's location everytime you switch from 1 configuration to another and this heavily restricts the development. We all have to wait for someone else to finish.
    Is there a way around this? I have always worked with multiple repositories and I don't know how to get the team to work parallely with the current setup. Any suggestions or ideas please?
    Thanks in advance,

    Frankly, I have too many issues with the deployment system with OWB to rely on multiple deployment repositories from a single code location.
    For a simple case in point, who is in charge of un-deploying an object that is to be dropped to each and every possible location that it might have been deployed?
    I need my test location to reflect what a clean install would look like. Period. I cannot test if I cannot guarantee that all objects are up to date, and only the objects that would be deployed under a clean build are there.
    So I develop against a dev environment, and I have OMB Plus scripts to deploy a project or a module to go and do the installation and deployment to all other verticals. These scripts will first go through and completely un-deploy the currently installed version of that module if it is there, and then install and deploy the new version.
    Nothing less than this is acceptable for valid integration testing as far as I am concerned, plus by making this a scripted install it fits into our entire database release script system to be run by the DBA - thus we have guaranteed repeatable releases being tested prior to deployment.
    Anyway, that's my two cents on the issue.

  • Excise invoice in INR and Billing document in EURO.development issue.

    Dear All
    its  intersesting development i came accross please help if u have came accross this before.
    in my scenario i am having a  client who placed an order from Europe and the currency is in EURO  and we have to deliver it to a client who is in india.
    so  bill to party's currency is EURO and Ship to party is in INR.
    the excise invoice has to be prepared in INR but it made with refferance to billing so it will take Euro.
    so for this how to creat the excise invoice inINR and billing in EURO.
    i have jotted some idea's bellow
    please help
    The excise invoice is prepared on the basis of the delivery document so it may conceder the ship to party currency also.
    As you know the accounting document for the excise invoice is made with respect to billing document but if the billing document is not having the delivery document then it will not generate any accounting document for this. So you do some testing with ship to party as India then we can see what the effect is coming to it.
    Regards
    Subrat

    Dear Subrat
    Your excise invoice currency will always be in Company Code currency and assuming that it is INR in your case, if you generate excise invoice, the currency will also be in INR.
    thanks
    G. Lakshmipathi

Maybe you are looking for