Migration Issue from flex 3.5 to 4.5

Hi All,
While Migrating from 3.5 to 4.5 I am getting following UNKWON Error.
Declaration of style 'direction' conflicts with previous declaration in C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls:TextInput).        TemplateAIR    Unknown    Flex Problem
I have replaced all  mx:TextInputs with <s:TextInput> still the error exists.
Please provide a solution. And Root cause for this problem.

Did you create a new project or just update the framework? If the later, you may want to consider creating a fresh project from scratch. Also, make sure you have the correct theme selected, and all dependencies have been compiled against the update framework before trying to use them.

Similar Messages

  • Migration Issues from Informix to Oracle (datetime format)

    Hello, i am performing a Migration from Informix to Oracle, drive by Migration Workbench, i have an error migrating data from datetime and date fields. I suppose its related by datetime and date format, cause the error tells "Incorrect day or month" when i am migrating data from informix. Targets Oracle database date format is DD/MM/YYYY and source`s Informix database date format like MM/DD/YYYY. Is there any way, in OMW, to specify the mask of datetime or date format to convert date strings from informix to oracle format? Or have i got migrate offline and modify control file to do that with sql*loader?
    How can i do that?
    Example, especify to_date('....', 'MM/DD/YYYY H24:MI:SS') format for migrating informix datetime fields to Oracle.

    The problem i have is, several tables witch contains date and datetime fields, at the same table in informix, by migrating drive by omwb to oracle, the date format i receive from informix at reading is DD/MM/YYYY and datetime format receiving is HH24:MI:SS. Migrating date and datetime types from informix to date, both types to date in oracle, i get an error while matching DD = HH24, MM = MI and YYYY = SS where nls_date_format is DD/MM/YYYY and, the same error matching HH24 = DD, MI = MM and SS = YYYY when nls_date_format is HH24:MI:SS.
    If i set nls_date_format as "DD/MM/YYYY HH24:MI:SS" i get the same error, cause reading data from informix results in data format "DD/MM/YYYY" for date fields and "HH24:MI:SS" for datetime fields.
    I have more than 200 tables in informix with this problem to migrate to oracle, i can solve by migrating offline, modifying datacontrol file to casting to_date format, but over 200 tables, 200 datacontrol files... is there any way for solving that by online migration in omwb?

  • Migration Issue from 11.1.1.4 to 11.1.2.

    Hi All,
    We developed our app using JDev 11.1.1.4 and now we have migrated our code to 11.1.2. Now we are facing the following issue.
    We are showing some information messages using FacesContext.addMessage(), as shown below:
    FacesContext fctx = FacesContext.getCurrentInstance();
    FacesMessage message = new FacesMessage("For the current selection criteria, the estimated row count is " + estRowCount + ". We recommend to export data to excel for row count greater that 150.");
    fctx.addMessage(null, message);
    Earlier, the popup used to be just big enough to show the message content.
    Now in 11.1.2, the popup is coming up bigger in size, and we dont want it.
    Is there any configuration where we can control its size and variations?
    Thanks,
    Lalit.

    I am seeing some changes in popup behavior in 11.1.2 from earlier release.
    Earlier, in 11.1.1.4, when we use showpopupbehavior to render popups, we set the Resize property to ON for panelWindow tag dropped on popup, as earlier they were not stretched based on the content.
    Now, the popups are stretched automatically based on the contents rendered in them so we reset the resize property on OFF for panelWindow tags. Otherwise, scrollbars appear in popups where Resize is on and content is more than default popup size. This is first change I observed and after setting Resize to off, we are ok.
    However, second issue is more serious where when we are rendering information popups programatically by adding messages to facesContext. The popup size in this case has increased by default.
    Earlier they used to come just big enough to render the content.
    Now, by default their size is bigger and fixed, and I don't know how to configure its size.

  • New Mac!  Migrating issue from Tiger to Snow Leopard

    I recently bought a new MacBook Pro 15" before I relocated overseas (because I couldn't live without a Mac while I waited for my iMac to be shipped abroad).
    During the initial set-up, I used the migration assistant to transfer everything from my iMac (running 10.4) to the MacBook Pro (running 10.6). As expected, the transfer worked perfectly!
    Actually, it worked a bit too perfectly because the MacBook Pro now seems to think it is called 'Geoffrey Sharpe's iMac G5'. To make matters worse, I am not yet able to connect to the internet from my apartment so I am writing this from the PC at work.
    Is there an account setting somewhere that I will need to change?

    Geoff, how did you go about the migration? Did you simply connect the two Macs, open the MBP and follow the initial prompts to 'Migrate From Another Mac'?
    Or did you use the Snow Leopard DVD and perform a "Restore System from Backup..."? If so, not necessarily a good idea when you are moving from one Mac to another. See the following:
    Mac OS X v10.6: Issues after restoring a Mac from a Time Machine backup made with a different Mac
    http://support.apple.com/kb/TS3243
    Your initial Restore/Migration approach will determine which direction resolving this issue will take. So let us know by answering the questions above. The fact that it thinks it is your iMac points to the possibility that you performed a "Restore System from Backup..." and not a simply migration of your user data and apps.

  • Custom par migration issue from 7.0 to 7.4

    Hi experts,
    As we are upgrading from portal 7.0 to 7.4 , we have to migrate all custom par to war/ear.
    I have migrated all custom to ear from par migratation tool.
    but i am facing a problem when i import the migrated ear in nwds 7.31.
    error is
    1.Can not find the tag library descriptor for "tagLib"
    code such as
    <%@ taglib uri= "tagLib" prefix="hbj" %>
    2.componentRequest cannot be resolved
    code such as
    com.sapportals.portal.prt.resource.IResource myResource1= componentRequest.getResource(com.sapportals.portal.prt.resource.IResource.IMAGE,"images/ico12_treeleaf.jpg");
    java.lang.String url1=myResource1.getResourceInformation().getURL(componentRequest);
    and import are
    <%@page import = "com.sap.security.api.IUser" %>
    <%@page import = "com.sap.security.api.UMException" %>
    <%@page import = "com.sap.security.api.umap.IUserMappingData" %>
    <%@page import = "com.sapportals.portal.prt.component.*" %>
    <%@page import = "com.sapportals.portal.prt.resource.IResource" %>
    <%@page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %>
    <%@page import = "javax.servlet.http.HttpSession" %>
    <%@page import = "com.sap.ip.portal.service.ume.IUserManagementEngine" %>
    <%@page import = "java.util.*" %>
    Please help

    Dear Amit,
    Please read the below document to migrate custom applications or adding relevant jar files:
    1. How To Migrate Custom Portal Applications to SAP NetWeaver 7.3     
    2. Kindly see similar issue solved in thread JSPDynPage : Cannot find the tag library descriptor for tagLib update portalapp.xml and use only 1 proper reference for taglib. You can ignore error for not resolved componentRequest - it should work in runtime.
    Thanks,
    Rajendra

  • Migration issues: from BOXIR2 - BOXI3.1

    Hi,
    We are migrating BOXIR2 - BOXI3.1.
    after migration, i involved in testing and comparing results with older version.
    But some of the reports are continously giving different kind of error.
    for eg:
    1) one time refreshing the report but giving no data to fetch but the same report is having data.
    2) some time not refreshing and giving : Error on excute (WIS 10901)
    3) to debug, i tried creating the same reports by adding objects one by one - this time report is refreshing but the results are mismatching.
    we have remigrated the universe and reports, recreated the ODBC connections, restarted the servers, services, reinstalled the Oracle client but nothing worked out.
    Please guide/suggest me to resolve the problem.

    issue resolved

  • Migration issue from old crashed mac

    I have an old mac 10.4 Tiger OS about 9 years old. It crashed and I cannot access anything on it. It boots up but the screen just shows fractured lines. So I just bought a new mac.
    Want to know if there is a way to access the old data from my new mac. I have them hooked up with ethernet cable but migration asst is not accessing the old mac.
    If anyone has a way around this I'd appreciate it.

    Chances are your old Mac has a Firewire connection. If your new Mac has Firewire connect the two Macs with a Firewire cable. Then start up the new Mac. After it has started start the old Mac in Target Disk Mode by holding down the T key when you start it up. The old Mac will then appear on the desktop of your new Mac just like an attached hard disk. You can then copy files from the old to the new.
    If your new Mac does not have Firewire chances are it has a Thunderbolt port. You'll need an adapter (or two) depending on the type of Firewire port is on the old Mac.

  • Data migration issue from 10.2 to 9.2

    Hello,
    When oracle data is migrated from 9.2 to 10.2, there are new features in 10.2 like new tablespace called SYSAUX available and many new features. how to export data from 10.2 to 9.2 with manual export/import commands?? I have tried using 9.2 export utility to export data from 10.2 and imported in 9.2. But import tereminated with error sysaux tablespace not available in 9.2.
    Please help.
    Edited by: user2319345 on Aug 18, 2009 7:16 AM

    Sorry to ask the question again...
    I have exported the data from 10.2 with 9.2 exp utility and tried to import in 9.2 with imp utility.
    Here i am giving full log details of imp in 9.2 . full log may give you a hint on what will be the exact problem.
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8ISO8859P1 character set and UTF8 NCHAR character set
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "SYSAUX" BLOCKSIZE 8192 DATAFILE '/ORACLE/start/base/db"
    "s/sysaux/sysaux_1.dbf' SIZE 2500M EXTENT MANAGEMENT LOCAL AUTOALLOCA"
    "TE ONLINE PERMANENT NOLOGGING SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file '/ORACLE/start/base/dbs/sysaux/sysaux_1.dbf'
    ORA-27040: skgfrcre: create error, unable to create file
    IBM AIX RISC System/6000 Error: 13: Permission denied
    IMP-00017: following statement failed with ORACLE error 28007:
    "ALTER USER "SYS" IDENTIFIED BY VALUES 'E9CB42B1D98DweCD' TEMPORARY TABLESPA"
    "CE "TEMP01" PROFILE "DB_DEFAULT""
    IMP-00003: ORACLE error 28007 encountered
    ORA-28007: the password cannot be reused
    IMP-00017: following statement failed with ORACLE error 28007:
    "ALTER USER "SYSTEM" IDENTIFIED BY VALUES '5A8FB62F8were8063' TEMPORARY TABLE"
    "SPACE "TEMP01" PROFILE "DB_DEFAULT""
    IMP-00003: ORACLE error 28007 encountered
    ORA-28007: the password cannot be reused
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "ADADM" IDENTIFIED BY VALUES 'A12345wewew12' DEFAULT TABLESPACE"
    " "SYSAUX" TEMPORARY TABLESPACE "TEMP01" PROFILE "DB_DEFAULT" PASSWORD EXPIR"
    "E"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'SYSAUX' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "PERFSTAT" IDENTIFIED BY VALUES 'D33BCF1wewewF38D9' DEFAULT TABL"
    "ESPACE "SYSAUX" TEMPORARY TABLESPACE "TEMP01" PROFILE "DB_DEFAULT" PASSWORD"
    " EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'SYSAUX' does not exist
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT CREATE JOB TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT CREATE ANY JOB TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT EXECUTE ANY PROGRAM TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT EXECUTE ANY CLASS TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT MANAGE SCHEDULER TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT CREATE EXTERNAL JOB TO "SCHEDULER_ADMIN" WITH ADMIN OPTION"
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 1919:
    "GRANT ADVISOR TO "OEM_ADVISOR""
    IMP-00003: ORACLE error 1919 encountered
    ORA-01919: role 'ADVISOR' does not exist
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT CREATE JOB TO "OEM_ADVISOR""
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT ADMINISTER SQL TUNING SET TO "OEM_ADVISOR""
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 1919:
    "GRANT ADVISOR TO "OEM_MONITOR""
    IMP-00003: ORACLE error 1919 encountered
    ORA-01919: role 'ADVISOR' does not exist
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT CREATE JOB TO "OEM_MONITOR""
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 990:
    "GRANT ANALYZE ANY DICTIONARY TO "OEM_MONITOR""
    IMP-00003: ORACLE error 990 encountered
    ORA-00990: missing or invalid privilege
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "MWADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'MWADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SESSION TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER SESSION TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE TABLE TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE PROCEDURE TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE PUBLIC SYNONYM TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DROP PUBLIC SYNONYM TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "DBA" TO "MWADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'MWADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "SELECT_CATALOG_ROLE" TO "PERFSTAT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "MWADM" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'MWADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "PERFSTAT" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'PERFSTAT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "PERFSTAT" QUOTA UNLIMITED ON "TEST1" QUOTA UNLIMITED ON "SYSAUX"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'PERFSTAT' does not exist
    . importing PERFSTAT's objects into PERFSTAT
    "ALTER SESSION SET CURRENT_SCHEMA= "PERFSTAT""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully

  • HT2518 Migration issues from a PC

    I've tried to migrate music, photos and documents from my PC to my new iMac via network connection.  The process runs for a couple hours, but the data doesn't seem to be on my Mac once complete.  What am I doing incorrectly?

    It would depend on the connection, but there is still a lot of time spent sorting out what needs to go where.
    USB will be slow, FireWire 800 fast, Ethernet will depend on the quality of the cable and the capability of the Ethernet card on the PC, WiFi will vary much more than Ethernet.

  • Migrating Issues from Forms 4.5 to 6i : library not attached

    Hello!
    Im using a batchfile to upgrade my existing Forms 4.5 to Forms 6i, patched 17 applied. My database is ver 8.1.7. However, on my test machine (only developer 6i is installed) i always get <Identifier xxxxx must be declared> whenever i do the migration process. Identifier 'xxxx' references library procedures. I take this is because Oracle cannot find the Libraries used by my Forms.
    I tried several things to remedy this (all didn't worked, unfortunately):
    - explicitly added the path of my library files in my registry
    - i upgraded my pll files, re-compiled, re-exported, then saved.
    - i tried using the old pll files (forms 4.5 version) without upgrading
    - i tried putting the library files in the directory where the fmx files are
    what am i doing wrong?
    i can go about migrating a form file individually (Open a file in forms developer, add library, recompile, export then save) without any problems. however, i badly need to rely on my batchfile as i have hundreds of Forms programs and i don't want to recompile then all (and attach library) manually.
    heres my batchfile, by the way:
    for %%f IN (*.fmb) do ifcmp60 userid=prod_user/numberone@prod module=%%f batch=yes module_type=form compile_all=yes window_state=minimize upgrade_plsql=yes
    to make matters worse, on the current machine that i am using (not the test machine above) (developer 4.5 & developer 6i both installed, different homes), i can go about the migration process using the batchfile perfectly well. Oh, i tried taking out the pll path on the registry and it still works like a charm (libraries are found, whether they are ver 4.5 or 6i). I suspect there's a setting i need to do other than the registry path.

    Yes the exact FMB file runs properly when done manually; but when run with the batch script it doesn't, the reason being Oracle can't seem to find the library file being referenced by the program. Or, another way of putting it is that the batch file can't seem to connect the FMB progs with the PLX files it needs.
    Here's an example of the generated .plg file after batch migration:
    ON-ERROR (PM_ABSENCES)
    ERROR 201 at line 17, column 9
    identifier 'CGTE$POP_ERROR_STACK' must be declared
    ERROR 201 at line 27, column 26
    identifier 'CGTE$STRIP_CONSTRAINT' must be declared
    'CGTE$POP_ERROR_STACK' and 'CGTE$STRIP_CONSTRAINT' are referenced by the FMB file, both procedures can be found in xxx.plx file, the location of which i put in the FORMS60_PATH in windows xp registry.
    Im not so sure the registry has anything to do with it though (??) because with another PC (windows 98) the batchfile runs perfectly, regardless of whether the library paths are in the registry or not.
    I understand changes in Windows registry are updated instantly, or should i perform a reboot after i make an entry?
    Again, thanks for the help! =)

  • Migrating issue from ibm jdk to sun jdk and from WAS5.0 to WAS6.1

    hi,
    while creating ConnectionFactory i am getting the following error:
    com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.NoClassDefFoundError: Invalid Implementation Key, com.ibm.ws.transaction.NonRecovWSTxManager]
    Using SUN JDK5 , WAS6.1
    I have included com.ibm.ws.runtime_6.1.0.jar and com.ibm.ws.webservices.thinclient_6.1.0.jar in my buildpath but still i am getting the exception.
    Can anybody point out where i found this class?
    plz help,
    Thanks in advance...

    Hi,
    I have exactly identical probelm. Do you have any solution to it? Would you please share here.
    Thank you.

  • Issues migrating from Flex Builder 3 to Flash Builder 4.5

    Migrating from Flex Builder 3 (SDK 3.5) to Flash Builder 4.5 (SDK 4.5). Using Flex 3 compatibility mode. Flash Player 10.2. MX only components set.
    Issue 1. A DataGridColumn error per:  Description Resource Path Location Type
    Declaration of style 'direction' conflicts with previous declaration in C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls.dataGridClasses:DataGridColumn). SPT_GUI  Unknown Flex Problem
    Issue 2. Using Cairngorm 2. Have a class 'Bindable] public class GuiModel implements ModelLocator'. Now getInstance() is not defined per: private var model : GuiModel = GuiModel .getInstance(). Does Cairngorm 3 have to be used with Flash Builder 4.5?
    What has to be done to resolve these issues?

    Issue 2: Have you defined the static variable to hold the instance of the model locator? Also, have you defined a static method to return the model locator's instance?

  • HT4927 When i upgraded from 9.2.3 to 9.3.1 I had migration issues, where most my photos ended up in a restored event called restored photos. But then they don't come up in faces anymore. So can i upgrade to 9.3.2 and then just rebuild my photo library ?

    When i upgraded from 9.2.3 to 9.3.1 I had migration issues, where most my photos ended up in a restored event called restored photos. But then they don't come up in faces anymore. So can i upgrade to 9.3.2 and then just rebuild my photo library ? I want to upgrade to mountain lion. But concered about my photo library. So I restored my whole computer back to an earlier date, becuase I couldn't figure out how to restore just my photo library. Advice?

    Best way is to restore your backup from before the problem, rebuild it and update it again
    LN

  • Bi-derectional text and migration from Flex 3 to Flex 4

    Hi guys, Can we migrate our application from Flex 3 to Flex 4
    in order to support bi-directional text? I have been reviewing the
    new Text Layout Framework tutorial and I found out a set of new
    components that need to be used in order to support bi-di ext.
    What about the classical Flex components that we used to use
    in our application? do I need to re-write my application with the
    TLF components in order to support bi-di? Can’t I just set
    some new properties and re-compile my application?
    Please help
    Thank You

    For Flex 4, in addition to developing new "Gumbo" components
    which have an improved skinning architecture and use TLF, the Flex
    team is also planning to make it possible to have a few TLF
    features such as bidirectional text in some or perhaps all of the
    Halo components from Flex 3. These components currently use a
    Player class known as TextField. A class called TLFTextField is
    being developed which uses TLF to implement the same APIs as
    TextField, and therefore can replace TextField in the Halo
    components.
    This work is underway but not yet complete. Only a few
    components are currently working with this approach and there is no
    way at the moment to turn on bidirectionality. We are also starting
    to develop a UI-mirroring feature to allow the entire user
    interface -- not just the text -- to become right-to-left.
    So what you need -- the ability to write Arabic and Hebrew
    applications using only legacy Halo components -- is planned for
    Flex 4.
    Gordon Smith
    Adobe Flex SDK Team

  • Migration from Flex 3 to Flex 4

    I've migrated my project from flex 3 to flex 4 and all it's ok, the new project work fine.
    But I created my custom TitleWindow MX style and I created a swc library from Flash builder 4, all it's ok.
    When I use my custom TitleWindow in new project (compatible with mx+spark) it work fine when I add only mx component, when I add a <s:TextArea> for example, it throw this error in run-time: Skin for ForumTitleWindow1220.boxMessaggioInput.TextArea1227 cannot be found.
    where ForumTitleWindow1220 and boxMessaggioInput are my instance.
    in particolar the error is "throw(new Error(resourceManager.getString("components", "skinNotFound", [this])));"
    in SkinnableComponent to line 698.
    why?

    For Flex 4, in addition to developing new "Gumbo" components
    which have an improved skinning architecture and use TLF, the Flex
    team is also planning to make it possible to have a few TLF
    features such as bidirectional text in some or perhaps all of the
    Halo components from Flex 3. These components currently use a
    Player class known as TextField. A class called TLFTextField is
    being developed which uses TLF to implement the same APIs as
    TextField, and therefore can replace TextField in the Halo
    components.
    This work is underway but not yet complete. Only a few
    components are currently working with this approach and there is no
    way at the moment to turn on bidirectionality. We are also starting
    to develop a UI-mirroring feature to allow the entire user
    interface -- not just the text -- to become right-to-left.
    So what you need -- the ability to write Arabic and Hebrew
    applications using only legacy Halo components -- is planned for
    Flex 4.
    Gordon Smith
    Adobe Flex SDK Team

Maybe you are looking for

  • How do I import photos to my canvas in Photoshop cc 2014

    I tried going to file > import but it doesnt come up with images or pdf or jpeg so i dunno how to do it

  • Messages in IOS 7.0

    Is there still a way to delete parts of the conversation in messages? I can only see being able to delete the entire conversation.

  • Publish a Topic to RoboEngine

    I have an HTML project that was created by a co-worker. To take advantage of the RoboEngine Search, I need to publish the project to the RoboEngine with all my other HTML projects (6). I do not want his project name to show up in the left navigation

  • Failed to replicate non-serializable object  Weblogic 10 3 Cluster environ

    Hi, We have problem in cluster environment, its showing all the objects in Session needs to be serialized, is there any tool to find what objects in session needs to be serialized or any way to find. There was no issue in WLS 8 when the application a

  • Problems with the ipod switching itself off

    It's happened a few times now, and my ipod will have battery when it happens. I'll put it on standby as such, and then it'll not switch back on or restart, I normally have to plug it into mains for it to turn back on. Then I'll upload my inbox, and i