How they did this step in photoshop? - photoshop

Hey I seen this article in web and trying to do this animated gif but i stucked in middle and i wonder how they did this step ? Article link http://goo.gl/kTWfmG
succesfully done the above steps?
Image Step link - I stuck in this step

Your question isn't clear enough. Which step are you stuck on? I saw the image step link but cannot identify it. Please provide step number and the sub title mentioned in that tutorial.
EDIT: for the duplication step,all you have to do is make the first shape then duplicate it (Control + J in windows) then use Transform Tool (Control + T) to rotate it, then you have to press control + alt + shift + T to duplicate & transform the previous layer, it will duplicate and change the angle which will give u the desired effect.
Refer this video for detailed explanation.
https://www.youtube.com/watch?v=OM6h4aE2Vx8
Let me know if you need more help :)

Related

How do I add a long/short function to my strategy using the up and down arrows of an indicator?

So I am looking to write a script that will auto buy/sell when the indicator I'm using shows an up or a down arrow. I've been digging thru the literature on Trading View for days and have not been able to complete the function.
Any help is greatly appreciated.
Aloha!

How can I grey out/disable a button on an Access form until something has been clicked?

I'm still new to VBA and was wondering how I could grey out a command until another command has run? I'll include a picture below, but basically I want to have step 2 disabled until step 1 is complete (and step 3 disabled until step 2 is complete, etc.). I have steps 1-4 written on the side, but I want to diminish as much confusion and possible slip-ups as possible.
Any help would be much appreciated. Thanks!
Here's the screenshot of my form.

Is there a way to full screen the output of my Google Colaboratory code?

I don't think there's much more detail as to what I'm asking. At least not more than in the "title", here it is in case you can't see it: Is there a way to full screen the output of my Google Colaboratory code? Thanks in advance.
I just realized that you can go to the bottom left corner of the screen and click the button (if you hover over you see that it says "command palette"), then search "fullscreen" you find the button that says view output "fullscreen". You have to start the program before full screening though.

Visual Studio Code intellisense showing one suggestion at any time

Normally when I used to type in my VSCode editor, the intellisense showed all the possible suggestions for the entered query.
However, now as I type, only one suggestion is shown that best matches the query.
For instance, when I type in b, the intellisense just shows a suggestion for the HTML <b> element — not a list of suggestions including tags such as <button>.
Is there any way to change this? I have searched a lot of the net but couldn't find any sort of help.
VS Code 1.51 made the list of suggestions resizable so it's possible your suggest widget is simply shrunken down to be a single line high.
To fix this, trigger suggestions and then click and drag at the bottom edge of the suggest widget to increase the number of visible suggestions.
Note that you can always use the arrow keys to navigate through suggestions, even if only one suggestion is visible. Use this to check if the widget is simply too small or if there really is only one suggestion
I wasted time on this too... (bummed)
Solution:
Open: Command Palette
Type: ">Reset Suggest Widget Size"
Select: 'click' or [ENTER]
Opinion:
Wish I saw Matt Bierner's answer sooner.
(The suggestion window can be resized by dragging its borders with your cursor.)

User input range for XY graph

I'm a beginner user of labview so bear with me, please. I'm working on a project that takes a data text file with columns and rows as an input. I have the project set up so far to take the data from that file and display it in an XY graph.
I want to add a feature where the user inputs a set of values that represent a range in the x-scale. The program should take those two values and make a new graph (or use the old one, that works too) with the proper scale.
I greatly appreciate your time and help .
Thanks
Edit :
A snippet of the txt file.
The red arrow shows what I tried to use from the help section of labview. Yet I have little to no idea on how to integrate it into my diagram or vet if its the right tool to use.
These numeric values input in the front panel is what I thought could work, but I'm all ears to any suggestions.
You already found the correct property node value :)
You have to connect a minimum and a maximum value to the property node. If you click on the function on the node, you can select the min and max option.
I made this little example for you to see what you need to do.
Property nodes are in genereal very useful as you can set and change so many settings programatically.
A nice feature of LabVIEW: You can drag&drop .png pictures in your Block Diagram. So if you want to test my VI-Snippet, just drag&drop it :)
I hope that I could help you, feel free to ask if you have any more questions.