How to cature screenshot of parralex website with sticky navbar? - twitter-bootstrap-3

Hope you guys doing great. I want to capture whole screen of website (from top to bottom) but failed. It is a parallax site template with sticky navbar and when i try to capture screen it actually repeat background images and sticky navbar.
What i tried so far:
fireshot, iweb2.0, Chrome and Mozilla's built in screenshot plugin.
Thanks in advance.

Did you try to use windows Screen Capture ?
All you have to do is press
ALT + Prnt Scrn
keys together. It will help you to take screenshot of your Active Screen then go Paint and use Paste so you can easly do any editing you like.
If your page is longer then one page I suggest you to use Print to File (as PDF or XPS).
Now you have a full webpage in your hand now all you have to do is Export it to jpg or png.
I hope I understand your question properly and answered your question.

Related

how remove pdf-toolbar from edge

Help me please to show pdf-documents in edge without top pdf-panel this pdf-panel which I want to remove is at the picture. Pdf-documents are opened through hyperlinks. I searched settings and I tried to add "toolbar=0" to my hyperlinks, but without result yet.
You can add "#toolbar=0" to the URL and refresh the page.
I agree with KJ's comment. The PDF reader is built in in Edge. It's a part of Edge browser so you can't disable the PDF toolbar using code. And there's no setting to disable the toolbar.
You can only open PDF in other applications if you don't want to see the toolbar. Besides, you can also provide your suggestion as a feature request to suggest the Edge team to add a setting to disable the PDF toolbar. You can send the feedback through the Microsoft Edge Insider forum.
Press F8 and then Read mode under page view icon, or just Ctrl + H

How to implement a pop-up window when hovering on a URL link

I'm relatively new to Cocoa application. In my application (MacOS), I already mark the text if it contains image url link. What I'm trying doing now is that when the mouse hover (without clicking) on the link, the application will open an NSPanel (sorry, if it's inaccurate) and show the content of the image url. Also, the panel/window will be closed automatically when mouse move out of the text.
I've tried something such as "floating window/panel/quicklook", but the search result isn't close to what I want. Could anyone please give me some keywords so I can try to find the solution by myself? Thank you.

PDFtron close a tool when doing Frame.GoBack()

Im using PDFtron on a windows store app project.
I have a page with a back button and a pdf viewer where i can edit the pdfs.
When im editing a pdf i have a tool bar with options like the ones in the samples, but i have a issue when i choose a Free Text tool and start writing on the pdf, if i press the back button while the Free Text tool is active ( the cursor is bliking) the text i wrote appears in the screen on the next page i navigate to.
How can i solve this?
The TextBox in question is part of the PDFViewCtrlTools that are used to create annotations. It is shipped with the sample application and is fully open source.
The TextBox is inside a popup, positioned to align itself on top of the PDFViewCtrl in the position where you tapped.
This TextBox needs to be closed before you go back. It is quite easy to do so by calling ToolManager.CreateDefaultTool(). In general, I would recommend taking a look at the samples and see what they're doing when the user tries to navigate away from the page.
Everytime you navigate away from a page with PDFViewCtrl, the ToolManager should call CreateDefaultTool so that whatever current tool is active (in this case the FreeTextCreate tool) can close itself and clean up.

Impress Pages - HTML widget not saving/publishing

I'm currently trying to embed a mailchimp sign up form using the HTML widget from impress pages, and at first, it seems to work perfectly fine.
I drag the block onto the screen, a popup comes up, then I paste the form code into it, and then voila! A pretty looking, rendered form appears. I then go ahead and press publish... and bam! My HTML widget is gone, and all that's left is an empty block within the layout asking me to click to add text!
I have no idea what's going on here, does anyone have any ideas? I'm using a custom theme, and I'm wondering if the workaround is to hard-code a widget for my client and just use that (although it looks like it'll be a big drain on my time)
If you get "Forbidden" as a response after pressing save, you should have a look at the answer here impresspages html widget not saving

Functional Test: SIKULI doesn't work with basic Google Chrome

Someone mentionned me sikuli http://sikuli.org/ seems great.
I just try to go to yahoo with google chrome and it fails to paste the url at step 6 why ?
If you perfrom a mouse click on the textfield with www.google.com in it, it will be marked with blue and so the picture changes. This means that the paste operation will fail because it cant find the picture in your screen.
In this case it would be better to just skip the image and paste it directly after the mouse click.
find("icon.png")
click("icon.png")
wait("textfield.png")
find("textfield.png" )
click("textfield.png" )
paste("yahoo.com")
type(Key.ENTER)
Hope this solves your problem.
i believe that the image of "www.google.com" text had changed after the click operation,either the text getting highlighted or inserting a cursor image.
try to remove the click