[svn] 1153: ASDoc: minor correction to default style value in MXML tag syntax

Revision: 1153
Author: [email protected]
Date: 2008-04-08 15:36:58 -0700 (Tue, 08 Apr 2008)
Log Message:
ASDoc: minor correction to default style value in MXML tag syntax
Modified Paths:
flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

Running the script by python2 solves it for me:
su - mythtv -c "nice -n 19 python2 /usr/bin/tv_grab_nl_py --output ~/listings.xml"
Best regards,
Cedric

Similar Messages

  • [svn] 4093: TextBox now supports a textAlign style value of "justify".

    Revision: 4093
    Author: [email protected]
    Date: 2008-11-12 15:21:12 -0800 (Wed, 12 Nov 2008)
    Log Message:
    TextBox now supports a textAlign style value of "justify". And it also now supports textAlignLast, justificationRule, and justificationStyle styles, like TextGraphic.
    Added more ASDoc comments to various Gumbo text classes.
    QE Notes: New functionality to test.
    Doc Notes: None
    Bugs: SDK-18014, SDK-16645
    Reviewer: Jason
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18014
    http://bugs.adobe.com/jira/browse/SDK-16645
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextBlockCompose r.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextFlowComposer .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextGraphicEleme nt.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/AdvancedParagraphFormatTe xtStyles.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicParagraphFormatTextS tyles.as
    flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • [svn:fx-trunk] 11575: Put default style declarations into one class per application or module.

    Revision: 11575
    Author:   [email protected]
    Date:     2009-11-09 11:34:57 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Put default style declarations into one class per application or module.
    Generate all the default styles in one class instead of a class for each style. The name of the style class will be based on the application or module name. An application named ?\226?\128?\156foo?\226?\128?\157 will have a style class named ?\226?\128?\156_foo_Style?\226?\128?\157. The idea is to allow applications to be compiled with different themes and get their owns styles. Currently this is not possible because a global style in both themes will have the same class name, _globalStyle. Whatever class the top-level application loads the sub-applications and modules will have to use the same class because of the flash player first-class-in-wins rule. Now each application and module will have their own style class.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-22454
    Reviewer: Paul, Pete
    Tests run: checkintests, all mustella tests.
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22454
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Revision: 11575
    Author:   [email protected]
    Date:     2009-11-09 11:34:57 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Put default style declarations into one class per application or module.
    Generate all the default styles in one class instead of a class for each style. The name of the style class will be based on the application or module name. An application named ?\226?\128?\156foo?\226?\128?\157 will have a style class named ?\226?\128?\156_foo_Style?\226?\128?\157. The idea is to allow applications to be compiled with different themes and get their owns styles. Currently this is not possible because a global style in both themes will have the same class name, _globalStyle. Whatever class the top-level application loads the sub-applications and modules will have to use the same class because of the flash player first-class-in-wins rule. Now each application and module will have their own style class.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-22454
    Reviewer: Paul, Pete
    Tests run: checkintests, all mustella tests.
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22454
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

  • [CS3 JS] Correcting a Character Style Anomaly

    It used to be that you could define a character style to merely colour the text and give it an underline (e.g. for Hyperlinks) or just superscript the text (for Reference citations). When such styles, which do not call for a particular font or font size, are placed into InDesign CS, the styled text would take on the font and font size of the underlying paragraph style. However, after placing a Word .doc with these styles into a CS2 template, the font and font size becomes Times New Roman and 10 pt. The solution was to save an .rtf file and re-import the text. Now, in CS3 this work-around doesnt quite work: the font is okay, but the font size reverts to that default size of 10 pt.
    So, I would like a script that finds all occurrences of two specific character styles (Hyperlink and bibref) and then corrects the font size of the found text to that of the underlying paragraph style. These styles can appear anywhere within a document, including in tables. I have trawled through this forum and found enough to be able to search for the character styles, but I cannot fathom how to apply the font size of the underlying paragraph style. Any help will be greatly appreciated.
    By the way, re-applying the character styles doesnt work because the character styles dont define the font size; also clearing the overrides on the paragraph style while the text is selected isnt a viable solution, because other local formatting (i.e. italic) would be lost.

    Hi Peter
    Thank you very much for your quick response. I tried your script and it did as you intended by clearing the Font, Font Style and Point Size in the character style, but unfortunately it did not correct the problem of the style becoming some default style and size (Times New Roman 10 pt) when placed into ID.
    In fact, I had already set up the 'bibref' and 'Hyperlink' character styles with these fields blanked out. Also, I made Adobe aware of this bug when CS2 came out and they warned me that CS3 wouldn't fix the problem; but I didn't realize that CS3 would be worse than CS2 so that using an rtf file wouldn't fix things.
    So, I am left with my initial query: is it possible to write a script to search for the character styles in question and apply the font size of the underlying paragraph style?
    Thanks a lot for any help you can give.

  • Default style is driving me crazy

    I want all of my WP documents to use a particular font in a particular style but even though I've followed the instructions in AppleWorks help, very carefully, about 10 times, on how to do this by editing the "default" style, and even though in the "Styles" window my changes show up correctly, the font I want refuses to appear in documents.
    I've tried restarting the computer, everything, but I've just about han enough.
    What am I doing wrong?
    Help !

    What am I doing wrong?
    Your description sounds like you want an alternate default document template, but what you're doing changes only the "current" document.
    See AppleWorks Help topic "Setting up default templates (Options documents) for specific document types" (just type "default options" into the AW Help search window -- it'll be the first article returned in the search).

  • Default Style Settings

    This may seem very basic to all of you, but it isn't to me, and it's getting on my nerves!
    I want to change the font in my default Body style for all documents, but can't find any way of doing it - and Help isn't helping! It doesn't help that the first thing I get when I create a new document is an error message telling me that it's corrected Helvetica to Helvetica Narrow - i don't give a crap: I don't want either!
    I'm not a complete *** by the way - I've been changing default styles and templates on Word for years.
    What am I missing and why can't I see it straightaway? All help gratefully received.
    Thanks,
    Neil

    Hello
    Welcome to the club.
    If I undersand well, DennisG responded to one aspect of your question.
    The other: error message claiming that Helvetica is replaced by Helvetica Narrow is a problems which got response several times in this forum.
    It would be usefull to enter the Search tool:
     > more options
     > Pages '08
     > keyword missing AND font
    Here are some returned links:
    http://discussions.apple.com/thread.jspa?messageID=5729807
    http://discussions.apple.com/thread.jspa?messageID=6122353
    http://discussions.apple.com/thread.jspa?messageID=5674024
    Yvan KOENIG (from FRANCE mercredi 16 janvier 2008 15:57:2)

  • Question about the default style of af:inputText in ADF

    Hi all,
    Here's the situation I am facing:
    in the jspx page, I have a <af:inputText inlineStyle="bk_bean.defaultStyle"... onchange="validate(this)"/>
    in the javascript:
    function validate(control){
    // when the input is invalid:
    control.style.backgroundcolor='pink';
    // when the input is valid:
    control.style.backgroundcolor='#FFFFFF';
    because of the above assignment, the border of the <af:inputText> looks like 3D and lost its original look and feel. I need to keep the original border style. What I am thinking is that I will
    assign the default border style after assigning the background. But I don't know what the default border styles for <af:inputText> in ADF. Could someone help me with this? I tried to find one in this URL:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html
    but still couldn't see one that look like what I am looking for.
    Your help is highly appreciated!
    Shawn
    P.S. I tried this:
    function validate(control){
    // when the input is invalid:
    control.style.backgroundcolor='pink';
    // when the input is valid:
    control.style.backgroundcolor='#FFFFFF';
    control.style.border-style='solid';
    Not working at all, still had 3D look and feel.
    Edited by: shawn_abc on Feb 4, 2010 5:48 PM

    Hi Prasad,
    Thanks for your reply. I actually tried a similar way using the <style>. The thing is that whenever I set the background, the 'inset' style is applied implicitly. But now we use this: control.style.backgroundColor='' whenever the input is valid, then after correcting the input, the style goes back to whatever the original style. Though the 'inset' style is still applied when backgroundcolor is set when input is incorrect, but we accept that as long as after correcting input, the style goes back to the original style.
    Thanks for all inputs from everyone!
    Shawn

  • Default style for input

    I need a way to change the default style of a textfield. For
    example, if the textfield is required, I want the set the
    background color to yellow (FFFFCC) so that when the page
    containing that textfield loads the background color will already
    be yellow. Here is some sudo code that I thought would work but can
    get the spry css to over-ride:
    Default style:
    .textfieldDefaultState input, input.textfieldDefaultState {
    background-color: #FFFFCC;
    Textfield:
    <span id="sprytextfield1">
    <input type="text" name="text1" id="text1"
    class="textfieldDefaultState"/>
    <span class="textfieldRequiredMsg">A value is
    required.</span>
    </span>
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new
    Spry.Widget.ValidationTextField("sprytextfield1", 'none',
    {validateOn:['change']});
    //-->
    </script>

    Thanks for the response, but my problem is that I want the
    Spry CSS to override the default/initial CSS. In fact, I want the
    initial background color to be a designated color for my required
    field(s), for example yellow (which is currently the color used in
    conjunction with the onfocus event), when the page loads or is
    refreshed in addition to when the field is in focus. Currently the
    textfield samples have no default/initial CSS. When the required
    field is validated then the field should change. Currently the
    textfield samples use CSS to display the background color as red
    when the validation returns false and green when true.
    Thanks

  • How does one define a default style for a custom Flex component?

    How does one define a default style for a custom Flex component?
    hello
    I created a new set of Flex component library slib.swc (Flex 4.5). Would also like to have a default style. defaults.css file, making it the default style of the component library.
    Like flex the builder install directory of sdks \ 4.5.0 \ frameworks out \ libs directory has a spark.swc file, open with Winrar will see defaults.css this file. Defaults.css file defines the default style of the flex spark components.
    How can it be achieved?
    As follows
    slib.swc contains a CLabelEx components, and a defaults.css file
    defaults.css source file as follows:
    @ namespace s "library :/ / ns.adobe.com / flex / spark";
    @ namespace mx "library :/ / ns.adobe.com / flex / mx";
    @ namespace cn "http://os.slib.cn";
    cn | CLabelEx
            styBackgroundAlpha: 1;
            styBackgroundColor: # 569CC0;
            styBorderAlpha: 1;
            styBorderColor: # 569CC0;
            styBorderWeight: 1;
            styCornerRadius: 3;
    In slib.swc the application MyLabel.mxml of the source file as follows:
    <? xml version = "1.0" encoding = "utf-8"?>
    <s: Application, the xmlns: fx = "http://ns.adobe.com/mxml/2009
                               xmlns: s = "library :/ / ns.adobe.com / flex / spark"
                               xmlns: mx = "library :/ / ns.adobe.com / flex / mx"
                               xmlns: cn = "http://os.slib.cn
                               the minWidth = "955" The minHeight = "600">
            <fxeclarations>
            </ fxeclarations>
            <cn:CLabelEx x="67" y="112"/>
    </ s: Application>
    I hope CLabelEx default use cn | CLabelEx, style to display its appearance.
    I refer to above approach, but failed to achieve. Can you please re-Detailed
    Thanks!

    dj is right. Any Folder can be a picture folder.
    Create a root level folder and add it to your Pictures Library in Windows.  It will show up with all the scattered pictures from other programs. It can even be a different dirve if you like.  You  can even specify one to be the default save location for pictures in this dialog.
    Navigate to Pictures in your Libraries in Windows Explorer Right Click and select Properties.
    Message was edited by: Rikk Flohr forgot the instructions...

  • Default Styles

    i would be interested to know, what default styles\setting
    does everyone use for their css pages.
    here are mine.
    body { /* set everything to normal to define the base format
    font: normal 13px/normal Geneva, Arial, Helvetica,
    sans-serif;
    color: #000000;
    margin:0;
    margin-top:2px;
    margin-bottom:2px;
    h1 { font-size: 1.5em; margin: 0 .25em 0.65em 0; }
    h2 { font-size: 1.2em; margin: 0 .25em 0.65em 0; }
    h3 { font-size: 1.1em; margin: 0 .25em 0.4em 0; }
    p, td, th, div, blockquote, ul, li, dl, ol { font-size: 1em;
    p, td, th, blockquote { margin: 0.5em 0;} /* controls spacing
    between elements */
    .clearfloat { /* this class should be placed on a div or
    break element
    and should be the final element before the close of a
    container that
    should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    .convinline
    display:inline;
    .convblock
    display:block;
    .pararight
    text-align:right;
    .paraleft
    text-align:left;
    .paracentre
    text-align:center;
    .fleft
    float:left;
    .fright
    float:right;

    You can read about it here -
    http://www.tjkdesign.com (look
    for the article on clear floating).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "malcster2" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Seems OK. I normally add -
    >
    > html,body { min-height:100%;margin-bottom:1px; }
    >
    > after any body rule that sets margins. This forces a
    vertical scrollbar
    > on
    > all pages, even when they don't require one to avoid the
    left/right jog as
    > you navigate between pages that do and pages that don't
    exceed the
    > viewport
    > height in certain browsers (FF and Safari).
    >
    > You could reduce the verbosity a bit - for example:
    >
    > instead of this -
    >
    > > margin:0;
    > > margin-top:2px;
    > > margin-bottom:2px;
    >
    > this -
    >
    > margin:2px 0;
    >
    > I no longer use this kind of thing as a rule, opting for
    the
    > overflow:hidden
    > style -
    >
    > > .clearfloat { /* this class should be placed on a
    div or break element
    > > and should be the final element before the close of
    a container that
    > > should fully contain a float */
    > > clear:both;
    > > height:0;
    > > font-size: 1px;
    > > line-height: 0px;
    > > }
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "malcster2" <[email protected]> wrote
    in message
    > news:[email protected]...
    > >i would be interested to know, what default
    styles\setting does everyone
    > >use
    > > for their css pages.
    > > here are mine.
    > >
    > > body { /* set everything to normal to define the
    base format */
    > > font: normal 13px/normal Geneva, Arial, Helvetica,
    > > sans-serif;
    > > color: #000000;
    > > margin:0;
    > > margin-top:2px;
    > > margin-bottom:2px;
    > > }
    > >
    > >
    > > h1 { font-size: 1.5em; margin: 0 .25em 0.65em 0; }
    > > h2 { font-size: 1.2em; margin: 0 .25em 0.65em 0; }
    > > h3 { font-size: 1.1em; margin: 0 .25em 0.4em 0; }
    > >
    > > p, td, th, div, blockquote, ul, li, dl, ol {
    font-size: 1em; }
    > > p, td, th, blockquote { margin: 0.5em 0;} /*
    controls spacing
    > > between elements */
    > >
    > > .clearfloat { /* this class should be placed on a
    div or break element
    > > and should be the final element before the close of
    a container that
    > > should fully contain a float */
    > > clear:both;
    > > height:0;
    > > font-size: 1px;
    > > line-height: 0px;
    > > }
    > >
    > > .convinline
    > > {
    > > display:inline;
    > > }
    > >
    > > .convblock
    > > {
    > > display:block;
    > > }
    > >
    > > .pararight
    > > {
    > > text-align:right;
    > > }
    > >
    > > .paraleft
    > > {
    > > text-align:left;
    > > }
    > >
    > > .paracentre
    > > {
    > > text-align:center;
    > > }
    > >
    > > .fleft
    > > {
    > > float:left;
    > >
    > > }
    > >
    > > .fright
    > > {
    > > float:right;
    > > }
    > >
    > >
    >
    >
    >
    > thanks for that murray
    >
    > to be honest, i was wondering what the difference
    between overflow:hidden,
    > and
    > the .clearfloat style was
    >

  • How to make ROUNDED rectangle default style cp8?

    Hi,
    I want my smart shape style to be rounded rectangle, not squared. I have set up my object styles with color and all that good stuff, but there is no way I can see to make it the rounded shape instead of the squared off shape.  I also tried to change one on the properties panel thinking I could "apply to all" but that option is not available.  I am trying to use smart shapes as my captions in recording and it sure would be nice not to have to touch every single one and change it to rounded - defeats the purpose of styles, yes?
    Using CP8, latest version (I checked and there are no updates available), on a windows machine, 64 bit.
    Thanks!!!
    Kelly

    Rick, that option has effect on the captions inserted while creating a software simulation.
    @LMS_90 About which shapes as Text container are you talking? Object styles for Shapes do not include the 'form' of the shape. And at this moment, you cannot set such a form as being included in the default style, with the one exception that Rick points out: added text during a simulation capture.
    Even for Success/Failure/Hint shapes you cannot define that it always has to be a rounded rectangle. For Question slides, you can set them up in the master slides, and if you use always master slides with placeholders it is also possible. Quite a lot of the default themes have rounded rectangle shapes as text container for Title and Subtitle.
    Also in the Properties the 'form' is not part of the style: if you apply the default Shape Style that includes Stroke, Fill, Character properties, Margins, Shadow...but not the shape itself. That is the reason why 'Apply to all' cannot be used for the shape form.
    This is probably not the answer you expected, I try to change as much as possible in the Master slide.

  • Disabling default style (theme) at all

    Hi, I'm just starting using Flex 2. Is an interessant
    experience, as it blends many disciplines and skills.
    I'm demoing a demo for a project. The app has it's own style,
    so I linked the mxml file to an external CSS with style. The styles
    are applied with no problem.
    However the default styles shows when loading the page/app.
    When loaded the style changes. But I would like to disable the
    default style from the start.
    Any help will be appreciated. Thank you.
    Alvaro Medina G.
    http://www.escasoaporte.cl

    Hi, I'm just starting using Flex 2. Is an interessant
    experience, as it blends many disciplines and skills.
    I'm demoing a demo for a project. The app has it's own style,
    so I linked the mxml file to an external CSS with style. The styles
    are applied with no problem.
    However the default styles shows when loading the page/app.
    When loaded the style changes. But I would like to disable the
    default style from the start.
    Any help will be appreciated. Thank you.
    Alvaro Medina G.
    http://www.escasoaporte.cl

  • Style for following paragraph only works for RH default styles?

    I'm creating my own styles in the styles and formatting pod. When you choose 'Edit' and then fiddle with the settings in the dialogue box, there is an option for "Style (style for following paragraph).
    This is a great feature. The problem is, it only seems to work if you choose a style that existed by default in RH (e.g. Heading 1, Normal). When I choose a style I created, the next style created with a hard return is just a repeat of whatever style you were in on the previous line.
    It's hard for me to understand why it won't work with any of the other styles I created, since they all appear in this dialogue-box list as options. Could someone please enlighten me?

    I'm using the default style sheet. I've added my own topics in it.
    Any other thoughts?

  • How do I change default style in TextEdit?

    How do I change the default style in TextEdit -- that is, the style that a new document will automatically have? (In particular I want new docs to have certain ruler and spacing parameters.)
    I know how to add favorite styles and remove them -- but want to change the default style so that I don't have to select my favorite every time I create a new rtf document in TextEdit or other programs.
    I suspect this is simple -- but I can't figure it out or find it anywhere. EXTREMELY obliged for any solution.
    Thanks,
    Dave

    That will change the default for all new documents. That's the most formatting control avaiable in Text Edit. For more control over your docs try Apple Pages, neoOffice or MSWord.
    -mj

  • Bug in RichText fields default style

    The Microsoft version of Adobe Reader crashes, if the default style (DS) attribute
    of the widget dictionary has a trailing semicolon.
    E.g. crashes if
    /DS(font-family:'Courier'; font-size:10pt; )
    This will work:
    /DS(font-family:'Courier'; font-size:10pt)
    The MacOSX and Linux Version will work fine instead.
    Tested with 8.1 and 9.1 versions on all platforms.
    Clicking into the rich text field brings up the Microsoft crash dialog.
    Either the Microsoft windows version has a different code base or
    it uses a compiler which is not covering some missed initialisation...

    Thank you for reporting this. I have fixed this for Application Express 4.1.
    Joel

Maybe you are looking for

  • Table of records from a stored procedure

    Hi Where could I find an example or documentation about how to retrive a table of records from a Stored Procedure ?? Thanks

  • How to load a default page in web based application ?

    Hi I am new to j2ee , I have an application in which , when i start the application , login.html should be open by default . One way i found is that put the page name in <welcome-file> tag inside web.xml. My question is that there any other way like

  • RE: HELP !!! ACCIDENTALLY REMOVED "EVERYONE" FROM MACINTOSH HD USER LIST

    Last night, I looked at "Get Info" for the "Macintosh HD" At the very bottom of the window are listed Permissions, that consisted of (1) Owner, (2) Admin, (3)Everyone. I had the idea that if I REMOVED "Everyone" by selecting it and hitting "-", I cou

  • Trouble accessing lighting effects in CS6 for a rush job!

    This is driving me nuts.  I love lighting effects and need it for a rush job, but it is greyed out.  I am in RGB mode 8 bits.  I have tried flattening, layers and no matter what I still cannot access it.  Please help!!  I need this right away.  Thank

  • Can I upgrade and install Windows 7 on a K7N2 Delta2

    My sister has a computer which I built for her over four years ago. It has worked virtually trouble free since I gave it to her in 2006. It has XP on it and only two 512 memory sticks. She likes the computer but would like to have it updated to use W