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>

Similar Messages

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

  • Modify publish styles and template.xml for mobile devices

    Looking for lessons learned / recommendations regarding custom styles and edits to template.xml for content being accessed to mobile devices.
    Such as changing "click" to "tap".
    Additionally, any references for use of the "templateeditor.exe" appreciated!

    Create a different framework for your mobile devices.
    You can set different framework pages according to
    User, Role, Group, Bandwidth, URL Alias, Browser Type and Browser Version
    in Rule Collections.
    You can define your own rules in
    System Administration -> Portal Display -> Desktops & Display Rules
    If you are using different users on mobile devices best option is using different Desktops according to Groups otherwise you can use Browser Type or Browser Version...
    Regards
    Abdul.

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

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

  • Displaying default styles in an advanced style as theme based foi

    Hi,
    I have a problem to display the default style of an advanced style as theme based foi.
    According to the mapviewer log x feature were found to display but no one was rendered into the map.
    MapViewer with image layer works, MapBuilder, too.
    MapViewer version:
    Ver1033p5_B081010
    MapBuilder marker definition:
    <?xml version="1.0" ?>
    <AdvancedStyle>
    <BucketStyle>
    <Buckets default_style="C.ORANGE">
    <CollectionBucket seq="0" type="string" style="C.BLUE">90002,19208</CollectionBucket>
    <CollectionBucket seq="1" type="string" style="C.RED">14002,13004</CollectionBucket>
    </Buckets>
    </BucketStyle>
    </AdvancedStyle>
    The mapviewer log indicates 7 found featuers, but only 2 of them are displayed. The 5 items are using the default style and are not visible.
    LOG
    May 28, 2009 3:46:26 PM oracle.sdovis.LoadThemeData run
    FINER: LoadThemeData running thread: Thread-6894
    May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
    FINER: [Master scale] 46.091784655389 [Theme scale factor] 1.0
    May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
    FINEST: [ TEST_FOI_POI_2 ]: 2xxx973.7866666666,5xxx599.714666666,2xxx466.072533333,5xxx968.929066666
    May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
    FINEST: Theme query [ TEST_FOI_POI_2 ]: SELECT ID, GEOM, 'M.TEST_IMAGE2', null, 'null', -1, 'rule#0', ID, BEMERKUNG FROM FOI_TEST_POI WHERE MDSYS.SDO_FILTER(GEOM, MDSYS.SDO_GEOMETRY(2003, 31466, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(:mvqboxxl, :mvqboxyl, :mvqboxxh, :mvqboxyh)), 'querytype=WINDOW') = 'TRUE'
    May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
    FINER: [ TEST_FOI_POI_2 ] Fetch size: 100
    May 28, 2009 3:46:26 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
    INFO: [ TEST_FOI_POI_2 ] sql exec time: 0ms, total time loading 7 features: 31ms.
    May 28, 2009 3:46:26 PM oracle.lbs.mapserver.core.MapperPool freeMapper
    FINER: freeMapper() begins...
    May 28, 2009 3:46:26 PM oracle.lbs.foi.ThemeRenderingThread render
    FINER: 7 features loaded.31
    May 28, 2009 3:46:26 PM oracle.lbs.foi.ThemeRenderingThread render
    FINER: Total time rendering foi data:0
    May 28, 2009 3:46:26 PM oracle.lbs.foi.FOIServlet doPost
    FINEST: ---- begin FOI response ----
    {"foiarray":[{"id":"201","gtype":"2001","imgurl":"http://server02/mapviewer/images/foi/23_p_Sj_28_24.png","x":2xxx200,"y":5xxx800,"width":28,"height":24,"attrs":["201",]},{"id":"200","gtype":"2001","imgurl":"http://server02/mapviewer/images/foi/23_p_Sj_28_24.png","x":2xxx200,"y":5xxx866,"width":28,"height":24,"attrs":["200",]}],attrnames:["Bezeichnung","BEMERKUNG"],themeMBR:[1.0,0.0,0.0,2xxx422.22678222],hiliteImgPref:"Sh",hiliteMW:10,hiliteMH:10,isWholeImg:false}
    ---- end FOI response ----
    May 28, 2009 3:46:26 PM oracle.lbs.foi.FOIServlet sendGZippedResponse
    FINEST: Sending FOI response in gzip format.
    Regards,
    Cord

    Hi Joao,
    thanks!
    Do you know a workaround or alternative for that problem?
    I have a request of our customer. He has about 400 different group items. Only a few of them (40-60) should be defined with an individual style and the rest with a default style.
    The problem is, that the number of group items rises nearly daily. The new ones should automatically be displayed with the default style.
    Cord

  • Email font style and size

    Lately my email font style and size setting will not save.  I have to keep setting them each time I type an email. I do not want to use the default style and size. Why is this not working even though I follow the suggested instructions in the Settings area? Thank you.

    I have the same problem as kakingsbury. THIS IS A SUDDEN PROBLEM WITH VERIZON EMAIL. PLEASE SEND A FIX TO YOUR USERS, VERIZON!
    Recipients of my email (browser is Chrome) cannot read it because though I send it in 12 font, they receive it in "too small to read" font even when I change the size to 16. Tried changing from RTF to plain text but since the New Verizon email does not allow email in plain text it automatically adjusts back to RTF. 
    Tried changing the settings in Chrome Advanced settings then logging out and closing browser. Seems to work. Not sure if recipients will be able to read it.

  • Visio 2013 Default Line and Connector Styles

    This question has been asked previously, but the answer is not sufficient. In the older versions of Visio, all you had to do was right-click and select the "set as default" option to set the default style for lines/connectors/shapes.
    Where is this option for Visio 2013? No, I do not want to have to edit my custom template just to set a default style for lines/connectors/shapes. SETTING A DEFAULT SHOULD BE A BASIC FUNCTION.
    Do I need to edit the themes? Because that option does not appear either. Do I need to create a custom theme? How does one do that?
    Why should this be so difficult? It was a simple click-select before. 

    Hi,
    According to my research, I tried to find the option “set as default”.
    But I count find it both in Visio 2010 and Visio 2013.
    I find that right-click each shapes>Add to my shapes>favorites.
    So I think you can try to set default shapes to favorites.
    Please check the following picture:
    Now the mainstream software, including Office Flash Photoshop etc cancelled the option “set as default”.
    They want users to customize their common tools or style.
    Please refer to the following link:
    http://superuser.com/questions/226521/how-can-i-change-the-default-properties-of-visios-connector-tool
    I hope it's helps.

  • Can I Control the Style of the Default STDOUT Client Window?

    When a script is run in the background (i.e. not from a user initiated terminal session), and it has text to send to STDOUT, a default terminal window appears to contain the STDOUT text.
    Is there any way to configure the default style of these terminal windows so that the window width, height, font, etc are as desired? If so, where are these configuration parameters stored and what form do they take? Is there a reference to this concept in the Solaris documentation?
    Any ideas would be appreciated. Thank you.

    This would be a really bad idea - the reason Sun have moved the cache under user profiles (from jws 1.2 & jws 1.4.2) is because Windows XP users typically don't have write access to any area of the local disk except under their user profile.. moving the cache would also require changing the directory privileges to match (otherwise they wont be able to write to the cache) which we cant do from java. Another problem is extensions etc.. have been designed to work on a per user basis - I'm assuming your' re trying to force the per user cache into a global all users cache..?
    It's not terribly helpful as 1.5 contains even more changes to the cache structures as web start will be more fully merged with the java plugin - on the plus side 1.5 will also introduce a multi-tiered cache along with something called the system cache.. which might better suit your needs.
    - Richard

  • Hi there. I having a problem with InDesign PDF interactive export. I would keep my text area style and not text area default style when I export the PDF. How could I do?

    Could you help me?

    Thanks for the answer Sumit Singh,
    sorry but my problem keeps.
    I create a simple text area and then trasform it in interactive text area, set it, apply my paragraph/character style and at the end export it in PDF (interactive).
    I open the file with Adobe Acrobat, but when I customize it, words inside text area have stylized with default paragraph/character style.
    How could I keep my style on export interactive text area?
    Thanks a lot.

  • How do I set a default title and text style on Quick?

    On Adobe Premiere Essentials 13 video editing, if I use Quick is it possible to set a default style for titles and text? I see instructions for setting a default style in Expert, but that doesn't seem to work in Quick. Thanks.

    aperture14
    What is this Premiere Elements Essentials 13? I know the program only as Adobe Premiere Elements 13 for Windows or Adobe Premiere Elements 13 for Mac. On what computer operating system is it running and is it a pre-installed program from the computer manufacturer?
    So, if you have some modified version of Premiere Elements 13 Windows or Mac, I cannot give you a yes or no answer to
    if I use Quick is it possible to set a default style for titles and text?
    In Adobe Premiere Elements 13 Windows (assumed Mac also), there should be no problem in creating a text title in the Quick workspace and saving a particular text style and setting that created text style to the default. Are you OK with doing that in the Expert workspace if not the Quick workspace?
    Please give us more details of your situation so that we can customize a reply for you.
    Thank you.
    ATR

  • Control/Default values in Service Notifications and Service Orders

    Hi all,
    When in transaction IW52 and IW32 I know you can maintain a set of default values for when you are either creating a Service Notificaiton and/or a Service Order.
    My scenario is as follows:-
    User 1 has a set of default values and it contains Work Centre A.  User 1 then creates a Service Notification.
    User 2 has a set of default values and it contains Work Centre B.  User 2 then reviews the Service Notification created by User 1 and wishes to create a Service Order.
    When User 2 creates the Service Order, the default value for the Work Centre is using User 1's Work Centre (Work centre A) and not their own Work Centre of Work Centre B?
    What is stopping User 2 picking up their own Work Centre of Work Centre B when they want to create a Service Order from a Service Notification?

    Gary,
    The order takes its data from the notification (which got it from USER1's defaults).
    What you need to do is change the notification work centre to that of USER2's preferred default value.
    There is no standard setting for this. However, all is not lost. It may be possible by misuing one of the order user-exits
    PeteA

  • How to change default open and close effect in JavaFX TabPane

    I'm interested how I can change the default effect of closing and opening a tab in JavaFX TabPAne. I found that this can be configured by using:
        tabPane.setEffect(Effect ????);
    But which effects are available?

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • How to change DEFAULT font and font size on new Pages document

    When I open a new Page document, it always comes in with a default font and font size. I know how to change those settings on the open document.
    I want to know how to change the ~default~ font and font size so that a new Page document always opens with those default settings.
    -Thanks for your service to the community.

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

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

Maybe you are looking for

  • Lightning to vga adapter not working after ios 7 update

    After I installed ios 7 on my iphone and ipad, lightning to vga adapter A1439 stopped working on both machines. I thought that the first update would solve this problem. However, I recently installed 7.0.3 update but both machines still can not see t

  • If I change a file name, how can I get all the links to update?

    I've recently finished my webpage (kensingtonconcertseries.com),.....then my client wanted to change the name of one of his pages from 'Marold Duo' to 'Rodewald-Morebello Duo.' All of my links to that page are to the original page(MaroldDuo.html). Ar

  • Problem in displaying data when data is huge

    Hi All,           I am getting 1 strange problem in Adobe forms.In my form i have few subforms.For those i have set Auto fit property as true,Expand to fit property is true ,Allow multiple lines property is true ,Allow Page breaks within content prop

  • When I try to add a Watermark to my Interactive pdf, a pop-up message informs me "You do not have su

    I created a great interactive pdf in Indesign and then added Reader extension capability in Acrobat XI. However, when I now try to add a Watermark to my Interactive pdf, using Acrobat XI, a pop-up message informs me "You do not have sufficient permis

  • Cant connect my database using net service_name

    Good Morning to all; I trying to connect my database using net service_name , but i am getting error. I have tnsnames.ora entry and listener.ora entry. Please help me to crack this error. SQL> select name from v$database; NAME ORCLTEST SQL> grant con