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

Similar Messages

  • 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

  • [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

  • List Item Search Capability Is only Available in Default Style Views

    Hello,
            I am using SharePoint 2013 and I am impressed with the List Search Capability that is available when you use the Default Style view option.  What I am not impressed with is that the capability in not in all
    the other styles like shaded.  Is there any method that I can use to activate that functionality throughout all of my lists using any type of style like shaded.  For my organization it is a 508 compliance issue.
    Thank You
    PRSharePoint

    Hi,
    It is by default that view styles other than default has no inline Search box. In SharePoint 2013, if you need to customize list view style, you need to use JSlink property to change the fields' view:
    http://zimmergren.net/technical/sp-2013-using-the-spfield-jslink-property-to-change-the-way-your-field-is-rendered-in-sharepoint-2013
    http://blog.vgrem.com/2013/04/14/customize-the-rendering-of-a-list-view-in-sharepoint-2013-displaying-list-items-in-accordion/
    http://sharepoint.stackexchange.com/questions/101329/list-styling-in-sharepoint-2013
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • ChildWindow control default style and template - VS2013 Silverlight5

     Is there a updated version of ChildWindow control default style for VS2013 SIlverlight5. I am customizing the style to remove borders and the default style
    that I found on MSDN library seems old (2012). When I apply this style, the child window is placed at the top left corner (bug!?) instead of center. 
    Could some one provide the latest version of the style template.
    Thanks in advance.
    Salini

    This fixed the border and position issue I have earlier. Thank you for all your responses.
    <Style x:Key="ChildWindowStyle" TargetType="controls:ChildWindow">
                <Setter Property="IsTabStop" Value="false"/>
                <Setter Property="TabNavigation" Value="Cycle"/>
                <Setter Property="HorizontalAlignment" Value="Center"/>
                <Setter Property="VerticalAlignment" Value="Center"/>
                <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
                <Setter Property="VerticalContentAlignment" Value="Stretch"/>
                <Setter Property="BorderThickness" Value="1"/>
                <Setter Property="BorderBrush">
                    <Setter.Value>
                        <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                            <GradientStop Color="#FFA3AEB9" Offset="0"/>
                            <GradientStop Color="#FF8399A9" Offset="0.375"/>
                            <GradientStop Color="#FF718597" Offset="0.375"/>
                            <GradientStop Color="#FF617584" Offset="1"/>
                        </LinearGradientBrush>
                    </Setter.Value>
                </Setter>
                <Setter Property="OverlayBrush" Value="#7F000000"/>
                <Setter Property="OverlayOpacity" Value="1"/>
                <Setter Property="Template">
                    <Setter.Value>
                        <ControlTemplate TargetType="controls:ChildWindow">
                            <Grid x:Name="Root">
                                <Grid.Resources>
                                    <Style x:Key="ButtonStyle" TargetType="Button">
                                        <Setter Property="Background" Value="#FF1F3B53"/>
                                        <Setter Property="Foreground" Value="#FF000000"/>
                                        <Setter Property="Padding" Value="3"/>
                                        <Setter Property="BorderThickness" Value="1"/>
                                        <Setter Property="BorderBrush">
                                            <Setter.Value>
                                                <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                                                    <GradientStop Color="#FFA3AEB9" Offset="0"/>
                                                    <GradientStop Color="#FF8399A9" Offset="0.375"/>
                                                    <GradientStop Color="#FF718597" Offset="0.375"/>
                                                    <GradientStop Color="#FF617584" Offset="1"/>
                                                </LinearGradientBrush>
                                            </Setter.Value>
                                        </Setter>
                                        <Setter Property="Template">
                                            <Setter.Value>
                                                <ControlTemplate TargetType="Button">
                                                    <Grid x:Name="grid" Background="#02FFFFFF" HorizontalAlignment="Center"
    Height="14" VerticalAlignment="Center" Width="15">
                                                        <VisualStateManager.VisualStateGroups>
                                                            <VisualStateGroup x:Name="CommonStates">
                                                                <VisualState x:Name="Normal"/>
                                                                <VisualState x:Name="MouseOver">
                                                                    <Storyboard>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz2">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz1">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz0">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                        <DoubleAnimation
    Duration="0" To="0.95" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="X"/>
                                                                    </Storyboard>
                                                                </VisualState>
                                                                <VisualState x:Name="Pressed">
                                                                    <Storyboard>
                                                                        <DoubleAnimation
    Duration="0" To="0.85" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="X"/>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz2">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz1">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                        <ObjectAnimationUsingKeyFrames
    Storyboard.TargetProperty="Visibility" Storyboard.TargetName="X_Fuzz0">
                                                                            <DiscreteObjectKeyFrame
    KeyTime="0" Value="Visible"/>
                                                                        </ObjectAnimationUsingKeyFrames>
                                                                    </Storyboard>
                                                                </VisualState>
                                                                <VisualState x:Name="Disabled">
                                                                    <Storyboard>
                                                                        <DoubleAnimation
    Duration="0" To="0.5" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="X"/>
                                                                    </Storyboard>
                                                                </VisualState>
                                                            </VisualStateGroup>
                                                        </VisualStateManager.VisualStateGroups>
                                                        <Path x:Name="X_Fuzz2" Data="F1 M 6.742676,3.852539 L 9.110840,1.559570
    L 8.910645,0.500000 L 6.838379,0.500000 L 4.902832,2.435547 L 2.967285,0.500000 L 0.895020,0.500000 L 0.694824,1.559570 L 3.062988,3.852539 L 0.527832,6.351563 L 0.689941,7.600586 L 2.967285,7.600586 L 4.897949,5.575195 L 6.854004,7.600586 L 9.115723,7.600586
    L 9.277832,6.351563 L 6.742676,3.852539 Z" Fill="#14C51900" HorizontalAlignment="Center" Height="8" Margin="0,-1,0,0" Opacity="1" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="#14C51900"
    Visibility="Collapsed" VerticalAlignment="Center" Width="9">
                                                            <Path.RenderTransform>
                                                                <TransformGroup>
                                                                    <ScaleTransform ScaleY="1.3"
    ScaleX="1.3"/>
                                                                </TransformGroup>
                                                            </Path.RenderTransform>
                                                        </Path>
                                                        <Path x:Name="X_Fuzz1" Data="F1 M 6.742676,3.852539 L 9.110840,1.559570
    L 8.910645,0.500000 L 6.838379,0.500000 L 4.902832,2.435547 L 2.967285,0.500000 L 0.895020,0.500000 L 0.694824,1.559570 L 3.062988,3.852539 L 0.527832,6.351563 L 0.689941,7.600586 L 2.967285,7.600586 L 4.897949,5.575195 L 6.854004,7.600586 L 9.115723,7.600586
    L 9.277832,6.351563 L 6.742676,3.852539 Z" Fill="#1EC51900" HorizontalAlignment="Center" Height="8" Margin="0,-1,0,0" Opacity="1" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="#1EC51900"
    Visibility="Collapsed" VerticalAlignment="Center" Width="9">
                                                            <Path.RenderTransform>
                                                                <TransformGroup>
                                                                    <ScaleTransform ScaleY="1.1"
    ScaleX="1.1"/>
                                                                </TransformGroup>
                                                            </Path.RenderTransform>
                                                        </Path>
                                                        <Path x:Name="X_Fuzz0" Data="F1 M 6.742676,3.852539 L 9.110840,1.559570
    L 8.910645,0.500000 L 6.838379,0.500000 L 4.902832,2.435547 L 2.967285,0.500000 L 0.895020,0.500000 L 0.694824,1.559570 L 3.062988,3.852539 L 0.527832,6.351563 L 0.689941,7.600586 L 2.967285,7.600586 L 4.897949,5.575195 L 6.854004,7.600586 L 9.115723,7.600586
    L 9.277832,6.351563 L 6.742676,3.852539 Z" Fill="#FFC51900" HorizontalAlignment="Center" Height="8" Margin="0,-1,0,0" Opacity="1" Stretch="Fill" Stroke="#FFC51900" Visibility="Collapsed"
    VerticalAlignment="Center" Width="9"/>
                                                        <Path x:Name="X" Data="F1 M 6.742676,3.852539 L 9.110840,1.559570
    L 8.910645,0.500000 L 6.838379,0.500000 L 4.902832,2.435547 L 2.967285,0.500000 L 0.895020,0.500000 L 0.694824,1.559570 L 3.062988,3.852539 L 0.527832,6.351563 L 0.689941,7.600586 L 2.967285,7.600586 L 4.897949,5.575195 L 6.854004,7.600586 L 9.115723,7.600586
    L 9.277832,6.351563 L 6.742676,3.852539 Z" Fill="#FFFFFFFF" HorizontalAlignment="Center" Height="8" Margin="0,-1,0,0" Opacity="0.7" Stretch="Fill" VerticalAlignment="Center" Width="9">
                                                            <Path.Stroke>
                                                                <LinearGradientBrush EndPoint="0.5,1"
    StartPoint="0.5,0">
                                                                    <GradientStop Color="#FF313131"
    Offset="1"/>
                                                                    <GradientStop Color="#FF8E9092"
    Offset="0"/>
                                                                </LinearGradientBrush>
                                                            </Path.Stroke>
                                                        </Path>
                                                    </Grid>
                                                </ControlTemplate>
                                            </Setter.Value>
                                        </Setter>
                                    </Style>
                                </Grid.Resources>
                                <VisualStateManager.VisualStateGroups>
                                    <VisualStateGroup x:Name="WindowStates">
                                        <VisualState x:Name="Open">
                                            <Storyboard>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="Opacity"
    Storyboard.TargetName="Overlay">
                                                    <EasingDoubleKeyFrame KeyTime="0" Value="0"/>
                                                    <EasingDoubleKeyFrame KeyTime="00:00:00.3" Value="1"/>
                                                </DoubleAnimationUsingKeyFrames>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="(RenderTransform).(Children)[0].ScaleX"
    Storyboard.TargetName="ContentRoot">
                                                    <SplineDoubleKeyFrame KeyTime="0" Value="0"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.25" Value="0"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.4" Value="1"/>
                                                    <SplineDoubleKeyFrame KeySpline="0,0,0.5,1" KeyTime="00:00:00.45"
    Value="1.05"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.55" Value="1"/>
                                                </DoubleAnimationUsingKeyFrames>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="(RenderTransform).(Children)[0].ScaleY"
    Storyboard.TargetName="ContentRoot">
                                                    <SplineDoubleKeyFrame KeyTime="0" Value="0"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.25" Value="0"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.4" Value="1"/>
                                                    <SplineDoubleKeyFrame KeySpline="0,0,0.5,1" KeyTime="00:00:00.45"
    Value="1.05"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.55" Value="1"/>
                                                </DoubleAnimationUsingKeyFrames>
                                            </Storyboard>
                                        </VisualState>
                                        <VisualState x:Name="Closed">
                                            <Storyboard>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="Opacity"
    Storyboard.TargetName="Overlay">
                                                    <EasingDoubleKeyFrame KeyTime="0" Value="1"/>
                                                    <EasingDoubleKeyFrame KeyTime="00:00:00.3" Value="0"/>
                                                </DoubleAnimationUsingKeyFrames>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="(RenderTransform).(Children)[0].ScaleX"
    Storyboard.TargetName="ContentRoot">
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.2" Value="1"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.25" Value="1.05"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.45" Value="0"/>
                                                </DoubleAnimationUsingKeyFrames>
                                                <DoubleAnimationUsingKeyFrames BeginTime="0" Storyboard.TargetProperty="(RenderTransform).(Children)[0].ScaleY"
    Storyboard.TargetName="ContentRoot">
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.2" Value="1"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.25" Value="1.05"/>
                                                    <SplineDoubleKeyFrame KeyTime="00:00:00.45" Value="0"/>
                                                </DoubleAnimationUsingKeyFrames>
                                            </Storyboard>
                                        </VisualState>
                                    </VisualStateGroup>
                                </VisualStateManager.VisualStateGroups>
                                <Grid x:Name="Overlay" Background="{TemplateBinding OverlayBrush}" HorizontalAlignment="Stretch" Margin="0" Opacity="{TemplateBinding
    OverlayOpacity}" VerticalAlignment="Top"/>
                                <Grid x:Name="ContentRoot" HorizontalAlignment="{TemplateBinding HorizontalAlignment}" Height="{TemplateBinding Height}" RenderTransformOrigin="0.5,0.5"
    VerticalAlignment="{TemplateBinding VerticalAlignment}" Width="{TemplateBinding Width}">
                                    <Grid.RenderTransform>
                                        <TransformGroup>
                                            <ScaleTransform/>
                                            <SkewTransform/>
                                            <RotateTransform/>
                                            <TranslateTransform/>
                                        </TransformGroup>
                                    </Grid.RenderTransform>
                                    <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="#FFFFFFFF"
    CornerRadius="2">
                                        <Border CornerRadius="1.5" Margin="1">
                                            <Border.Background>
                                                <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                                                    <GradientStop Color="#FFE5E8EB" Offset="1"/>
                                                    <GradientStop Color="#FFF6F8F9" Offset="0"/>
                                                </LinearGradientBrush>
                                            </Border.Background>
                                            <Grid>
                                                <Grid.RowDefinitions>
                                                    <RowDefinition Height="Auto"/>
                                                    <RowDefinition/>
                                                </Grid.RowDefinitions>
                                                <Border x:Name="Chrome" BorderBrush="#FFFFFFFF" BorderThickness="0,0,0,1"
    Width="Auto">
                                                    <Border.Background>
                                                        <LinearGradientBrush EndPoint="0.5,0.528" StartPoint="0.5,0">
                                                            <GradientStop Color="#FFE5E8EB" Offset="1"/>
                                                            <GradientStop Color="#FFFEFEFE" Offset="0"/>
                                                        </LinearGradientBrush>
                                                    </Border.Background>
                                                    <Grid Height="Auto" Width="Auto">
                                                        <Grid.ColumnDefinitions>
                                                            <ColumnDefinition/>
                                                            <ColumnDefinition Width="30"/>
                                                        </Grid.ColumnDefinitions>
                                                        <ContentControl Content="{TemplateBinding Title}" FontWeight="Bold"
    HorizontalAlignment="Stretch" IsTabStop="False" Margin="6,0,6,0" VerticalAlignment="Center"/>
                                                        <Button x:Name="CloseButton" Grid.Column="1" HorizontalAlignment="Center"
    Height="14" IsTabStop="False" Style="{StaticResource ButtonStyle}" VerticalAlignment="Center" Width="15"/>
                                                    </Grid>
                                                </Border>
                                                <Border  Grid.Row="1">
                                                    <ContentPresenter x:Name="ContentPresenter" ContentTemplate="{TemplateBinding
    ContentTemplate}" Content="{TemplateBinding Content}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
                                                </Border>
                                            </Grid>
                                        </Border>
                                    </Border>
                                </Grid>
                            </Grid>
                        </ControlTemplate>
                    </Setter.Value>
                </Setter>
            </Style>

  • How to make a field default in mm01 while coping from other material

    hi all,
    i want to make a field default in mm01 ....mara-mstae -
    say value 'A', when
    i am coping from other material.
    normally a T.variant is working in the scenario when im creating a material
    but not when i am coping from other material.
    Any field exits would work on that .if so  how?
    thanks in advance,\
    sg

    i have to make the x-plant material status as 'BE' in mm01 basic view 1 ,when the material is created or copied from .<b>but it should be only default for the user might change it</b> 
    now when the material was created its workin---- coz a transaction variant has been created.
    but when im coping it from other material its picking the properties of the old material ( from which im coping) ..not the field value which i want to display as default.
    field exit only validates. can we give default value by it ,before saving a material??????
    thanks,
    sg

  • 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.

  • Bug after adding fields in advanced search mode of af:query

    We are migrating from JDeveloper 11.1.1.6 to 11.1.1.7.
    I noticed the following issue:
    In a page with search criteria (based on a view object), when the user adds an additional field in advanced search mode and clicks on a full submit button in the page, the following browser popup appears:
    "This page is asking you to confirm that you want to leave - data you have entered may not be saved."
    This was logged as a bug in Oracle Support but we have not been able to find a workaround yet.
    This is the only issue currently blocking us from migrating to 11.1.1.7. Has anyone else faced this issue? Any ideas on how we can bypass this behavior?
    Thank you,
    Gabriel.

    Unfortunately, the latest update from Oracle Support was that they no longer consider this a bug!
    SR 3-7706485141: Additional Fields in af:query problem - JDeveloper 11.1.1.7
    Bug 17346704 - ADDING FIELD TO AF:QUERY ADVANCED SEARCH CAUSES SPURIOUS WARNING DIALOG POPUP
    1. I cannot understand how something that blocks user actions and cannot be bypassed in any way could be considered "acceptable behavior".
    2. I also do not understand how a Bug can be lodged and then have its status changed to "Not a Bug".
    3. Even if we were to ignore this issue and convince our customers that they should be delayed by meaningless popups while working (which we cannot), their is still another issue that makes this functionality dysfunctional. When the user clicks on "Stay on Page" the popup closes and the page freezes and becomes unresponsive.
    Off course this is another issue and a different SR should open, but I think it shows that something is going very wrong with this functionality.
    I wonder if anyone else is considering using JDeveloper 11.1.1.7.0 in a production system.

  • 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

  • How to Control default Styles(Font,BGColor,Size) for WPC Objects.

    Hi All,
    This is Ganesh, Current i am working on Content Migration Using WPC.Now My Question, while we are creating the Site Content using WPC(Like Articles, Paragraph's, etc...), while we are typing the content for Article, its showing in one font, after creation of article,while we are previewing of the Article , its showing in Blue Color Letter's and Shade Blue back ground and also Coming font big in size.
    If i am creating the paragraph, while we are previewing the its Displaying in Black Color.
    From where the details of font, size and back ground colors are coming in WPC objects.and if they have to modified, how can it be done?
    Where We can Control the Default Styles for WPC Content Creation Objects.If Possible how to modify?
    Please provide some valuble inputs for my Query???
    Thanks in Advance
    Krishna Ganesh

    Ganesh,
    You are absolutely right. If you modify the xml, xsl and css files supplied by the standard SAP it will affect all the users. Please note that whenever you need to modify the css, you need to do the same in /etc/wpceditor/css/runtime folder. Modification of the css in /etc/wpceditor/css/designtime folder is not of any use.
    If you do not want the changes made to the style to affect all other users, it is always wiser and recommended to create your own custom webform. Some webforms like Article, Link List, banner, teaser etc are provided by SAP. If you want to create your own webform and apply the style to that webform alone then you need to follow the process of creating custom webforms in WPC.
    In order to change the style you need to understand a bit of XML and XSL transformation.
    You can refer to the following sdn help for the same - http://help.sap.com/saphelp_nw70/helpdata/en/45/599b78b0aa3bdde10000000a1553f7/frameset.htm
    Hope it helps. Let me know if you need any further clarification.

  • Default Style for

    I've used a seperate style sheet to create different styles for my header text and my body text on the content server side, for records that open up. I now have noticed that the lists don't have a class assigned to them. I need a way to assign them a style I have set up on a style sheet. Does anyone know how to get the ul and ol class tags to take a style from a style sheet that you create. If anything is there a way to set up a default style for all tags that don't have a class assigned to them?
    Thanks,
    Brie

    I am using Portal version 3.0.9.8.0

Maybe you are looking for

  • How do I find my username on my eprint printer to log into it?

    I am trying to set up an eprint account for a Laserjet P1606dn I put a passord on the printer. I know the password, but it prompts me for a username. I don't even remember defining a username, and have tried everything I can think of, without success

  • About mapping

    hi to all,      whether we can use two different type of mapping (ex : abap,xslt or java & xslt  ),in single message mapping.                  thanx in advance.                      kumar.

  • Active X Control for Flash Player could not be registered?????

    I have Win XP Pro, IE 8, McAfee AV/firewall.  Am administrator. Have tried every solution on Adobe troubleshoot solution page several times to no avail. have 2 other computers with Win XP Home IE 8 and McAfee.  they both installed Flash Player with n

  • HELP! how to delete duplicates in iPhoto?

    Every time i update iPhoto i get a number of duplicates (it varies from 1 extra to 12!).  This is not surprisingly REALLY ANNOYING.  How can I automatically delete these.  Manually will take weeks!

  • Bid Evaluation Time Out

    Hi Experts, We have installed the basic SRM system on Classic Mode. The Bidding Functionality is working fine with Bid Invitation getting published and Bid responce getting created and can be accepted properly. Issue is only when we click on the "Bid