[svn:osmf:] 10017: Adding a style sheet, adding a backdrop to the examples list, adding icons to play and pause icons.

Revision: 10017
Author:   [email protected]
Date:     2009-09-04 06:43:44 -0700 (Fri, 04 Sep 2009)
Log Message:
Adding a style sheet, adding a backdrop to the examples list, adding icons to play and pause icons. Setting theme color to red.
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/ExamplePlayer.mxml
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/view/MainWindowLayout .mxml
Added Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/ExamplePlayer.css
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/assets.swf

Revision: 10017
Author:   [email protected]
Date:     2009-09-04 06:43:44 -0700 (Fri, 04 Sep 2009)
Log Message:
Adding a style sheet, adding a backdrop to the examples list, adding icons to play and pause icons. Setting theme color to red.
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/ExamplePlayer.mxml
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/view/MainWindowLayout .mxml
Added Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/ExamplePlayer.css
    osmf/trunk/apps/samples/framework/ExamplePlayer/assets/assets.swf

Similar Messages

  • [svn:fx-trunk] 12542: When adding a mask to the display list need to validate it and all its children .

    Revision: 12542
    Revision: 12542
    Author:   [email protected]
    Date:     2009-12-04 10:38:32 -0800 (Fri, 04 Dec 2009)
    Log Message:
    When adding a mask to the display list need to validate it and all its children.  Previously the children were not validated and their display list was updated before properties were committed or measure was done.  RichText was not set up to handle this.
    QE notes:
    Doc notes:
    Bugs: SDK-24511
    Reviewer:  Evtim, Deepa
    Tests run: checkintests, fxg, primitives, Group
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24511
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/MaskUtil.as

    AFAIK, the only way to do this is to write a system modifcation.
    The BADI is executed only once at startup of the session, so that makes it merely static. (A strange point in time, I discussed it with SAP and they just shook their heads)
    I had the same problem with some other F4-Helps and it was a big hazzle. From my experience, no straight answer.

  • Cascading Style Sheets are NOT written to the file system

    Hallo,
    On the "Cascading Style Sheets" page is written that: "The Cascading Style Sheets are written to the file system, so you can reference them in your HTML source code."
    I am true that if this works I can reference the css with something like this?
    <link rel="stylesheet" href="/i/sample.css" type="text/css">
    and do not need this style:
    <link rel="stylesheet" href="#APP_IMAGES#sample.css" type="text/css">
    <link rel="stylesheet" href="#WORKSPACE_IMAGES#sample.css" type="text/css">
    I have looked on the "Cascading Style Sheets" page: http://127.0.0.1:7780/apex/f?p=4000:37
    Are there some other preferences, options, etc. to set that this will be working?
    Thx for your help. Willi

    Hi,
    CSS files uploaded through Shared Components, Cascading Style Sheets are written into the database, so you would have to use:
    &lt;link rel="stylesheet" href="#WORKSPACE_IMAGES#sample.css" type="text/css"/&gt;You should be able to see these if you run the following in SQL Commands:
    SELECT * FROM APEX_APPLICATION_FILES
    WHERE UPPER(FILENAME) LIKE '%CSS%'Andy

  • Can I add the same style sheet to multiple nodes in the same scene?

    I know this sounds like a dumb question, so I'll give an explanation below.  I've done this with FXML and Scene Builder and haven't noticed any negative effects yet.  I'm mostly curious what happens internally when I add a style sheet to a node and that same style sheet has already been added via a parent node.
    The reason I ask is because I use fx:include in many of my FXML files.  For example, I'll have something like this:
    MainPane.fxml - Uses shared.css and main-pane.css.  Includes SubPane.fxml.
    SubPane.fxml - Uses shared.css and sub-pane.css.  Included in MainPane.fxml using fx:include.
    I used to add shared.css to SubPane.fxml using Scene Builder's preview option, but the way this works has been changed in Scene Builder 2.  See this thread for an explanation of the change.  I also use TestFX and I'm convinced that I should be ensuring shared.css is applied to SubPane.fxml before running GUI tests.
    The easiest way to accomplish what I want is to add shared.css to the root node of both MainPane.fxml and SubPane.fxml.  However, I don't know if that's something I'm allowed to do.  Is it?

    No. http://www.adobe.com/products/creativecloud/faq.html
    Can I buy more than one membership to an individual offering of Creative Cloud? 
    No, Adobe has moved to identity-based licensing with a technology that will not support multiple same-product licenses, so you can buy only one membership per Adobe ID. If you need two Creative Cloud memberships, you will need to purchase each with a unique Adobe ID. You can also purchase a Creative Cloud for teams membership, which allows you to purchase and manage multiple seats under one account.

  • [svn:osmf:] 14496: Remove MediaPlayerWrapper sample, it has been replaced by the MediaContainerUIComponent sample.

    Revision: 14496
    Revision: 14496
    Author:   [email protected]
    Date:     2010-03-01 17:49:53 -0800 (Mon, 01 Mar 2010)
    Log Message:
    Remove MediaPlayerWrapper sample, it has been replaced by the MediaContainerUIComponent sample.  See ExamplePlayer or DynamicStreamingSample for examples of how to use MediaContainerUIComponent.  See HelloWorld for examples of how to use MediaContainer in a barebones app.
    Removed Paths:
        osmf/trunk/apps/samples/framework/MediaPlayerWrapper/

    Hi rickford66 -
    I'm sorry to say that the Traditional DAQ driver is no longer fully supported, as it was replaced by the DAQmx driver years ago.  I'll try to help out as much as possible, but my experience with the older driver is pretty limited.  Here's a shot in the dark, in case it helps:
    It sounds like your application is starting the card at some specified sampling rate and then running a loop to read from the buffer, based on the system timer.  When the timer says that time is up, it stops the loop.  What should actually be done is to set the card up for a finite acquisition of the specified duration, then to read from the buffer periodically inside the loop (while monitoring the available samples per channel).  When the available samples drop to zero, it means the clock on the HW has stopped and you have all the samples. 
    You might be running into performance issues in getting data across the PCMCIA bus (via interrupts) and just not reading the last batch of data since your feedback on when to stop the loop is completely independent of the DAQ card's operation.  If you don't want to change anything else, you might just break the loop on the timer and call AI Read once more with the sample to read set to "all available" (or the equivalent).  This should flush the end of the buffer.
    David Staab, CLA
    Staff Systems Engineer
    National Instruments

  • [svn:osmf:] 15581: Better coding style and some comments for the previous code submission.

    Revision: 15581
    Revision: 15581
    Author:   [email protected]
    Date:     2010-04-19 17:14:00 -0700 (Mon, 19 Apr 2010)
    Log Message:
    Better coding style and some comments for the previous code submission.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

    Revision: 15581
    Revision: 15581
    Author:   [email protected]
    Date:     2010-04-19 17:14:00 -0700 (Mon, 19 Apr 2010)
    Log Message:
    Better coding style and some comments for the previous code submission.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

  • [svn:osmf:] 13357: 1) Modified a integration tests to correspond with the change to PluginInfo becoming a class .

    Revision: 13357
    Revision: 13357
    Author:   [email protected]
    Date:     2010-01-07 17:05:22 -0800 (Thu, 07 Jan 2010)
    Log Message:
    1) Modified a integration tests to correspond with the change to PluginInfo becoming a class.
    2) Modified the DFXPParser class in the CaptioningPlugin to use the new TimeUtil class in the framework.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/TestCapti oningPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/TestMASTPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as

  • [svn:osmf:] 11205: Fix bug FM-169: Trait support for data transfer sample doesn' t display bytes loaded and bytes total for SWF element

    Revision: 11205
    Author:   [email protected]
    Date:     2009-10-27 15:04:26 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fix bug FM-169: Trait support for data transfer sample doesn't display bytes loaded and bytes total for SWF element
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-169
    Modified Paths:
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/org/osmf/model/Model.as

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • [svn:osmf:] 15220: Fix static initialization order in OSMFPlayer, so that the Log doesn't create TraceLoggers and DebugLoggers.

    Revision: 15220
    Revision: 15220
    Author:   [email protected]
    Date:     2010-04-05 10:29:52 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Fix static initialization order in OSMFPlayer, so that the Log doesn't create TraceLoggers and DebugLoggers.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

    shak wrote:
    I've followed the first method with the mpd daemon and everything worked fine .
    THanks for all your help everyone !
    The add of MPD : ALL to hosts.allow seems to solved it .
    Thanks again!
    Nice.
    Please mark threads as [SOLVED] when they are. You can do so by editing the opening post.

  • [svn:osmf:] 13829: SMILPlugin modified to look for a MediaFactory on the resource metadata.

    Revision: 13829
    Revision: 13829
    Author:   [email protected]
    Date:     2010-01-27 15:51:46 -0800 (Wed, 27 Jan 2010)
    Log Message:
    SMILPlugin modified to look for a MediaFactory on the resource metadata.  If it doesn't find one, it creates a DefaultMediaFactory.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as

    (Removed)

  • High Contrast themes on Windows 7&8 overwrites css styles on webpage, how do keep the High Contrast themes setting on window and use the stock CCS?

    This was not a problem for me until Windows 8 now makes it so you HAVE to use high contrast theme to be able to change the background on windows explorer. Otherwise you have to accept it always being white. If there is a windows program that allowed me to change the windows colors like you used to be able to then I would not need to use the high contrast.

    Note I have click on the Firefox button (Tools menu) and then click Options
    Select the Content panel then Click the Colors... button.
    I do have checkbox beside "Allow pages to choose their own colors, instead of my selections above" checked.
    BUT Still
    Windows somehow overrides this. This is bugging the hell out of me. How is it what windows has any control over Firefox's controls anyways?

  • Javascript errors in Netscape style sheet

    Hi,
    How can I remove Javascript errors in Firefox? There are
    several distinct kinds:
    Error: Unknown property 'x-text-underline'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 49
    Error: Error in parsing value for property 'cursor'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 103
    Error: Expected end of value for property but found 'none'.
    Error in parsing value for property 'text-decoration'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 108
    Error: Unknown property 'mso-fareast-font-family'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 153
    Error: Unknown property 'x-next-type'. Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 188
    (lc.css is the name of our style sheet.) This is not the
    complete list. The ehlpdhtm.js file has been checked into Baggage.
    I think the problem exists with the Netscape Style Sheet that
    RoboHelp generates at compile time. Is there an updated version
    available?
    -- David

    When RH generates the webhelp output it uses your css file
    and creates a variant of it for Netscape. It writes into that what
    it needs to so as to make your output look as close as it can in
    Mozilla browsers as it does in IE.
    It follows that there is no update version because the file
    is unique to every project and is based on the stylesheet used.
    This sounds very much like the style sheet you have for IE
    (lc.css) contains some "errors" that IE will tolerate but Netscape
    will not.
    First of all, take a copy of your project and play around
    with the copy until you get things right.
    Select all the topics listed in the Topic tab and apply one
    of the supplied style sheets. The topics will look rubbish but that
    does not matter here. Generate a new output and see if you get the
    errors. If you do not, it confirms what I have outlined.
    Then you just need to track it down.
    Open the lc_ns.css file and look at those line numbers for
    the clue.

  • Character Styles Panel not refreshing after adding character styles

    Hello,
    Anyone know how to get Illustrator's Character Styles panel to refresh after programatically adding new styles by calling CreateCharStyle()?
    Currently, the user must save the document and reopen it in order for Illustrator to refresh the character style list within the UI.  This is obviously not ideal.
    You may replicate this issue in the sample code by executing the SnippetRunner Text Styles snippet and then executing the CreateCharacterStyle snippet.  This sample code also successfully adds a new character style but fails to update the Character Styles panel within the UI.
    One side note: The AIATECurrentTextFeaturesSuite has an Invalidate() method.  I tried adding this call but it doesn't seem to have any impact.
    Any help would be greatly appreciated.
    Thanks,
    Peter

    I'm seeing success with the Notification call in CS4 too; thanks. But not in CS5 (Windows). I still need to save the document to refresh the panel. And (in fact, probably due to this fact), while the new Style has appeared, none of the features (such as font size, leading) that I have added using NewCharStyle.SetFeatures(features) show up. Any clues? The code (basically copied from the SnipperRunner project) is identical between CS4 and CS5; I'm just building against the different SDKs.
    DF

  • Use of tables and style sheet

    Hi all,
    I am strungling using tables in RoboHelp HTML 7, to generate
    webhelp.
    What I try to accomplish is using tables in RH, and have its
    formatting defined in a style sheet. The html code generated by RH
    should be nice and clean. If possible I would not like to go into
    the HTML code, I prefer the use of the Design editor.
    I have the following in a new file in the RoboHelp table
    gallery:
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    The following is in the CSS file:
    quote:
    table {
    border: 2px #c0c0c0 solid;
    border-collapse: collapse;
    width: "100%";
    margin: 10px;
    td, th {
    border: 1px #c0c0c0 solid;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    th {
    background: #ffc000;
    When I insert a table into a page, using the table file I
    created above, the html looks like:
    quote:
    <table x-use-null-cells>
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    </table>
    So, RoboHelp adds a number of styles to the inserted table
    that overrules the style sheet. That shouldn't be done.
    Also, in the RoboHelp editor the table looks different than
    in the preview. That shouldn't be a big deal, but something is
    missing:
    - There's no table caption shown.
    - The background in the table header is not colored as I
    expected to be.
    To eliminate the behavior of RoboHelp with respect to the
    table gallery, I created a new page in RoboHelp, and opened the
    HTML view. I inserted the following to create a new table.
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    When switching to Design view and bach to HTML, it has been
    converted by RoboHelp to:
    quote:
    <table x-use-null-cells>
    <col style="width: 5%;">
    <col style="width: 40%;">
    <caption>CAPTIONTITLE</caption>
    <tr><th style="width: 5%;" width=5%>
    <p> </th>
    <th style="width: 40%;" width=40%>
    <p> </th></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    </table>
    That seems ok, there are no styles redefined, other that the
    width.
    In Design view the table looks different than intended,
    however in preview it is as expected. I shows the caption tile, and
    the background of the table header, and text alignment is correct
    (at the top of each cell).
    So, my interpretation is that RoboHelp messes up the nice and
    neat html code when using the table gallery, and does not show the
    table in Design view as it would like in the Preview.
    As a consequence I think I will copy and paste the table code
    into the html directly, rather than using the table gallery.
    Unless, there's a good solution by using the table gallery.
    It would also be nice that the Design view behaves as a
    WYSIWYG editor.
    Has anyone an idea how I can use tables in RoboHelp as easy
    as possible, while keeping the benefits of style sheets?
    TIA,
    Andre
    BTW, my excuses for using quotes rather than attach code, but
    it seemed all code was added to the end.

    You should avoid locking yourself into a single solution for
    anything to do with RH (or any other help authoring tool, for that
    matter). Whether dealing with lists, tables, or images (the three
    major areas that usually create problems), it's wise to strike a
    balance between the features and drawbacks in HTML, CSS, RH, and
    web browsers.
    Confronted with the issue of changing border colors and table
    heading colors earlier this year (and having to do this for the 42
    projects in our merged WebHelp project), I simply used
    FAR to change the hex numbered
    colors in the code, outside of RH (from #808080 to #d8e4f8, for
    example). Some freeware products for content replacement are also
    available.
    If you've used those colors for other things, such as H1/H2,
    or other backgrounds, etc., you'll need to identify all table uses
    first, and then change only those instances. You could then set up
    a batch file to change all border-right-color: #808080;
    border-left-color: #808080; etc. all at once
    You could also just use the RH Multi-File Find & Replace
    if you're only dealing with a few projects, since these table
    attributes are likely to always appear as complete on a single line
    (the RH feature doesn't handle search and replace strings
    interrupted by line breaks and multiple spaces).
    All of our tables had been created using Rick's solution via
    the Table Gallery, and the background and border colors show up
    identically in Design, Preview, and output views. The only use of
    the css for our tables is the styling of the actual text that
    appears in the cells (TableHead, TableRow, TableSubHead), such as
    shown in the attached code below.
    BTW, another look at your original post shows that your claim
    that "RoboHelp adds a number of styles to the inserted table that
    overrules the style sheet," is not quite on the mark. The only
    change is that the
    "padding-left:" value has been increased from the CSS 5px to
    10px. I would guess that you have a 5px indent in either your BODY
    or P tag in the CSS, thereby resulting in the value being increased
    to the total of 10px.
    Good luck,
    Leon

  • How to bring Sample CSS Style Sheets into a Template?

    I am creating a site from scratch using CS4 Template.  Can I incorporate more than one DW Sample CSS Style Sheet?  And how do I bring them into the Template site?
    Thanks, g

    Thank you.  I added the 3 sample css style sheets I want to use into my site.  Now I am trying to bring a different sample css into different sections of the layout.  Example:
    Sidebar 1: green/yellow
    Sidebar 2: red/yellow
    Middle: blue/yellow
    I seem to only be able to have one for the whole page.  Is this true?
    What I am doing is clicking on the div tag: <div.sidebar#sidebar1>, then "Edit CSS" and then scroll down in the Class window to "attach style sheet" and there at the bottom is a link to the sample css style sheets.  I click on the one I want and it changes the css for the whole page not just the sidebar 1. Is there a way I can get a different css sample style sheet for each sidebar in a 3 column layout, and a different sample css for the middle?
    thank you very much

Maybe you are looking for

  • Reminder days in purchase orders

    Dear, If we have a material with the following reminder days: 5 - 10 - 20 Then, the first reminder is send 5 days after the statistical delivery date (of course, if we run ME91F) The second reminder 10 days after the SDD. The third reminder 20 days a

  • How do i transfer music from iPod to mac when the original computer source for iPod died

    I have i ipod with all of my music on it, purchased and ripped from CDs.  The original computer that help my itunes account for ipod is dead and can't be recovered.  How do I now get my music from my ipod to my mac computer?

  • Storing video files in CLOB

    Hi, I have a requirement like to store and retrieve video files and pdf files in a CLOB datatype in an oracle table (10g). Is it possible to store video files in CLOB? If yes plz provide me a sample code. Thanks in advance. Regards, Karthik.K Edited

  • Interation fi-sd

    Good morning:-   I have faced one of the client interview.... Suppose if come any error comes in FI-SD integration  point of  view where we can see?( I am give the answer vkoa COA.correct G/L acc.No. sales orgnization, account determination, customer

  • Can't install the SMC Update v1.6

    So, I've tried to install the SMC update available here http://support.apple.com/kb/DL1560 on my mid 2011 Air. It downloads fine, but when I try to install, I get an error message that my system does not support this software. However, this is suppos