Scrolling with images in a jeditorpane

Hi,
I'm really struggling with a jeditor pane. I'm using it to show formatted system messages in the interface i'm writing. In some cases these messages may include an image (usually a reference to an online image using html <img> tags.)
What I want to do is automatically scroll to the bottom of the pane when new text is added. If i use only html formatted text this works fine, but as soon as there is an image in there it doesn't scroll far enough. I believe what's happening is that the image has not finished loading so it scrolls only the length of the placeholder.
This is the code i'm using to scroll:
JEditorPane IMPane;
JScrollPane IMScroller;
//...snip...
private void scrollPaneToBottom(){
        SwingUtilities.invokeLater(new Runnable(){
            public void run(){
                if (isAdjusting()){
                    return;
                int height = IMPane.getHeight();
                IMPane.scrollRectToVisible(new Rectangle(0, height - 1,1, height));
    private boolean isAdjusting(){
        JScrollBar scrollBar = IMScroller.getVerticalScrollBar();
        if (scrollBar != null && scrollBar.getValueIsAdjusting()){
            return true;
        return false;
    }I have tried various options including moving the caret but to no avail. Perhaps there is some way i can wait till the page is fully loaded or something like that?
I hope somebody can help me with this - it's driving me bananas.
Thanks in advance,
Crystal

In the future, Swing related questions should be posted in the Swing forum.
I would guess your isAdjusting() method is returning true, so the code never executes.
An easier way to scroll to the bottom is to use:
textComponent.setCaretPosition( textComponent.getDocument().getLength() );

Similar Messages

  • How can I have a browser image that scrolls with images on top of it scrolling in tandem -

    How can I have a browser image that scrolls with images on top of it scrolling in tandem - so the background is a hexagon pattern with small images inside some hexagons and I want them all to be scrollable as a user uses the browser scroll bars. At the moment the background image jumps when I preview so the small hexagons all become out of alignment. Any tips appreciated. I have browser image set to tile - pinned at the middle and set to scrolling - the small images are not pinned -

    Thanks for your answer - The images on the top layer are also links and change to show they're links on rollover - so I wanted to keep them as separate graphics - and it works to a point but when I preview the page in a browser the tiled browser image always moves no matter how I pin it and then everything becomes unaligned. Any further suggestions appreciated.

  • Very Slow Scrolling with Images

    I'm running Framemaker 11 on a Windows 7, 64-bit machine with an i7 processor at 2+ ghz and 8.0 MB RAM.
    My Frame files, with imported/referenced images, are scrolling extremely slowly. When I say slow, I mean as the page scrolls into view it freezes for 10 - 20 seconds before "catching up" and displaying the page.
    I have a "background" image on my master pages that contains simple graphics for the top header and some borders to delineate areas of the page. Those backgrounds are imported. Thjese imported files are about 1.1 MB.
    My remaining images are imported by reference on the various body pages. They are .ai files and are 2.5 - 5 (ish) MB in size.
    I've been searching for an answer. My deadline is going to pass my by while I wait for pages to load. Please help!

    > ... I have read that JPGs aren't the way to go in FM ...
    We convert them to EPS as well. EPS does raster. It does, however, always come in at "100%" in FM, and you cannot learn the dpi from FM. You can choose CYMK or RGB, depending on your color management needs.
    > any advice on a better file type for screenshots and photos?
    Screenshots are a different matter. Because they tend to contain long repeats of single pixel colors, we use TIF for that, as they compress well with any of the repeat-count compressions. You could also use EPS, but the FM preview is apt to be illegible.
    A challenge with screen shots is avoiding having them re-sampled during render to PDF. I would recommend importing them at native res (typically 72 or 90 dpi), and keeping that below the threshold for whatever resampling is done in PDF print, Distill or Acrobat Optimize. If you need to scale screenshots, use integer multiples or fractions, and "nearest neighbor".
    > ... although my graphics designer is throwing an absolute fit because the images look horrible when viewing them in FM.
    You can improve EPS (and PDF import) preview by using the scaling trick (up to 500%) or so. Rescale the source image up (elect rescale stroke and effects) before saving to EPS. Rescale down after import to FM. The final file size won't change materially for vector art, and won't be much different for contone raster if your rendering workflow is set to resample down to what they were to begin with. The preview will be 4x sharper, but still indexed color.
    Naturally. there is a small performance penalty for using the scaling trick. Also, the previews are metadata that will survive into, and inflate the size of the PDF, unless redacted downstream (Examine Document in Acrobat Pro; later versions of PDF printing and Distill may have an option for that too).
    Another preview performance killer is rotation. Anything other than importing at 0 degrees can send FM off into la-la land.
    Bad network fs performance can bog you down too.

  • News scroller with images/videos

    Any help would be appreciated.
    I am trying to create a news scroller such as the one on espn.com where you have a scrolling news component that can contain images and or videos and links to news stories stored in the database. Does anyone have any guides or tips on how best to achieve this using adobe products?
    Thanks

    http://www.4shared.com/file/bxrF7_f5/modi.html
    Here is the link which contains code to download a xml and display the pictures  from guardian site

  • I am having troubles with 3 things: scrolling with my laptop mouse, controlling my laptops volume with F9 and F10 keys, and I can not copy and paste images.

    I am having troubles with 3 things: scrolling with my laptop mouse, controlling my laptops volume with F9 and F10 keys, and I can not copy and paste images.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    volume controls issues are windows, not firefox.
    How your copy and paste your image? from where to where

  • Selectable text with images scroller

    I've been looking everywhere to see if it is it possible to
    have images embedded within a selectable text scroller? I can do
    everything except embed images that will scroll with the text. So
    far, when I embed images, the text becomes static.
    Does anyone have a solution?
    MJ

    You should process the found instances back to front:
    for (i = f.length-1; i >= 0; i--)
    Peter

  • Re: WPF image scrolling with mouse move guestors

    hi i have one wpf application in that i have grid inside that i have button (with image and text block )
    sample code:
        <Grid Background="Black">
            <Grid>
                <Grid.RowDefinitions>
                    <RowDefinition Height="350" />
                    <RowDefinition Height="350" />
                    <RowDefinition Height="auto" />
                    <RowDefinition Height="auto" />
                </Grid.RowDefinitions>
                <Image  Source="/WpfApplication1;component/OpticResources/MB_Label.png" Grid.Row="0" Height="100" Width="450" Margin="80,80,0,0" HorizontalAlignment="Left"
    VerticalAlignment="Top"/>
                <Grid x:Name="HorizontalScrollBarGrid" Grid.Row="1" Height="350" >
                    <Grid.Background>
                        <ImageBrush  ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                    </Grid.Background>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition x:Name="LeftScrollRow" Width="Auto"/>
                        <ColumnDefinition x:Name="HorizontalContentRow" Width="*"/>
                        <ColumnDefinition x:Name="RightScrollRow" Width="Auto"/>
                    </Grid.ColumnDefinitions>
                    <RepeatButton x:Name="LeftButton" Grid.Column="0" Height="340" Style="{StaticResource ScrollBarButton}"
                      Width="40"  Microsoft_Windows_Themes:ScrollChrome.ScrollGlyph="LeftArrow"
                      Click="LeftButton_Click" >
                    </RepeatButton>
                    <ScrollViewer x:Name="HorizontalScroller"
                    Grid.Column="1"
                    VerticalScrollBarVisibility="Disabled"
                    HorizontalScrollBarVisibility="Hidden"
                    CanContentScroll="True"
                    SizeChanged="HorizontalScrollViewer_SizeChanged"
                    Loaded="HorizontalScrollViewer_Loaded"
                    ScrollChanged="HorizontalScrollViewer_ScrollChanged">
                        <StackPanel x:Name="HorizontalContentPanel" Orientation="Horizontal">
                            <Button x:Name="climate"  Width="287" Height="260" Style="{StaticResource TransparentStyle}"
    Click="climate_Click">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/climate.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Climate</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="20" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335">
                            </Rectangle>
                            <Button x:Name="Seat" Width="287" Height="260"  Style="{StaticResource TransparentStyle}"
    Click="Seat_Click" >
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/seat.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Seat</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                                <Button x:Name="Remote" Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/phone.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Remote</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="Radio"  Width="287" Height="260" Style="{StaticResource TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/tuner.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Radio</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="media"  Width="287" Height="260" Style="{StaticResource TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/media.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Media</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="vehicle_functions"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                        <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Vehicle Functions</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                        <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight1"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight2"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight3"   Width="287" Height="260">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                        </StackPanel>
                    </ScrollViewer>
                    <RepeatButton x:Name="RightButton"  Grid.Column="2" Width="40" Height="340" Click="RightButton_Click" 
    Focusable="False" Style="{StaticResource ScrollBarButton}"
                                 Microsoft_Windows_Themes:ScrollChrome.ScrollGlyph="RightArrow"   >
                    </RepeatButton>
                </Grid>
            </Grid>
        </Grid>
    I want to do the swipe functionality that should work in win8 tablet ???
    so when i swipe on second image to right it should move to right ....

    Following links should help you implement swipe functionality.
    http://egiardina.bloggingabout.net/2010/11/23/adding-swipe-functionality-to-wpf-applications/
    http://www.codeproject.com/Articles/370650/Simple-Metro-Style-Panorama-Control-for-WPF
    http://www.codeproject.com/Articles/741026/WPF-FlipView
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • Has anybody else been seeing (Not Responding) at the top of the screen and having thier browser not respond to wheel scrolling and scrolling with the usual slider at the right part of the screen?

    I have noticed my Firefox browser is having way too many incidences where it is "Not Responding". The browser freezes up for a second quite often and the "Not Responding" message will appear at the top of the screen.
    The browser will also not scroll with either the scroll bar on the right nor with the mouse wheel. Both used to work in previous versions of Firefox, but it seems to have gotten worse since Firefox 5 0r 6. The same with the "Not Responding". It is happening more with Firefox 7 than in at least the past two versions.
    Anybody else having these issues? Seems like they are hand-in-hand. Thanks for any and all help or advice. It's making me pretty angry since I'm online all day for work.
    Just an FYI. At the bottom of my troubleshooting copy/paste is a suggestion to update the driver for my graphics. That was a no-go. I tried that.

    Thank you for this first reply! I'll have to give this a try later....the main laptop I experience this on crashed not more than an hour after I posted this issue. I'm on a tiny, slow netbook that hasn't had the same problem. Now I'm wondering if I picked up a Trojan on the main laptop and the "Not Responding" message is a side effect of a virus or Trojan.
    One of the system .dll files has been corrupted and I'm not being allowed to use recovery discs, previous disc images, or any recovery options. That was an all day sucker yesterday and from what I've read on forums and have researched, it appears I'm going to need to reload the operating system. If it is indeed a Trojan/virus, I'm surprised it made it through my antivirus and firewall. Anything is possible, really.
    Thanks again, I'll get back with results once I get the wounded laptop back up and running.

  • Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV

    Terry White, Adobe worldwide evangelist, shows how Adobe Muse CC lets you create stunning effects with just a few clicks. Make images and elements move in different directions at different speeds when scrolling — all without writing code.
    http://adobe.ly/12yzGv0

    There has to be a way to create a Re: Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV slideshow that fills browser width. It's not a problem for desktop, but it is a problem for laptops/tablets/phones.
    How did the site in the tutorial do it? Terry said it was created in Muse.
    Here is a test site that I've been working on - I would love to make it responsive w/o having to create separate tablet/phone sites:
    http://mandm.businesscatalyst.com
    Any suggestions?

  • XML scrolling thumbnail, image loader, & Buttons [halfway works]

    Intro:
    I started a flash-based website a few years ago. Back in 2006 I was able to get a xml scrolling thumbnail, image loader to work without a glitch.
    For numerous reasons I had to put the project on hold until now. [one was that my 30 day trial of flash expired and only recently was I able to purchase the Adobe Web Suite CS4 as well as a new computer which could run the apps.]
    Last Friday saw a bump in the road in the development of my site as two, rather straightforward task, turned into something short of a nightmare as I have been unable to get past these two, seemingly, relatively simple task.
    I have posted in 4 other flash forums the issues, in detail, that I am facing - and have quite a bit of interest/views in the topic as the numbers suggest - yet no response/answer as of yet. [Which confirms other messages I have seen which seem to state that working with buttons has become increasingly difficult with the newer version of flash - something Im a bit surprised with actually from Adobe. - I would have thought there would be a palette where you could set parameters...]
    Screenshot of Site/Timeline:
    Before getting into the two questions I have, I would like to post an image of the site as it looks whenever an swf file is saved out, as well as a piece of the timeline in the back for reference.
    Issue #1
    As of now when the swf file is saved out you get exactly what you see above:
    a: A scrolling thumbnail
    b: ...which loads a large image when clicked on it - PEFECT...
    BUT...
    1a: I need for the buttons to load in this action, not for it to just load on its own.
    [i.e., the silk_paintings gallery is what is open, so I need the "silk_paintings" button to call up this action]
    note: Initially I had attacked this problem by taking out the actions layer you see above and applying it directly to the individual buttons with some crude MouseEvent Listener/Handerls... that did not work - at all.
    Im sure it may be "easier" to make an array out of it, but with my coding level it may be "easier" to apply it to the buttons.
    1b: How I currently see it, I would take the xml-list and duplicate it for the number of galleries I have.
    [I would then re-name the xml-list to reflect the name of the galleries they are to represent, i.e. "silk_paintings"]
    [also, I would have to rename the folders to "thumbnails1,2,3, etc., & "images 1,2,3, etc"
    From there I would duplicate the actions and paste it into the buttons, changing the xml-list name to that of "silk_paintings", etc., as well as write in the MouseEvent listener Handler to make it work. [ah, ha, but what is that magic phrase, I have tried to implement various code from other tutorials, and all in vein.]
    Issue #2
    At this point I would be tickled pink just to get this to basic function to work.
    However, once the buttons are working and calling up the xml, etc., then I need the buttons to stay on the semi-transparent blue color it is whenever in the 'hit' state. [note: NOT pictured above.]
    With the way the buttons are currently set up, and with wanting to use scripting to get them to interact with the thumbnail gallery, it will have to be some miraculous code to tell that button what color to stay as whenever its clicked, and of course it going back to white when another button is clicked.
    Conclusion:
    Since this is an Adobe Forum I would like to make a few additional statements in hopes that the developers, etc. may take heed.
    Adobes products are not cheap, and when I went to purchase the websuite I went in as a designer needing a program as not to need to program.
    I understand the flexibility that coding gives, but something as simple as linking buttons should not be in the realms of rocket science. [yes, for many its not...but my brain just does not operate that route despite all the tutorials thrown at me.]
    Again, it would seem that there would be a button panel where you could drag options like scrolling thumbnail slider, loader, and then parameters would come up. [much like Apples iWeb. - but before the argument of one being pro and the other for non-pros, I see it differently. Software should not be the limiting factor in how flexible you can design, or rather ones lack of programming shouldnt be. With all the talented, and I say this in all humility and honesty, programmers working for Adobe, Im sure something could be programmed like what Im asking for.]
    note: Director is a good example, back in 1997 I knew nothing of multimedia and in one week I had assembled a portfolio, clicking buttons, speech, movies, and all. - and no, I dont have the money to buy more software!
    At this moment I am at the mercy of someone who reads code like its a nighttime tale they are telling their kids, and who can see the exact issue I have and can share the appropriate, correct code. [as I have noticed, it has to be on target - naturally - but this target changes with just a slight change in the design.]
    Thank you,
    peace
    Dalen
    p.s.
    The actionscript: [note: This is only the current working/good code that Im trying to get the buttons to call up.]
    stop();
    fscommand("allowscale", false);//keep SWF display at 100%
    var x:XML = new XML ();//Define XML Object
    x.ignoreWhite = true;
    var fullURL:Array = new Array;//Array of full size image urls
    var thumbURL:Array = new Array;//Array of thumbnail urls
    var thumbX:Number = 25;//Initial offset of _x for first thumbnail
    x.onLoad = function(){ //Function runs after XML is loaded
        var photos:Array = this.firstChild.childNodes;//Defines variable for length of XML file
         for (i=0;i<photos.length;i++) {//For loop to step through all entry lines of XML file
              fullURL.push(photos[i].attributes.urls);//Each loop, adds URL for full sized image to Array fullURL
              thumbURL.push(photos[i].attributes.thumbs);//Each loop, adds URL for thumbnails to Array thumbURL
              trace(i+". Full Image = "+fullURL[i]+"  Thumb Image = "+thumbURL[i]);         
              var t = panel.attachMovie("b","b"+i,i);//Each loop, Define local variable 't' as a new instance of 'b' movie clip, given unique instance name of 'b' plus the index number of the For loop
              t.img.loadMovie(thumbURL[i]);// Each loop, load thumbnail image from XML data into variable movie clip
              t._y = 0;//Set Y coordinate of variable movie clip
              t._x = thumbX;//Set X coordinate of variable movie clip based on variable thumbX
              t.numb = i;//Set sub-variable 'numb' inside variable t to hold index number
              t._alpha = 75;//Set the Alpha value of the variable movie clip to 75% - for onRollOver highlight action
              thumbX += 55;//Increment thumbX value so next thumbnail is placed 125 pixels to the right of the one before
              t.onRollOver = function () {//define onRollOver event of the variable movie clip
                   this._alpha = 100;//Set thumbnail alpha to 100% for highlight
              t.onRollOut = function () {//define onRollOut event of the variable movie clip
                   this._alpha = 75;//Reset thumbnail alpha to 75%
              t.onPress = function () {//define onPress event of the variable movie clip
                   this._rotation += 3;//rotates thumbnail 3 degrees to indicate it's been pressed
                   this._x += 3;//Offset X coordinate by 3 pixels to keep clip centered during rotation
                   this._y -= 3;//Offset Y coordinate by 3 pixels to keep clip centered during rotation
              t.onReleaseOutside = function () {//define onRelease event of the variable movie clip
                   this._rotation -= 3;//rotate thumbnail back 3 degrees
                   this._x -= 3;//Reset X coordinate by 3 pixels to keep clip centered during rotation
                   this._y += 3;//Reset Y coordinate by 3 pixels to keep clip centered during rotation
                   this._alpha = 75;//Reset thumbnail alpha to 75%
              t.onRelease  = function () {//define onRelease function to load full sized image
                   this._rotation -= 3;//rotate thumbnail back 3 degrees
                   this._x -= 3;//Reset X coordinate by 3 pixels to keep clip centered during
                   this._y += 3;//Reset Y coordinate by 3 pixels to keep clip centered during
                   this._alpha = 75;//Reset thumbnail alpha to 75%
                   holder.loadMovie(fullURL[this.numb]);//Load full sized image into holder clip based on sub-variable t.numb, referenced by 'this'
         holder.loadMovie(fullURL[0]);//Initially load first full size image into holder clip
    x.load ("silk_paintings.xml");// path to XML file
    panel.onRollOver = panelOver;
    function panelOver() {
         this.onEnterFrame = scrollPanel;
         delete this.onRollOver;
    var b = stroke.getBounds(_root);
    function scrollPanel() {
         if (_xmouse<b.xMin||_xmouse>b.xMax||_ymouse<b.yMin||_ymouse>b.yMax) {
         this.onRollOver = panelOver;
         delete this.onEnterFrame;
         if (panel._x >= 740) {
         panel._x = 740;
    if(panel._x <= (thumbX-10))  {
              panel._x = (thumbX-10)
         var xdist = _xmouse - 830;
         panel._x += -xdist / 7;
    The xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <slideshow>
    <photo thumbs="thumbnails/i_brown_fairy.jpg"  urls="images/brown_fairy.jpg"  />
    <photo thumbs="thumbnails/i_blonde_fairy.jpg"  urls="images/blonde_fairy.jpg"  />
    <photo thumbs="thumbnails/i_flower_fairy.jpg"  urls="images/flower_fairy.jpg"  />
    <photo thumbs="thumbnails/i_red_fairy.jpg"  urls="images/red-fairy.jpg"  />
    </slideshow>
    Attached is a link to the file I made named "index".
    https://rcpt.yousendit.com/706233226/5e7b4fe0973dacf090b5cbae32c47398
    I would have liked to have included the following files but was limited due to "you-send-it" not uploading folders.  Files not included: [but functioning] : xml list - images [folder] - thumbnails [folder]
    Again, Thank you
    Dalen

    The issues with the buttons calling up the scrolling thumbnail panel have been resolved, as well as keeping the buttons in their hit state once clicked, thanks to Rob.
    Those that have been following this thread, or stumble upon it in their searches later, may appreciate to see the final solution to this particular issue.
    [Hopefully I will be able to update this thread with a url in the future to show the site in operation, which may help somebody with their project in the future if its set up similarly.]
    Alas, it would be nice if future versions of flash had a more direct, flexible, user friendly method for creating navigation.
    [We may see development beyond the flash ads which everyone seems to loathe... and more creativity with flash in terms of games, web interactivity, &  animation.
    Below are 2 sets of code:
    a] the first is located within the first frame of the first button, and has some extra variables in it that the additional buttons call upon...
    b] the second is the code applied to every other button.
    stop();
    fscommand("allowscale", false);//keep SWF display at 100%
    var x:XML = new XML();//Define XML Object
    x.ignoreWhite = true;
    var fullURL:Array = new Array();//Array of full size image urls
    var thumbURL:Array = new Array();//Array of thumbnail urls
    //  .......  CHANGE
    var thumbX:Number;// = 25;//Initial offset of _x for first thumbnail
    // make an array of all of the instance names of each button object...
    // only do this once
    var buttonsList:Array = new Array(shadesOfGrey, silkPaintings);
    shadesOfGrey.isLatched = false;
    // the rollover function... repeat for each button
    shadesOfGrey.onRollOver = shadesOfGrey.onDragOver=function ():Void {
         if (!this.isLatched) {
              this.gotoAndStop(2);
    // the rolloff function... repeat for each button
    shadesOfGrey.onRollOut = shadesOfGrey.onDragOut=shadesOfGrey.onReleaseOutside=function ():Void {
         if (!this.isLatched) {
              this.gotoAndStop(1);
    // the mouse press function... repeat for each button
    shadesOfGrey.onPress = function():Void  {
         resetAllButtons();
         this.isLatched = true;
         this.gotoAndStop(3);
    shadesOfGrey.onRelease = function():Void  {
         x.load("shadesOfGrey.xml");// path to XML file
         thumbX = 25;
    function resetAllButtons():Void {
         for (b in buttonsList) {
              buttonsList[b].isLatched = false;
              buttonsList[b].gotoAndStop(1);
    x.onLoad = function() {//Function runs after XML is loaded
         //  resets the position of the panel on each new load
         panel._x = 740;
         //  .......  CHANGE  removes the existing movieclips from the panel before any new load...
         for (c in panel) {
              if (typeof (panel[c]) == "movieclip") {
                   removeMovieClip(panel[c]);
         var photos:Array = this.firstChild.childNodes;//Defines variable for length of XML file
         for (i=0; i<photos.length; i++) {//For loop to step through all entry lines of XML file
              fullURL.push(photos[i].attributes.urls);//Each loop, adds URL for full sized image to Array fullURL
              thumbURL.push(photos[i].attributes.thumbs);//Each loop, adds URL for thumbnails to Array thumbURL
              //trace(i+". Full Image = "+fullURL[i]+"  Thumb Image = "+thumbURL[i]);
              var t = panel.attachMovie("b", "b"+i, i);//Each loop, Define local variable 't' as a new instance of 'b' movie clip, given unique instance name of 'b' plus the index number of the For loop
              t.img.loadMovie(thumbURL[i]);// Each loop, load thumbnail image from XML data into variable movie clip
              t._y = 0;//Set Y coordinate of variable movie clip
              t._x = thumbX;//Set X coordinate of variable movie clip based on variable thumbX
              t.numb = i;//Set sub-variable 'numb' inside variable t to hold index number
              t._alpha = 75;//Set the Alpha value of the variable movie clip to 75% - for onRollOver highlight action
              thumbX += 55;//Increment thumbX value so next thumbnail is placed 125 pixels to the right of the one before
              t.onRollOver = function() {//define onRollOver event of the variable movie clip
                   this._alpha = 100;//Set thumbnail alpha to 100% for highlight
              t.onRollOut = function() {//define onRollOut event of the variable movie clip
                   this._alpha = 75;//Reset thumbnail alpha to 75%
              t.onPress = function() {//define onPress event of the variable movie clip
                   this._rotation += 3;//rotates thumbnail 3 degrees to indicate it's been pressed
                   this._x += 3;//Offset X coordinate by 3 pixels to keep clip centered during rotation
                   this._y -= 3;//Offset Y coordinate by 3 pixels to keep clip centered during rotation
              t.onReleaseOutside = function() {//define onRelease event of the variable movie clip
                   this._rotation -= 3;//rotate thumbnail back 3 degrees
                   this._x -= 3;//Reset X coordinate by 3 pixels to keep clip centered during rotation
                   this._y += 3;//Reset Y coordinate by 3 pixels to keep clip centered during rotation
                   this._alpha = 75;//Reset thumbnail alpha to 75%
              t.onRelease = function() {//define onRelease function to load full sized image
                   this._rotation -= 3;//rotate thumbnail back 3 degrees
                   this._x -= 3;//Reset X coordinate by 3 pixels to keep clip centered during
                   this._y += 3;//Reset Y coordinate by 3 pixels to keep clip centered during
                   this._alpha = 75;//Reset thumbnail alpha to 75%
                   holder.loadMovie(fullURL[this.numb]);//Load full sized image into holder clip based on sub-variable t.numb, referenced by 'this'
         holder.loadMovie(fullURL[0]);//Initially load first full size image into holder clip
    // this one function scrolls the panel for all of the buttons, it gets the
    // size of the panel when the images are loaded by any given button...
    stroke.onEnterFrame = function() {
         if (this.hitTest(_xmouse, _ymouse, false)) {
              if (panel._x>=740) {
                   panel._x = 740;
              if (panel._x<=740-panel._width+mask._width) {
                   panel._x = 740-panel._width+mask._width;
              if ((panel._x<=740) && (panel._x>=740-panel._width+mask._width)) {
                   var xdist = _xmouse-830;
                   panel._x += -xdist/7;
    Of note is the change to how the movie clips are measured... this change in and of itself has really helped to make the thumbnail panels operation more efficient.
    Below is the script for each additional button: [Having issues with the forums not letting me post additional code, so I will put the remaining code in a reply below.]
    cont.

  • Parallax scrolling to images

    hey i am wondering if you know of a way to add parallax scrolling to image slide tumbnail slide shows ?
    this is what i am working on. i am using the compostion lightbox display, and in there. i have a thumbanil slide show. nowi have managed to get that in there. with the triggors.
    now. i am wanting to see if i can added thumbnail slides that when i hit the slide, it shows the next set of images.
    example.
    engagment| Bridal| wedding
    its one slide show, but when you hit it. you can go to the next slide, like how you have slide 1, 2 and 3.  that what i am thinking is what parallax scrolling is?
    can it be done? if so how?

    Thanks for your reply. I tried applying the following AS2 script to each image:
    For the first movie clip I used:
    animator = createEmptyMovieClip('animator',1);
    bg_1 = animator.attachMovie('star1','bg_1',1);
    bg_2 = animator.attachMovie('star1','bg_2',2);
    bg_1._x = -bg_1._width/2;
    bg_2._x = bg_2._width/2;
    speed = 1;
    starWidth = 950;
    animator.onEnterFrame = function() {
        bg_1._x -= speed;
        bg_2._x -= speed;
        if(bg_1._x <= -bg_1._width) bg_1._x = starWidth;
        if(bg_2._x <= -bg_2._width) bg_2._x = starWidth;
    For the second movie clip I used:
    animator = createEmptyMovieClip('animator',2);
    bg1 = animator.attachMovie('star2','bg1',1);
    bg2 = animator.attachMovie('star2','bg2',2);
    bg1._x = -bg1._width/2;
    bg2._x = bg2._width/2;
    speed = 2;
    starsWidth = 950;
    animator.onEnterFrame = function() {
        bg1._x -= speed;
        bg2._x -= speed;
        if(bg1._x <= -bg1._width) bg1._x = starsWidth;
        if(bg2._x <= -bg2._width) bg2._x = starsWidth;
    And for the third and final movie clip I used:
    animator = createEmptyMovieClip('animator',3);
    bg01 = animator.attachMovie('star03','bg01',1);
    bg02 = animator.attachMovie('star03','bg02',2);
    bg01._x = -bg01._width/2;
    bg02._x = bg02._width/2;
    speed = 3;
    starssWidth = 950;
    animator.onEnterFrame = function() {
        bg01._x -= speed;
        bg02._x -= speed;
        if(bg01._x <= -bg01._width) bg01._x = starssWidth;
        if(bg02._x <= -bg02._width) bg02._x = starssWidth;
    I thought this would work, but when I tested the movie all three movie clips moved together at the same speed. I want each movie clip to move at a different speed, but I'm completely stuck.

  • How do I make my Spry Accordion menu scroll *with* my webpage?

    Afternoon,
    I'm a newbie designer, just helping a friend build a website that will incorporate her blog and other stuff, but what I'm trying to do is set up my Spry Menu (set as a vertical accordion style) to scroll with the page.
    I want it to scroll within the confines on my div class="contentright"
    CSS for div class:
    .contentright {
        padding-top: 410px;
        float: left;
        width: 210px;
    HTML of same div class:
    <div class="contentright">
                                <div id="SpryAccordion1" class="Accordion" tabindex="0">
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab tabTop">
    My webpage has a set width and is set to expand based on what I have in my main content area. I'm just not sure what to code and where to code it (in my HTML or in the CSS), to set my Spry to scroll. I'm assuming it's something with a .float functionality, maybe? I just need it to stay beneath my top padding so that it doesn't get overlapped by my main header logo that I had to set to position: absolute;
    Any ideas?

    Here is my HTML Coding
    <html>
        <head>
            <title>BetsyMarvin.com</title>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            <meta name="description" content="" />
            <link rel="stylesheet" type="text/css" href="stylesheet.css" />
            <script type="text/javascript" src="SpryAssets/SpryAccordion.js"></script>
            <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
        <body>
            <div class="container">
                <div class="bannerArea">           
                    <div class="bannernav"><a href="#" >Privacy Policy</a>  |  <a href="mailto:[email protected]" >Contact Us</a>  |  <a href="#" >Site Map</a></div>
                    <span class="toplogo"></span>
                    <div class="toplogo"><a href="#"><img src="images/3 Words Buildup without BG.png" width="550" height="565" align="right" /></a></div>
                </div>
                <div class="contentArea">
                    <ul class="leftnavigation">
                        <li><a href="theme_02_design.html">Home Page</a></li>
                        <li><a href="blog_design.html">Blog</a></li>
                        <li><a href="lessons_design.html">Lessons</a></li>
                    </ul>
                    <div class="content">
                        <div class="contentleft">
                            <h1>Welcome to my Website</h1>
                            <img class="imageright" src="images/faith reason.jpg" border="0" />
                            <p>text</p>
                        </div>
                        <div class="contentright">
    <div id="SpryAccordion1" class="Accordion" tabindex="0">
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab tabTop">
                                        <div class="accordion_340_tab">CONTACT ME</div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                          <p> <a href "mailto:[email protected]"> Email</a></p>
                                          <p> <a href="http://www.cornerstonemi.org">Church Website</a></p>
                                          <p> <a href="http://www.facebook.com/betsy.marvin.32">Facebook</a></p>
                                          <p> <a href "www.twitter.com/betsymarvin"> Twitter</a></p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab">ABOUT ME</div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <p>text</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab">PASSIONS</div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <img class ="imageright" src="images/love.jpg" width="130" height="64" />
                                                 <p>text</p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="AccordionBottom"></div>
                        </div>
                        <div style="clear:both;"></div>
                    </div>
                    <div style="clear:both;"></div>
                </div>                           
                <div class="footerArea">
                    <div class="copyright">&copy; 2013 Betsymarvin.com | All rights reserved.</div>
                </div>       
            </div>
    <script type="text/javascript">
    <!--
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:false, defaultPanel:2});
    //-->
            </script>
        </body>
    CSS Style Sheet
    body {
        margin: 0px;
        color: #666;
        font-size: 12px;
        font-family: Arial;
        font-family: Arial, Verdana, Univers;
        background-color: #545454;
        background-image: url(images/page_bkgd.jpg);
        background-repeat: repeat-x;
    h1 {
        color: #4F6179;
        font-size: 24px;
        font-weight: normal;
        margin: 3px 0px 25px 0px;
    h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
    a          { color: #ba7007; }
    a:visited  { color: #ba7007; }
    a:hover    { color: black; }
    .container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(images/content_bkgd_tile.jpg);
        background-repeat: repeat-y;
    /* BANNER AREA */
    .bannerArea {
        width: 980px;height: 145px;
        background-color: #4971a2;
        background-image: url(images/banner_bkgd.jpg);
        background-repeat: no-repeat;
    .bannernav {
        padding-top: 10px;
        padding-left: 10px;
        float: left;
        color: white;
        font-size: 10px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
    .bannernav a {
        color: white;
        text-decoration: none;
    .bannernav a:visited {
        color: white;
    .bannernav a:hover {
        color: #ECBB7B;
    .toplogo {
        position: absolute;
        z-index: 100;
        padding-right: 0px;
        float: right; margin-left: 675px;
        padding-top: 10px;
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 10px;
        background-image: url(images/content_bkgd.jpg);
        background-repeat: no-repeat;
        z-index: 100;
    /* LEFT NAVIGATION */
    .leftnavigation {
        width: 192px;
        margin: 70px 0px 0px 0px;
        padding-left: 8px;
        float: left;
        list-style-type: none;
    .leftnavigation a{
        margin-left: 0px;
        width: 156px;
        padding-left: 15px;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        float: left;
        color: #CCA72F;
        font-size: 10px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        background-image: url(images/nav_normal.jpg);
        background-repeat: repeat-x;
        background-position: 0px 0px;
        border-bottom: 1px solid #999;
    .leftnavigation a:visited{
        color: #5C4C17;
    .leftnavigation a:hover{
        color: #ffffff;
        background-image: url(images/nav_down.jpg);
    /* CONTENT AREA */
    .contentleft {
        width: 400px;
        padding-left: 30px;
        padding-right: 20px;
        float: left;
    .contentright {
        padding-top: 410px;
        float: left;
        width: 210px;
    .imageright {
        margin-top: 10px;
        margin-left: 10px;
        float: right;   
    .imageleft {
        margin-right: 10px;
        float: left;
    /* FOOTER AREA */
    .footerArea {
        width: 980px;height: 88px;
        background-color: #cfcfcf;
        background-image: url(images/footer_bkgd.jpg);
        background-repeat: no-repeat;
    .copyright {
        border-top: solid;
        border-color: #737a90;
        border-width: 2px;
        margin-left: 240px;
        margin-right: 30px;
        padding-top: 12px;
        color: #666666;
        font-size: 10px;
        font-family: Verdana,Arial, Helvetica, sans-serif;
    CSS for the SPRY Accordion
    .Accordion {
        overflow: hidden;
        width: 255px;
    .AccordionPanel {
        margin: 0px;
        padding: 0px;
    .AccordionPanelTab {
        color: #CCA72F;
        margin: 0px;
        cursor: pointer;
        padding: 10px 30px 10px 20px;
        font-weight: bold;
        -moz-user-select: none;
        -khtml-user-select: none;
        background-repeat: no-repeat;
        background-image: url(../images/accordion_255_tab_normal.gif);
    .AccordionPanelContent {
        overflow: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background-image: url(../images/accordion_255_tile.gif);
    .AccordionPanelOpen .AccordionPanelTab {
        color: #d88a37;
        background-image: url(../images/accordion_255_tab_down.gif);
    .AccordionPanelTabHover {
        background-image: url(../images/accordion_255_tab_over.gif);
    .AccordionFocused .AccordionPanelTab {
        background-color: #000000;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
        background-color: #000000;
    /* Custom AUC classes */
    #accordion_255 {
        background-image: url(../images/accordion_255_tile.gif);
        background-repeat: repeat-y;
        background-position: 0px 0px;
    .tabTop {
        background-position: 0px 0px;
        padding-top: 15px;
    .middleTab {
        background-position: 0px -151px;
    .accordion_255_tab {
        margin: 0px;
        font-weight: bold;
    .acontent {
        height:200px;
        width:220px;
        overflow: auto;
        padding: 5px 10px 10px 20px;
        useFixedPanelHeights = null;
    .AccordionBottom {
        width: 255px;
        height: 33px;
        background-repeat: no-repeat;
        background-position: 0px bottom;
        background-image: url(../images/accordion_255_bottom.gif);

  • Print document with images error

    I have a problem with Word 2013 document management with images in my project. By using the scrollbars to scroll through the images, they disappear leaving an empty document space ("placeholder") instead. I interpret that are downloaded
    from  the view. The most serious problem is that this images are not printed afterwards.
    Details
    The project is made by a "addin" application level on word 2013, created in Visual Studio 2012 (Framework 4.0), from which you can initiate actions based in our business logic. Including a list of images is inserted into the active document.
    To insert the images I've tried various techniques (interop, open xml) to verify that my problem is related to a defect in this part. I also tested load different images each time (bmp, jpg).
    When I insert images into two documents within the same session of word and use the scroll to move from one image to another repeatedly, some are downloaded from the print view. This process can replicate completely closing and reopening word
    2013 and then open these documents afterwards. Opening the documents opens the "addin" too. If I uninstall the addin the effect does not occur. However this addin dont use in the loading process any  logical business or load sessions database.
    Only load a few basic buttons.
    Can anyone give me any explanation or solution to this effect?

    document examples:
    https://onedrive.live.com/redir?resid=A0312CFD425175AF!108&authkey=!APZWb_nUFHmecNM&ithint=file%2cDOCX
    https://onedrive.live.com/redir?resid=A0312CFD425175AF!109&authkey=!AHLP6WG7KGRyaBs&ithint=file%2cDOCX
    Add new Addin for word by VS2012, it's indiferent,
     I've tried with
    a new Addin for Word and the problem persist.

  • Commercial Printing with images bleeding to the edge

    I have produced an A4 tri-fold flyer with images that "bleed" to the edge. I exported the document as a PDF file (Best quality) and copied it to a CD. My printer said it was fine apart from the image which they normally receive bigger than A4 and bleeds out of the edges of the document. This is so they print it bigger than necessary and then cut it to ensure the image fills the entire space without a white boarder.
    I tried "page set up" as boarderless printing but when I printed it on my printer it expanded the document and cropped the edges.
    My question is, is there any way I can produce an A3 sized document which has my A4 flyer in the middle with all the guide lines and cropping lines showing as per a normal DTP software?

    my systems says unable to save
    One way is to do as one did a decade ago when the printing functionality of ColorSync was supported through a menu in the Print dialog. Thus try the following from File > Print > (Unnamed Scroll Box:) Copies & Pages within which you scroll down to ColorSync to get a dialog for ColorSync > Quartz Filter: Whatever name your filter has, including Untitled if you cannot saved it. Don't touch the menu Color Conversion - it determines whether your ICC printing profile is subset into a PostScript Color Rendering Dictionary.
    In PDF Retouch component for PDF/X I picked one of the large gamut colour spaces from www.eci.org, the one I picked was for positive plate on bright art paper. An on the fly filter gets my Destination Profile, that is, my custom large gamut ICC type PRTR printer profile for the intended printing condition / OutputIntent, and for an untagged RGB JPEG it inserts the Generic RGB Profile as it should. If I tag the JPEG myself e.g. with my display profile, then that gets embedded as my source profile. SFNT-housed TrueType is embedded in subset form.
    In PDF Policies, I disabled colour management of spot colours and separations. I am not sure Apple has licenced CIELa*b 2 degree standard observer measurements for the many, many spot colour swatch libraries out there. With regrd to managing DCS separations, this is possible in LinoColor 6 followed by Photoshop 6, but you need the right source separation and I suspect that if there is none embedded then the Generic CMYK Profile gets assigned which is not going to get the right result. DCS EPS is problematic for a range of reasons, and responsibility for what colours are intended and what colourants should be laid down to form them rests with the person who creates the DCS EPS, so in my opinion they should be passed through as pree-evaluated.
    /hh

  • Scrolling an image in a scroller container by dragging mouse

    I have an image inside a group with a scroller.  When the image is larger than the scroller size, I get the scrollbars and can pan the image as desired.
    I have listeners that create and resize a rubber-band box as the user clicks on the image and drags the mouse over it.  That's working fine.
    What I want to add is an automatic, smooth scroll, so as the mouse is being dragged over the image, it begins to scroll as the mouse approaches the edges of the scroll area, and will continue to scroll smoothly until the edge of the image has been reached, or the user moves the mouse back.
    This is how my components are set up:
    <s:Scroller id="sourceScroller" width="450" height="500">
         <s:Group id="sourceScrollerGroup" horizontalScrollPosition="0" verticalScrollPosition="0">
              <s:Image id="sourceBitmap" mouseDown="_mouseDownListener(event)" mouseUp="_mouseUpListener(event)" />
         </s:Group>
    </s:Scroller>
    The image source is loaded dynamically.
    My tests have involved changing the value of the sourceScrollerGroup.horizontalScrollPosition and .verticalScrollPosition, but that had no effect.  I'm not sure how to proceed.  Would appreciate any pointers in the right direction.

    Try in safemode....
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

Maybe you are looking for

  • My iPod doesn't want to sync. Please help. :'(

    Good day! I have a 5th gen. iPod and recently, I tried to sync it to obviously get my music into my iPod. Unfortunately, it connected, but it quickly ejected on its own. My computed doesn't recognize my iPod. And everytime I try to sync, this always

  • External program to create content in portal

    Hi all, I need to develop a program in an external program to feed portal content with news documents. This external program is placed in Lotus notes. The idea is to create portal content with e-mail information and some other documents placed in Lot

  • Retake Quiz button not resetting questions

    Hi all I have a quiz with 7 questions, all single-answer questions. When the quiz results are displayed, the Retake Quiz button is displayed if they have failed the quiz. Upon clicking Retake Quiz, it takes me back to the start of the quiz, however,

  • Is it possible to get MS Office free for mac?

    It is possible to get MS Office free for Mac?

  • Print to Tape

    Does anyone have any suggestions on clearing a lot of DVCPro HD footage from my media drive? I'd like to print it to tape, but I only have MiniDV tapes for HDV footage. I assume that will be a pretty big drop in quality. I do have a Kona LHe card, bu