How do I add a custom button in PowerPoint? - button

I want to add a custom button in PowerPoint that can take a screenshot of any website required and paste it in the slide. If this cannot be done in PowerPoint, is there any other software I can use to add a screenshot button to a digital document or product.
I’m new to programming and I have not tried many solutions.

Related

Where to change css code to adapt font-size and button sizes in buildfire app to customize styling as desired?

I have a query concerning changing css for buidfire app.
In specific to adapt the css for the buildfire feature "free text questionnaire" in the marketplace.
Need to adapt font size (to be smaller), the col of the query text and the buttons for answering and next or previous to be smaller.
Can someone pls kindly help where to find the relevant CSS document?
I have already downloaded the sdk on GitHub.
But we don't need to develop a new plugin, only need the relevant CSS for the free text questionnaire feature to adapt those 3 things.
In one video "how to use custom widget" there you have directly the view to see those 3 possibilities for HTML view, CSS view and JavaScript in the control panel and next to it directly the results in the widget.
Where can get this custom widget?
If it´s not possible with this custom widget which css file is the relevant one in the sdk buildfire js plugin?? There are several css documents shown.
Which is relevant for customize font-size, button size??
Thank you very much for your kind help!
Kind regards,
Angelika
I believe this the custom plugin you are looking for
https://github.com/BuildFire/customPlugin
However, not sure how would that help you since the free text questionnaire plugin is not an open source plugin so you cannot make changes to it and the custom plugin is just another plugin

Xamarin.Forms Introduction Guid

I finished the functionalities of my app. Now when user first time login i need to make introduction guide on every page, with a short text Myabe some alert. Also on the dialog need chechbox , if he check the guide wont show again. I dont know where to start and how to organize this. Any example, practise to start. On all the dialogs will be static text.
You can refer any sample which guides you to create Tutorial Screen.
You can use built in Carousel View to have that as well.
Here I'm sharing one of that: How to add tutorial screen in Xamarin.Forms
Edit
To add it on every single page, you can use custom Popup, which can be created using Rg.Plugins.Popup

How to implement custom design for specific views in Drupal

I am working on my application. I need to implement custome design for my specific view. I don't know how to do this.Please help
There is an option in the view. On the right side there is an option 'Advanced'. When you will click on it. it will expend and there is an option Theme. when you will click on it a popup will open and it will show various style option. Click on any specific option then it will show the code for it. Copy the code and keep it in a new file in editor, Save this file with the name that is given as option for the selected style option. Save this file under "your_project_path/sites/all/themes/your_theme/template/" and and there is an option to re-scan in the open theme popup. click on re-scan. You file will be show as bold. Hit save button ans save the view.
Now you can template your view in this file. Hope it will help you.
Happy coding.
You can also check this theming instructions:
https://www.drupal.org/node/352970
There are a lot tutorials and documentations on theming views, just search for them.

HPQC - Using Script editor to add functionality in TestPlan

I want to add few functionalities to a newly added button in "TestPlan" toolbar in HPQC. I browsed through the script editor in HPQC, but I am not sure how the code delivery is done (process). Please share with me any links/pointers which might be helpful.

Customizing Flex Slider plugin

I've looked a looked and looked for the perfect rotating banner for my website I am creating and I found flex slider, of which I love as it gives you the circled just underneath and the left and right arrows as well. The option for face or slide is what I was looking for too, however I need a plugin that allows the user to upload an image to the banner like Useful banner Manager. (I'm not using UBM as I don't what each banner image to fade to white and then to the next image, but that's how it acts).
Does anyone know a great rotating banner plugin that is easy to follow for wordpress newbies (as this will be integrated into the websites I create for clients) either free or premium?
OR do you know how I might just add the upload option to the flex slider plugin?
If you know the data format that the Flex Slider uses you can simply create a custom post type called 'Banner', restrict the various stock metaboxes, leaving say, only the editor and media upload. Then your clients can simply create new 'banners' by creating a new banner post, and uploading its associated image. This is a nice, simple and easy to understand interface for clients, making it easy for them to add, remove, edit banners.
Then simply do a get_posts on your banners and provide the Flex slider with data in a format it expects.
This has the advantage of not requiring a plugin to create, which is useful if you are distributing themes.
http://codex.wordpress.org/Post_Types

Resources