SE error wheyn trying to use SharedCollection

Hello everyone, I am really new to FAC and I have a question for ya' all.

I get this error when you try to transfer data to a SharedCollection:

Error: Each element in a sharedCollection requires a unique ID. Please have your implementation of mx.core.IUID items, or indicate "sharedCollection.idField" so that the collection knows what your question field is unique.

I'm not sure what the problem is, how di I add an id field? Here's my test code

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:rtc="AfcsNameSpace">
     <mx:Script>
          <![CDATA[
               import mx.events.CollectionEvent;
               import com.adobe.rtc.events.SessionEvent;
               import com.adobe.rtc.events.SharedPropertyEvent;
               import com.adobe.rtc.sharedModel.SharedProperty;
               import com.adobe.rtc.sharedModel.SharedCollection;
               
               private var sc:SharedCollection;
               
               private function init():void
               {
                    sc = new SharedCollection();
                    sc.sharedID = '_testOne';
                    
                    sc.connectSession = this.connectSession;
                    sc.addEventListener(CollectionEvent.COLLECTION_CHANGE, this.rtnSession);
                    sc.subscribe();
               }

               private function rtnSession(evt:SharedPropertyEvent):void
               {
                    
               }
               private function onSessionSync(event:SessionEvent):void{
                    if(connectSession.isSynchronized){
                         this.init();
                    }
               }
               private function SendData():void
               {
                    var obj:Object = new Object();
                    obj.fname = 'tim';
                    obj.lname = 'gallagher';
                    
                    this.sc.addItem(obj);
               }
               
          ]]>
     </mx:Script>

     <rtc:LocalAuthenticator id="auth" userName="AnyArbitraryUsername"  />
     <rtc:ConnectSessionContainer id="connectSession" authenticator="{auth}" synchronizationChange="onSessionSync(event)" />
     <mx:Button label="Press ME" click="SendData();"/>
</mx:Application>

Can someone tell me what I am doing wrong?

Thanks for the help,

timgerr

IdField close - must be a string, then try this:

one must be called once, after creating sc - note that this is a string

sc.idField = "tmpID";

private function SendData (): void

{

var obj:Object = new Object();

obj.fname = "MeName."

obj. Lname = "MeLastName";

obj.tmpID = UIDUtil.createUID ();

this.sc.addItem (obj);

}

hope that helps

Nigel

Tags: Adobe LiveCycle

Similar Questions

  • error when trying to use ' {' in the query}

    Hello

    The below mentioned query gives error while trying to use ' {'}

    Query:

    Select s, table x (SEM_MATCH)
    "{ ? s RDF: type < http://www.cs.com/sbip/dwh/mdm/data_modeling#Base_Term >.
    ? s? p? x}',
    SEM_Models ('foundation'),
    SEM_RuleBases ('OWLPRIME'),
    SEM_ALIASES (SEM_ALIAS ('dm', 'http://www.cs.com/sbip/dwh/mdm/data_modeling#'),
    ((SEM_ALIAS ('Nice', 'http://www.w3.org/2002/07/owl#')), null, 'INVALID' value))
    where regexp_like (x, 'Customers', 'i');

    Error details:

    ORA-29532: Java call terminated by eception Java exception: oracle.spatial.rdf.server.TokenMgrError: lexical error at line 1, column 1. Met: "{" (123), after:
    ORA-06512: at the 'MDSYS. RDF_MATCH_IMPL_T', line 178
    ORA-06512: at the 'MDSYS. RDF_MATCH_IMPL_T', line 67
    ORA-06512: at line 4 level

    I can't use the query filter Option.

    Any solution?

    Please let me know what I need to apply a patch?

    Note: I use Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production

    Kind regards
    Kouadio.

    Hello

    For OPTIONAL in 11.1.0.7.0 support, you need the following patch

    Patch 7600122: SYNTAX of BRACE, VIRTUAL MODELS, NETWORK INDEX AND HINTO SUPPORT FRAME

    Support for filters SPARQL in SEM_MATCH is not available for 11.1.0.7.0. You need version 11.2.0.1.0 or later for the FILTER support. With 11.2.0.1.0, we recommend that you apply our latest game patches:

    Patch 9819833: TECHNOLOGY SEMANTICS 11 G R2 FIX BUNDLE 2

    All of the above fixes are available through My Oracle Support.

    Thank you
    Matt

  • Error 1050 trying to use load 'filename' in matlab script node

    Hello

    I get error 1050 when Labview is trying to load a text via the node of matlab script file.

    I have all ready checked for her on this forum and google but found nothing. I also did this: http://digital.ni.com/public.nsf/allkb/2B3FF46C8512C4F786256CF30071BE53 and tried to use dlmread and much more.

    The thing is that I need the node matlab script for reading a txt file that Labview made a chart with 1 single table, draw the it and export a jpg image. I can't really use the 'export picture' or 'get image' function for cause of Labview, I need the whole route chart (these functions only take a snapshot of it when they are run).

    It's my code I use:

    Data = Load ('file');

    VPP = (Data (1:2000,1));

    XSIZE = (1/2000);

    Plot (0.0005:0.0005:1 VPP);

    axis ([1 0 5 - 5]);

    print ('-images ', 'graph.jpg');

    The usual matlab load to load txt files and print to print the jpeg format. The code works in matlab, but not in labview

    And Yes, I use windows 7 and legal versions of matlab r2009b and Labview 2009

    Hehe, I thought about it

    Path must be converted to a string and skip the ' in the file.

    He worked

  • Error when trying to use EUSM with OUD 11 g R2 PS3

    I'm trying to install had with oud 11.1.2.3 using a pluggable 12 c database.

    initial Setup works very well, including the registration of database with oud, but later I realized that express em12c had more them management, so I decided to use eusm cli, but so far I'm stuck with following error message.

    example command using eusm

    EUSM listDomains ldap_host = IAM.mydomain.com ldap_port = 1389 ldap_user_dn = "cn = Directory Manager' ldap_user_password eu1 = "

    == > Oud access log < ==

    [19/May / 2015:21:20:21-0300] CONNECT conn = 47 from = 192.168.56.102:26338 = 192.168.56.102:1389 = LDAP protocol

    [19/May / 2015:21:20:21-0300] Conn LINK REQ = op 47 = 0 msgID = 1 type = = dn = DIGEST-MD5 SASL mechanism "" version = 3 "

    [19/May / 2015:21:20:21-0300] Conn LINK RES = op 47 = 0 msgID = 1 result = 14 etime = 0

    [19/May / 2015:21:20:21-0300] Conn LINK REQ = op 47 = 1, msgID = type 2 = = dn = DIGEST-MD5 SASL mechanism "" version = 3 "

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-3 = 202 msgID = 203 base ="cn = OracleContext"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 3 op = 202 msgID = 203 result = 0 = 0 =-1432081221870 etime nentries

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-3 = 203 msgID = 204 base ="cn = OracleSchemaVersion"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 3 op = 203 msgID = 204 result = 0 = 0 =-1432081221871 etime nentries

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-3 = 204 msgID = 205 base ="cn = schema"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 3 op = 204 msgID = 205 result = 0 = 0 =-1432081221872 etime nentries

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-3 = 205 = 206 basis msgID ="cn = subschemasubentry"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 3 op = 205 msgID = 206 result = 0 = 0 =-1432081221873 etime nentries

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-3 = 206 msgID = 207 base ="dc = mydomain, dc = com"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 3 op = 206 msgID = 207 result = 0 = 0 =-1432081221874 etime nentries

    [19/May / 2015:21:20:21-0300] "" "Op de RESEARCH REQ conn =-1 = 207 msgID = 208 base ="cn = config"scope = sub filter =" (uid = cn = Directory Manager) "uploading =" * +,

    [19/May / 2015:21:20:21-0300] SEARCH RES conn = - 1 op = 207 msgID = 208 result = 0 = 0 =-1432081221875 etime nentries

    [19/May / 2015:21:20:21-0300] Conn LINK RES = op 47 = 1, msgID = result 2 = 49 authFailureID = authFailureReason 1245385 = "" the server was not able to find all the user input for the username provided by cn = Directory Manager ' etime = 8 "

    == > Journal of debugging oud < ==

    [19/May / 2015:21:20:21-0300] 21 thread caught error = {Worker Thread 16 (148)} threadDetail = {parentThread = (1) hand isDaemon = false ClientConnection = operation 192.168.56.102:1389 192.168.56.102:26338 LDAP client connection = BindOperation (connID = 47, opID = 1, Protocol = "LDAP 3, dn =, authType = SASL")} method = {evaluateFinalStage(SASLContext.java:1089)} caught={javax.security.sasl.SaslException: DIGEST-MD5: ne peut pas acquérir le mot de passe pour le cn = Directory Manager dans le Royaume) {: iam.mydomain.com}

    Stack trace:

    at com.sun.security.sasl.digest.DigestMD5Server.validateClientResponse(DigestMD5Server.java:599)

    at com.sun.security.sasl.digest.DigestMD5Server.evaluateResponse(DigestMD5Server.java:244)

    at org.opends.server.extensions.SASLContext.evaluateResponse(SASLContext.java:324)

    at org.opends.server.extensions.SASLContext.evaluateFinalStage(SASLContext.java:1059)

    at org.opends.server.extensions.DigestMD5SASLMechanismHandler.processSASLBind(DigestMD5SASLMechanismHandler.java:210)

    to org.opends.server.extensions.SASLBindOperation$ LocalSASLBindOperation.processSASLBind (SASLBindOperation.java:294)

    to org.opends.server.extensions.SASLBindOperation$ LocalSASLBindOperation.processLocalBind (SASLBindOperation.java:195)

    to org.opends.server.extensions.SASLBindOperation$ LocalSASLBindOperation.access$ 000 (SASLBindOperation.java:162)

    at org.opends.server.extensions.SASLBindOperation.execute(SASLBindOperation.java:138)

    at org.opends.server.core.BindOperationBasis.run(BindOperationBasis.java:1003)

    at org.opends.server.extensions.TraditionalWorkerThread.run(TraditionalWorkerThread.java:166)

    == > access < ==

    [19/May / 2015:21:20:21-0300] DISCONNECT conn = 47 reason = 'disconnect a customer. "

    This is a known bug. There is a patch for oud 11.1.2.2.x, but so far a patch were not delivered for oud 11.1.2.3.x

    in order to get the work of the Ma, I had to deploy the solution described in the

    Oracle Support Document 2001851.1 (Oracle 12 c Cloud control EM SASL connection to OUD 11 G Instance) is located at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2001851.1

  • Error CORBA trying to use wljmsclient.jar?

    All,

    I have working code JMS I "try to test with wljmsclient.jar. I have this pot and wlclient.jar on my classpath. They both WL 9.2.3. I am trying to connect to WL 9.2.4. JDK's jrockit 1.5.0_22 in both cases, but it's Linux on the server and Windows client. The code works fine with weblogic.jar or wlfullclient.jar. IIOP seems to be enabled on the server. With wljmsclient.jar, I get this error on the creation of JNDI initial context:
    May 18, 2012 2:08:01 PM com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase readGIOPHeader
    WARNING: "IOP00710220: (INTERNAL) Error in GIOP magic"
    org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 220 completed: Maybe
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:4151)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:4165)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:156)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPMessage(MessageBase.java:98)
         at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:153)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:314)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:289)
         at com.sun.corba.se.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.java:80)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:463)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:495)
    org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2400)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2418)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:354)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:289)
         at com.sun.corba.se.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.java:80)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:463)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:495)
    Caused by: org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 220 completed: Maybe
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:4151)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:4165)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:156)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPMessage(MessageBase.java:98)
         at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:153)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:314)
         ... 4 more
    Thank you

    My only thought is to verify that the classpath includes jars expected: wlclient.jar and wljmsclient.jar, and that it contains no other pots of weblogic.

    A likely workaround may be to use a thin client t3 wlthint3client.jar from a more recent version (http://docs.oracle.com/cd/E17904_01/web.1111/e13717/wlthint3client.htm#BABJBHIJ) instead of two pots of IIOP client. T3 client interacts to 9.2 and earlier versions and it has the advantage of being a better performer.

    HTH,

    Tom

  • Error when trying to use the CSSFormatResolver class in Flash CS4

    Hello

    While he was trying to work with a version revised class CSSFormatResolver (created by timoisalive and posted on this thread), the compiler threw the following error:

    1061: call to a getChildAtIndex method maybe not defined through a reference with static type flashx.textLayout.elements:FlowGroupElement.

    The method originated in the CSSFormatResolver class invalidate() method.

    public function invalidate(target:Object):void {       

    delete _textLayoutFormatCache[target];      

    var blockElem:FlowGroupElement = target as FlowGroupElement;      

    if(blockElem) {          

    for(var idx:int = 0; idx < blockElem.numChildren; idx++)                          invalidate(blockElem.getChildAtIndex(idx));          

    }      

    }

    If I comment the loop for, can I get the sample runs, but which seems to seriously affect the way in which the styles are interpreted...

    The example files are listed below.

    Any suggestions?

    Thank you in advance.

    There is no FlowGroupElement.getChildAtIndex method.

    There are these two:

    Returns the child of the FlowElement element at the specified index.
    FlowGroupElement
    Searches in children for the specified element FlowElement object and returns its index location.
    FlowGroupElement

    I think you meant getChildAt.

    Hope that helps,

    Rich

  • Error 1172 tries to use the class mx.controls.List

    I'm writing code Action script in Flex Builder 3 but I'm unable to use some of the classes in the mx package. When I import like this:

    Import mx.managers.PopUpManager;
    Import mx.controls.List;
    to import flash.display.SimpleButton;

    SimpleButton imports fine but for PopUpManager and list control, I got these errors:

    1172: definition mx.managers:PopUpManager could not be found.
    1172: definition mx.controls:List could not be found.

    Other controls in the mx package seem to be available as mx.managers.IFocusManager (as well as three other mx.managers interfaces.

    Why the part of the mx package is available?

    Problem solved now. It turned out that I could not access the complete packages because my project was an ActionScript project instead of a Flex project.

  • 404 not found error was encountered while trying to use an ErrorDocument directive to manage demand

    When I try to go to my site, I get a blank screen and this message:

    Method not implemented

    GET to / not supported.

    Additionally, a 404 not found error was encountered while trying to use an ErrorDocument directive to manage demand.

    Can someone help me fix this bug, please? Thank you!

    This problem may be caused by corrupted cookies or cookies that are blocked (check the permissions on the subject: permissions page).

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox > Preferences > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox > Preferences > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Please upgrade to the current version of Firefox 30.

    • Firefox > topic

    The version of Firefox you are currently running is no longer supported with security updates.

    • It is important to update Firefox and Add-ons to the latest version to get all security patches.

    You can find the full version of the current version of Firefox 30.0 in all languages and for all systems operating here:

  • can not install the latest version of itunes, get the error msg: "the component you are trying to use is on a network unavailable resource."

    Can not install the latest version of iTunes.  Everytime I try I get this error msg: "the component you are trying to use is on a network resource that is unavailable."

    Then I click OK and get this msg: could not find the path C:\users\my name\appdata\local\apple\apple software update\itunes6464.msi.

    I need to sync my new iPad pro and because used to synchronize requires the latest update, I have my laptop but I never have syncd my ipad with this computer and if I try to backup if I agree to erase everything on my device and sync with the laptop.  Of course, I don't want to do what I want to see everything on the NEW ipad from the old version.

    I went through the troubleshooting and found a solution, but when I had finished making all this trouble report said, there was a pesky itunes shortcut file on the left and I can not delete this shortcut, regardless of how many times I try.  If I can't remove it, the Installation will be terminated.  How can I delete this file?

    For general advice, see troubleshooting problems with iTunes for Windows updates. Start by Missing MSI errors .

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    More information area has direct links with the current and recent buildings if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit-for old video cards) as a workaround for problems with installation or operation, or compatibility with QuickTime software or a third party.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    TT2

  • Tried to use iTunes to restore iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the mode of recovery, apple server and the internet. Help?

    I tried to use iTunes to restore my iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the recovery mode, connection to the apple Server (the software update download was complete) and internet connection. Help? I do an Apple store to restore?

    Error 17 refers to network problems. Take a look at these articles and try the suggestions:

    Solve the iOS update and restore error in iTunes - Apple Support

    Get help with iOS update or restore errors - Apple Support

  • Cannot install the update from Microsoft SEcurity Essentials KB2691905 get error the component you are trying to use is on a resource unavailable network

    JOriginal title: can't locate epi.msi

    When you try to install the update of security essentials KB2691905 I get an error message saying "the component you are trying to use is on a network unavailable resource."  «.. . or enter a different path to the folder containing the installation package 'epi.msi' "

    Hello

    Method 1: Install the latest version of the installer

    See the following site:

    Windows install 4.5 Redistributable

    http://www.microsoft.com/en-us/download/details.aspx?id=8483.

     

    Method 2: Clean boot

    See the following site:

    http://support.microsoft.com/kb/310353.

    Note: To set the computer back to start normally, use the procedure How to configure Windows to use a Normal startup state in the same page.

  • Error - the feature you are trying to use is a network resource that is unavailable when trying to uninstall iTunes from the computer Windows XP.

    Original title: I would like to delete a program in my computer at home but I get an error box...

    I get a message from Windows install which States:

    the feature you are trying to use is a network resource that is unavailable... click ok to try again or enter the alternate path folder containing the installation package itunes.msi in the box below...
    USE SOURCE:
    C / :

    Hi moya323,

    What is you receive the exact error message?

    You can follow this link to uninstall iTunes & check if it helps:

    How to manually remove programs from the add tool / remove programs


    Reference:
    Remove and reinstall iTunes, QuickTime, and other software for Windows XP components

    Hope the helps of information.
    Please post back and we do know.

  • When I open Internet explorer in windows and I am trying to use facebook or no matter what games, I get a script error has occurred on this page do you still want to run

    Original title: not admissible error in windows

    When I open Internet explorer in windows and I am trying to use facebook or no matter what games, I get a script error has occurred on this page want to still run and also first message is unacceptable, then the error message how can I fix a script if everything they told me to do, tried of thise disable ad ons, enable ad - ons (what I have now) reinstall it IE upgrade to ie and nothing helped think I need to repair my windows xp professional, but do not have the original disc to do, and nowhere on windows can I find a repair tool.

    Hello

    1. don't you make changes on the computer before this problem?
    2. what version of internet explore do you use?
    3. What is the exact error message?

    Step 1: Check if the problem persists in safe mode with networking and send back the same.

    Step 2: Also, look for error messages in the event viewer. If you find error messages after return the exact error message so that we can help you better.

    Reference:
    Using the event viewer
    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/snap_event_viewer.mspx?mfr=true

    Understanding of event viewer
    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/event_overview_01.mspx?mfr=true

    Procedure to view and manage event logs in Event Viewer in Windows XP
    http://support.Microsoft.com/kb/308427

  • I keep getting errors in Java saying "the component you are trying to use is on a network unavailable resource."

    I get the message "the feature you are trying to use is on an unavailable network resource" when you try to uninstall jre1.6.0_25 - c.msi I got the error message 1722 and error 1714.  Went in circles, trying to understand this.  I've exhausted all the options of my and have done everything I could find on the Java Web site.  Please HELP someone have any suggestions?

    original title: JAVA GRIEF

    Hi Jennie,.

    Check if you can uninstall Java by following the below mentioned article.

    Error 1714. Cannot remove the old version of Java.

    See also:

    Error 1722. There is a problem with this Windows Installer package.

    Download the free Java software

  • The feature you are trying to use is on a CD-ROM... error message for WordPerfect Office 12

    I get the error message following WordPefect (R) Office 12 after starting, "the component you are trying to use is on a CD-ROM or another removable disc that is available." IIt on a Windows XP and a Dell laptop. have tried several things. What should I try? Help, please?

    Thank you

    Trey

    I get the error message following WordPefect (R) Office 12 after starting, "the component you are trying to use is on a CD-ROM or another removable disc that is available." IIt on a Windows XP and a Dell laptop. have tried several things. What should I try? Help, please?

    You let a 'no' to this error message? ("The feature you are trying to use is on a CD-ROM or another removable disk that is NOT available.")

    Apparently, you try to use a feature in WordPerfect that has not been installed.  You need the installation of WordPerfect CD in your computer's CD drive.  For more information, use one or more of the following resources:

    http://www.Corel.com/servlet/satellite/us/en/content/1152796555474
    http://Corel.force.com/index
    http://officecommunity.com/
    news://cnews.corel.com:119 / corel.WordPerfect12 (this link may not work in your web browser; if you have a news reader, configure it to use the news to cnews.corel.com server and subscribe to the newsgroup WordPerfect12)

Maybe you are looking for

  • Is their a limit number of recipients in a single message

    I sent an email using a list of addresses of slightly more than 50 e-mail addresses and the recipients of the "too many" message appeared. However, the message in the sent items and I have no way of knowing if he was released to all recipients, shor

  • App stuck on waiting. What is the problem with 9.3?

    I don't have this problem with 9.2.1 but now my new apps that I try to download I get stuck on the waiting and I have to restart my iPhone back in the App Store and restart the download to make it work. What should I do? PS. the two wifi and 4G works

  • 8476: can I send a personalized or incorrect checksum with a LIN frame?

    I see the option to choose the checksum classical or improved with the NI USB-8476, but is it possible to specify my own checksum? I want to watch a response to a frame sent with an incorrect checksum.

  • Mac pro book: need software of the printer for HP C4480

    I need the software for my HP C4480 print and scan using my MacBook Pro OS 10.9.5. I don't see this option. Can you give the link or give me a suggested alternative. Thank you

  • Xperia Z3 compact MHL 3.0 1080 p streaming

    Hello On my current phone xperia z likes to broadcast content to my TV bravia w905. This works well and should work with a compact z3 because this phone is MHL 3.0 better. Recently, however, I discovered that the compact display of the z3 is only 720