Flex 4.1 sdk application issue

My application consists of 4 modules developed in flex sdk 4.0, has resource bundles (eng and spanish), now we designed 5th module with flex sdk4.1 has eng and spanish resource bundles, when i
compile and run the whole app(5 modules) under unix environment with sdk4.0, every module is loading fine, until the 5th modules loads, when 5th module loads, for the first time spanish language is not
loading, the whole page is blank, when i switch back to english it is loading everything and then clicked spanish it is working fine, every time when i change the viewstack the spanish is not working for the
first time. I debugged the issue, it is not giving any error,
intialize() method is called, creationcomplete is not called for viewstack main component,
i changed all 5 modules to flex sdk4.1  and complied and it runs fine without spanish loading problem.
my question is their any way i can use use sdk4.0 and run the application,
is they any issue of developing one module with sdk4.1 and compling it with 4.0?

thanks for the reply Alex, 
5 modules with sdk 4.1  working fine,
same 5 modules with sdk 4.0, spanish language is not working on the first load. no compilation errors, no run-time issues, but page was blank.
even though in same sdk it is not working please advise...
thanks.

Similar Messages

  • Error while running SDK application in XIR3 environment

    Hi all,
    Thanks for your support provided so far.
    I have developed a SDK application using BOE SDK in BO XI-R2 environment. This application queries the CMC and provides the list of objects, users etc.,
    While running the  application in BO XI-R3 environment, when I invoke the Login button in my application, I'm getting the following Unhandled Exception as
    "Could not load File or Assembly: "CrystalDecisions.Enterprise.Framework.Infostore version=11.5.3300.0, culture =neutral......."
    Am I missing any Dll file to be included along with  the EXE?
    Can anyone help me in this regard?
    Thanks.

    Hello Bhuvan,
    Do you have BusinessObjects Enterprise (BOE) 3.0 or 3.1?  The .NET implementation was not released until BOE 3.1, so .NET applications wouldn't be expected to work against BOE 3.0.
    Assuming that you have BOE 3.1, then you also have to upgrade your application.  An Enterprise .NET application that references the XI R2 (v11.5) assemblies would not be supported for communicating with a BOE 3.1 system.
    On it's face, the error is saying that Enterprise 11.5 (XI R2) assemblies are missing.  The .NET SDK for BOE XIR2 has to be installed from the Enterprise installation CD.  It is not available as a stand alone installer or MSI.  
    Finally, you've made note of trying to include the Enterprise assemblies with an EXE.  BusinessObjects Enterprise is a web based application.  SAP Business Objects does not fully support using the Enterprise .NET SDK in Windows applications.  It may work, but any issues have to be duplicated in a web application before they'll be accepted for a possible fix.  Additionally, since the XIR2 Enterprise .NET SDK is not available in an stand alone MSI it becomes quite difficult to manage deploying the SDK to multiple workstations.
    Sincerely,
    Dan Kelleher

  • ExtensionContext error while creating Native Extension in Flex 3.6 SDK

    I'm creating native extension with Flex 3.6 . Coded native side then created Flex Library Project and then create .ane file. Finally imported .ane file to myFlex Project.
    Here is the problem I had. While I'm debugging app, "1046: Type was not found or was not a compile-time constant: ExtensionContext" error occurs. Attached the Library project .as class .
    Thanks in Advance
    package com.extension.samples
       import flash.events.EventDispatcher;
       import flash.events.IEventDispatcher;
       import flash.external.ExtensionContext;
       public class NetworkConnectionANE extends EventDispatcher
            public var _extContext : ExtensionContext;
            public function NetworkConnectionANE(target:IEventDispatcher=null)
                _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE", null);
                 super(target);
            public function Connect(path:String):int
                 return _extContext.call("nativeFunc", path);
            public function dispose():void
                _extContext.dispose();
    Edit: I tried to use .swc file that created from library project in another Flex Desktop app, but the same error
        Also tried with     _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE","");
    Edit: The problem about Flex SDK, there is no problem in SDK 4.6. Now the question is, How to use Extension in lib project in Flex 3.6 SDK ?

    I'm sure, I use Flex 3.6.0 SDK version. When I want to create a library project in 3.6.0, already I couldn't see  ExtensionContext class in flash.external package. If I create in v4.6, I'm having problem when I start to debug my v3.6 desktop application. Now I want to learn
    Does Flex v3.6.0 support NativeExtension ?
       if Yes ,
    which class is equal to ExtensionContext in v3.6.0
    or How can I import ExtensionContext class to v3.6.0
    Thanks

  • Added flex 4.1 SDK  into Adobe Flex Builder 3 Plug-in on eclipse

    Hi,
    I need a little help
    I Have added flex 4.1 SDK  into  Adobe Flex Builder 3 Plug-in on eclipse.  when I try to compile an  Application  its trowing me an error " File not found:  file:/Users/me/Documents/workspace/project_01/bin-debug/project_01.html"

    Can you be more specific on where it is throwing the error? at run time or compile time?
    oops.. read the compile time later
    if you go into the project root folder in the file system. you will find .
    .actionSriptProperties
    .project
    .flexProperties
    open these fils and see if you can find anything. related to project_01.ht ml file
    Message was edited by: saisri2k2

  • Flex 1.5 sdk

    hi,
    i am a application developer. presently working on a flex
    application for managing business processes. Problem is my client
    who wants it to work across all platforms...even on linux. And flex
    2 needs flash player 9, which has not been released for linux. When
    i started working on this some 1 month back the stable version
    available for download was 1.5. But some one week later it changed
    to flex 2. I had not downloaded the flex 1.5 SDK . So i am stuck
    now without a compiler.
    the client is ready to purchase a license but wants to see a
    prototype first. For that i need a flex 1.5 sdk installation file.
    Can anyone tell me where i can find it? or if any of you nice ppl
    can upload the file i will be eternally grateful.
    thanks a lot
    kaa

    It is interesting that 1.5 seems to be gone from everywhere.
    Perhaps you should call Adobe.
    Tracy

  • Webcam not working in AIR with Flex 4.0 SDK

    Hello everybody,
    I have created an AIR application with the Flex 4.0 SDK which tries to activate a webcam. When I run the application, the webcam signalizes that it has been successfuly activated but unfortunately I do not receive a camera image, nor do I receive an activation or error event from the camera. When I change the application type to "web", everything works just fine.
    According to this thread:http://forums.adobe.com/message/2580536 , you should activate the Flex 3 compatibility mode. Unfortunately, I rely heavily on Flex 4 components which cannot be changed or removed.
    Is there a way to activate the webcam under AIR with Flex 4?
    Best regards,
    Bernd

    I used ditto on Mac. I would make a backup copy of the Flex SDK first.
    Then use ditto to update the SDK with AIR SDK.
    -ted

  • How to configure LCDS 2.5.1 make use of Flex 3.0 SDK?

    Hi,
    I deployed LCDS 2.5.1 version which uses Flex 2.0 by default. Now i want to use Flex 3.0 with this LCDS. How to configure it? I tried to configure by modifying the library path and source path which points to Flex 3.0 SDK library and source path from the following file,
    {WAS_INSTALLED_PATH}\flex_war.ear\flex.war\WEB-INF\flex\flex-config.xml
    But it is not working properly. Can anyone please help me, how to change Flex 3.0 SDK lookup for LCDS 2.5.1?
    Thanks,
    Murali Sankar Muthaiah

    You can download the Flex 3 compiler for J2EE applications and update the <br />compiler with the bits contained in that web application.<br /><br />  http://opensource.adobe.com/wiki/display/flexsdk/Downloads<br /><br />Note that moving forward (LCDS 2.6 - in beta now) the MXML compiler will not <br />come with LCDS at all.  It is now part of the SDK and must be configured <br />'manually' if you want to use it.<br /><br />Probably the better thing to do is to compile your application with <br />FlexBuilder 3 instead of the web tier compiler, you will have much more <br />control over which Flex SDK you are using - plus you get a good IDE!<br /><br />--<br />Tom Jordahl<br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Hi,<br />><br />> I deployed LCDS 2.5.1 version which uses Flex 2.0 by default. Now i want <br />> to use Flex 3.0 with this LCDS. How to configure it? I tried to configure <br />> by modifying the library path and source path which points to Flex 3.0 SDK <br />> library and source path from the following file,<br />><br />> {WAS_INSTALLED_PATH}\flex_war.ear\flex.war\WEB-INF\flex\flex-config.xml<br />><br />> But it is not working properly. Can anyone please help me, how to change <br />> Flex 3.0 SDK lookup for LCDS 2.5.1?<br />><br />> Thanks,<br />> Murali Sankar Muthaiah

  • Error while running SDK application in XIR2 server machine

    Hi all,
    Thanks for your support provided so far.
    I have developed a .NET sdk application to extract the metadata from the XI-R2 universe and report files. I'm able to run the application in my machine. But when I run my tool in the server machine which has XI-R2 installed in it, it throws the following error.
    System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {DCDC6F02-5766-11D0-AF14-00A0C912DCDD} failed due to the following error: 80040154.
    I have referred the Busobj.dll and Designer.Dll in the application to extract metadata. These DLL's are embedded along with the application.
    Am I missing any Dll's? Kindly help me.

    Thanks Ted.
    Yes I looked the CLSID, it refers the Desktop Intelligence Application and the following keys under the CLSID are as follows:
    1. InProcHandler32-- Ole32.dll
    2. Localserver32  -- C:\BusinessObjects\BusinessObjectsEnterprise 11.5\win32_x86 busobj.exe /Automation
    3. ProgID -- BusinessObjects.Application.11
    4. VersionIndependentProgID --BusinessObjects.Application
    Kindly help me.

  • Error while running C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat

    Hello
    I am a flex beginner, when i run the  C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat file the following error is displayed
    Loading Configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\flex-config.xml
    C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\loaderPanel.mxml
    Error :-1
    Please help me to run the bat file, as it will help me to learn flex independently.
    error message is attached as bmp.
    Thanks in advance.

    Hi,
    Take a look at this report: https://bugs.adobe.com/jira/browse/FB-11626 It might be of help.
    With best regards,
    Barna Biro
    Blog: http://blog.wisebisoft.com

  • Does Adobe Flex 4.6 SDK supports multithreading?

    Hi,
    As we are using Adobe Flex 4.6 sdk for our vmware vcenter plug-in development. we need to handle the situations like updating the data in multiple panels and portlets of a dashboard simultaneously.
    So we are thinking to implement this using multithreading concept.
    I am hearing flex doesn't support multi-threading, some workers constructors will give flavor of the multi-threading in flex.
    It will be helpful if you provide some information about
    1. Does Adobe Flex 4.6 SDK supports multithreading? If so how to implement?
    2. How to use Workers in flex and what are the limitations?
    Thanks and Regards,
    Sravan Kumar.

    https://forums.adobe.com/message/4562551

  • Flex 4.5 SDK in Flash Builder 4.0

    I am attempting to use the Flex 4.5 SDK in Flash Builder 4.0, as my company does not yet have FB4.5.  Everything seems ok, however whenever I try to use the <s:ViewNavigatorApplication>  or the <s:View> Flash builder does not seem to recognize them, I am not getting any code hinting. I undersand the design view would not work, but as far as code view, FB should not know the differnece.  Does anyone know why they might not be showing up in FB 4.0. I can't seem to find anything on the net about it.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • Flex RIA (Rich Internet Application)  how to make the deploy  at Netweaver?

    Hello:
    I'm working with Flex RIA (Rich Internet Application) and I want make them run at NetWeaver WAS. As VC works with this technology I understand that the WAS is a Flex server. I want to know how to deploy them at the server.
    Thanks a lot for the time on this thread!.
    RLS

    Hi Eddy thanks for answer.
    Yes, I've read that document before posting but it's getting hard to find the directories to the ide (Flex Builder) make the deploy.
    I'm testing RIAs without VC, I want to know if someone have test it and the app's complexity (access R/3, database, get user log on portal, etc).
    Have you tried it?.
    Thanks a lot for the answer.
    RLS

  • [svn:cairngorm3:] 16817: Migration to Flex 4.1 SDK.

    Revision: 16817
    Revision: 16817
    Author:   [email protected]
    Date:     2010-07-05 14:05:28 -0700 (Mon, 05 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/libraries/ContractTest/.actionScriptProperties
    Added Paths:
        cairngorm3/trunk/libraries/ContractTest/html-template/history/
        cairngorm3/trunk/libraries/ContractTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ContractTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ContractTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ContractTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ContractTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ContractTest/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.css
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/historyFrame.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/index.template.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/html-template/swfobject.js

    What kinds of errors are you getting?

  • [svn:cairngorm3:] 16813: Migration to Flex 4.1 SDK.

    Revision: 16813
    Revision: 16813
    Author:   [email protected]
    Date:     2010-07-04 09:57:32 -0700 (Sun, 04 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml
        cairngorm3/trunk/libraries/Contract/.actionScriptProperties
        cairngorm3/trunk/libraries/Integration/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.flexLibProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/history.css
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/IntegrationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/IntegrationTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationParsleyTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/NavigationSpringAS/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringAS/pom.xml
        cairngorm3/trunk/libraries/NavigationSpringASTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/history.css
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/history.js
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/NavigationSwiz/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/history.css
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/history.js
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Observer/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.flexLibProperties
        cairngorm3/trunk/libraries/ObserverTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/index.template.html
        cairngorm3/trunk/libraries/Persistence/.actionScriptProperties
        cairngorm3/trunk/libraries/Persistence/.settings/org.eclipse.core.resources.prefs
        cairngorm3/trunk/libraries/PersistenceTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.flexLibProperties
        cairngorm3/trunk/libraries/PopupParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupParsley/.flexLibProperties
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.css
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.js
        cairngorm3/trunk/libraries/PopupTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/PopupTest/html-template/index.template.html
        cairngorm3/trunk/libraries/PopupTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Task/.actionScriptProperties
        cairngorm3/trunk/libraries/Task/.flexLibProperties
        cairngorm3/trunk/libraries/TaskTest/.actionScriptProperties
        cairngorm3/trunk/libraries/TaskTest/html-template/index.template.html
        cairngorm3/trunk/libraries/Validation/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.flexLibProperties
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/.flexProperties
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor yFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/index.template .html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/swfobject.js
    Added Paths:
        cairngorm3/trunk/libraries/ObserverTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/TaskTest/html-template/history/
        cairngorm3/trunk/libraries/TaskTest/html-template/history/history.css
        cairngorm3/trunk/libraries/TaskTest/html-template/history/history.js
        cairngorm3/trunk/libraries/TaskTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/TaskTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/TaskTest/html-template/swfobject.js
    Removed Paths:
        cairngorm3/trunk/libraries/ContractTest/html-template/history/
        cairngorm3/trunk/libraries/ContractTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ContractTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ContractTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/
        cairngorm3/trunk/samples/insync/insync-basic/html-template/index.template.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/index.temp late.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/playerProd uctInstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/swfobject. js

    What kinds of errors are you getting?

  • [svn:cairngorm3:] 16814: Migration to Flex 4.1 SDK.

    Revision: 16814
    Revision: 16814
    Author:   [email protected]
    Date:     2010-07-04 09:59:11 -0700 (Sun, 04 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ModuleTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ModuleTest/html-template/swfobject.js

    What kinds of errors are you getting?

Maybe you are looking for

  • How to get list of folders containing documents of certain type?

    Hello, I need to perform iFS search which returns list of folders containing documents of certain custom document class. What is the best way of doing it? I tried to build search clause in the following manner: JoinQualification jq = new JoinQualific

  • Chinese Character Printing in Smartform (Different Question)

    Hi all, Can anyone explain to me further the OSS Note 776507 that Anji Reddy Vangala recently posted?  It involves the preview and printing of different character sets.  Currently I've managed to preview my form correctly, but it still prints out #'s

  • Will there be an update that supports iOS 4.2.1?

    I have an iPod touch 2nd generation (not jailbroken), and I was curious as to if there will be an update for GarageBand that will support iOS 4.2.1, because I am a music maker, and plus I already bought GarageBand before discovering it doesn't work,

  • Time machine: need to use an now unsuported program.

    Hi!      My dad just updated my Mac book Pro to Lion. In doing so, made a program he uses called Palm Desktop incompatible, and he needs some files from it. I believe he regularly backed up with Time Machine. My question is this: is it possible for h

  • Flash redraw problem in IE

    Hello, I'm using Windows 2000, developing with Flash MX 2004, testing on Firefox 1.5.0.8 and Internet Explorer 6.0 SP1. I have an html page with multiple flash objects, embedded using SWFObject. In Internet Explorer, when I refresh the page or naviga