How to Open New blank indicator? - editor

I just started with TradingView and I am just trying to open a blank page to start coding, but this page has some confusing info:
https://www.tradingview.com/pine-script-docs/en/v5/primer/First_indicator.html
"Start by bringing up the “Open” dropdown menu at the top right of the Editor and choose “New blank indicator”.
Well, the problem is that there is no option called "New blank indicator" I took a screen shot:
enter image description here
Opening in a new editor just opens the existing indicator.
How can I open a blank page?

The open menu is 2 buttons to the right of where you’re clicking (where it says “open”).
From there chops “new indicator”

once you open the bottom tab on the chart screen, select Open -> Indicator on the menu :

Related

Cannot assign screen to task

I don't know whether this is the expected behavior, but when I create a screen and try to assign it to a task in my process, it doesn't seem to stick.
Specifically, I'm talking about "Screen for input" box in the "Edit Process" page. When I click the dropdown button, it shows my screen's name (strangely with red background). When I select the screen its name is displayed in the box. But when I select another task and then go back to the first, the box is still empty (with the dropdown list opened). I tried saving after selecting the screen, but when I backed out and choose to edit the same process again, the box would still be empty.
Any idea what I messed up?

dotPeek: "Type to search" field is missing

For as long as I can remember I had a search box near the top of the Assembly Explorer - this afternoon it's gone, and all attempts at restoring it have failed.
Is this a bug or did I somehow closed it? Can I bring it back?
Late answer. You clicked the "Toggle auto-hide of search bar" beside the search box. To get it back type any character when the focus is on the Assembly Explorer window. The click the Pin to keep it visible.
I had the same problem, but I did not find a way to simply bring back the search box.
Instead I reset all settings to default which made the search box appear again:
Go to Tools -> Options
On the bottom left click 'Manage…'
On the top right, click 'Reset All Settings'

Calabash Tracking Of Closing A Side Menu

Sorry for the confusing title but I can't get my head around to find the right words for this scenario:
We have an iOS app that has a top-left menu button. If you tap it, a side menu opens and most of the screen (incl. the menu button) are slid to the right.
for Calabash I need to track the ID of the view that is slid to the right. Any tap on the whole slid-to-right view area will close the menu. The menu icon itself seems to have no other function than being a visual help and its accessibility ID cannot be found by Calabash while the menu is open.
Does anyone know how iOS handles this kind of navigation? To sum it up:
We have an initial view open with a menu button.
If button is tapped, menu slides in from left and current view is moved to right (mostly out of the screen).
You can now tap any of the remaining visible area of the initial view and the menu will close again (the menu button seems to receive no touch during this).
I need to figure out to what assign an accessibility ID to so that Calabash can 'imitate' a tap on the slid-out, initial view to close the menu.
Have you tried using the Accessibility Inspector in the Developer Tools of Xcode? This might help you in seeing whether or not you can interact with the slid-out menu.
Also if you haven't tried using the calabash command tree - I'd give that a go as well. For that open the menu you're trying to interact with use the command calabash-ios console > console_attach > tree.
You will be able to see the whole view hierarchy here, you can even run tree before and after the menu pops out to see if it makes a difference.

imacros changing focus to second firefox window

We are trying to create a script that can click on a button that appears in a second window (not a tab in the same window) but do not seem to be able to get iMacros to change its focus to a new window.
Can iMacros cross browser windows in a single script?
The webpage flow is:
- browser window directed to a URL
- Click a button in that page
- a new window is opened
- click a button in that window
You can try to make the browser show this pop-up in a new tab of the same window.
Let's suppose that your button html code looks like this:
<button id="popupbut" onclick="window.open('http://popupUrlHere', '', 'width=300,height=300,left=50,top=50,menubar=no');">New window</button>
So, here is a macro to do the above mentioned thing:
SET !EXTRACT_TEST_POPUP NO
TAG XPATH="id('popupbut')" EXTRACT=HTM
SET popupUrl EVAL("'{{!EXTRACT}}'.match(/(http:.+?)['"]/)[1];")
TAB OPEN
TAB T=2
URL GOTO={{popupUrl}}
I think this direction should be right.

Xcode run button disappearing

I have a problem with Xcode 7.1.1. The upper part of the UI (the container of the run button, manage scheme etc.) keeps disappearing when I close another opened project. If I have two project opened, closing one, the problem occcurs. I can't bring it back, the only option that I have is to close Xcode and open it again. Here's some screenshot of the page and the view menu.
The toolbar is visible, you can see it in the second and third screenshot, but its content it's hidden.
Anyone having the same problem or some solutions?
XCode will open the project with the interface configured the same way as the last file that was opened. If your interface is opening with the toolbar and project navigator minimized it means that you double clicked a file and opened it in its own window. XCode thinks that this was the last file opened so it uses this as the default.
To resolve right click on the top of the window and selecting "show toolbar"
You can also hide same way by right clicking and hide toolbar.
Keyboard shorcut: cmd + alt + T
Or in the menu: View>Show Toolbar
For showing:
... and for hidding:
In XCode Preferences. You can set the behaviour of the toolbar. I suspect,it must be set to hide.
i used this way and worked for me
View -> Show Toolbar

Resources