Getting started with an example

Hello all and thank you for reading.
I am looking at http://forums.adobe.com/thread/501053?tstart=0 as a starting point to get an idea of the possibilities with the osmf, and am having a bit of trouble. I have downloaded sprint8 and am coding in cs4. when i go to compile, i get an error about 'LoadableStateChangeEvent' which is indeed not found in the org.osmf.events package.
Has this been removed?
Thank you,
-Nathan

I have rewritten this example for sprint 8, any suggestions comments or corrections are appreciated:
package {
import flash.display.Sprite;
import org.osmf.events.LoadEvent;
import org.osmf.events.MediaError;
import org.osmf.events.MediaErrorEvent;
import org.osmf.events.MediaErrorCodes;
import org.osmf.events.MediaPlayerCapabilityChangeEvent;
import org.osmf.media.MediaPlayer;
import org.osmf.media.URLResource;
import org.osmf.net.NetLoader;
import org.osmf.traits.LoadState;
import org.osmf.traits.MediaTraitType;
import org.osmf.video.VideoElement;
import org.osmf.utils.URL;
public class OSMFExampleTwo extends Sprite {
     //our local flv to be played
    private const PROGRESSIVE:String = "trailer.flv";  //path to your progressive flv here
    private var _player:MediaPlayer;
     private var _video:VideoElement;
    public function OSMFExampleTwo() {
        trace("initialized");
          //create a new media player
          _player = new MediaPlayer();
        _video = new VideoElement(new NetLoader(), new URLResource(new URL(PROGRESSIVE)));
          //add an event listener to the video element to catch netstream failed errors
          _video.addEventListener(MediaErrorEvent.MEDIA_ERROR, onLoadEvent);
          //add an event listener so that when the player is capable of being viewed we can add it to the display list and watch
          _player.addEventListener( MediaPlayerCapabilityChangeEvent.VIEWABLE_CHANGE, onViewable );
          //add a new video element to the player
             _player.element = _video;
        //if the event fails - what comes through:
        private function onLoadEvent( e:MediaErrorEvent) :void {
           trace('ERROR (onLoadEvent): recieved a media error event');
             var errorCode = e.error.errorCode;
                  switch (errorCode) {
                    case MediaErrorCodes.STREAM_NOT_FOUND:
                         trace('ERROR (onLoadEvent): there was an error finding the file that was specified');
                         break;
                    case MediaErrorCodes.PLAY_FAILED:
                         trace('ERROR (onLoadEvent): playback has failed');
                         break;
                    case MediaErrorCodes.NO_SUPPORTED_TRACK_FOUND:
                         trace('ERROR (onLoadEvent): there was no supported track found');
                         break;
                    case MediaErrorCodes.FILE_STRUCTURE_INVALID:
                         trace('ERROR (onLoadEvent): the file structure is invalid');
                         break;
        private function onViewable( e:MediaPlayerCapabilityChangeEvent ) :void {
            if( e.enabled ) {
                addChild( _player.view );
                trace('player view');

Similar Messages

  • Java Applet HelloWorld "Getting Started With Applets" example not working

    Hi there,
    It's been ages since I ran my Linux CentOS boot of Linux but I am going through the official oracle java applet tutorials, just every time I try and run the "Hello World" applet in Firefox 17.0.3 and I am running the Iced Tea thing for java applets.
    Every time I try and run the example from the following code:
    import javax.swing.JApplet;
    import javax.swing.SwingUtilities;
    import javax.swing.JLabel;
    public class HelloWorld extends JApplet
      // called when the user enters the html page:
      public void init() // keep apps within the init() function very small as per the http://docs.oracle.com/javase/tutorial/deployment/applet/appletMethods.html
        try{
          SwingUtilities.invokeAndWait(new Runnable()
            public void run()
           JLabel myLabel = new JLabel("Hello World");
           add(myLabel);
            } // end running the application
          }); //end of swing invokeand wait
        } catch (Exception error){ // end user running the app in page
           // System.err.println("GUI didn't work on initial run");
    }It keeps bringing up the error "Start: Applet not initialized" I did google that basic error and from what I found I should consult the JavaConsole, I know the console was removed from the Firefox menu quite a while ago. So went to find a way of loading it using the IcedTea one but it keeps bringing up a load of errors in even trying to run that.
    Is there anyway of sorting this out? I mean I have even tried installing the one on the oracle website, the plain JDK but nothing seems to work.
    Is there anyone that can help me get applets working? I was even going to go as far as to reinstall my distro but I want to avoid that as much as possible.
    Thanks and I look forward to any replies,
    Jeremy.

    in the Getting Started with Java DB tutorial they
    tell u how to set ur "DERBY_HOME" (what is that?).
    once i press enter after typing this command:
    set DERBY_HOME=D:\Java\Java
    Phonebook\javadb in my command prompt do i get
    any message or does it just go to the next line?type env or set or whatever in the command line to see what your environment variables are set to
    they also tell u how to set ur "JAVA_HOME" (what is
    that?). The Java installation you want to use
    in their example they give u this: set
    JAVA_HOME=C:\Program Files\Java\j2se1.4.2_05but in my java folder i have jdk1.6.0 and jre1.6.0
    but no j2se1.4.2_05, so which 1 must i choose?It's up to you. I'd go with 1.6
    also once ive done this: set
    DERBY_HOME=D:\Java\Java Phonebook\javadb this
    set JAVA_HOME=D:\Program
    Files\Java\jre1.6.0 and this set
    PATH=%DERBY_HOME%\bin;%PATH% and then type
    sysinfo to verify that the variables were set
    correctly i get these errors: 'D:\Java\Java' is
    not recognized as an internal or external command,
    operable program or batch file and '""'
    is not recognized as an internal or external command,
    operable program or batch file any help would
    really be appreciated because this is really killing
    me!you need to set your path variable - so something like:
    set PATH=C:\Program Files\Java\j2se1.4.2_05\bin

  • Can't seem to deploy EJB by following the 'Getting Started with WebGain Studio'

    Hi ,
    We're trying to evaluate the Weblogic 5.1 server with Webgain. We tried to
    follow the 'Getting Started with Webgain'
    example but when we tried to deploy the EJB it complained the error.
    Attached is the log from the VisualCafe.
    I need your help.
    Thank you very much.
    Quang.
    VisualCafe (21:54:20): sj -sysclasspath
    D:\VisualCafeEE\Bin\..\JAVA2\LIB\RT.JAR;D:\VisualCafeEE\Bin\..\JAVA2\LIB\TOO
    LS.JAR -g -d
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\ -classpath
    VisualCafe (21:54:20):
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\;d:\VisualC
    afeEE\java2\lib\rt.jar;d:\VisualCafeEE\java2\lib\dt.jar;d:\VisualCafeEE\java
    2\lib\i18n.jar;d:\VisualCafeEE\java2\lib\jaws.jar
    VisualCafe (21:54:20):
    ;d:\VisualCafeEE\java2\lib\plugprov.jar;D:\VisualCafeEE\JAVA\LIB\;D:\VisualC
    afeEE\JAVA\LIB\SYMCLASS.ZIP;D:\VisualCafeEE\JAVA\LIB\CLASSES.ZIP;D:\VisualCa
    feEE\JFC\SWINGALL.JAR;D:\VisualCafeEE\swing-1.1\S
    VisualCafe (21:54:20):
    WINGALL.JAR;d:\weblogic\license\;d:\weblogic\mssqlserver4v70\classes\;D:\Vis
    ualCafeEE\Bin\xutil.zip;D:\VisualCafeEE\Bin\Components\sfc.jar;D:\VisualCafe
    EE\Bin\Components\symbeans.jar;D:\VisualCafeEE\Ja
    VisualCafe (21:54:20):
    va\Lib\eradtools.jar;D:\VisualCafeEE\Java\Lib\eradpublic.jar;D:\VisualCafeEE
    \Java\Lib\dbaw.zip;D:\VisualCafeEE\Bin\Components\dbaw_awt.jar;D:\VisualCafe
    EE\Bin\Components\databind.jar;D:\VisualCafeEE\Ja
    VisualCafe (21:54:20):
    va\Lib\Collections.zip;D:\VisualCafeEE\Java\Lib\icebrowserbean.jar;D:\Visual
    CafeEE\Java\Lib\servlet.jar;D:\VisualCafeEE\Java\Lib\webserver.jar;D:\Visual
    CafeEE\Java\Lib\jspengine.jar;D:\VisualCafeEE\Jav
    VisualCafe (21:54:20):
    a\Lib\xml.jar;D:\VisualCafeEE\Java\Lib\symtools.jar;D:\VisualCafeEE\Bin\Comp
    onents\templates.jar;D:\VisualCafeEE\Bin\Components\vcejbwl.jar;D:\VisualCaf
    eEE\Java\Lib\javax_ejb.zip;D:\VisualCafeEE\Java\L
    VisualCafe (21:54:20):
    ib\JNDI.JAR;D:\VisualCafeEE\Java\Lib\jts.zip;D:\VisualCafeEE\Java\Lib\jdbc2_
    0-stdext.jar;D:\VisualCafeEE\Bin\sb\;D:\VisualCafeEE\Bin\sb\classes\sb.jar;D
    :\VisualCafeEE\Bin\Components\DreamweaverPlugin.j
    VisualCafe (21:54:20): ar;C:\Program Files\PhotoDeluxe
    2.0\AdobeConnectables\;d:\weblogic\eval\cloudscape\lib\cloudscape.jar -make
    -cdb BookEnterpriseBean.cdb
    VisualCafe (21:54:20):
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\com\webgain
    \library\book\ejb\BookEJB.java
    VisualCafe (21:54:20):
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\com\webgain
    \library\book\ejb\BookHome.java
    VisualCafe (21:54:20):
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\com\webgain
    \library\book\ejb\Book.java
    VisualCafe (21:54:20):
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\com\webgain
    \library\book\ejb\BookPK.java
    VisualCafe (21:54:23): Build Successful
    Internal VM (21:54:26): Starting deployment to WebLogic Server 5.1 ...
    Internal VM (21:54:26): Building deployment descriptor...Created 4 DD files
    Internal VM (21:54:26): Building generic JAR file...Created file
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\BookEnterpr
    iseBean.jar
    Internal VM (21:54:26): Processing Jar...
    Internal VM (21:54:26): D:\VisualCafeEE\java\bin\..\bin\java.exe -classpath
    Internal VM (21:54:26):
    "d:\weblogic\lib\weblogic511sp.jar;d:\weblogic\lib\weblogic510sp2.jar;d:\web
    logic\lib\weblogic510sp1.jar;d:\weblogic\classes;d:\weblogic\lib\weblogicaux
    .jar;D:\VisualCafeEE\JAVA\LIB\;D:\VisualCafeEE\JA
    Internal VM (21:54:26):
    VA\LIB\SYMCLASS.ZIP;D:\VisualCafeEE\JAVA\LIB\CLASSES.ZIP;D:\VisualCafeEE\JFC
    \SWINGALL.JAR;D:\VisualCafeEE\swing-1.1\SWINGALL.JAR;.\;d:\weblogic\license\
    ;d:\weblogic\mssqlserver4v70\classes\;D:\VisualCa
    Internal VM (21:54:26):
    feEE\Bin\xutil.zip;D:\VisualCafeEE\Bin\Components\sfc.jar;D:\VisualCafeEE\Bi
    n\Components\symbeans.jar;D:\VisualCafeEE\Java\Lib\eradtools.jar;D:\VisualCa
    feEE\Java\Lib\eradpublic.jar;D:\VisualCafeEE\Java
    Internal VM (21:54:26):
    \Lib\dbaw.zip;D:\VisualCafeEE\Bin\Components\dbaw_awt.jar;D:\VisualCafeEE\Bi
    n\Components\databind.jar;D:\VisualCafeEE\Java\Lib\Collections.zip;D:\Visual
    CafeEE\Java\Lib\icebrowserbean.jar;D:\VisualCafeE
    Internal VM (21:54:26):
    E\Java\Lib\servlet.jar;D:\VisualCafeEE\Java\Lib\webserver.jar;D:\VisualCafeE
    E\Java\Lib\jspengine.jar;D:\VisualCafeEE\Java\Lib\xml.jar;D:\VisualCafeEE\Ja
    va\Lib\symtools.jar;D:\VisualCafeEE\Bin\Component
    Internal VM (21:54:26):
    s\templates.jar;D:\VisualCafeEE\Bin\Components\vcejbwl.jar;D:\VisualCafeEE\J
    ava\Lib\javax_ejb.zip;D:\VisualCafeEE\Java\Lib\JNDI.JAR;D:\VisualCafeEE\Java
    \Lib\jts.zip;D:\VisualCafeEE\Java\Lib\jdbc2_0-std
    Internal VM (21:54:26):
    ext.jar;D:\VisualCafeEE\Bin\sb\;D:\VisualCafeEE\Bin\sb\classes\sb.jar;D:\Vis
    ualCafeEE\Bin\Components\DreamweaverPlugin.jar;C:\Program Files\PhotoDeluxe
    Internal VM (21:54:26):
    2.0\AdobeConnectables\;d:\weblogic\eval\cloudscape\lib\cloudscape.jar"
    Internal VM (21:54:26): weblogic.ejbc -compiler
    d:\VisualCafeEE\java2\bin\javac.exe -classpath
    Internal VM (21:54:26):
    d:\weblogic\lib\weblogic511sp.jar;d:\weblogic\lib\weblogic510sp2.jar;d:\webl
    ogic\lib\weblogic510sp1.jar;d:\weblogic\classes;d:\weblogic\lib\weblogicaux.
    jar;d:\weblogic\lib\persistence\WebLogic_RDBMS.ja
    Internal VM (21:54:26): r;ejbcgen;
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\_BookEnterp
    riseBean.jar -d
    D:\WebGainStudio\Documentation\LibraryExample\BusinessLogic\Book\BookEnterpr
    iseBean.jar
    Internal VM (21:55:04): WebGain Java! JustInTime Compiler Version
    4.00.002(i) for JDK 1.1.x
    Internal VM (21:55:04): Copyright (C) 2000 WebGain, Inc.
    Internal VM (21:55:04):
    Internal VM (21:55:04): . Jar Processing complete
    Internal VM (21:55:04): Deploying JAR...Delivering enterprise bean to
    WebLogic Server
    Internal VM (21:55:07): Unable to move jar to WebLogic ServerWebGain Java!
    JustInTime Compiler Version 4.00.002(i) for JDK 1.1.x
    Internal VM (21:55:07): Copyright (C) 2000 WebGain, Inc.
    Internal VM (21:55:07):
    Internal VM (21:55:07): Usage: DeliverJar serverURL systemPassword
    serverHome jarFileName
    Internal VM (21:55:07):
    Internal VM (21:55:07): Delivery Failed : WebGain Java! JustInTime Compiler
    Version 4.00.002(i) for JDK 1.1.x
    Internal VM (21:55:07): Copyright (C) 2000 WebGain, Inc.
    Internal VM (21:55:07):
    Internal VM (21:55:07): Usage: DeliverJar serverURL systemPassword
    serverHome jarFileName
    Internal VM (21:55:07):
    Internal VM (21:55:07): Cleaning up...Completed.

    Yes I checked it.  As far as I can see I did everything Apple said to do.  I took some screen shot so you can see how the screens are connected and what and where the code is, and what it does when I drag the cancel and done bar buttons to the exit

  • Can not get example to work after following instructions given in "Getting Started with the NI LabVIEW C Generator" guide

    We explored using sbRIO for our project, for different reasons we ended up going with a different embedded solution . We are currently evaluating the LabVIEW C Generator to convert some of the core analysis routines from LabVIEW to C so the team that will be creating the embedded solution don't have to re-implement them from scratch. 
    Before converting our code, I followed the instructions given in the "Getting Started with the NI LabVIEW C Generator" manual to create a static library created inCygwin using GNU Compiler Collection (GCC). 
    I managed to compile the code, but when I type "run GCD.exe" in the Cygwin console, I just see the window flash with no time to see if the result is correct or not. I modified the main.c cde to add a getchar(), but the window still just flashes and now I am left with the GCD process still running and have to kill it using Windows Task Manager.
    Has anyone else got this example to run? I am sure I am missing an obvious setting or step, please help me.
    More details below.
    Thanks,
    Fab
    Here is a video showing the steps I followed 
    If you don't want/can't see the video. Here are some screenshots of what I have done so far:
    GratestCommonDivisor.lvproj C Generation build specs Information:
    C Function prototype definition:
    I copied Makefile located at: C:\Program Files (x86)\National Instruments\LabVIEW 2011\examples\CGenerator\Tutorial\Cygwin
    and replaced both Makefile and Makefile.cygwin in the directory where the C code was generated
    I also copied main.c from the same location and replaced the one generated
    Here is the snapshot of the results after executing "make GCD.exe"
    Then to run it I just type 
    I see a window open and close really quickly and I never see the result. I have tried adding the getchar() line to the main.c file, but still I don't get to see the results.
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion

    Hi Kevin,
    I hope you had a good Thanksgiving. I am attaching a zip file with the LabVIEW project, my build specification and my version of "Greatest Common Divisor.vi", which should be the same as the one that you have that ships with the LabVIEW C Generator, but just in case. I am also attaching a zip file with the C files generated by the LabVIEW C Generator.
    You can also see the video I posted earlier with the steps I followed. I hope you are able to point out where I went wrong. 
    Thanks,
    Fab
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion
    Attachments:
    GreatestCommonDivisor.zip ‏8 KB
    CGen Files.zip ‏71 KB

  • "Tutorial - Getting Started with JSF" does not work

    I tried the "Tutorial - Getting Started with JSF" located on http://www.oracle.com/technology/obe/obe1013jdev/jsfintro/jsfintro.htm#t6, but the last part "Creating a conditional navigation" is not complete.
    There are 2 issues
    1. The return values in the code blocks in step 9 and 11 do not match with the given example code.
    2. In step 12 I am missing the way to bind this message component to returned message from the login.
    Could you please correct the code parts and add the message binding piece?
    Thanks,
    Aard Jan

    I tried the "Tutorial - Getting Started with JSF" located on http://www.oracle.com/technology/obe/obe1013jdev/jsfintro/jsfintro.htm#t6, but the last part "Creating a conditional navigation" is not complete.
    There are 2 issues
    1. The return values in the code blocks in step 9 and 11 do not match with the given example code.
    2. In step 12 I am missing the way to bind this message component to returned message from the login.
    Could you please correct the code parts and add the message binding piece?
    Thanks,
    Aard Jan

  • Problems getting started with LabVIEW FPGA

    Two (probably) related questions:
    1. I am trying to get started with LabVIEW FPGA, and I am having trouble using a host VI to test my FPGA VI. I started with a basic QAM modulator VI, to be run on the FPGA, and I have reached the point where I need to verify the logic and timing with this VI running on the development computer with simulated IO. I have tried various combinations of putting the code inside single-cycle timed loops vs not; putting the modulator block directly into the host VI, and using the "FPGA reference" block. When neither the host VI nor the modulator VI use a single-cycle timed loop, I see correct behavior. In every other case, the output of the VI is either absent or incorrect. I need to use a single-cycle timed loop in the FPGA VI to properly verify timing behavior (as far as I know), so the one functioning case is not enough for me.
    I'm sure there is a key step I'm missing or misunderstanding, but I have not been able to figure it out myself yet. I've attached my modulator diagram as well as two different attempts at host VIs. I can share other information, but I'm not sure what is most relevant.
    2. I am also trying to test a simple wrapper VI for the Xilinx FFT block, and I am having trouble accessing FIFOs inside the host VI. I thought this would be relatively straightforward, but when I tried to change the "method" on an "invoke method" block, there were no options for accessing FIFOs, as I understood there should be. This is a total roadblock for me. These two diagrams are also attached, the test diagram shows the options available to me for the "invoke method" block.
    Labview 2013, PXIe-7965R, PXIe-8133 controller. 
    I had to combine the diagram images; in case they are hard to follow this way, see the individual images here: http://imgur.com/a/oB6OD .
    Thanks in advance for any suggestions.
    Attachments:
    mod_all.png ‏68 KB
    fft_all.png ‏52 KB

    Hello Monguin61
    If you are having problems reading from DMA FIFO's you should test them using a very simple code to understand their behavior. First, you could start taking a look to the linked documents:
    Reading DMA FIFOs from Host VIs (FPGA Interface)
    Using DMA FIFO to Develop High-Speed Data Acquisition Applications for Reconfigurable I/O Devices
    FIFO.Read (Invoke Method)
    Then you could test and analyze a simple example to understand how it works, for example this one: Simple DMA FIFO Example for FPGA.
    Check the references when you are using DMA FIFO's, I noticed you did not connect them in the second picture attached.
    Regards
    Frank R.

  • Help Needed with getting Started With Office 365 Development C# Rest API

    We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
    The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
    But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
    SDK API and/or require window 8 and that is also not an option.
    Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
    Thanks,
    Andrew Day

    Hi,
    >> Instead of SharePoint URLs I would use the O365 API URL?
    Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
    By the way, I think the article
    Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
    >> Why can I not use the SDK API with a class Library?
    Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
    you can reference the SDK manually in your project.
    Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
    to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting started with Java and XML

    Hi,
    Although I am pretty familiar with Java, I am a total newbie with using it to parse XML. I have been reading quite a few tutorials so am getting a good understanding of it and am thinking of using the DOM model for my purposes.
    What I haven't been able to find, however, is how I can actually get started with this. I have tried compiling a few examples and have been getting errors such as:
    xmltest.java package javax.xml.parsers does not exist
    xmltest.java package org.w3c.dom does not existetc etc...
    It looks like these packages don't come with J2SE. Can anyone confirm this? Do I need to download and install the Java Web Services Developer Pack to solve this problem?
    Finally, I know I will need an XML parser but have read that JDK 1.4 has it's own parser (Crimson). Is this adequate for parsing XML files or will I also need a parser such as Xerces?
    Thanks so much for any help!

    Hi DrClap,
    Thanks for the reply. I have JDK 1.4.1_02 installed on my server but the following error keeps coming up when I try to run my example:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/NodeAre there any further packages I need to download in order to run Java with XML? I have read some people install JAXP and XERCES... are these necessary for parsing an XML document or should J2SE 1.4.1 be sufficient?
    Thanks for your help!
    Jill

  • Getting started with swept sine

    Hi,
    I'm a new user of labview. I'd like to do a swept-sine analysis on my test devices to obtain FRF. I've heard about the "getting started with swept sine  "Sound and vibration toolkit"...but how can I use that?Should I install it on labview and read the examples?I want to start from scratch.
    I'd appreciate if anybody helps me out.
    Thanks
    Petar

    Hey Petar,
    You can definitely give the sound and vibration toolkit a try for Swept Sine measurements.
    You can download an evaluation by following this link and selecting the download option.
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/209056
    It will ship with quite a few shipping examples that will hopefully get you started.
    Matt W.
    Applications Engineer
    National Instruments

  • Get Started with Oracle 9i

    I am requesting information on Getting Started with Oracle 9i. Like the information, you have on your website for Get Started with 10g.

    You may find the Oracle by Example module on Oracle9i Database helpful:
    http://www.oracle.com/technology/obe/obe9ir2/index.html
    Regards, OTN

  • Getting started with Easy Enhancement Work Bench EEWB

    Can anyone give me some pointers with regards to how do I get started with using EEWB for SAP CRM 2007. I would appreciate any pointers which help me with very basic elements of EEWB like
    a. Enhancements which are possible using this
    b. How does one go about using this
    c. Any examples where some enhcements have been done using EEBW etc.
    In short quite elementary but with precise infomation
    Thanks...

    For example you can add custom field to business partner:
    1. tcode EEWB
    2. enter your username to Name field
    3. right-click on Project by <your_username> and choose Create Project
    4. enter all required fields
    5. right-click on appeared project and  choose Create Extention
    6. enter fields and the Wisard will start
    You can find more information on http://help.sap.com/saphelp_crm60/helpdata/en/26/5bb9d5a62fdb479f74768a3e7f759c/frameset.htm
    Best regards,
    Artur Litvinov.

  • Getting started with the BC Open Platform

    Hey BC partners,
    Welcome to the BC developer forum!
    To get started, just visit http://developers.businesscatalyst.com/ (username: alpha, password: bcdevdocs) and follow the Getting Started tutorials. This is a dedicated developer documentation site which includes information on how to register and create an app, links to API endpoints, modules and tag references and sample apps.
    Here's what you should do:
    Go to http://developers.businesscatalyst.com/getting-started/ and have a look at the introduction pages
    Sign up as a developer and register your app, by clicking the "Create an App" button on the top right part of the screen: http://developers.businesscatalyst.com/getting-started/register.htmlNOTE: For now, all requests are manually reviewed and approved, it might take a couple of days for your app key to be sent
    You'll receive the app key over email, or further clarifications, if needed.
    While your key is generated, follow these steps to create a "Hello World" sample app on your site: http://developers.businesscatalyst.com/getting-started/building-your-first-app.html#hello_ world
    Once you receive the app key, you can start building your app: http://developers.businesscatalyst.com/getting-started/building-your-first-app.html
    Here's another sample app and instructions on how to use it and understand how it works: http://developers.businesscatalyst.com/samples/meet-the-team-app.html
    Other useful developer resources:
    Customizing the Admin Console menu using an app:  http://developers.businesscatalyst.com/developer-documentation/customize-admin-menu.html
    Get started with the Business Catalyst APIs: http://developers.businesscatalyst.com/developer-documentation/api-reference.html
    API endpoints reference: http://docs.businesscatalyst.com/content/api-endpoints/index.html (username: alpha, password: bcdevdocs)check out the new Authentication, FileSystem and the webapps/webapp items APIs
    The bcapi.js SDK - http://adobebc.github.io/bcapi.js/index.htmland how to use it: http://developers.businesscatalyst.com/developer-documentation/sdk-reference.html
    Best practices when developing apps: http://developers.businesscatalyst.com/developer-documentation/best-practices.html
    Within the next few months our team will continue to develop these features with the help of the Beta Group, and then open the development program to all partners of Business Catalyst.
    We hope that you are just as excited as we are to embark in this new direction for Business Catalyst, and shape the future of the platform.
    If you run into any problems or have any questions, start a new discussion on this forum
    Enjoy,
    The Business Catalyst team
    P.S: Make sure to sign up to receive email notifications from this forum  - by going to http://forums.adobe.com/community/business_catalyst/developer_forum and clicking "Follow this forum" in the Notifications pod on the right side of your screen.

    Hi,
    Although I'm learning I am a complete programming / javascript / json / jquery novice so my apologies in advance if this is a stupid question or i have failed to understand the new restful api functionality which is available under this beta.
    In the past, where a client has had really specific functionality that was not achievable within the BC framework, I have implented an external php application (with the help of a web developer) and simply linked to it via a sub domain. Obviously not ideal.
    My hope is that the new api functionality will open up a range of possibilities that will go some way toward eliminating the need to build extenal applications and simply extend the existing BC framework using the added api functionality.
    One example that i would like to move solely on to BC is the following - http://mylist.grocerwatch.com.au/
    The above is a grocery pricing comparison website whereby the applicaton highlights the cheapest and best value (comparible) products. The application also allows the user to select from the items displayed to create a shopping list showing where to buy the selected products for the best value. The user can also email, print, or save their shopping list.
    My question is for someone who is more farmiliar with the new api and who is perhaps more experienced than me with programming. Would it be possible to create the above solely on BC without sacrificing speed, security, functionality etc?
    Thanks.

  • Where can I find "Getting Started with AppleScript"?

    I googled it. And it doesn't show any links from Apple. I'm trying to learn AppleScript and the Language guide says to go through the Overview first which in turn recommends going through Getting Started with AppleScript.
    I even searched Mac Reference Library but it just doesn't show up!
    Any help?
    Neerav

    No, certainly not. I mean, I don't know any AppleScript, but I can say with certainty that the answer to that question is no.
    Objective-C is a programming language that is an extension of the C language. It is the language that is used to develop applications for Mac and iPhone. Other languages like C++ and Java can be used as well, but Objective-C is the language that Apple really intends for you to use for Mac and iPhone development, since it is heavily integrated with the Cocoa framework (for Mac developemt) and Cocoa Touch framework (for iPhone development). You need to know the C language to learn the Objective-C language, and you need to know the Objective-C language to work with the Cocoa or Cocoa Touch frameworks, but AppleScript is a totally separate and different animal from these things. AppleScript is a scripting language, and although it can technically be used to create applications from what I understand, it is mainly used as a mechanism for controlling applications. For example, you could use AppleScript to tell a certain application to perform a certain task everyday at a certain time. You can use it to create automated workflows and whatnot. I think that's what it's mainly meant for.
    It's worth noting, however, taht there is a development environment called AppleScriptObjC. I don't really know anything about this, except that it allows for AppleScript to be used as the primary programming language.
    I found a lot of this information at [Wikipedia's AppleScript page|http://en.wikipedia.org/wiki/AppleScript], so you might want to consider looking over it real quick -- it might be helpful. Here is the link to [Wikipedia's Objective-C page|http://en.wikipedia.org/wiki/Objective-c] and [Wikipedia's Cocoa page|http://en.wikipedia.org/wiki/Cocoa_%28API%29]. As someone said on these forums, Wikipedia is far from the last word on any subject, but those links might be helpful for you for just getting an idea of what these things are all about.
    Hope that helps some. Please let us know if you have any other questions.

  • Getting Started with Power BI

    Microsoft Power BI helps you stay up to date with the information that matters to you.   With Power BI, dashboards
    help you keep a finger on the pulse of your business.  Your dashboards display
    tiles that you can click to explore further with reports.  Connect to multiple
    datasets to bring all of the relevant data together in one place.
    Want more information on how to get started with Power BI? Read our tutorial here:
    http://support.powerbi.com/knowledgebase/articles/430814-get-started-with-power-bi
    Or
    take a look at our getting started video.

    I haven't started using Power BI yet, but one thing I am finding difficult is getting a definitive list of technology dependencies.  There are now multiple BI components available that use various incarnations of Office / SharePoint and, despite the
    plethora of documentation, it seems to be hard to hard to figure out what bits work together.
    For example I have read both that Office 365 is only a cloud based solution and, elsewhere, that it can be 'on premise'.  If it is on premise, is it the same as Office 2013?
    Does Power Bi work with both?  What version of SHarePoint would the on premise version work with?
    Does anyone know of a single document that presents clearly, which bits work where and with what?

  • Getting started with ePrint (Videos)

    Here are a few videos on getting started with ePrint.   These videos are specific to specific model(s).
    Getting Started with ePrint - HP LaserJet P1606dn
    Getting Started with ePrint - HP Laserjet CP1525
    The printer shown in this video is the HP Laserjet CP1525.
    Getting Started with ePrint - HP Laserjet 1536dnf MFP
    The printer shown in this video is the HP Laserjet 1536dnf.
    Getting Started with ePrint - HP Laserjet P1102w
    The printer shown in this video is the HP Laserjet P1102w.
    Getting Started with ePrint - HP Photosmart Plus e-All-in-One Printer - B210a
    The printer shown is the HP Photosmart Plus e-All-in-One - B210a, but these steps will also work for the B210b and B210c.
    Getting Started with ePrint - HP Officejet 6500a-7500a-8500a (a910a)
    These steps work for the HP Officejet 6500A e-All-in-One -- E710s, E710e, E710n, E710a; HP Officejet 7500A Wide Format e-All-in-One Printer - E910c, E910a; HP Officejet Pro 8500A e-All-in-One Printer - A910a, A910d.
    Getting Started with ePrint - HP Photosmart Premium e-All-in-One Printer - C310a
    The printer shown is the HP Photosmart Premium e-All-in-One Printer - C310a, but the steps will also work for the HP Photosmart Premium e-All-in-One Printer - C310b, and the HP Photosmart Premium e-All-in-One Printer-C310c.
    Getting Started with ePrint - HP Color Laserjet CP1025nw
    The printer shown is the HP Color LaseJet CP1025nw.
    Getting Started with ePrint - HP Photosmart eStation All-in-One Printer - C510a
    These steps will work for the HP Photosmart eStation All-in-One Printer - C510a.
    Getting Started with ePrint - HP Officejet Pro All-in-One 8500a A910n
    These steps will work for the HP Officejet Pro 8500a (a910g, a910n) All-in-One printers.
    Getting Started with HP ePrint - HP Photosmart e-All-in-One Printer (D110a)
    The printer shown is the HP Photosmart D110a, but the steps will also work for the HP Photosmart B110a and K110a.
    9/20/2012 update: 4 new videos
    Getting Started with ePrint - HP Envy 100 e-All-in-One Printer (D410a)
    The model shown is HP Envy 100 e-All-in-One Printer (D410a).
    The steps shown apply to these printers:
    HP Envy 100 e-All-in-One Printer (D410a)
    HP Envy 100 e-All-in-One Printer (D410b)
    HP Envy 100 e-All-in-One Printer (D411a)
    Getting Started with ePrint - HP Deskjet 3050A e-All-in-One Printer (J611a)
    This video shows the HP Deskjet 3050A e-All-in-One Printer (J611a), and also applies to the J611b.
    Getting Started with ePrint - HP Photosmart 5510 e-All-in-One Printer (B111a)
    This video shows the HP Photosmart 5510 e-All-in-One Printer (B111a), but these steps also apply to the B111b, B111g, 5511  B111j, 5512  B111a, 5512 B111e,  5512  B111f, 5514 B111c, 5514 B111d, 5514 B111h, 5515  B111a, 5515 B111h, 5515 B111j,  6510 B211a, 6510 B211b, 6510 B211e,  6512  B211a, 6515 B211a.
    Getting Started with ePrint - HP Envy 110 e-All-in-One Printer (D411a)
    The printer shown in this video is the HP Envy 110 e-All-in-One Printer (D411a), but the steps also apply to the Envy 110 (D411b),  Envy 111 (D411d), and the Envy 114  (D411c).
    I am an HP employee.

    Great topic!!
    I am an HP employee

Maybe you are looking for

  • How do I create lists in reminders on my iPad?

    ?

  • How can I reallocate sales order stock within sales order?

    I have a material that is strategy 50 and produces sales order stock.   A customer placed an order for a quantity to be shipped to a single location.  So the sales order was set up with a single line item and a single ship-to partner.  Just before sh

  • I am not able to open my portable device

    hi recently i have upgraded from windows xp to windows 7 but even then the portable device(pendrive) use to open for some days  but now its not at all opening  the error is that always i get a message  THIS OPERATION HAS BEEN CANCELLED DUE TO RESTRIC

  • Edge sharpening and noise: your settings?

    I am experimenting with edge sharpening. I have a couple of questions. 1. How to lift and stamp JUST the edge sharpening? From the HUD it looks like all the adjustment settings get applied? (Do I need to do anything else but highlight the edge sharpe

  • Reformatting MacBook Pro (early 2011)

    Hi guys, I need help by reformatting my MacBook Pro (early 2011) I want to reformat it, because the last months it became really slow. I've installed and maybe not correctly uninstalled lots of applications and stuff like this... I just wannt to clea