Flex Bug? s|global and mx|global conflict with eachother!

I'm trying to set a global font in my application. I've defined some CSS as follows:
/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@font-face {
     src: url('fonts/daxRegular.ttf');
     fontFamily: Dax;
     embedAsCFF: true;
@font-face {
     src: url('fonts/daxMedium.ttf');
     fontFamily: Dax;
     fontWeight: bold;
     embedAsCFF: true;
@font-face {
     src: url('fonts/daxRegular.ttf');
     fontFamily: DaxNoCFF;
     embedAsCFF: false;
@font-face {
     src: url('fonts/daxMedium.ttf');
     fontFamily: DaxNoCFF;
     fontWeight: bold;
     embedAsCFF: false;
s|global {
     font-family: Dax;
mx|global {
     font-family: DaxNoCFF;
So by rights all the Spark components receive the Dax font that has embedAsCFF set to true, and MX with embedAsCFF set to false. However all the Spark components, including those in the main application (Spark) are returning errors as follows:
warning: incompatible embedded font 'DaxNoCFF' specified for spark.components::Label (Label6) . This component requires that the embedded font be declared with embedAsCff=true.
This warning makes no sense since I've specified s|global to use Dax which has embedAsCFF set to true. The MX components are using the Dax font as expected but Spark is defaulting to Times New Roman.
Does anyone know why this is happening? Thanks in advance.

Bit surprised no one from Adobe has responded...
The fix I found is to enable "Use Flash Text Engine in MX components" in the Flex Compiler and only specify "s|global" as this appears to apply to MX components too. Enabling this option allows both Spark and MX components to use the embedded font.

Similar Messages

  • Zfs package difference in Global and Non-Global zones

    I have a T2000 hosting many zones. The Global zone and all but one Non-Global zone has 3 zfs packages installed SUNWzfskr, SUNWzfsr, SUNWzfsu). Becuase this one non-global zone is missing the zfs packages, kernel patch 120011-14 also didn't install on that single non-global zone.
    I am curious, can i install SUNWzfskr, SUNWzfsr, SUNWzfsu on the non-global zone that is missing the packages?
    Any ideas how to resolve the kernel patch descrepancy between the global and non-global zone?

    patch 122640-05 installs the SUNWzfskr SUNWzfsr SUNWzfsu packages if they are not already installed on the system.

  • Route between global and non-global zones

    Hi Folks,
    I haven't been able to find an answer to this question searching the archives, so I'll try here. My global zone gets her IP (10.153.197.n) via DHCP, and I've had to use 192.168.1.n addresses for the non global zones. Is there a simple route statement I can issue to allow communication between the global and non global zones? I'm running Solaris 10 x86 03/2005.
    Thanks very much,
    -Adam vonNieda

    If you're only interested in passing traffic between the global zone and the non-global zones, just add a virtual interface to the global zone.
    For example, in the global zone:
    ifconfig ce0:4 plumb 192.168.1.x netmask + broadcast + up
    Then you will be able to pass traffic between the global and non-global zones.
    If you're looking for the global zone to proxy traffic between the non-global zones and the rest of the network, take a look at http://balance.sf.net

  • Running commands across global and non-global zones

    Other than using ssh and public key access, is there better way to run a command in both the global and non-global zone? I need to disable some services (svcadm disable ... ) in both the global and non-global zones.
    Thanks,
    Roger S.

    You can run commands in the non-global zone with the "zlogin" command from the global zone.
    Running commands in a non-global zone from a non global zone works only with ssh, (or any other method using network)

  • Memory between global and non-global

    Hi,
    I've a Solaris 10 with a Solaris 8 brand zone.
    from global zone I run prstat -Z and see:
    ZONEID    NPROC  SWAP     RSS          MEMORY      TIME           CPU      ZONE
    +11 463 2639M 1908M *23%* 317:19:31 27% MyZone+
    +0 55 109M 112M 1.4% 289:12:46 2.8% global+
    from non-global zone the prstat -J command show me:
    PROJID    NPROC  SIZE   RSS          MEMORY      TIME            CPU         PROJECT
    +3 114 19G 18G *27%* 229:18.14 3.1% default+
    +1 265 52G 48G *73%* 54:31.44 3.1% user.root+
    +0 78 308M 181M *0.3%* 3:39.41 0.0% system+
    Why I have got this difference in memory percentage?

    from global
    -bash-3.2# rcapstat -z 1 1
    rcapstat: rcapd is not active
    start svc:/system/rcap:default then
    -bash-3.2# rcapstat -z 1 1
    id zone nproc vm rss cap at avgat pg avgpg
    Edited by: 853883 on Oct 10, 2012 2:13 AM

  • SUN TEAM: Bugs in update and delete a record with long query

    Creator Team,
    In my opinio there is a bug issue with update and delete a record with a complex sql query. I�m using oracleXE and ojdbc14.ar with tomcat
    In just two page I�m receving the following msg (I have 12 pages doing the same thing with less complex queries)
    * Number of conflicts while synchronizing: 1 SyncResolver.DELETE_ROW_CONFLICT row 2 won't delete as values in database have changed: 2006-11-29
    * Cannot commit changes: Number of conflicts while synchronizing: 1 SyncResolver.UPDATE_ROW_CONFLICT row 0 values changed in database
    when i tried to delete or commit the updated changes in the register...
    The interesting is that this code function with jdbc of jsc...
    My query is bellow:
    SELECT ALL PATRIMONIO.TB_BEM.INCODIGOBEM,
    PATRIMONIO.TB_BEM.VATOMBAMENTO,
    PATRIMONIO.TB_BEM.VAMATERIAL,
    PATRIMONIO.TB_BEM.INCODIGOSETOR,
    PATRIMONIO.TB_SETOR.VANOME AS NOMESETOR,
    PATRIMONIO.TB_BEM.INCODIGOFORNECEDOR,
    PATRIMONIO.TB_FORNECEDOR.VANOME AS NOMEFORNECEDOR,
    PATRIMONIO.TB_BEM.DACHEGADA ,
    PATRIMONIO.TB_BEM.DASAIDAPREVISTA,
    PATRIMONIO.TB_BEM.DASAIDAEFETIVA,
    PATRIMONIO.TB_BEM.VAMARCA,
    PATRIMONIO.TB_BEM.VAMODELO,
    PATRIMONIO.TB_BEM.VADESBAIXABEM,
    PATRIMONIO.TB_BEM.INCODIGOTIPOAQUISICAO,
    PATRIMONIO.TB_TIPOAQUISICAO.VANOME AS NOMETIPOAQUISICAO
    FROM PATRIMONIO.TB_BEM , PATRIMONIO.TB_TIPOAQUISICAO, PATRIMONIO.TB_SETOR, PATRIMONIO.TB_FORNECEDOR
    WHERE PATRIMONIO.TB_BEM.INCODIGOTIPOAQUISICAO = PATRIMONIO.TB_TIPOAQUISICAO.INCODIGOTIPOAQUISICAO
    AND PATRIMONIO.TB_BEM.INCODIGOSETOR = PATRIMONIO.TB_SETOR.INCODIGOSETOR
    AND PATRIMONIO.TB_BEM.INCODIGOFORNECEDOR = PATRIMONIO.TB_FORNECEDOR.INCODIGOFORNECEDOR
    AND PATRIMONIO.TB_BEM.INCODIGOBEM LIKE ?
    AND PATRIMONIO.TB_BEM.VATOMBAMENTO LIKE ?
    AND PATRIMONIO.TB_BEM.VAMATERIAL LIKE ?
    AND PATRIMONIO.TB_SETOR.VANOME LIKE ?
    AND PATRIMONIO.TB_FORNECEDOR.VANOME LIKE ?
    ORDER BY PATRIMONIO.TB_BEM.VATOMBAMENTO ASC
    Why this problem is happing? Did you had some solution for that? Is the problem because the query is too long?!
    please help me!
    Gustavo Callou

    Hello people,
    I�m doing this to try to solution that bug:
    This code is working fine... but I do not understand why I�m receiving the nullpointer exception!??!!?
    // create a new rowset
    CachedRowSetXImpl pkRowSet = new CachedRowSetXImpl();
    try {
    RowKey rk = tableRowGroup1.getRowKey();
    if (rk != null) {
    // set the rowset to use the Patrimonio database
    pkRowSet.setDataSourceName("java:comp/env/jdbc/Patrimonio");
    String query = "DELETE FROM TB_BEM WHERE INCODIGOBEM = "+tb_bemDataProvider.getValue("INCODIGOBEM", rk).toString();
    pkRowSet.setCommand(query);
    pkRowSet.setTableName("TB_BEM");
    // execute the rowset -- which will contain a single row and single column
    pkRowSet.execute();
    pkRowSet.next();
    info("Apagado");
    } catch (Exception ex) {
    log("ErrorDescription", ex);
    error(getApplicationBean1().trateException(ex.getMessage()));
    } finally {
    pkRowSet.close();
    Please someone help me!!!
    Gustavo Callou

  • Im having problems with my Kids facetime accounts that seem to be because they are both using my itunes and there are conflicts with multiple email addresses? Is it possible to now set the kids up with their own accounts without losing their apps etc

    Hi All,
    I have my kids using iTunes via thier ipods etc through my own account and this hase been the case for some time?
    This has started to cause issues lately with imessaging and facetime, as there seems to be a limit on email addresses that can be associated with one account?
    I wonder if I would be best off setting the kids up with their own accounts, but want to be able to do this without them losing their existing apps, music etc?
    Is this possible, if so is there a simple process cos I can seem to find anything relating to this?
    many thanks, Jim

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • Apple TV 1 and 2 Home Sharing with eachother?

    I have an original 160GB ATV and was wondering if I could share the media on it with a ATV2 in a different room? Or it seems ill need all my media on my laptop and it will have to be powered on to get Home Sharing to work??
    I would love to buy another toy

    Thanks bt22,
    I was about to post the same question but this definitely answers it. I'm planning to purchase a ATV Gen 1 for my media room and ATV Gen 2 for my son's room. I was hoping ATV Gen 1 had the ability to stream to ATV Gen 2 so my son could watch children's shows and movies in the comfort of his own room. Guess not!

  • TS3366 iOS 7: Back and Forward Gesture in Safari and Mail conflicts with Panning Gesture

    Back and Forward Gesture in Safari and Mail is different than the back and forward gesture used to swipe between Home screens.  The simple swipe with the thumb straight does not work in Safari and Mail, it conflicts with the Panning gesture.  It should be relatively easy to improve the algorithm to allow for that gesture to work.

    Indeed, swiping back from pdf pages sometimes works, but most often does not.
    It seems that the swiping gesture has in all cases changed slightly. It is now necessary to swipe a little until a portion of the previous page is uncovered, and only then can one swipe back.
    The fact that there is a specific way to swipe back from html pages suggests that there might be an equally specific way to swipe back from pdf pages. I am still experimenting. Meanwhile make sure no one is sitting to your right in case your trackpad flies off during a gesture trial.

  • The colour swatch 'black' has a conflict with the current document?

    I have created some graphic styles and saved them as the manual explains.
    When using them in a new document I keep getting the conflict window asking if I wish to merge swatches.
    What have I done to keep getting this unwanted conflict message?

    Yeah, *real* annoying. This is something new. It didn't happen before in CS5, at least not to me and I always work with global colors.
    Example:
    No matter what object, no matter what color (even without any color!), upon paste I get the merge dialog: The color swatch "K=30" has a conflict with the current document.
    When I delete the swatch and then cut something (not having that color) I get: The color swatch "Deleted Global Color" has a conflict with the current document.
    Does anyone have a solution to this problem?
    This is driving me nuts.

  • Creative System Information with conflict with Nero Expr

    Hi to all,
    I noticed that I could not access the Creative System Information (CSI) in the Creative Products tab in the area of Creative software, anything under that. I was able to go to 40 software number but no to the information of each software. The CSI hanged or stopped responding. I needed to close the program. I found the cause of the problem. I encountered the problem so far only when I have Nero Express 6 or demo even Nero 5 installed. When I uninstalled that Nero program, I had access again to all the information under Creative software, 40 of them. It looks that there is conflict between Nero and CSI. Does anybody notice this too? What is going on and what is the solution? You help will be greatly appreciated.
    Thanks,
    Medico

    Solution! I discovered the problem causing the system crash, and I think it is sufficiently interesting to note here so that others may benefit from what I discovered. First, there is no fundamental problem/conflict with the driver for Webcam Live Pro. The trouble in my instance is that I was running another program that utilized the web cam, and that program conflicted with the Webcam Live Pro program that was constantly running in the system tray. Basically, the program in the system tray is loaded with the set-up for Webcam Live Pro. It constantly monitors the computer system to see if the cam is connected to the computer. When it does this while another program is using the cam, the conflict occurs, causing the entire computer to reboot. The solution is to right mouse click the icon for Webcam Live Pro in the system tray, go to settings, and to remove the check that allows the program to check for the presence of the web cam. Just to be safe, I then also exited the Webcam Live Pro program from the system tray so that nothing from that program could interfere with my use of the webcam using another program.
    The result is that the webcam is rock solid, with no system crashes. I have been running it nonstop for hours without a problem.
    I hope this helps someone else.
    Best,
    CB

  • Adding tab to typedef tabcontrol causes class conflict with global variable

    Hi,
    I am quite new to labview. I have to update an existing program and I have a problem whith a tabcontrol. In attachement, I give you a very simple solution showing my problem.
    I have defined a simple tabControl in a typedef ctl. I had it to a VI and in block diagram of this VI, I want to fill a global variable with this control and this global variable is set as "Include Data Type".
    When creating my ctl file with a simple tabcontrol, there is no problem but my tabcontrol only contains 2 tabs. When I use "Add page after" in my ctl file to create a third one, after saving, I get a class conflict error on wire to global variable in my block diagram.
    If I remove added page, all is OK again. I don't understand why adding a new page causes a class conflict. In my attachement, it is very simple but in program that I have to modify, I already have 15 tabs and I just want to add a 16th one so, I am sure there is a mean, but impossible to fond it after many hours...
    If someone can tell me how to make my example works with "Include Data Type" (if I remove it, it always works but that is not what I want) and adding an additional tab, it would hemp me a lot!
    Thanks in advance.
    Yohann
    Attachments:
    test2.zip ‏11 KB

    The problem is that the tab is an enum, and you can't wire two strictly typed references of two different enums together, because they are considered different data types. What you can do is right click the reference control in the global variable and select Show Control, which will show the data type of the reference. You can then replace the control inside the reference with the typedef, which will cause it to update correctly.
    Although that will solve the problem, if you have the reference to a tab control in a global variable, you probably have some issues with your code, but that's not something which can be commented on without more details.
    Try to take over the world!

  • How to log strings stored in Station Globals and/or PreUUT values?

    Hi all,
    I have a Station Global that is persistent across all UUTs in a particular PC. I have also created a custom PreUUT dialog to obtain user input that applies to the upcoming UUT (I pass this user input to the UUT by storing it in a File Global). Both the Station Global and the File Global store a string.
    What is a good way to log these strings into the ATML report and SQL database?
    Currently, the best solution I can think of is:
    Create a LabVIEW VI that takes a string input and passes it straight through to the output
    Pass the Station Global (or the File Global) into the VI input
    Assign the VI output to Step.Result.ReportText
    This seems rather cumbersome though. Is there a simpler way to achieve this? (i.e. is there a built-in TestStand action that logs a variable directly into the report?)
    In case it's important, I'm using TestStand 2013 SP1 and I'm using the default report templates: tr5_horizontal.xsl for ATML, and C:\Program Files\National Instruments\TestStand 2013\Components\Models\TestStandModels\Database\SQL Server Create Generic Recordset Result Tables.sql for SQL.
    Thanks!
    Solved!
    Go to Solution.

    JKSH,
    You can handle this with the Additional Results functionality in TestStand, which can be configured in the settings for an existing step, or as a standalone step type. We have an example of this in the TestStand Fundamental Example series here: http://www.ni.com/product-documentation/52354/en/#toc3   (Look for section 3, "Adding Custom Data to a Report"
    I hope it helps, and let us know if we can do anything else to help!
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Unit Testing and APEX Global Variables

    We've recently started to unit test our database level PL/SQL business logic.
    As such we have a need to be able to simulate or provide output from PL/SQL APEX components in order to facilitate testing of these components.
    Some of the most obvious portions that need simulation are:
    1. The existence of a session
    2. The current application ID
    3. The current page ID.
    We currently handle requirement #1 by using apex_040100.wwv_flow_session.create_new
    We handle 2 and 3 using the apex_application.g_flow_id and g_flow_step_id global variables.
    I'm just wondering, how safe is it for us to use wwv_flow_session.create_new to simulate the creation of a session at testing time for those things which need a session?
    I've also noticed that there are apex_application.get_application_id and apex_application.get_page_id functions whose output is not tied to the global variables (at least in our current version).
    Is it safe for us to expect that we can set these global variables for use in testing or is apex moving to get_application_id and get_page_id functions away from global variables?
    Will there be corresponding set_application_id and set_page_id functions in the future?
    Sorry for the question bomb. Thanks for any help.

    My first question would be why do you need to establish a session to test your PL/SQL?
    wwv_flow_session is a package internal to APEX, and you should probably leave it be.
    The get_application_id procedure you refer to is in apex_application_install, which is used for scripting installation of applications - not get/set of page ID like you're describing.
    If you're uncomfortable using apex_application.g_flow_id, you can use v('APP_ID') or preferably pass the app_id/page_id as parameters to your procedures.
    Your question seems to have a few unknowns, so that's the best I can describe.
    Scott

  • Parent (Global) and Current (Navigation) on the Same Page

    Hello,
    I am using the managed metadata feature in a SharePoint 2013 publishing site.  I am trying to layout my navigation as shown in the diagram below.  I can not find a publishing master page that implements this parent child relationship.  My
    top navigation is use the markup:
    <PublishingNavigation:PortalSiteMapDataSource ID="topSiteMap" runat="server" EnableViewState="false" SiteMapProvider="GlobalNavigationSwitchableProvider" StartFromCurrentNode="false" StartingNodeOffset="0"
    ShowStartingNode="false" TrimNonCurrentTypes="Heading"/>
    <SharePoint:AspMenu ID="TopNavigationMenu" runat="server" EnableViewState="false" DataSourceID="topSiteMap" AccessKey="&lt;%$Resources:wss,navigation_accesskey%&gt;"
    UseSimpleRendering="true" UseSeparateCss="false" Orientation="Horizontal" StaticDisplayLevels="1" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="1" SkipLinkText=""/>
    I have tried using the same markup, using a different StartingNodeOffset and SiteMapProviders, for the side menu with no success.
    Thanks,
    Bob

    Hi,
    According to your post, my understanding is that you wanted to create Parent (Global) and Current (Navigation) on the Same Page.
    You can make quicklaunch work contextually like structural nav quicklaunch using Managed Metadata navigation. Please refer to:
    Managed Metadata Navigation - How do you make quicklaunch work contextually like structural nav quicklaunch?
    In addition, you can used JQuery and CSS to achieve staticlevel left navigation in SharePoint 2013.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/forums/sharepoint/en-US/54edc501-0594-49e3-86b2-40ecf72bc68e/show-2-level-hierarchy-in-managed-navigation-menucurrent-navigation-in-sharepoint-2013
    More information:
    Overview of managed navigation in SharePoint Server 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • In R12 Invoice Register Concurrent Request running long time

    Hi In R12, Invoice Register Concurrent Program Running more than 30 mins , before its use to finish with in 10 mins, any suggestions. Thanks

  • Table does not exist in DB in SPDD phase

    Hi Experts, One quick question..While doing the ECC6 upgrade and doing adjustments in SPDD...I cant find one table in DB..the table is T683T and giving the error option the table doesnt exist in DB...I checked in SE11..in SE14 , its there...but the s

  • CRMV_SSC question

    Hi All, I have added a new tab page to the service contract item detail views by adding the followin entry to the Complete Assignment of Tabstrip Panel in CRMV_SSC. This new tab page is for service data from item category SPLA and I copied it to my s

  • Sun Performance Library and OpenMP applications

    Hi list, I have a code that uses BLAS/Lapack libraries. This code requires the BLAS/Lapack to run in serial mode. If and when it runs in parallel this is a disaster. The code runs in parallel with OpenMP directives in SMP systems. I specify the numbe

  • Raising an error in application process?

    How can I raise an error in an application process? the application process in on-load before header I want to check something at this event when not ok I want to show the process error message that can be defined at the aplication process. The help