Questions tagged [rulers]
50 questions
-1
votes
1 answer
In VS Code rulers are not drawn for Haskell files
I have added vertical rulers to VS Code in the settings.json file like this:
"editor.rulers": [
40,80],
This works, e.g. for Python files but strangely not for Haskell files. (I am using the usual Python and Haskell extensions.)
Here a…

halloleo
- 9,216
- 13
- 64
- 122
-1
votes
1 answer
android: adding horizontal line to layout makes it empty
adding this to my layout returns an empty layout after I inflate it and add it to another view
here's how I inflate it
LayoutInflater vi =…

Mars
- 4,197
- 11
- 39
- 63
-1
votes
2 answers
Disable/enable ARKit during runtime in Unity3d - C#
Iam working with Unity3d, using C# and the ARKit plugin (2.0 from Github)
In my current application iam using the ARKit for measuring distances. The tool iam creating needs this functionality only for this reason, so i was wondering how i could…

IDK
- 127
- 11
-1
votes
2 answers
Ruler Tool in C#
I need to make a tool that allows to, Measure screen distances by using a ruler.
I currently have no code for either of these tools, any code for measuring distances and angles would be much appreicated.
Thanks in Advance

Chris Bacon
- 995
- 8
- 30
- 42