JavaScript Operator Issue Captivate 5

After searching endlessly on Google for an answer (and not finding one) I thought I would post in the forums to see if anyone could help.
I am using JavaScript to send some custom variable data back to a Moodle LMS. Everything is going back okay but I'm having issues with the JavaScript window when using the "less than" comparison operator (<).
I have tested this various ways and have managed to narrow down my issue to the operator in question. When trying to save the sample script below, with the less than operator, Captivate 5 returns an error saying "The script is incomplete" and does not save. If I change the operator to "==" (equal to) or ">" (greater than), it works fine.
Is this a bug within Captivate 5? Would appreciate any help on this one.
Note: This is a script that is executed from an Advanced Action, it is not executed from a button.
Sample script used for testing:
var objCP = document.Captivate;
var session_time = objCP.cpEIGetValue('cpInfoElapsedTimeMS');
var time_ms = session_time / 1000;
var seconds = (time_ms % 60).toFixed(0);
var minutes = ((time_ms % 3600) / 60).toFixed(0);
var hours = (time_ms / 3600).toFixed(0);
if (minutes < 10) {
alert('less than');
} else {
alert('more than');
if (total_score == 19) {
alert(session_time);
alert(seconds);
alert(minutes);
alert(hours);
Message was edited by: Tom Ireland
I've managed to get round the issue by concatenating a zero to the minutes and hours variables, then using the slice() function to remove it if the total score is greater than 10. This still doesn't solve the issue with the operator so I would still like to understand what the answer may be.

Thanks for getting back to me so quickly, Jim. I'll put all my checks into functions instead and call the function from the standard.js or my own.js file as you have suggested. It makes sense to do that. Assuming that Captivate is being a bit unpredictable relating to comparison operators, I can use the "less than" operator in my standard script without any issues.
Good point regarding the console, it's such a pain to keep having to go through line-by-line to find out where the issue is. SCORM Cloud has been really helpful in determining what's happening with variable data too, I would recommend it if you don't use it already.
If I remember rightly, you're the chap that runs CaptiveDev.com, right? If so, unless you've done so already, it may be worth adding something to the tutorials or general JavaScript articles about my issue to save the frustration. Nightmare!!!!!
Thanks again, Jim.

Similar Messages

  • Issues with Executing Javascript command in Captivate

    Hi,
    I am having issues with executing javascript for a button in adobe captivate 5.  Let me explain what I am trying to do.  I am working on a WBT that has three skill checks throught the course. These skill checks are not graded or tracked for completion.  I currently have an image button that has the command "Open another project" The first image button is pointed to SkillCheck1 and I have the html file and swf file in the published root folder.  This currently works fine.
    However I want to use javascript to open a new window 800X600 with not toolbars at the top.  I got this part working with the code below:
    window.open('http://www.adobe.com','mywin',
    'left=40,top=40,width=800,height=600,toolbar=1,resizable=0');
    My only problem is, once the popup opens, my WBT goes to a page that says [object] and thats it.  I am uploading two images to show what I have.  Can someone help resolve my issue of the WBT going to

    Ok so I took this link and viewed over it.  I am new to Javascript and know very little about it.  Therefore this script kind of makes no sense to me.
    <script language="JavaScript"><!--
    var windowHandle = '';
    function myOpen(url,name,attributes) {
        windowHandle = window.open(url,name,attributes);
    //--></script>
    <a href="javascript:myOpen('page.htm','windowName','height=100,width=100')">text link</a>
    I chose the option to exectute javascript.  Does captivate need all of this including <script language=JavaScript">  Here is how I edited the script.  Should I make any changes to what is in bold?
    var windowHandle = ''; 
    function myOpen(url,name,attributes) {
        windowHandle = window.open(url,name,attributes);
    <a href="javascript:myOpen('http://www.adobe.com','Adobe Website','height=600,width=800')">text link</a>

  • Ldap Synch Error in attribute conversion operation Issue in OIM 11g R2 PS1

    Hi All,
    We have enabled LDAP Synch in OIM11g R2 PS1 environment. We have requirement of users getting created through Web Services. When we create a user through Webservices, and provide all the attributes required to create user then we are getting LDAP Error in attribute conversion operation:
    2014-01-03T02:31:52.249-05:00] [oim_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 1353004b0df87234:-67081615:143517a89d1:-8000-0000000000002807,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] ADF: Adding the following JSF error message: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.[[
    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:170)
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)
      at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:416)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:471)
      at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2016)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1660)
      at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
      at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:165)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:112)
      at oracle.iam.ui.catalog.view.backing.CartReqBean.submitActionListener(CartReqBean.java:848)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:50)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.servletfilter.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:164)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    In this case user is getting created in OIM but LDAP Synch is not happening we are getting the error as mentioned above.
    When we create user in OIM  not through Web Serives but through Identity Self Service and provide any date attribute for example Start Date,Provisoning Date, Deprovisoning Date or any other date attribute, then also we are geeting the same error of Error in attribute conversion operation Issue, in this case user is not getting created in OIM and LDAP Synch is not happening.
    And when we create a user in OIM not through Web Serives but through Identity Self Service  and did not give any of the date attribute then user is getting created and LDAP synch is also happening successfully.
    We need to create users through Web Services and we need to resolve this issue asap, request you all to provide any helpful pointer on this.
    Thanks
    Varsha

    This can happen due to OIM-LDAP wrong attribute mapping/value getting passed.
    Can you please first try with OOTB attributes and see how it behaves?
    J

  • Dead PB Battery causing system operation issues ??

    Hi, I bought a 1Ghz DVI Titantum G4 on Craigslist over the weekend. The system has what appears to be a completely dead PB battery that is 5+ years old (there is writing on the back of the battery "May 2005").
    It came with a 3rd party 45W adapter/charger and the system will run from that just fine.
    Mac OSX 10.4.11 says the battery is charged at 96%, but when I try to run the PB from the battery, nothing happens. I press the little button on the bottom of the battery and it indicates a fully charged battery. However the System Profiler shows no amperage from the battery on the power portion of the profiler. I checked the PRAM battery with a multimeter and it still has a charge.
    Will leaving this apparently dead PB battery in the system cause other operational issues ? Any thoughts ?
    Thanks

    Keeping a dead battery in the computer won't cause any problems, but the fact that it's dead will, of course, mean it won't serve to prevent certain kinds of problems that wouldn't arise if it were a good battery.
    In particular, you probably won't be able to unplug the AC adapter and transport the Powerbook for more than a handful of minutes before the PRAM battery is completely drained, and then the drained PRAM battery may prevent the machine from starting up until it is recharged — which will go very slowly if a dead main battery is in place and the computer is trying in vain to recharge that too. The main battery gets charging priority, and the PRAM battery gets charged after the main battery is full. If the main battery never charges, the PRAM battery may not either, unless the main battery is removed.
    It's also true that in the event of an AC power outage while you're working, the dead battery won't fulfill its usual function as an uninterruptible power supply. The computer will instantly shut down, and whatever you're working on that hasn't been saved will be irrevocably lost. If the battery were good, you might not even notice the outage.
    If the computer is just going to sit on a desk and be permanently connected to AC power, you can leave the dead battery in it — except after a power outage, when you'll need to remove it for 5-6 hours to give the PRAM battery time to recharge in its absence. On the other hand, the only real reason to keep a dead battery in the machine is to prevent foreign matter or objects from getting inside the battery compartment. There's no other advantage to having it in there.

  • Solaris 10 Netscape, Java , (Javascript) JSObject  Issue.

    Hi all,
    I am migrating the source code from solaris 8 wtih CC compiler 4.2 to solaris 10 cc compiler 5.7 on x86 Machine. Most of Problems i got solution from C++ forum so i almost through. But while building one directory that contains some java Applets i got issues:-
    1. Since its using
    import netscape.javascript.JSObject; so it was not getting this JSObject on the latest Solaris 10 Machine. what i did i copied the /outils/netscape/solaris/java_301on solaris 10 Machine from solaris 7 Machine. then i build it again. every thing got build successfully and generated Input.class file but again it gave me following message
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    then i tried with -Xlint option and it again bounce me some errors.
    So question here is that on Solaris 10 is there any thing else that i can use for Java Script i.e JSObject if there is no netscape i.e whats the default browser mozillla or netscape. and why java_301 is used and what will happend if i try something else other than java_301. as it was using
    -classpath = /outils/netscape/solaris/java_301
    while doing javac compiling. and other thing i see is
    -classpath /usr/java/lib/classes.zip
    but when i see version of java on solaris 10 there is no classes.zip. whats the use of this.??
    and when i used -Xlint it bounce error with classes.zip not found.

    This forum is about using Sun C++. Your question is about Java. You are more likely to get a helpful answer in java forum.
    Try the java forum:
    http://forum.sun.com/forum.jspa?forumID=8

  • Operational Issues vs Operator Error

    The concept of the Android operational system got many rave reviews, and many positive comments regarding the many things an android phone can achieve.  However,  as a functionally smartphone to use in business to organize, file and utilize contacts, it falls short in the performance department.  Many of the primarily functions as a smart phone of the Droid X falls short and at this time after nearly four months and 4 droid's, the solution appears far in the distance.
    I am presently using my 4th Motorola Droid X, which all the 3 previous models were deemed defective by Motorola & Verizon Tech's.  I find it interesting that it appears that despite numerous telephone calls for help & assistance, that I am told by both Motorola & Verizon support that the following concerns do not show as problems with the Droid X.  After spending over 7 hours with a Level 3 directed Motorola Tech, after spending hours with a Verizon Tech, that "there are more people having issues with the DROIDX than I want to know."  this was told to me after I inquired that I just couldn't be the only user to file concerns about the product.   So I ask you try to see if you experience any of the listed problems below and please respond.  This is the only way we are going to get both Verizon or Motorola to take immediate action. 
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?   
             SOLUTION:  Upon selecting either a phone number, address or email as DEFAULT, why not have the entire entry change color to GREEN.  (keep in mind those that might be color blind).  Green is the color that means go, first, and is most easily viewed immediately.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
           SOLUTION:  Programmers you need to fix this discrepancy.  It is too confusing when trying to compare data.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
           SOLUTION:  See answer to number 2.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
           SOLUTION:  Correct search criteria to examine all data fields and to ensure multiple entries in each field is identified by the search feature. 
      NOTE: it would be nice that when search results are listed that user have the option to see requested search first rather than all other contacts that have matching criteria.  Example.  if searching for Marina,  if typing Ma...  as the letters are typed only list those matches that the MA is matching as the first two characters FIRST rather than every match that contains the letters MA. 
    But still problem remains that the search criteria leaves out contacts that have the exact match requested criteria.
    5.  Why have the ability  to create groups if groups will not sync  between the phone and gmail? 
        SOLUTION:  Programmers need to investigate and determine why when creating groups on the phone or on gmail do not sync.   If the phone is designed to be a phone to work with the google /gmail features, then perhaps all of the features should be tested... or make a disclosure prior to sale of functions that do not work.
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact?  IF YES, then how is a particular gmail account linked to a contact?  Can this contact gmail link be changed or linked to more than one email without having to retype contact data?  There appears to be no method in which to select a gmail in which to link a contact?
           SOLUTION:  enable feature to select which account to link a contact.   Also, enable ability to select multiple links and/or ability to switch links.  
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account?  Phone constantly shows fewer contacts than the gmail account,  in my case, there are (402) missing contacts on the phone?
          SOLUTION:  There should be mathematical check to ensure contacts match both phone and gmail account and an error message when the count differs.   NOTE: is there a problem not disclosed regarding an OUTLOOK C.V. file not syncing with a google account data?
    8. Constantly getting message:  SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again.   FORCE CLOSE.   Why? What is constantly not working?
      NOTE: This problem appears,often several times, then is followed by phone resetting itself. 
            SOLUTION:  BE PRO ACTIVE IN NOTIFYING CUSTOMERS USING EQUIPMENT OF ISSUES DEEMED NECESSARY TO BE ADDRESSED IN SOFTWARE FIX.  IN FACT, WHY NOT AN APPLICATION THAT IDENTIFYS ALL ISSUES WITH ANTICIPATED STATUS ON WHEN CORRECTIONS WILL BE FORTHCOMING.
    I  have spent the past 4 months extensively trying to work with Verizon and Motorola.  Verizon wants to blame Motorola and takes no responsibility for its beta team to find at least the above issues.  If they did find issues and know these issues prior to releasing the equipment for user usage, I believe Verizon owes every consumer a disclosure of known problems in advance.  Many of the above issues are so obvious it is impossible to believe these issues were not noted as problems prior to release.  I hold Verizon accountable for my data loss, the wasted time spent explaining over and over the problems, and I hold them accountable for failure to test the accessories prior to sale. 
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly. 
    What is your opinion? 

    frogman80 wrote:
    Don't believe me... Get out your DROID X now and try the following:
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?
    The Default selected number moves to top of phone list for the contact and this is how you know it’s the default.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
    Same answer as previous question.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
    Because the site has cells configured by category where the phone has order configured by user input.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
    I am unsure how you are searching but when I do a search all matches are listed from search criteria, Google search does this automatically but when you do it from phone dialer you have to press the arrow in left corner above input cell to display all found items that match search.
    5. Why have the ability to create groups if groups will not sync between the phone and gmail?
    Now this option I can agree needs some work but nothing is perfect
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact? IF YES, then how is a particular gmail account linked to a contact? Can this contact gmail link be changed or linked to more than one email without having to retype contact data? There appears to be no method in which to select a gmail in which to link a contact?
    I do not know why you would want to have two accounts that would have the same exact information like contacts because the device pulls contacts from the phone book listing… But if you want to do this Google has a option from website to merge two accounts and I believe this should do just what you are wanting.
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account? Phone constantly shows fewer contacts than the gmail account, in my case, there are (402) missing contacts on the phone?
    This can happen because on counts the number of numbers listed instead of the number of contacts, so if you have 4 numbers for a contact this will list a 4 in one area but only one in other location… I do agree that this is something that can make things a bit confusing at times.
    8. Constantly getting message: SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again. FORCE CLOSE. Why? What is constantly not working?
    This is most likely a incompatible app installed that it causing this controller to FC but I can not trouble shoot this issue because I haven't experience this problem myself.
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly.
    Beta testers can not take all users habits and installed softwares in consideration because there is to many new apps created daily and to many custom configurations done by so many users. I have developed a number of 3rd party apps for WM over the years and I can openly say that the chance of isolating all possible configuration issues is impossible, the SDK only allow you limited access to the systems base codes that makes a true custom code to overlay a UI a little complex.
    What is your opinion?
    Hope this cleared some things for you.

  • Non-ANSI Outer Join Operator Issue (reposted due to text issues)

    I am currently using Designer 11.5.0.0. Itu2019s XI Rel 2, but Iu2019m not sure what service pack. I have created several universes with outer joins against a SQL Server 2005 database, but when I try using them in a Crystal report, I get the following error:
    Failed to retrieve date from the database. Details: 42000:[Microsoft][ODBC SQL Server Driver][SQL Server] The query uses non-ANSI outer join operators (u201C=u201D or u201C=u201D). To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
    Here is my ODBC DSN configuration:
    Microsoft SQL Server ODBC Driver Version 03.85.1132
    Data Source Name: FlexOPS
    Data Source Description:
    Server: dalsvrw031
    Database: (Default)
    Language: (Default)
    Translate Character
    Data: Yes
    Log Long Running Queries: No
    Log Driver Statistics: No
    Use Integrated Security: No
    Use Regional Settings: No
    Prepared Statements Option: Drop temporary procedures on disconnect
    Use Failover Server: No
    Use ANSI Quoted Identifiers: Yes
    Use ANSI Null, Paddings and Warnings: Yes
    Data Encryption: No
    Okay, so I understand what the issue is. It appears that the version of Designer that I am using does not default the ANSI92 parameter to u201CYesu201D. So all the outer joins I have created in each of my universe are using the old *= as the join operator. And apparently, the ODBC driver I am using is not very happy with that.
    As I understand it from what Iu2019ve read on other sites, I have the following options:
    1) Set the ANSI92 parameter to Yes, drop all my joins, close and re-open Designer, and recreate all of the joins.
    2) Find a different driver or connectivity method that will support non-ANSI joins.
    3) Set my database back to SQL 2000 compatibility.
    Option 1 is unappealing as it will cause a lot of time redoing all the work that Iu2019ve spent the past month doing. Option 2 is only a band-aid fix at best. Option 3 really isnu2019t an option for us.

    So I am wondering what other options I have to change these non-ANSI joins to ANSI compatible joins. Do I need to update Designer with a service pack? Is there a script out there that will automatically do this in each of the universes? I would appreciate any suggestions or guidance on this.
    Thanks,
    Lee

  • Non-ANSI Outer Join Operator Issue

    I am currently using Designer 11.5.0.0.  Itu2019s XI Rel 2, but Iu2019m not sure what service pack.  I have created several universes with outer joins against a SQL Server 2005 database, but when I try using them in a Crystal report, I get the following error:
    Failed to retrieve date from the database.
    Details:  42000:[Microsoft][ODBC SQL Server Driver][SQL Server] The query uses non-ANSI outer join operators (u201C=u201D or u201C=u201D).  To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel.  It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN).  In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
    Here is my ODBC DSN configuration:
    Microsoft SQL Server ODBC Driver Version 03.85.1132
    Data Source Name: FlexOPS
    Data Source Description:
    Server: dalsvrw031
    Database: (Default)
    Language: (Default)
    Translate Character Data: Yes
    Log Long Running Queries: No
    Log Driver Statistics: No
    Use Integrated Security: No
    Use Regional Settings: No
    Prepared Statements Option: Drop temporary procedures on disconnect
    Use Failover Server: No
    Use ANSI Quoted Identifiers: Yes
    Use ANSI Null, Paddings and Warnings: Yes
    Data Encryption: No
    Okay, so I understand what the issue is.  It appears that the version of Designer that I am using does not default the ANSI92 parameter to u201CYesu201D.  So all the outer joins I have created in each of my universe are using the old *= as the join operator.  And apparently, the ODBC driver I am using is not very happy with that.
    As I understand it from what Iu2019ve read on other sites, I have the following options:
    1)   Set the ANSI92 parameter to Yes, drop all my joins, close and re-open Designer, and recreate all of the joins.
    2)   Find a different driver or connectivity method that will support non-ANSI joins.
    3)   Set my database back to SQL 2000 compatibility.
    Option 1 is unappealing as it will cause a lot of time redoing all the work that Iu2019ve spent the past month doing.  Option 2 is only a band-aid fix at best.  Option 3 really isnu2019t an option for us.
    So I am wondering what other options I have to change these non-ANSI joins to ANSI compatible joins.  Do I need to update Designer with a service pack?  Is there a script out there that will automatically do this in each of the universes?
    I would appreciate any suggestions or guidance on this.
    Thanks,
    Lee
    Edited by: Lee Vance on Jul 6, 2009 10:02 PM

    Hi,
    try the following:
    open your universe in the Universe designer, go to File->Parameter, select the Parameter tab and change the value of the ANSI92 parameter from No to Yes.
    Regards,
    Stratos

  • Javascript coding issues (if else statements)

    Hello to all,
    I am posting for help for problems I am having with javascript. The website is www.goshowpro.com. Right now on the website it is connected by multiple html files but I would like to have it all on one single page with the animations responding. I would like the animation to be seamless but I am relatively new to javascript and am having issues with my syntax I believe. Below is the code for my new home page/index button. Thank you for your help in advance. 
    -Michael  
    if (mymovie == "hporstop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "por1.1stop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "por1.2stop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "por1.3stop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "sporstop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "cporstop"){
    // play the timeline from the given position (ms or label)
    sym.play("phomstart");
    else if (mymovie == "hconstop"){
    // play the timeline from the given position (ms or label)
    sym.play("chomstart");
    else if (mymovie == "sconstop"){
    // play the timeline from the given position (ms or label)
    sym.play("chomstart");
    else if (mymovie == "pconstop"){
    // play the timeline from the given position (ms or label)
    sym.play("chomstart");
    else if (mymovie == "cserstop"){
    // play the timeline from the given position (ms or label)
    sym.play("shomstart");
    else if (mymovie == "hserstop"){
    // play the timeline from the given position (ms or label)
    sym.play("shomstart");
    else (mymovie == "pserstop"){
    // play the timeline from the given position (ms or label)
    sym.play("shomstart");

    Hi Mike,
    When you test the different possible values of a variable mymovie, you are better off using a switch.
    See : http://www.w3schools.com/js/js_switch.asp
    Then you could avoid repeating statements by regrouping cases :
    switch( mymovie)
      case "hporstop":
      case "por1.1stop":
      case "por1.2stop":
      case "por1.3stop":
      case "sporstop":
      case "cporstop":
         sym.play("phomstart");
         break;
      case "hconstop":
      case "sconstop":
      case "pconstop":
         sym.play("chomstart");
         break;
      case "cserstop":
      case "hserstop":
      case "pserstop":
         sym.play("shomstart");
         break;
    What is important to grasp to understand the flow of execution is that the break; statement prevents from testing the following cases.
    Gil

  • Javascript maildoc issue with Adobe Reader 9.5

    Good morning all,
    I am trying to find a possible answer to an issue I have been given regarding the maildoc javascript we are using in one of our forms.
    We are on Windows XP, Adobe Reader 9.5 and Outlook 2010.
    We generate purchase orders within SAP and forward to out vendors, they supply confirmation information and digitally sign the document.  The completed document should then be emailed as an attachment.
    Using Adobe Reader X this process runs very smoothly but in 9.5 the email is generated but without the PDF form as an attachment.
    Has anybody else had this issue or is this known and not available until X?  I have read on a number of posts that there are possible issues with Apple and such the like but wondered whether this was also an issue on the MS platform.
    Thanks in advance.
    Ashley

    Could I then ask another question regarding this?
    Was it possible to generate the email including the PDF from Adobe Reader in version 9.5 or was this facility only available in Adobe Acrobat until the introduction of Adobe Reader X?
    Hope this makes sense as I really need to get an answer back to my boss.
    Thanks for any information in advance.
    Ashley

  • Javascript menu issues in Internet Explorer 7

    Ever since Internet Explorer 7 came out I have suddenly been
    having issues with javascript menus on a couple sites. The menus
    work fine in Safari, Firefox (Mac & PC), as well as past
    versions of Internet Explorer. The issue is with any item in the
    menu that contains a hyphen - somehow the hyphen is being
    misinterpreted by IE7. Either all text after the hyphen is not
    visible (happened on one site), or it is interpreted as a line
    break and all text after the hyphen gets knocked down to a second
    line.
    Has anyone else had this problem, or know of a workaround for
    it?
    Thanks!
    janice

    Solution found and tested. It works! You'll need to make a
    minor change to the MM_Menu.js file. Click on this link to find out
    more, on my file it was line 136 that needed to be changed:
    http://www.radiantcore.com/blog/archives/16/02/2007/ie7mmmenu

  • Guided Software Simulation issue - Captivate 7

    Hi all,
    I'm new to Captivate 7 but am an experienced Lectora user. I purchased Captivate mainly to make use of the Software Simulation functions.
    It's proving very difficult to find any tutorials or resouces online to help solve this particular problem:
    1) I want to create a Software Simulation demo of a program being used (I have done this step no problem).
    2) I want the user to then do the same steps for themselves  - I have also achieved this in 'Training mode' with correct & incorrect captions
    3) On failure of 3 or 4 attempts of clicking an incorrect function, I want the user to be sent to the demo again, then back to try it for themselves until it's correct.
    The question is; How do I achieve step 3?
    If anyone can provide a step-by-step answer that would be great.
    Many thanks.

    The solution to your issue requires use of Variables and Advanced Actions.  These are very powerful features in Adobe Captivate, but they take some time to learn, and there are an almost unlimited number of ways to use them.
    You don't clarify in your description whether or not the user fails three or four individual clicks on objects, or whether they fail the entire training simulation three or four times.  Which is it?
    I would recommend you start studying up on this aspect of Captivate.  There are quite a few websites you can find by Googling for info about Adobe Captivate Advanced Actions.
    This e-book gives you a complete introduction to the subject, starting simple and moving to progressively more advanced techniques:
    http://www.infosemantics.com.au/adobe-captivate-advanced-actions
    (It also comes with practice project files for Cp5, 6, and 7.)

  • Can I create a javascript in a captivate advanced action

    Hello all:
    I am just getting the hang of Advanced Actions and I am having trouble trying to utilize the Javascript Window.
    I have three captivate variables v_Var1, v_Var2, and v_Var3.
    I am trying to create a JavaScript function in the Javascript window to concantonate these into one variable  v_AllResponses.
    Is there an example of such a script out there and can you point me to it?
    I have looked but so far no luck.

    You can define a variable to contain a space and use that in your Advanced Action:
    The SPACE variable has a default value of (see screenshot).
    That default value is the HTML for a space character. 
    Not too many people know this, but you can add limited HTML tags to a caption by using Cp variables.  Here are the supported tags:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.ht ml#htmlText
    This opens up a wide range of possibilities for dynamic text formatting of your variables.  For example, using a single text caption, you could change the color of the text to red or green depending on the tags you surround your variable with DURING RUNTIME.
    Jim Leichliter

  • SharePoint 2010 Manage content and structure copy operation issue

    Hi,
    I am trying to copy a subsite from location A to B in the same site collection using the copy operation of Manage content and structure. Site is getting copied but default.aspx page is not getting copied to the destination. I tried copying the default.aspx
    page directly using copy operation but that too is not working. There is no error thrown but the page is not coming up in the pages library of destination site.
    As a workaround, i copied the page using SharePoint designer but i am looking for a solution to this issue.
    Thanks in advance
    Ajit

    Hi Ajit,
    According to your description, my understanding is that you could not copy default.aspx page using Manage Content and Structure.
    I did a test about this issue, and found the followings:
     1.When I checked out the publishing page, then copied the site to other location at the same site sollection with Manage Content and Structure, the page was not copied.
     2.When I checked in the page without publishing,  and copied the page as the step1, the page also was not copied.
     3.I published the page,  then copied it, the page could be copied.
    So , for resolving your issue, please check the default.aspx page, make sure that the page is published.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Including javascript dependencies issues in EB2.1

    Hi all,
    I have an issue with an extension. I am calling a jsx file from an extension*. I do that for a long time ago woithout issues. I now tried to include "jsinc" files in my main jsx file. I set an include path related to a url of mine ( "/Users/… ). I thought EB would del with that and do its own cooking but fact is, it doesn't. When compiled, extension works fine at my place but doesn't in different computers than mine. I suspect the absolute url is the cause of my troubles. But using relative urls don't seem to work neither.
    What is the proper way to achieve an inclusion of external js files ?
    TIA,
    Loic
    PS:
    Here is my pattern :
    Using a class declaration :
    [ Embed (source="Javascript/JSXAPI.jsx" , mimeType=  "application/octet-stream" )]
    and then in my jsxfile :
    #includepath '/Users/sunsikim/Documents/Scripting/Extensions/ExtensionV2/src/Javascript/'
    #include 'DateUtilities.jsinc';
    #include 'Utils.jsinc';
    #include 'PrefsUtils.jsinc';
    //my code…
    *using : http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_Creative-17383.ht ml

    Hi MLavie,
    Given your scripts within the src folder :
    Source Main Code : JSX1.jsx
    #include "JSX2.jsx"
    function action1() {
    action2();
    Now you need a third script JSX_BIN.jsx
    but first compile as binary your JSX1.jsx script.
    Once that done copy/paste the jsxbin string
    eval(your JSX1.jsx script as binary goes here);
    Then you embed the JSX_BIN.jsx script.
    [Embed(source="JSX_BIN.jsx", mimeType= "application/octet-stream" )]
      private static var _jsx1ProxyClass:Class; 
      private static var _jsx1Interface:HostObject;
    And call it as you did :
    public function performJsx()
       _jsx1Interface = HostObject.getRoot(HostObject.extensions[0]);
       _jsx1Interface.eval(new _jsx1ProxyClass().toString());
       _jsx1Interface.action1();
    And yes, as many changes you do in the source JSX1 file, you need to recompile and copy/paste in the JSX_BIN.jsx script.
    Hope that helps,
    Loic

Maybe you are looking for

  • Download transparent table data in excel

    Hi all I have ECC 6.0 system. I have a transparent table with 112 fields. Sufficient amount of data is present in that table. I need to download this data into an excel file. But I found there are some inconsistencies: 1. I used SE16. But we know tha

  • Problem in device after updating to lolipop

    After i updated my xperia c3 to lolipop 5.0. The front camera has been destroyed. It is giving more brightness in daylight and more dark in darklight. Service centeres are not responding well. There are two solution for this. 1. Downgrade back to kit

  • HST60: Huge Performance Problem with VAPI Views

    We are using a VAPI view (with instead-of-triggers) for a table with +/- 60 columns. In this instead-of-trigger we call some functions to return constants and variables. Using DML (for example a Update) on this view takes the Server 80 sec. CPU time.

  • Problem in placing sum

    I have below result from joinin three tables called TEST table i placed the below selection in Cursor ID     Grp     loc     type     Sum_Lower_1     sum_upper_1     Sum_qty_3 101     abc     x     1     50     200     0 101     abc     x     3     0

  • It's my mail content, and email is to me, but the "To:" field

    Hi - this seems to me to be an odd problem, but I have an issue in mail - I use a pop gmail account - It's my mail content, and email is to me, but the "To:" field on the incoming mail address is someone else's name... I've checked my mail preference