Working with an API

Hi, I am newbie in java programming, I am using a communication API. I am havin some problems so I post the errors I am getting waiting for your help. This are the errors:
../src/sampleapps/tutorial/PrimerApp.java:228: cannot resolve symbol
symbol : method enableRecording (ch.ecma.csta.binding.DeviceID,boolean)
location: class PrimerApp
enableRecording(id, true);
^
../src/sampleapps/tutorial/PrimerApp.java:257: addCallRecordingDeviceListener(ch
.ecma.csta.binding.DeviceID,com.avaya.csta.callrecording.CallRecordingDeviceList
ener) in com.avaya.csta.callrecording.CallRecordingServices cannot be applied to
(ch.ecma.csta.binding.DeviceID,PrimerApp.MyCallRecordingDeviceListener)
recordSvcs.addCallRecordingDeviceListener(id, callRecordListener);
^
../src/sampleapps/tutorial/PrimerApp.java:273: removeCallRecordingDeviceListener
(ch.ecma.csta.binding.DeviceID,com.avaya.csta.callrecording.CallRecordingDeviceL
istener) in com.avaya.csta.callrecording.CallRecordingServices cannot be applied
to (ch.ecma.csta.binding.DeviceID,PrimerApp.MyCallRecordingDeviceListener)
recordSvcs.removeCallRecordingDeviceListener(id, callRecordListener);
^
../src/sampleapps/tutorial/PrimerApp.java:545: PrimerApp.MyCallRecordingDeviceLi
stener is not abstract and does not override abstract method removeCallRecording
DeviceListener(ch.ecma.csta.binding.DeviceID,com.avaya.csta.callrecording.CallRe
cordingDeviceListener) in com.avaya.csta.callrecording.CallRecordingServices
private class MyCallRecordingDeviceListener extends
^
../src/sampleapps/tutorial/PrimerApp.java:553: cannot resolve symbol
symbol : variable getFileName
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String fileName = event.getFileName;
^
../src/sampleapps/tutorial/PrimerApp.java:554: cannot resolve symbol
symbol : variable getStartTime
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String startTime = event.getStartTime;
^
../src/sampleapps/tutorial/PrimerApp.java:555: cannot resolve symbol
symbol : variable getEndTime
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String endTime = event.getEndTime;
^
Note: ../src/sampleapps/tutorial/PrimerApp.java uses or overrides a deprecated A
PI.
Note: Recompile with -deprecation for details.
7 errors
Code is attached for any doubts. I really need to solve this problem fast. Thank you very much!

Thank you very much 4 your suggestions, I reviewed the methods and corrected 3 of the errors. I still have three that I dont know how to fix. I compiled with the -deprecation oprion and obtained the followin errors and warnings:
../src/sampleapps/tutorial/PrimerApp.java:73: warning: com.avaya.csta.callrecording.CallRecordingServices in com.avaya.csta.callrecording has been deprecated
private CallRecordingServices recordSvcs;
^
../src/sampleapps/tutorial/PrimerApp.java:543: warning: com.avaya.csta.callrecording.CallRecordingDeviceListener in com.avaya.csta.callrecording has been deprecated
CallRecordingDeviceListener
^
../src/sampleapps/tutorial/PrimerApp.java:158: warning: com.avaya.csta.callrecording.CallRecordingServices in com.avaya.csta.callrecording has been deprecated
recordSvcs = CallRecordingServices.getInstance();
^
../src/sampleapps/tutorial/PrimerApp.java:170: warning: com.avaya.csta.callrecording.CallRecordingServices in com.avaya.csta.callrecording has been deprecated
recordSvcs = (CallRecordingServices) provider.getService(
^
../src/sampleapps/tutorial/PrimerApp.java:171: warning: com.avaya.csta.callrecording.CallRecordingServices in com.avaya.csta.callrecording has been deprecated
com.avaya.csta.callrecording.CallRecordingServices.class.getName());
^
../src/sampleapps/tutorial/PrimerApp.java:225: cannot resolve symbol
symbol : method enableRecording (ch.ecma.csta.binding.DeviceID,boolean)
location: class PrimerApp
enableRecording(id, true);
^
../src/sampleapps/tutorial/PrimerApp.java:555: cannot resolve symbol
symbol : variable getFileName
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String fileName = event.getFileName;
^
../src/sampleapps/tutorial/PrimerApp.java:556: cannot resolve symbol
symbol : variable getStartTime
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String startTime = event.getStartTime;
^
../src/sampleapps/tutorial/PrimerApp.java:557: cannot resolve symbol
symbol : variable getEndTime
location: class com.avaya.csta.binding.FileInformationUpdatedEvent
String endTime = event.getEndTime;
^
4 errors
5 warnings
The APi information about the methods related with the errors is:
enableRecording
public abstract void enableRecording(DeviceID device,
Boolean immediatelyActive)
throws CstaException
public String getEndTime()
Returns the value of field 'endTime'.
Returns:
the value of field 'endTime'.
getStartTime and getFileName have the same structure. They are all methods of the class FileInformationUpdatedEvent.
I want to have this information and I tried like this:
public void recordingFileInformationUpdated (
          FileInformationUpdatedEvent event)
          //En este momento ha terminado la llamada y ya se puede
          //recuperar el archivo FileName
          String fileName = event.getFileName;
          String startTime = event.getStartTime;
          String endTime = event.getEndTime;
And for the boolean error I used the method this way:
enableRecording(id, true);
Sorry if the post is too loong, I'll be waiting for your comments, thanks a lot!

Similar Messages

  • Is it possible to create the adhoc network and get it work with WLAN APIs (WlanConnect) instead of netsh commands...?

    Hi All,
    I am facing issues in creating  adhoc network in Windows 8.1. After searching in internet, I found that adhoc works with 
    netsh commands.
    1. I have tried neths commands and able to get it work on windows 8.1, 
     but I want to do it through the WLAN APIs ie. WlanConnect ,
    2. I am able to initiate the adhoc network(on Windows 8.1) by using WlanConnect API and other device are also able to connect to the Windows8.1 initiated adhoc  network  but the DHCP is not working.
    -> clients are not able to get the IP address.
    Is it possible to create the adhoc network and get it work with WLAN APIs (WlanConnect) instead of netsh commands...?
    Thanks
    akhil

    Hi,
    Did you mean to write a program to implement that creating adhoc via UI? This should be development issue.
    But this is Windows 8.1 client forum and there is no professional on develop.
    To help you better, I suggest you submit a new case on MSDN forum to help to check your code as they will be more professional on your issue:
    This is the MSDN forum link.
    http://social.msdn.microsoft.com/Forums/ 
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.
    Kate Li
    TechNet Community Support

  • XML parser working with MediaWiki API

    I have a little helper for a MediaWiki server. It intended to work the following way:
    Client side [GWT] ←rpc→ Server side [GWT] — JWBF ←http→ MediaWiki API+
    GWT - Google Web Toolkit 2.0.4
    JWBF - Java Wiki Bot Framework 1.3.2
    MediaWiki 1.16 XML
    JDK1.6.0_21
    GWT sends and receive utf-8 data between client and server well. But the second half fails to work with its own xml traffic.
    JWBF gets the xml file via HTTP (log4j logging):
    [DefaultClientConnection  ] Receiving response: HTTP/1.1 200 OK
    [headers                  ] << HTTP/1.1 200 OK
    [headers                  ] << Date: Thu, 09 Sep 2010 17:36:34 GMT
    [headers                  ] << Server: Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.4
    [headers                  ] << X-Powered-By: PHP/5.2.4
    [headers                  ] << Cache-Control: private
    [headers                  ] << Vary: Accept-Encoding
    [headers                  ] << Content-Length: 1177
    [headers                  ] << Keep-Alive: timeout=5, max=95
    [headers                  ] << Connection: Keep-Alive
    [headers                  ] << Content-Type: text/xml; charset=utf-8
    [DefaultRequestDirector   ] Connection can be kept alive for 5000 ms
    [wire                     ] << "<?xml version="1.0"?><api><query><pages><page pageid="103" ns="0" title="Bronenosets Potyomkin"><revisions><rev revid="503" parentid="502" user="Anton" timestamp="2010-09-09T09:26:34Z" comment="Undo revision 502" xml:space="preserve">[\n]"
    [wire                     ] << "The Battleship Potemkin ([0xd0][0x91][0xd1][0x80][0xd0][0xbe][0xd0][0xbd][0xd0][0xb5][0xd0][0xbd][0xd0][0xbe][0xd1][0x81][0xd0][0xb5][0xd1][0x86] [0xc2][0xab][0xd0][0x9f][0xd0][0xbe][0xd1][0x82][0xd1][0x91][0xd0][0xbc][0xd0][0xba][0xd0][0xb8][0xd0][0xbd][0xc2][0xbb]) is a film.[\n]"
    [wire                     ] << "[\n]"
    [wire                     ] << "The Odessa Steps sequence editing.</rev></revisions></page></pages></query><query-continue><revisions rvstartid="502" /></query-continue></api>"
    [SingleClientConnManager  ] Releasing connection org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@dfb098And Java XML parser fails to understand this xml and returns the string as it was ISO-8859-1. After the xml bases a class with SAXBuilder, name in brackets, the one within "rev" element, becomes:
    БроненоÑ&#65533;ец «Потёмкин»while it should be
    &#1041;&#1088;&#1086;&#1085;&#1077;&#1085;&#1086;&#1089;&#1077;&#1094; «&#1055;&#1086;&#1090;&#1105;&#1084;&#1082;&#1080;&#1085;»The whole system (Apache, MediaWiki plus JWBF, GWT, client HTML) is set to utf-8, but Java parser (default settings) still does not agree.
    Dear specialists, where could be the error?

    The problem's been found thanks to DrClap ( [XML converted to string - encoding lost?|http://forums.sun.com/thread.jspa?threadID=610257] ).
    JWBF read the HTTP stream using system's default encoding:
           +Line 216 in jwbf-1.3.2-262\src\net\sourceforge\jwbf\core\actions\HttpActionClient.java+
    BufferedReader br = new BufferedReader(new InputStreamReader(res.getEntity().getContent()));From here the whole chain got the wrongly encoded string, including XML parser.
    So, the solution is to define the encoding explicitly:
    BufferedReader br = new BufferedReader(new InputStreamReader(res.getEntity().getContent(), "UTF-8"));Thank to the community.

  • Working with an API (PHP) question

    I am building a mini-app using an API into another back-end
    system. To
    extract data from this system, I can use PHP lines like this
    $stats = $q->campaignStats($cid);
    where the variable "$q" has been previously loaded with
    values.
    What I want to know is - can I programatically generate this
    line? What I'd
    LIKE to do would be something like this (analogous to the way
    that DW builds
    query strings) -
    $statsQuery = 'campaign' . $command . "($cid)"
    and then I can set $command to any of a number of different
    values, e.g.,
    "ClickStats", "Bounces", "Unsubscribes", etc.
    Now - what I don't know how to do is to then reference this
    string in a way
    that executes the command, as I'm fairly sure that -
    $stats = $q->$statsQuery; would fail (but I'm going to try
    it of course).
    Is there a special way to handle such things?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================

    Thanks, Micha! My earlier imagined way didn't work, not
    surprisingly!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Michael Fesser" <[email protected]> wrote in message
    news:[email protected]..
    > .oO(Murray *ACE*)
    >
    >>I am building a mini-app using an API into another
    back-end system. To
    >>extract data from this system, I can use PHP lines
    like this -
    >>
    >>$stats = $q->campaignStats($cid);
    >>
    >>where the variable "$q" has been previously loaded
    with values.
    >>
    >>What I want to know is - can I programatically
    generate this line? What
    >>I'd
    >>LIKE to do would be something like this (analogous to
    the way that DW
    >>builds
    >>query strings) -
    >>
    >>$statsQuery = 'campaign' . $command . "($cid)"
    >>
    >>and then I can set $command to any of a number of
    different values, e.g.,
    >>"ClickStats", "Bounces", "Unsubscribes", etc.
    >>
    >>Now - what I don't know how to do is to then
    reference this string in a
    >>way
    >>that executes the command, as I'm fairly sure that -
    >>
    >>$stats = $q->$statsQuery; would fail (but I'm
    going to try it of course).
    >
    > The function name can be taken from a variable, so you
    can use something
    > like
    >
    > $statsQuery = "campaign$command";
    > $stats = $q->$statsQuery($cid);
    >
    > For other ways of calling such "dynamic" functions have
    a look at
    > call_user_func() and call_user_func_array() if
    necessary.
    >
    > Micha

  • Unable to work with Java APIs in MDM new version 5.5.42.65

    Hi,
    I developed few java applications using MDM Java APIs in the old version(5.5.41.70) of MDM.
    After  installing new version(5.5.42.65) of MDM  in my system, i tried to execute the java applications,am getting failed to execute the applications.
    Does the change in the Version not allowing the Java MDM application to execute or is there any other reason..?
    Regards
    Praveen K

    Praveen,
    Are you using the new jar files as well?  The api jars and the mdm server must be on exactly the same version.
    Hope this helps.
    Greg

  • Objective C, working with C++ API

    How to include and use a C++ API in an Objective C app? Any idea, tutorial ... ?

    Save all your files as .mm instead. They will then be Objective-C++ files that can understand both languages.

  • Java API to work with Oracle Workflow

    Hi,
    I'm new to Oracle Workflow. Currently, I'm starting to work on a java front-end to work with some features of Oracle Workflow.
    The only thing I know, is that I should be using workflow 2.6.3, and someone gave me a jar which is supposed to be the java API to the workflow, and a link to some online info:
    http://download-uk.oracle.com/docs/cd/B19306_01/workflow.102/b15855/toc.htm
    The api I received, was a jar file named "wfapi.jar". It was sent to me by email, don't know where they got it from.
    And that's it ... it's the only info I received.
    Searching the web, I found this interesting article:
    http://www.oracle.com/technology/products/ias/workflow/release262/wfjavawp.pdf
    That teaches me how to work with the java API, but the document itself is intended for release 2.6.2 (november 2001). So I started doing the first coding, and found that I have no way of implementing the instruction: "import oracle.apps.fnd.common.*;"
    Seems I don't have the "common" part of the package ... that just pops up two reasons:
    1. I don't have the complete java API;
    2. This code is for version 2.6.2, and in version 2.6.3 of the API the "common" was removed (which I think it would be quite odd).
    So I endup with no way of testing, and don't know the product well enough to start working and learning with it.
    Anyone can give me some lights?
    Where can I find a complete and definite complete java API?
    What about some guide with some examples on how to start working with the API?
    Where can I search the demo java programs?
    If I download the Oracle Workflow 2.6.3 from oracle.com, will I be able to get that API? Will I need to install it to get the API? Do I need the Oracle DB to be installed first?
    I would appreciate some help on how I can startup using this, or what should I look for, and most importantly, where?
    Thank you very much.
    ----- code example -----
    To test using what I got, I've ran the following code:
              String sUser = "myuser";
              String sPass = "mypass";
              String sJdbc = "jdbc:oracle:thin:@";
              String sStrg = "myserver:1520:mysid";
              String sCharSet = null;
              WFDB myDB;
              WFContext ctx;
              myDB = new WFDB(sUser, sPass, sJdbc, sStrg);
              sCharSet = System.getProperty("CHARSET");
              if(sCharSet==null) {  //cannot be null
                   sCharSet = "UTF8";
    This just gives me the following message:
    [22-11-2005 14:58:54:328 GMT] 7b4542dd WebGroup E SRVE0026E: [Servlet Error]-[oracle/apps/fnd/common/VersionInfo]: java.lang.NoClassDefFoundError: oracle/apps/fnd/common/VersionInfo
         at      at oracle.apps.fnd.wf.WFDB.<clinit>(WFDB.java:27).null(Unknown Source)
    So it seems the "common" is needed after all ...

    Hi,
    Can any one Please Help me out am Stuck up with the following Exception While trying to invoke a External java Function.
    Step 1: Written the attached Java Class from "Oracle WorkFlow's Developers's" guide.
    Ref: http://www.stanford.edu/dept/itss/docs/oracle/10g/workflow.101/b10284/deffa02.htm#stdjfa
    Step 2: In builder created a process and created a Java Function
    <package-name>.<class-name>
    Step 3: Compiled the Java Class,and Created a jar file and included the jar and the required .jar files [which are required to make that class compile free] in the class path.
    Step 4: We modified the wfjvlsnr.bat by including the custom jar file which was created and the dependent jar files in the classpath and ran the Java Agent.
    Step 5: Invoked the Process from client, once the process is invoked we are getting
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    java.lang.ClassNotFoundException: gov.oracle.apps.fnd.wf.SampleWF
    Tue Oct 10 14:33:38 GMT+05:30 2006 Enqueuing VAC02/VAC02 gov.oracle.apps.fnd.wf.SampleWF
    null
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    : java.lang.ClassNotFoundEx
    ception: gov.oracle.apps.fnd.wf.SampleWF
    please do reply to my mail [email protected]

  • Working with Amazon

    If there is anyone in this forum who is working with Amazon API's, I just wanted to say that I feel your pain.
    If there is anyone in this forum who is THINKING about working with Amazon API's..
    RUUUUUUUUUUUUUUUUUUUUN!  RUN AWAY AS FAST AS YOU CAN!  DON'T DO IT!  NO MATTER WHAT THEY ARE PAYING YOU, IT'S NOT WORTH IT!  SAVE YOURSELF FROM THE ULCERS AND STRESS-INDUCED BACK PAIN AND PATCHES OF MISSING HAIR FROM YOUR SCALP!  AVOID THE NERVOUS TICKS YOU'LL GET EVERYTIME YOU HEAR OR READ THE WORDS "AMAZON", "INVENTORY MANAGEMENT", OR "AMAZON WEB SERVICES"!  MUA-HAHAHAHAHAHA!!!
    What's that, mommy?  "Black & Decker"?  Are you sure?  Okay.

    HTTPS Everywhere was the problem add-on. It had a known incompatibility with Amazon.com and was automatically disabled for that. When, in addition, I disabled it for Amazon Web Services, the problem was solved.
    Thanks again for your guidance.

  • Getting Dynamic Context Sensitive Help API to work with Visual Studio 2012 and 64 bit?

    We have RH 9.
    Our developers are working on implementing RH's dynamic CSH API inside of our software product:
    http://help.adobe.com/en_US/robohelp/robohtml/WSa7dd8288c271d662-26f4398e12b0c229082-8000. html
    The instructions our developer found say:
    Call your Help projects with the function RH_ShowHelp. The source code for this function is contained in the support files which you import into your development project. Languages supported are Visual Basic, C/C++, JavaScript, and Java. The files are in C:\Program Files\Adobe\Adobe RoboHelp [version]\CSH API. The files are:
        CSH API\RoboHelp_CSH.cpp (C/C++, dependent on the .h)
        CSH API\RoboHelp_CSH.h (C/C++, dependent on the .cpp)
    I zipped up the CSH API from my RH 9 version and sent it to the developer. We're using Visual Studio 2012.
    But now the dev is asking, "Is there a newer version? This one doesn't compile in win32 without me making some tweaks, and doesn't work at all in x64..." and "Is RoboHelp10 an option? 9 doesn't seem VS2012 compatible or x64 compatible."
    Does anyone know if there are there is a later version of the API available that works for 64-bit / VS 2012?

    Hi,
    The RoboHelp 10 API should work for WebHelp created with RoboHelp 9. Since the RH10 API will now support Multiscreen HTML5 (introduced with RoboHelp 10), I imagine it will work with VS 2012. But I’ve not tried that. You can try the RH10 API, but Adobe won’t support it
    Alternatively: A colleague of mine created a custom C# API some time ago. That might work for you: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis
    Greet,
    Willam

  • Will BPM Tasks JAVA API work with Weblogic+ Jdeveloper 11.1.1.6.0 ?

    Hi,
    I am working with the JAVA tasks API for working with BPM Human workflows that deals with programmatical interaction with BPM from ADF applications. The same is working fine in ver 11.1.1.4.0.
    My Question is that whether the same will be supported in the upcoming versions (may be 11.1.1.6.0) or do I need to change the approach by programmatically calling webservices provided as an out-of-box feature with my BPM.
    Much Appreicated !
    Regards.

    Hi,
    I am working with the JAVA tasks API for working with BPM Human workflows that deals with programmatical interaction with BPM from ADF applications. The same is working fine in ver 11.1.1.4.0.
    My Question is that whether the same will be supported in the upcoming versions (may be 11.1.1.6.0) or do I need to change the approach by programmatically calling webservices provided as an out-of-box feature with my BPM.
    Much Appreicated !
    Regards.

  • Kuler API doesn't work with Windows 8 apps

    Hi, I've been trying to get the Kuler API to work with my app for Windows 8 (I'm using C# and XAML). For example:
    string feed = await client.GetStringAsync("https://kuler-api.adobe.com/rss/get.cfm?listType=" + type + "&itemsPerPage=" + items + "&timeSpan=" + timeSpan + "&key=" + key);
    However this throws a Http Request Excepion and tells me: "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF".
    This request worked absolutely fine a while ago but now it throws that exception. If I paste the url into a web browser like Chrome it works fine because Chrome ignores errors like this. Is there any way of fixing this problem? Thanks.
    Edit: if the issue can't be resolved, can anyone give an update as to when the new API system is going to be in operation? I haven't heard anything since May and it's now July.

    See:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working
    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/

  • [svn:osmf:] 13228: Updating ExamplePlayer to work with the latest API changes.

    Revision: 13228
    Revision: 13228
    Author:   [email protected]
    Date:     2009-12-30 04:33:34 -0800 (Wed, 30 Dec 2009)
    Log Message:
    Updating ExamplePlayer to work with the latest API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/chromeless/ChromelessPl ayerElement.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextElement.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/traceproxy/TraceListene rProxyElement.as
    Added Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextDisplayObjectT rait.as
    Removed Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextViewTrait.as

    Revision: 13228
    Revision: 13228
    Author:   [email protected]
    Date:     2009-12-30 04:33:34 -0800 (Wed, 30 Dec 2009)
    Log Message:
    Updating ExamplePlayer to work with the latest API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/chromeless/ChromelessPl ayerElement.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextElement.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/traceproxy/TraceListene rProxyElement.as
    Added Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextDisplayObjectT rait.as
    Removed Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/text/TextViewTrait.as

  • [svn:osmf:] 14984: Updating to work with the latest logging API changes.

    Revision: 14984
    Revision: 14984
    Author:   [email protected]
    Date:     2010-03-24 07:23:14 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Updating to work with the latest logging API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLogger.as

    Revision: 14984
    Revision: 14984
    Author:   [email protected]
    Date:     2010-03-24 07:23:14 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Updating to work with the latest logging API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLogger.as

  • Does the content area API work with Release 2?

    Does the content area API work with Release 2 yet?

    Release 2 page group APIs will be available in early 2003, in the first PDK version following the 9.0.2.6 (upgrade) release. These APIs will be backward compatible with the 3.0.9 content area APIs.

  • Working with APIs for Dummies

    All,
    So I want to get into working with HFM and FDM APIs and am not sure the best place to start. I have great knowledge of VBA, C++, and javascript coding, but haven't dabbled too much into VB. The other day I was messing around with the FDM API example using Excel's Visual Basic editor and was able to get logged into the application based on building a form and referencing some DLLs. The errors began when trying to pull menus from the app through Excel.
    Some questions for you pros:
    1) Are there any reference documents available for those beginners wishing to use the API in HFM? (I have found a decent starter document for FDM)
    2) Do you need Visual Studio to write the code, or can you accomplish everything in the Excel editor (or is there some alternative which is less costly)?
    3) Would anyone be willing to share a simple example of code they've written and the issue it resolved? For example, I think it shouldn't be too difficult to create a program to Export FDM data for a certain location at a certain time if the data is in the Validate stage. Or, post all approved JVs in HFM for a certain period. Really just anything. As you know, once you have a little starter code it is much easier to get going.
    Thanks!

    You should be able to use excel's VBA, you just need to add references to the appropriate .DLL files from the server. The drawback being that it will only work on your computer. A true VB program will work on the machine of anyone who has the client installed.
    As for documentation, there is an HFM Object Guide that you can find somewhere on oracle's site. I forget where exactly, but it's probably in the same place you found the FDM API guide.
    I will say this though, FDM and HFM operate very differently when it comes to using VB. FDM involves directly calling data from the tables to get what you want. HFM has pre-built functions that accomplish almost everything for you(Retreiving journals, opening periods, pulling security, etc).
    The best advice I can give you is start with something simple. My first HFM program was more or less an attempt to replicate the functionality in the HFM Utilities Program only with a sorted user list box(drove me crazy since all our user ID's are numbers).
    Start simple, learn the basics, and from there you'd be amazed what you can do.

Maybe you are looking for

  • Problem in using PNG files....

    Hi everybody... Whenever i use ImageIo.read(filename) function to read a PNG file....it returns a bufferedImage with Type = 0.... and i cannot use this type of image to perform convolution operations.... how can i solve this??.... Another problem is

  • Image drag and drop

    Hi all, I am writing a program, with 2 JPanels, the first one is with 4 images (JLabel), I need to drag the images and drop on second JPanel. When the image is dropped, it should also allow dragging to desired position in that JPanel(through MouseMot

  • How to set property

    I want to set Enable Parallel DML property for all my mappings. I want also to set default operating mode property to 'SET_BASED'. How to do this in OMB+? When I want to check some Runtime parameters properties I get error message OMB+> OMBRETRIEVE M

  • JAS & Sevelets?

    As a beginner in JSP/Sevlets but good familiar with Applets, Would appreciate to advice me the differences/similarity between JSP and Sevlets. Any command welcome.

  • HOW TO CHANGE THE LOGO IN THE PORTRAL

    WE HAVE THE REQUIREMENT LIKE TO CHANGE THE LOGO IN THE PORTAL. CAN ANYONE  PLEASE ASIIST ME..... Edited by: kundan prem on Nov 27, 2008 1:28 PM