Javascript error with new UIX framework

Hi,
I'm facing some problem after changing my UIX framework version (2.2.3030829.1626).
Currently I'm using UIX version (2.2.3030829.1626) . Paging with table is not working with new frame work .
It is giving me javacript error "object doesn't support property or method" when clicking 'Next' .
It's working fine with old version.
Any help is much appreciated.
Thanks and Regards,
Anindya

Thanks Brian for your prompt reply
We had used proper cabo directory. To confirm it we have done it once again.But we're still getting the same error.
here is our finding
I found a error in _updateFormActions() function from MarlinCoreb2.js file. 
In this function it is giving error at
if(a8!=a6)
a7.action=a6 line (line # 1841,1842). If I comment out this two lines page is
working properly without any javascript error.
This problem is a bit tricky....
Because it seems to be a problem with the UIX framework that only occurs on some versions of the Internet Explorer. On some version (IE 6.0.2600.0000) it works fine
and it also works on the Mozilla Firefox browser.
can you please advice is there any solution
Thanks in advance
Anindya

Similar Messages

  • Still getting Javascript error with new version of UIX

    I'm facing some problem after changing my UIX framework version (2.2.3030829.1626).
    Currently I'm using UIX version (2.2.3030829.1626) . Paging with table is not working with new frame work .
    It is giving me javacript error "object doesn't support property or method" when clicking 'Next' .
    It's working fine with old version.
    We had used proper cabo directory. These files are in sync with the version of the runtime
    Here is our finding
    I found a error in _updateFormActions() function from MarlinCoreb2.js file.
    In this function it is giving error at
    if(a8!=a6)
    a7.action=a6 line (line # 1841,1842). If I comment out this two lines page is
    working properly without any javascript error.
    This problem is a bit tricky....
    Because it seems to be a problem with the UIX framework that only occurs on some versions of the Internet Explorer. On some version (IE 6.0.2600.0000) it works fine
    and it also works on the Mozilla Firefox browser.
    Can any one advice on the same?
    Thanks in advance
    Anindya

    I answered this question on a different thread.
    Do NOT post the same question multiple times. If you require more complete or prompt assistance than you receive on these forums, contact Oracle Support.
    -brian

  • Getting a Javascript Error On New Azure Portal

    I am getting a JavaScript error on new portal when I right click on monitoring chart and select Edit Chart. Below is the screenshot for the same.
    Line: 951
    The error says "Unable to get property 'timeGrain' of undefined or null reference

    Hi Manoj,
    Thanks for posting here.
    I suggest you to clear all cookies and restart your IE. Let us know the results.
    Also, I suggest you to try lauching Azure portal on a different browsers such as Firefox, Safari etc.
    Girish Prajwal

  • UIX Javascript Error with Date Picker

    Hi all,
    I am using JDeveloper 10.1.2.1.0 with JHeadstart 10.1.2.2.32 to create UIX pages. I have a page with a filter by search field. If I select the date picker on this page in IE version 6 or 7, I get the following javascript error:
    Error: 'length' is null or not an object
    I have found this in the Common2_2_20.js, which is part of the jslibs
    function _accumulateNumber(
    a0,
    a1
    var a2=a0.currIndex;
    var a3=a2;
    var a4=a0.parseString;
    ***var a5=a4.length;***
    if(a5>a3+a1)
    a5=a3+a1;
    var a6=0;
    while(a3<a5)
    var a7=parseDigit(a4.charAt(a3));
    if(!isNaN(a7))
    a6*=10;
    a6+=a7;
    a3++;
    else
    break;
    if(a2!=a3)
    a0.currIndex=a3;
    return a6;
    else
    return(void 0);
    }With Firefox 1.5.0.4, I can get the date selector window to open, but when I select a date value, I get this javascript error:
    a0.select() is not a function
    I have found this in the Common2_2_20.js also. Here is the code where the error is occuring.
    function _dfsv(
    a0,
    a1
    if((a0==(void 0))||(a1==(void 0)))
    return;
    a1+=_getTimePortion(a0);
    var a2=new Date(a1);
    var a3=_getDateFieldFormat(a0);
    var a4=a0.value;
    var a1=a3.format(a2);
    if(a0.value!=a1)
    if(a0.onchange!=(void 0))
    if(_agent.isIE)
    a0.onpropertychange=function()
    var a5=window.event;
    if(a5.propertyName=='value')
    a0.onpropertychange=function(){};
    a0.onchange(a5);
    a0.value=a1;
    else
    a0.value=a1;
    var a5=new Object();
    a5.type='change';
    a5.target=a0;
    a0.onchange(a5);
    else
    a0.value=a1;
    ***a0.select();****
    a0.focus();
    }I am able to use the date picker on other pages and even different parts of this page. The date search field is of type dateField.and is part of a switcher. Does anyone have any ideas as to why this is occuring or how I can work around it? Thanks in advance. I really appreciate all of your help.
    Susan

    Thanks for the reply. As a matter of fact, in my case the error happens in a UIX page generated by JHeadstart. I did some JavaScript debugging using the FireBug Firefox entension and I found that it is some JHeadstart JavaScript that causes this problem.
    The JHeadstart JavaScript passes on an array of input elements to the AFD JavaScript function and the problem arises when the select() method is called on the array, rather than an input element in the array.
    I will try to solve my issue by modifying the JHeadstart JavaScript code. Please see the JHeadstart forum somewhere in the near future for my post(s) about this :-)
    Thanks, Wouter

  • Javascript Error with UIX Page

    Hi all,
    I am using JHeadstart 10.1.2.2.32 with JDeveloper 10.1.2.1.0 to develop UIX pages. I have run into the following problem with one of my UIX pages. We have a page with a table view which uses sortable headers. In certain situations when using the sortable headers in IE 6.0.2900.2180, a javascript error appears. This does not occur using Firefox.
    It says:
    Line: 2894
    Char: 1
    Error: 'type' is null or not an object
    Code: 0
    URL: (the URL of the page)
    I have figured out that the error is occuring in the Common2_2_20.js file on the following line, which is part of the function _multivalidate:
    var a7 = a6.type; The error only occurs in the following situation. If the user has just logged into the system and certain rows in the table are read-only and others are editable. If you click on any of the sortable headers, it will sort fine the first time. However, if you click on the sortable header again, the javascript error appears. It only happens if you click on the sortable headers twice in a row.
    I have tried taking out the line of code, but then I can not sort the headers at all.
    I read in the forum that the error can occur because of the way IE handles the compression of javascript files. We changed the setting on the app server to not compress javascript files. I then undeployed and redeployed the application. However the same error is still occuring.
    If you need any more information, please let me know. Thanks in advance.
    Susan

    We found out that we had a custom script on the page that was interfering with script in the Common2_2_20.js. By moving the script to the end of our page, it solved our problem.
    Susan

  • Fix for Dreamweaver CC 2014.1 JavaScript Error With All ASPX Files

    Entire morning wasted.
    Adobe's upgrade to Dreamweaver 2014 to 2014.1 on Windows 7 Professional has broken the product across the board and it no longer opens any .aspx pages correctly.  A large number of people use .NET and now we can no longer access/use these files/pages without multiple JavaScript errors.  Particularly those that have edited the MMDocumentTypes file to make the product work in the first place since they stopped supporting the users that develop in ASP.NET.
    Every time a .aspx file is now opened, the following JavaScript error is received: "While executing translateCustomControl in ExternalRenderers.html, a JavaScript error occurred.  Click 'close' and it appears again...over and over.  Our sites are all unable to open in DW because of this.  It worked fine in earlier versions of DW, including 2014.  It's only 2014.1 that broke everything.
    The fix for this:
    1. Follow instructions on this out-of-date help file: Change, add recognized file extensions | Dreamweaver
    2. (and the part that's new): The MMDocumentTypes file is located in  C:\Users\*your username*\AppData\Roaming\Adobe\Dreamweaver CC\Configuration\DocumentTypes directory. Open that file and add aspx back to the <documenttype id="HTML"> declaration at the top.
    I am posting this issue here in hopes that some of the users won't waste most of the day trying to figure this out.
    Chris Lee

    Hi Ivan,
    I'm having that exact same problem now...in addition to that JavaScript error message coming back.  I submitted a bug report last week about this and received the following reply:
    Hi Chris,
    We would like to let you know that we able to reproduce this issue at our end. Thanks for reporting this.
    We will try to prioritize it for fixing. This might take some time. We thank you for your patience with us in this regard.
    Please let us know if you need help regarding anything else. We will be more than happy to help you.
    Thanks,
    Arindam Ghosh
    Dreamweaver Team,
    Adobe Systems
    Hopefully they can get this fixed soon, as it's ground my work in the software to a halt.
    Chris

  • CS5 WINx64 javaScript error on new any document.

    Hi!
    Either opening previous ones, or by creating new any document i get this error message in new javascript alert window:
    "While executing onLoad Notes_onOpen.htm the following JavaScript error(s) occured.
    In file "Design Notes_onOpen::
    onOpen is not defined. "
    I cannot findout where i would find a tip what this message comes from and what it concerns about...
    Any help appreciated:)
    Regards Pawel

    Thanks!
    found this info for XP
    Dreamweaver CS5.5: C:\Documents and Settings\Your User Name\Application Data\Adobe\Dreamweaver CS5.5\[language]\Configuration
    I followed this and deleted the file mentioned with still no luck...let me re-boot and see what happens....
    RE-booted...file still shows up everytime!! ARG!

  • JavaScript error with CourseBuilder

    Hi!
    I intend to use CourseBuilder for a simple test.
    I've done the CourseBuilder tutorial and everything went
    fine.
    Two weeks later I tried to implement an interaction in my
    page... and got an error message after I had clicked on the action
    manager tab:
    "Action manager data was invalid. “ The next message
    was about a JavaScript-error in onLoad (coursebuilder
    interaction.htm).
    It was not possible any more to edit the interaction in any
    site (also not in the tutorial test site...).
    I already have de-/re-installed all extension (and only try
    CourseBuilder alone), de-/re-installed dreamweaver, deleted all
    support files, build a new test site...
    I'm confused about it - but I need to deliver the test pretty
    soon.
    Maybe I did a basic mistake?
    Your help would be appreciated very much
    Kind Regards
    STH

    It's still very strange. I really have tried quiet a lot of
    options but I still can't start the action manager in
    CourseBuilder. In the last weeks I googled a lot. There are some
    mistery reports that CourseBuilder stoped to work suddenly. But
    eighter is was solved by a new installation or there was no answer.
    Finally I made it with forms and layers in dreamweaver
    directly.
    Even though you have to do more editing...
    at least you are not sitting in front of a black box without
    knowing what's going on.
    STH

  • Javascript error with insert record. Please help!

    I  contacted Adobe  support today and they said to get on these forums as  they cant help  with coding errors.
    When i try to  insert a Record I  get the following error:
    while executing onLoad in  InsertRecord.htm, the  following JavaScript error(s) occurred:
    At  line 665 of file  "C:\Program Files\Adobe   DreamweaverCS4\Configaration\ServerBehaviours\PHP_MySQL\InsertRecord.js":
    name    has no properties
    Line 655
          if (columnName.toUpperCase() ==   name.toUpperCase())
    Im running Win 7 64bit
    I contacted  Adobe  support today and they said to get on these forums as they cant  help  with coding errors.
    I have formatted my Pc and reinstalled and the  same error  comes up. If I try to edit and existing insert record it  works fine,  when I create a new page and then try to add a new insert  recordset i  get this erro again.
    i have since reinstalled Windows & 32Bit  to see if  that helped, nope. I have installed no extensions its a  clean install.
    Any  help  after spending a small fortune on this software.

    I think you are trying to run the program but you don't have the required class POP3Session.class or it's .java file which you can compile.
    Another example for pop3 and smtp is on the following link..check if it helps you..
    http://www.cs.umu.se/~hed/java/ch11.htm

  • Javascript error with HTML Editor

    HI,
    I was wondering if anyone could help me with a javascript error which appears upon page load. It only appears in internet explorer,
    This person appears to have solved the problem but does not explain where abouts they made the change required.
    FCK Rich Text Editor aka HTML Editor Standard IE Error/Bug
    This problem also appears on the apex demo of new features.
    If anyone can respond with help, it would be greatly appreciated
    Regards
    Kev

    Hello Kevin,
    This is a difficult issue as the init code for the editor item is being generated internally by the APEX engine, and we don’t have any control over it. As I see it, a complete solution can only be provided by the APEX team.
    Until then I’m using a workaround, based on the original init code. The FCK Editor takes a standard textarea and convert it into the editor item, based on its init parameters.
    First I’m uploading the FCK JavaScript code, using the page HTML Header Text (If you are using the editor a lot, you can define a page template to do that for you). The code is:
    <script type="text/javascript" src="/i/fck/fckeditor.js"></script>Now I’m using a regular textarea item as the base item for the editor. I’m using a regular onload event to init this item:
    onload="initFCK('P80_MY_EDITOR');"The JavaScript function I’m using is similar to the following:
    function initFCK(pItem) {
                var oFCKeditor        = new FCKeditor(pItem) ;
                oFCKeditor.BasePath   = "/i/fck/" ;
                oFCKeditor.Width      = '760';
                oFCKeditor.Height     = '105';
                oFCKeditor.ToolbarSet = 'Basic' ;
                oFCKeditor.Config[ "AutoDetectLanguage" ] = false;
                oFCKeditor.Config[ "DefaultLanguage" ]    = "en";
                oFCKeditor.ReplaceTextarea() ;
    }Of course, the init parameters can be changed according to your specific needs.
    This code works fine on IE and FF (didn’t check other clients).
    Regards,
    Arie.

  • B2 Error with new MSI GTX 970 :(

    Hi there team!
    Just registered to try and get help. I spent around 6 hours researching + trying all the suggestions throughout many different forums, but the B2 error still persists. I am currently running the following spec:
    Mobo - MSI Z68A-G43 (G3), with version 4.30 ( I flashed bios last night and still no help)
    CPU - Intel® Core™ i5-2500K Processor, 3.5GHz etc.etc.
    RAM - Corsair Vengeance 2x4gb at 1333MHz
    GPU - MSI GTX 970 GAMING Twin Frozr V 4GB GDDR5
    PSU - Cooler Master Silent Pro 700W
    I have tried:
    -Taking out the card and using the on-board graphics to flash the bios to later version, No help. (during this process, the B2 error does NOT show up)
    -Upgraded the card to latest nVidia drivers, even uninstalled and re-installed them. No help.
    -Upgraded all the drivers from MSI, i.e. chipset etc. through Live Update 6. No help.
    When the card is in, I cannot even access bios, it just gets stuck at B2 screen for like a minute, and then carries on with the boot process. I am able to play games etc. after the booting, but this error for sure should not be there when the PC boots up. I didn't have any issues with my old GTX 560 TI. I've read different forums saying that it might have something to do with the mobo thinking that something has to be connected to the on-board graphics; or that flashing BIOS helped a lot of users, but not me :(.
    I don't have a second PC to test the card on.
    Literally, I would try anything, please someone just help :(( This card is a beast and I wanna be able to properly use it and not having to worry about this error.
    Thank you very much guys, hope someone can help!

    Quote from: gabe_dimitrov on 08-February-15, 20:40:51
    Man thank you so much! It is finally working!!! Thank you!!!! ))) It is showing correct version in BIOS, does not show B2 error whatsoever, all done! )
    Thanks for your time! You can close thread, but it's very useful for anyone that has this issue!
    Wich version of BIOS do you have installed? Can you OC your processor with new BIOS?

  • JavaScript errors with IE7

    I use Dreamweaver MX; OS is XP Home. I installed IE7
    yesterday, and today, upon opening Dreamweaver MX, discover a mess
    of JavaScript errors when I attempt to move between different, open
    pages which is
    most annoying! I've looked for updates/patches for both DW
    MX and IE7 but no success. Any suggestions?!

    Thanks, ChrisBloom7. The problem persists -- I suspect it's
    to do with the IE7 install as that's the only thing different.
    Previously, MX ran beautifully.
    The error windows upon a reboot are as follows -- I click
    through each of the error messages with either an OK or cancel:
    1) "While executing Browse_Back enabled in toolbars.xml a
    JavaScript error occurred." This, with a yellow triangle and "!"
    sign on the icon.
    2) "While executing Browse_Back enabled in toolbars.xml a
    JavaScript error occurred." This with a white "X" on red circle
    icon.
    3) "While executing Browse_Forward enabled in toolbars.xml a
    JavaScript error occurred." Same icons as above.
    4) "While executing Browse_Forward enabled in toolbars.xml a
    JavaScript error occurred."
    5) "While executing Browse_Stop enabled in toolbars.xml a
    JavaScript error occurred." Same icons as above.
    6) "While executing Browse_Stop enabled in toolbars.xml a
    JavaScript error occurred."
    7) "While executing getCurrentValue in AddressURL.htm a
    JavaScript error occurred." Same icons as above.
    8) "While executing getCurrentValue in AddressURL.htm a
    JavaScript error occurred."
    While navigating between open pages, the following error
    messages pop up consistently:
    1) "While executing getCurrentValue in AddressURL.htm a
    JavaScript error occurred." Same icons as above.
    2) "While executing getCurrentValue in AddressURL.htm a
    JavaScript error occurred." These occur every time I navigate/click
    on a different open page.

  • Javascript errors with Crytical Report XI

    I am using EP6 SP2 and CR XI. And deployed the compatible iview provided by BusinessObjects. 
    If I chose to display one BW report or one Folder in the iview, such as :
    http://gdtelnotes.gd.ctc.com/businessobjects/enterprise11/sap/desktoplaunch/InfoView/CrystalEnterprise_Report/view.do?objId=2274
    Everything is OK.
    However, if I chose to display logon page of CR, such as:
    http://gdtelnotes.gd.ctc.com/businessobjects/enterprise11/sap/desktoplaunch/InfoView/logon/logon.do
    Javascript errors will occur. 
    Any instructions will be appreciated.
    Many thanks,
    Summer

    Hi,
    i have exactly the same error when upgrading tot 4.1.1.
    In APEX 4.1.0 everything is working fine, but now in 4.1.1 in every IR report i got "gReport is empty or undefined" error message.
    <script language="JavaScript" type="text/javascript">
    ;(function($){
    gReport = new apex.worksheet.ws('');
    $.htmldbIrBusyGrap=$.fn.htmldbIrBusyGrap=function(){
    /* for bind IR ajax */
    /* check do we have IR on page */
    if($('#apexir_WORKSHEET_REGION').length>0){
      /* replace apex internal function _BusyGraphic */
      gReport._BusyGraphic=function(pState){
       if(pState==1){
        /* ir ajax start trigger htmldbIrAjaxStart event and show loading icon */
        $.event.trigger('htmldbIrAjaxStart');
        /*goModal('apexir_LOADER', {position:['30%',]});*/
         html_ShowElement('waitRegion');
        //$('#waitRegion').modal({persist:true,overlayCss:{backgroundColor:'#606060'},position:['30%',]});
        }else{
        /* check is there data stored to #apexir_WORKSHEET */
        if(!$('#apexir_WORKSHEET').data('htmldb')){
          /* store data to #apexir_WORKSHEET */
          $('#apexir_WORKSHEET').data('htmldb',{irReady:true});
          /* trigger htmldbIrReady event */
          $.event.trigger('htmldbIrReady');
         /* hide loading icon and trigger htmldbIrAjaxEnd*/
             html_HideElement('waitRegion');
         //$.modal.close();
        $.event.trigger('htmldbIrAjaxEnd');
       return;
      $.event.trigger('htmldbIrReady');
    $.htmldbIrReady=$.fn.htmldbIrReady=function(fn){
    $(function(){if($.isFunction(fn)&&$('#apexir_WORKSHEET_REGION').length>0){$('#apexir_WORKSHEET_REGION').bind('htmldbIrReady',fn)}});
    })(jQuery);
    addLoadEvent(function(){$.htmldbIrBusyGrap();});
    </script>When i add the following line in the javascript just above the call of the gReport
    gReport = new apex.worksheet.ws('');then the pages are loaded without any error, but my custom icon is not displayed.

  • Portal javascript error with I.E. 6.0

    Ok, folks, I think I know the answer to this but ...
    (Portal 3.0.9.8.2 against Server 9.0.1.1 on Win XP)
    Step 4 of the Portal Forms wizard breaks with a javascript error when using I.E. 6.0
    However, Netscape doesn't have the same problem, so ...
    What should my conclusion be? Did I miss something in the release notes?
    Thanks

    What type of form are you creating and does it happen on all of your forms or just specific ones. I did a little digging and
    there is a bug logged for a similar situation where the field names are very long. This reproduces on IE 5.5 and 6.0, but
    not on Netscape. Does that sound like your problem?
    Thx

  • Javascript error with JSF and TOMAHAWK

    I've got two selectOneMenu in my page and I would like to change the selected item of the second selectOneMenu when an item is selected in the first selectOneMenu.
    I tried to implement a solution using Tomahawk. The idea is to generate a click event on a hidden link when an item is selected like explained here:
    http://wiki.apache.org/myfaces/JavascriptWithJavaServerFaces
    When I click on the selectOneMenu, I always have following javascript error : object expected.
    Here is my page:
    <%@ page language="java" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
         <f:view>
              <head>
              </head>
              <body>
                   <h:form id="Monitoring">
                   <SCRIPT language="JavaScript" type="text/javascript">
                   function clickLink(linkId)
                        var fireOnThis = document.getElementById(linkId)
                        alert('le champ a pour valeur : '+linkId)
                        alert('le obj a pour valeur : '+fireOnThis.value)
                        if (document.createEvent)
                        var evObj = document.createEvent('MouseEvents')
                        evObj.initEvent( 'click', true, false )
                        fireOnThis.dispatchEvent(evObj)
                        else if (document.createEventObject)
                        fireOnThis.fireEvent('onclick')
                   </SCRIPT>
                   <t:commandLink id="hiddenLink" forceId="true" style="display:none; visibility:hidden;" action="#{TotoBean.selectModule}"/>
                        <h:selectOneMenu id="modulefilter" value="#{TototBean.moduleId}" rendered="true" onchange="clickLink('hiddenLink');" >
              <f:selectItems value="#{TototBean.moduleList}" />
              </h:selectOneMenu>      
                        <h:selectOneMenu id="servicefilter" value="#{TototBean.serviceId}" rendered="true" onchange="clickLink('hiddenLink');" >
              <f:selectItems value="#{TototBean.serviceList}" />
              </h:selectOneMenu>      
                   </h:form>
              </body>
         </f:view>
    </html>
    and my bean:
    package com.toto.monitoring.bean;
    import java.util.ArrayList;
    import java.util.List;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ValueChangeEvent;
    import javax.faces.model.SelectItem;
    public final class TototBean extends Object {
         private ArrayList<SelectItem> moduleList;
         private ArrayList<SelectItem> serviceList;
         private String          moduleId;
         private String          serviceId;
         public TototBean() {
              super();
              // TODO Auto-generated constructor stub
              this.moduleList           = new ArrayList<SelectItem>();
              this.serviceList           = new ArrayList<SelectItem>();
              initModuleList();
              initServiceList();
         public String selectModule() {
              System.out.println("change");
              setServiceId("All Services");
              return(null);
         final List initModuleList() {
              System.out.println("init module list");
              moduleList = new ArrayList<SelectItem>();
              moduleList.add(new SelectItem("All Modules", "All Modules"));
              moduleList.add(new SelectItem("Module 1", "Module 1"));
              moduleList.add(new SelectItem("Module 2", "Module 2"));
              return moduleList;
         public List getModuleList() {
              System.out.println("get module list");
              return moduleList;
         public String getModuleId() {
              System.out.println("get module ID");
              return moduleId;
         public void setModuleId(String id) {
              System.out.println("set module ID");
              moduleId = id;
         final List initServiceList() {
              System.out.println("init service list");
              serviceList = new ArrayList<SelectItem>();
              serviceList.add(new SelectItem("All Services", "All Services"));
              serviceList.add(new SelectItem("Service 1", "Service 1"));
              serviceList.add(new SelectItem("Service 2", "Service 2"));
              return serviceList;
         public List getServiceList() {
              System.out.println("get service list");
              return serviceList;
         public String getServiceId() {
              System.out.println("get service ID");
              return serviceId;
         public void setServiceId(String id) {
              System.out.println("set service ID");
              serviceId = id;
    Any idea ?
    Thanks for your help.

    The hiddenLink has no value. Does it really need one as it is just used to submit the form ?

Maybe you are looking for

  • SOAP, Web Service Interaction using Flex 2

    A Web Service exists on the local computer. It is a .NET Framework web service (SOAP) running under IIS. It commences with a demand for three parameters. One fills in the form and presses a button on the form and is returned an XML file with vital da

  • Guitar Rig 2.2 as a plug in?

    Does Garageband support plugins? If so, does anyone know if it will support Guitar Rig 2.2 and if so how do I make this happen?

  • No mail flow Public folders

    Hi. I'm migrate to Exchange 2013. I moved mailbox, moved public folders ( 20 folders in one pf-mailbox). I can see structure public folders, but when i send mail to public folders, i see error: this recepient not found Формирующий сервер: EXCHANGE201

  • Iphone doesn't charge when using hotspot, even though it shows the thunderbolt sign. What to do?

    Iphone doesn't charge when using hotspot, even though it shows the thunderbolt sign. What to do?

  • Canon 300/4 + (1.4 Conv.)

    Hello! Does anybody have a profile for the Canon 300/4 or this lens together with the 1.4 Conv.? Would be also very interested in a profile for a Sigma 18-50 /F3,5-5,6DC. Thank you! Ralph