Errors compiling AS3 code - seeking advice please

Hi,
I am trying to run this AS code from wonderfl.net:
http://wonderfl.net/c/9Lit/
I have downloaded the right files to ensure this works:
import net.wonderfl.utils.FontLoader;
import com.bit101.components.*;
But when I compile the code in an AS3 project in Flash CS4, I get a tonne of errors shown in the image below.
I can't find much info on the wonderfl site, and the author is japanese, and I can't get through to his site to ask for advice.
Might the errors be because the code is for Flash Player 11?
I'm really keen to work on this code, but have hit a big brick wall.
Any help much appreciated.
Thanks

Hi,
The code creates the effect shown here:
http://wonderfl.net/c/9Lit/
It doesn't do anything "useful" - it's just a nice effect, where it loops through the letters in some text and generates a pretty swirly pattern for each one.
On the page above, click on the play button in the right-hand window, and that will run the SWF that is generated by the AS on the left hand side.
I guess it means that the AS on the left hand side isn't actually correct, since when running it in flash, it doesn't work.
I zipped up the source files I used when working on the code in case you want a peek:
http://jimpix.co.uk/typography.zip
Thanks

Similar Messages

  • HT201210 -1 error , driving me mad, any advice please?

    hi, i have done all the steps i hae been told to do and still unable to get the phone working, any advice please?

    Found This: 
    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.
    It seems you might need to get it replaced....

  • Compiling AS3 code to an an exe in Flash

    Hi all,
    I appologize in advance if this is an easy question, but I
    can't find the information I need. I'm a new Actionscript user.
    I'm writing an AS3 game in Flash Developer and I have Flash
    CS4 as well. I like the editor in Flash Developer better, so that's
    why I'm going that route.
    Anyway, the program compiles into a SWF fine in Flash Develop
    and I'm not using CS4 at all. However I will need to eventually be
    able to make a PC executable and a Mac executable at a future date.
    Can someone tell me what the process would be? Any advice if
    any of you have done a similar thing?
    One thing I tried last night was creating a new project in
    Flash and linking my main class to that project. It gave me an
    error about using:
    import mx.controls.Button;
    I tried changing it to
    import fl.controls.Button;
    but that had the same problem.
    Am I on the right track here?
    Any help is appreciated.

    Did you create a Flash project or a Flex project?
    The mx.controls package is from a Flex project. To use
    fl.controls in a Flash project, you should first pull a Button
    component into the fla from the components panel. That will create
    the library item necessary to export that class.
    Also, you could try playing your working SWF in the flash
    debug player. Then from the file menu, choose "create projector" to
    create an exe.

  • Help me find syntax error in AS3 code to chain FLV videos.

    I posted a how to do this a couple of weeks back & someone was kind enough to offer this advice to an AS newbie...
    "you should create a fla, drag an flvplayback component to the stage, create an array of your flvs, initialize an index at zero, assign the flv to start playing your first flv and increment the index in a function that executes when an flv complete and play that array element until all are played.  you'll publish your html and swf from that fla." 
    And he gave me a code sample which is below... modified to show my "instance" name as FlvChain
    and my flv file names... vid1.flv, vid2.flv, and vid3.flv...
    My code...
    import fl.video.VideoEvent;
    var flvA:Array=["vid1.flv","vid2.flv","vid3.flv"];
    var index:uint=0;
    FlvChain.source=flvA[index];
    FlvChain.addEventListener(VideoEvent.COMPLETE,completeF){
    index++;
    if(index<flvA.length){
    FlvChain.source=flvA[index];
    } else {
    // all flvs played
    When I attempt to Debug I get this message...
    "1087: Syntax error: extra characters found after end of program."
    I'm sure I made a silly error. I've never done AS before I'm running CS3 & AS3 on a PC with XP Pro.
    Thanks for any help.

    use:
    import fl.video.VideoEvent;
    var flvA:Array=["vid1.flv","vid2.flv","vid3.flv"];
    var index:uint=0;
    FlvChain.source=flvA[index];
    FlvChain.addEventListener(VideoEvent.COMPLETE,completeF);
    function completeF(e:VideoEvent)
    index++;
    if(index<flvA.length){
    FlvChain.source=flvA[index];
    } else {
    // all flvs played

  • Error compiling this code

    Could you tell me what i'm doing wrong with this code? I posted earlier for inputting char into a variable, but the post just got too long.
    I've tried below with code, but I can't get it right. Can you help me..?
    import java.io.*;
    public class Goals {
    public static void main (String args[]) {
    System.out.println("Enter time and tide:");
    InputStreamReader reader = new InputStreamReader (System.in);
    char ch = reader.read(char); // trying to read character from keyboard
    System.out.println("the character" +ch);
    This is my error here:
    Goals.java:13: '.class' expec
    char ch = reader.read(char);
    ^
    Goals.java:13: ')' expected
    char ch = reader.read(char);
    ^
    thank you...
    yash

    The read method that you want to use does not accept any argument, so the syntax you want is char ch = reader.read();
    The first error is caused because the compiler is not expecting to see the reserved word "char" at that point. It knows that the only way the code would be valid is that char was followed by .class, so it suggests it. The second error seems to be a ripple effect of the first one and gets fixed when you fix the first one.
    Once you fix that error you get another, warning you about loss of precision. This is because the read() method returns an int and you are trying to assign an int in a char, while it's well known that there are plenty of integer values that don't fit in a char. Why does Reader.read() return an int instead of char? Because it needs a way to signal the end of the stream. In a normal case the read method returns the character that was read, but -1 if the end of the stream has been reached.
    One way to fix this would be casting the int value to char, which erroneously interpretes the end of the stream as a char too:
    char ch = (char) reader.read();

  • Pro 2011 getting error message and freeze? Advice please

    I have a 15" macbook pro 2011. First I want to say that this is the 2nd one, the first one froze 7 times in the first 7 days I owned it and I made a appt to have it looked at and they replaced it. Now this one which is about 2 weeks old has done the same freeze 3 times in the last 2 days. All I am doing while its happening is looking online and maybe have itunes open or iphoto but not useing. Should I just try to get this replaced? Its annoying loosing info you have open especially since I have a ebay store in which I need to use everyday.
    Here is a pic of the error im getting to be exact, I cant do anything when it pops up not even move the mouse, forced to hold down power button.
    Thanks
    http://farm6.static.flickr.com/5268/5596058173_65195a2268.jpg

    thanks again, I followed where it said to go but the folder "DiagnosticReports" doesnt exist, I have "crashreporter"(which only has info from my iphone) and "devicelink" which had this info on it when I clicked on the link inside the folder-
    2011-04-05 14:02:49.435|MDCrashReportTool|466:1894411424|CrashReportCopierAFC.m:-[CrashRep ortCopierAFC copyRemotePath:toLocalDirectory:preserveDirectoryStructure:localPathOut:usingCo nnection:]| ERROR: AFCFileRefOpen on ./BTServer2011-02-07-213329iPhone.plist failed
    2011-04-05 14:04:28.301|MDCrashReportTool|469:1894411424|CrashReportCopierAFC.m:-[CrashRep ortCopierAFC copyRemotePath:toLocalDirectory:preserveDirectoryStructure:localPathOut:usingCo nnection:]| ERROR: AFCFileRefOpen on ./BTServer2011-02-07-213329iPhone.plist failed
    2011-04-05 14:06:45.024|MDCrashReportTool|472:1894411424|CrashReportCopierAFC.m:-[CrashRep ortCopierAFC copyRemotePath:toLocalDirectory:preserveDirectoryStructure:localPathOut:usingCo nnection:]| ERROR: AFCFileRefOpen on ./BTServer2011-02-07-213329iPhone.plist failed
    Seems related to the iphone as well? I also found this-
    Interval Since Last Panic Report: 35452 sec
    Panics Since Last Report: 1
    Anonymous UUID: E6936480-1CF0-4E93-BCB8-DA0F3FE63992
    Tue Apr 5 21:35:36 2011
    panic(cpu 6 caller 0xffffff80002d11f4): Kernel trap at 0xffffff7f811c41f6, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000117e63000, CR3: 0x0000000075f05000, CR4: 0x0000000000040660
    RAX: 0xffffff7f811c4386, RBX: 0xffffff800f62f280, RCX: 0xffffff805b43b000, RDX: 0xffffff805f383710
    RSP: 0xffffff805f3836f0, RBP: 0xffffff805f3837a0, RSI: 0xffffff800ee7f200, RDI: 0x89482850ffdb31e7
    R8: 0x000000000000004e, R9: 0x0000000000000000, R10: 0x00000000000000ac, R11: 0xffffff80004f4e7e
    R12: 0xffffff7f811c2f3e, R13: 0xffffff7f811c433e, R14: 0xffffff805b43b000, R15: 0xffffff805f38388c
    RFL: 0x0000000000010246, RIP: 0xffffff7f811c41f6, CS: 0x0000000000000008, SS: 0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 6), Frame : Return Address
    0xffffff805f383390 : 0xffffff8000204d15
    0xffffff805f383490 : 0xffffff80002d11f4
    0xffffff805f3835e0 : 0xffffff80002e3f1a
    0xffffff805f3835f0 : 0xffffff7f811c41f6
    0xffffff805f3837a0 : 0xffffff7f811c450c
    0xffffff805f3837c0 : 0xffffff7f80b3a72d
    0xffffff805f383800 : 0xffffff800053c6cd
    0xffffff805f383850 : 0xffffff7f80b39b82
    0xffffff805f383870 : 0xffffff7f80b3a083
    0xffffff805f3838b0 : 0xffffff7f80b3a1ec
    0xffffff805f3838e0 : 0xffffff800032cb2a
    0xffffff805f3839b0 : 0xffffff8000360d2f
    0xffffff805f383c00 : 0xffffff8000367bc4
    0xffffff805f383cc0 : 0xffffff80003695e8
    0xffffff805f383e20 : 0xffffff80004ac39e
    0xffffff805f383e70 : 0xffffff80004b3ca6
    0xffffff805f383f40 : 0xffffff80004e8118
    0xffffff805f383fa0 : 0xffffff80002e4834
    Kernel Extensions in backtrace (with dependencies):
    com.apple.driver.AppleUSBEthernetHost(2.1.1)@0xffffff7f811c2000->0xffffff7f811c 7fff
    dependency: com.apple.iokit.IONetworkingFamily(1.10)@0xffffff7f80b2b000
    dependency: com.apple.iokit.IOUSBFamily(4.2.0)@0xffffff7f8104d000
    com.apple.iokit.IONetworkingFamily(1.10)@0xffffff7f80b2b000->0xffffff7f80b44fff
    BSD process name corresponding to current thread: Safari
    Mac OS version:
    10J3250
    Kernel version:
    Darwin Kernel Version 10.7.3: Sun Mar 6 13:37:56 PST 2011; root:xnu-1504.14.2~1/RELEASEX8664
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 26662455215182
    unloaded kexts:
    com.apple.filesystems.msdosfs 1.6.3 (addr 0xffffff7f813d8000, size 0x49152) - last unloaded 14839533005896
    loaded kexts:
    com.apple.driver.AppleUSBEthernetHost 2.1.1 - last loaded 16646478228544
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AGPM 100.12.31
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleHDA 2.0.2f10
    com.apple.driver.AppleMikeyDriver 2.0.2f10
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AudioAUUC 1.54
    com.apple.kext.ATIFramebuffer 6.3.2
    com.apple.driver.AppleIntelHDGraphics 6.3.2
    com.apple.driver.SMCMotionSensor 3.0.1d2
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.ACPISMCPlatformPlugin 4.6.0d12
    com.apple.driver.AppleLPC 1.5.1
    com.apple.driver.AppleGraphicsControl 2.10.5
    com.apple.ATIRadeonX3000 6.3.2
    com.apple.kext.AppleSMCLMU 1.5.2d6
    com.apple.driver.AppleIntelSNBGraphicsFB 6.3.2
    com.apple.driver.AppleUSBTCButtons 201.2
    com.apple.driver.AppleUSBTCKeyboard 201.2
    com.apple.driver.AppleIRController 303.8
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.SCSITaskUserClient 2.6.6
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleUSBHub 4.2.0
    com.apple.driver.AppleFWOHCI 4.7.3
    com.apple.driver.AirPort.Brcm4331 429.10.2
    com.apple.driver.AppleSDXC 1.0.2
    com.apple.iokit.AppleBCM5701Ethernet 3.0.2b8
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleAHCIPort 2.1.6
    com.apple.driver.AppleUSBEHCI 4.2.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleACPIButtons 1.3.6
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSMBIOS 1.7
    com.apple.driver.AppleACPIEC 1.3.6
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 142.4.1
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 142.4.1
    com.apple.driver.AppleThunderboltDPOutAdapter 1.1.1
    com.apple.driver.AppleThunderboltDPInAdapter 1.1.1
    com.apple.driver.AppleThunderboltDPAdapterFamily 1.1.1
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.0.5
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.DspFuncLib 2.0.2f10
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.10d0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.driver.AppleThunderboltNHI 1.1.9
    com.apple.iokit.IOThunderboltFamily 1.2.2
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.4.4f2
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.8.3fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 2.0.2f10
    com.apple.iokit.IOHDAFamily 2.0.2f10
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.IOPlatformPluginFamily 4.6.0d12
    com.apple.driver.AppleSMBusPCI 1.0.10d0
    com.apple.driver.AppleBacklightExpert 1.0.1
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.driver.AppleSMC 3.1.0d5
    com.apple.kext.ATI6000Controller 6.3.2
    com.apple.kext.ATISupport 6.3.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.4.4f2
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.4f2
    com.apple.iokit.IOBluetoothFamily 2.4.4f2
    com.apple.driver.AppleUSBMultitouch 207.5
    com.apple.iokit.IOUSBHIDDriver 4.2.0
    com.apple.driver.AppleUSBMergeNub 4.2.0
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.6
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6.1
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.6
    com.apple.iokit.IOUSBUserClient 4.2.0
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IO80211Family 320.1
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.IOAHCIFamily 2.0.5
    com.apple.iokit.IOUSBFamily 4.2.0
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.6
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.3
    com.apple.driver.AppleACPIPlatform 1.3.6
    com.apple.iokit.IOPCIFamily 2.6.2
    com.apple.iokit.IOACPIFamily 1.3.0
    System Profile:
    Model: MacBookPro8,2, BootROM MBP81.0047.B04, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f1
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.10.2)
    Bluetooth: Version 2.4.4f2, 2 service, 12 devices, 1 incoming serial ports
    Network Service: iPhone USB, Ethernet, en2
    Serial ATA Device: TOSHIBA MK5065GSXF, 465.76 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: HL-2240 series, 0x04f9 (Brother International Corporation), 0x0045, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd110000 / 3
    Sorry if this is not what your looking for.... I made a appt with the Apple Genius Bar also so maybe they can look at it also for me. Thanks for all your help and I hope its something easy, I want to like Apple products lol.

  • Linker error: Compiling C++ code on linux platform with 64 bit oracle lib

    uname -a : Linux pnl36a-4203 2.6.5-7.308.PTF.352368.0-smp #1 SMP Mon Dec 10 11:36:40 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
    /app/devtools/gcc-4.2.3-64/bin/g++ -L/home/john/sdc/lib/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64 -L/home/john/oracle/lib -L/app/gcc-3.3.4/lib -L/app/gcc-3.2.3/lib -ldl -lpthread -lnsl -lrt -lstdc++ -lvs -lclntsh -L/home/cdev/pkgs/oas/Linux64/oaslinux64_2_4_05_03/lib -loas Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/db.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/owl.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/queue.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/log.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/titan.o -o /home/amehta17/sdc/bin/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64/titan
    /usr/bin/ld: warning: libnnz10.so, needed by /home/john/oracle/lib/libclntsh.so, not found (try using -rpath or -rpath-link)
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_ServiceWriteQueue'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzosCipherSpecToStr'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_setCRLPath'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzteOpenPersona'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzdsi_initialize'
    All these symbols are not defined in libclntsh.so and also does not exist in libnnz10.so.
    Heading 5:h5
    I checked 32bit version of libnnz10.so has all above undefined symbols. This looks really weird to me why 64 bit version of libnnz10.so doesn't define these symbols.
    Let me know if you have any idea.

    Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
    Could you give some insights into this ?
    Error messages:
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    ------------------------------------------------------------------------------------------------------------------------------

  • Error in T-Code: F.5E

    Dear all,
    I am getting the following errors while executing T-Code: F.5E
    01. No postings can be created for company code 4000
    02. Errors occur when determining adjustment accounts
    03. Correct the error
    04. Run report SAPF180K
    and i didn't get any error in T-Code: F.5D
    Please help me in this.
    Regards
    JS

    Dear,
    Try to use transaction F.5G -> Redetermine Adjustment Accounts for Balance Sheet Selection.
    This report will display what is wrong with your account determination.
    If you have any problems with account determination go to transaction FBKP > Automatic Posting > Financial statement readjustment.
    I hope It helps you.
    Att.
    Cássio Moreira

  • Seeking advice ABAP With BW

    Hi Friends/Professional,
    I am working as ABAP Consultant, i would like to learn new technology in sap, i am seeking advice please help me.
    As a abaper shall i select BW or XI or ABAP HR
    which is best acording to industry india/us market.
    i am not interested in coding, please advice,
    few friends giving advice BW.
    shall i go BW or any other module.
    please give advice asap.
    Thanks in advance
    Manisha

    Hi,
    If ur good at ABAP, learn BI/BW, it is the best combination to prefer. Usaully ABAP''ers learn BW very fast( seen this practically). so go ahead & learn BI/BW.
    The  BI BOOKs /Material's which is provided bySAP:
    TBW10 (BI – Enterprise Data Warehousing)
    TBW20 (BI – Reporting & Query Design)
    TBW41 (BI – Extraction with UDI & XI and APD)
    TBW42 (BI – Advanced Enterprise Data Warehousing & Reporting)
    TBW45 (BI – Integrated Planning
    For syllabus details....check the following link...
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA2C3943DE02E599735DB9B4334B30B38FF20A1DC779D8F55E5F7A6893BDBFA38B94CF455E2A3E0E6851014966C90C80E173937CF7C2372A6FC%7cDA891B3C877030D9765B85CAE6AC82FC3EB6BC7DA10B7335
    Hope this helps,
    regards
    CSM Reddy

  • URGENT: Please Help (error in flash code)

    I have a major deadline tomorrow and a problem has arisen. If anyone can take a look at my file and help me it would be greatly appreciated
    I was converting artwork to components and assigning interactions. When I went to run the project, it gave me the following error: "Flash Catalyst cannot run the project because of an error in the code. To find the error, switch to the code workspace and look in the Problems Panel."
    The error message read, specifically, "identifier 'group6' used more than once."
    I wasn't confident enough to start tweaking the code, so I just deleted the interactions and converted the components back to artwork hoping to reverse the problem.
    It didn't work.
    Unfortunately, I was saving more often than I was "compiling" because FC has been crashing on me with this particular file. As a result, I was saving a file that wouldn't compile and can no longer go back.
    HELP! I WILL EMAIL YOU MY FILE!
    I think I figured out the problem. I opened up an older file and began the painful process of recreating my work. I reverted a component called "Option Button" to artwork and when I compiled, I got the same error: "identifier 'group6' used more than once" and "identifier 'group7' used more than once." Is this happening when I convert a component back to artwork and it makes mistakes identifying/naming its parts??
    I tried reconverting the artwork to a component, thinking that might solve the problem, but it didn't...

    Hi Sponce,
    This is a bug in FC: FC has assigned two different objects to be called "group6". Please email me the file so I can make sure we have this bug filed. To work around  it, you just need to figure out which objects have the ID "group6" and delete one of them. This is pretty straightforward: in the problems panel, the errors will have a line #. Find that line # in the file - that tells you where the error is in the code. Now you need to figure out which object that is. You might be able to do this by looking at what it has inside it: if it's a  tags inside it, well, then, it's the group with 3 rects. Otherwise, you can do it by position in the file: the code is in reverse z-order, so the last thing in the code is the topmost thing in the layers panel.
    -Adam

  • [svn:osmf:] 13314: Fix compile error in logging code.

    Revision: 13314
    Revision: 13314
    Author:   [email protected]
    Date:     2010-01-06 13:46:17 -0800 (Wed, 06 Jan 2010)
    Log Message:
    Fix compile error in logging code.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetNegotiator.as

    Hi,
    Can you please make sure you have Flex 3.2 or higher SDK and then target to Flash Player 10. I have this working on my system and yes, i got the same error when my SDK was below 3.2 and not targeted to Flash Player 10.
    Hope this helps.

  • My compouter (PC) no longer recognizes my ipod (4th gen), it "sees" an unknowndevice and gives me error code 43.  Please help.

    My compouter (PC) no longer recognizes my ipod (4th gen), it "sees" an unknowndevice and gives me error code 43.  Please help.

    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • The document could not be saved. The server said: "The operation failed because an unexpected error occurred. (Result code 0×80020005)" Please ensure you have completed all required properties with the correct information and try again.

    I am having problems  saving documents back to SharePoint when any of the document properties (metadata columns) are set to be "managed metadata". The check-in/save fails with error:
    The document could not be saved. The server said:
    “The operation failed because an unexpected error occurred. (Result code 0×80020005)”
    Please ensure you have completed all required properties with the correct information and try again.
    I have seen similar threads that suggest this is a known issue with this version of Acrobat but I would like conformation from Adobe that this is a known issue and whether it is fixed in a newer version?
    Adobe Acrobat version 10.1.13
    SharePoint 2010

    Hi quodd,,
    We are sorry for the issue being faced by you. I need some information from you so that I take further steps:
    1. Which Adobe product are you using Acrobat or Adobe reader- what is the complete version?
    2. How are you opening and saving the PDF, the exact workflow?
         Are you doing it from within Adobe Reader/Acrobat application or opening it from browser, doing changes and saving it using browser itself.
    3. Can you try to save a PDF to library with Custom template and managed metadata columns using browser directly.
    4. Please verify that columns name do not contain spaces or some other special characters.
       Can you try to save PDF to library with Custom template and just a single managed metadata column  with a simple name
    Thanks,
    Nikhil Gupta

  • I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I am sorry Erickkasner but there is no longer direct support provided for Creative Suite 5.5 installation issues.
    You are welcome to post any specific errors you are able to discover within your installation log to this discussion.  Since you are using Windows then Exit Code 15 could mean one of the following:
    Installer database is corrupted
    Update pending to your operating system
    Improper permissions set for the Media.db
    The installation log file should provide additional insight into the exact error you are experiencing.  Please make sure to use the find command to look for the words 'ERROR' and 'FATAL' to locate the relevant error messages.

  • I need help, i can't download free applications in App store. they answer me "your request cannot be processed Error code:1009". and after they said "we could not complete your request. There was an error in the App Store. Please try again later (nul

    i need help, i can't download free applications in App store. they answer me "your request cannot be processed Error code:1009".
    and after they said "we could not complete your request. There was an error in the App Store. Please try again later (null)".
    COMPUTER DETAILS: MacBook Pro 13-inch, Mid 2012 OS X Version 10.9.5; Processor 2,5GHz Intel Core i5; Memory 4 Go 1600 MHz DDR3.
    Thanks beforehand!!!

    Error
    what is error code 1009?

Maybe you are looking for

  • Work manager using thread.sleep or delay doesn't work

    Hi all, I used Spring framework and oracle weblogic 10.3 as a container. I used workmanager for manage my thread, I already made one thread that managed by workmanager. Fortunately spring provide the delegation class for using workmanager, so I just

  • Does a person need Adobe Reader in order to use a fillable PDF form?

    I have created a fillable form using Acrobat XI and I find that some persons are unable to use it  while others are.  Does a person need Adobe Reader to use the fillable  form?  If so, how easy is it to download? Thank you

  • GR output

    All, For PO output type , we can create new one (eg ZNEU ) and assign to new document type . But for GR , if I need print out based on company code, each company is having different format , then if I am creating new output type and maintaining condi

  • Emailing Photos Hangs at "Resizing" in Apple Mail

    I noticed this morning that, if I try to email a group of photos from Aperture (using Share --> Email) with Apple Mail as my email client, Mail will hang and show "Resizing ####.jpg" in the status bar (with ### representing the file name).  If I mail

  • Tools to edit the OCR?

    I just got out of the RAC class and am wondering if there are tools to modify the OCR? The course book says, in passing, that one can use C libraries but offers no details. Is there a common tool? One can dump the OCR into an xml file; it would be ni