I want at least 3 horiz screen lines I can individually move up/down with cursor and toggle on/off with a macro key. an individual choice from 2 colours toggle? would be nice. screensize 1920x820 colours: yellow & white. thickness 5? pixels
How to make movable lines on screen?
Moderators: 666philb, Forum moderators
- MochiMoppel
- Posts: 1343
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 521 times
Re: How to make movable lines on screen?
It's relatively simple to achieve. In principle I did this already with the pxRuler. If you strip all markings/text from the ruler, make it 5px tall in the color you like then you will end up with a line. It's actually a window which you can minimize/restore (= hide/show) and move around your screen.
But what has this to do with Fossapup64?
Re: How to make movable lines on screen?
i'm forex trading, and need guidelines across the trending screen to watch for buy/sell points more easily. the information is too spread out for good, fast responses. refocussing takes too long and is a tiring strain I'm sure it's deliberate.
- rockedge
- Site Admin
- Posts: 7037
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3159 times
- Been thanked: 2941 times
- Contact:
Re: How to make movable lines on screen?
@boof Looks like @MochiMoppel was able to code a script to do what you require.
This is the post where the code is displayed and some info about the script -> viewtopic.php?p=76743#p76743
To move the line press and hold the Alt key and left click the mouse with the cursor on the line, then move it up or down, side to side.
Or simply right click the tray select "Move"
Re: How to make movable lines on screen?
wonderful, but what is a suitable filename extension pls? where save it if special?
it doesn't quite work. hitting <ALT> +< left mouse> on the line moves whole window, not just line. and nothing in tray. also freezes market tracking data.
- MochiMoppel
- Posts: 1343
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 521 times
Re: How to make movable lines on screen?
The common extension for shell scripts is .sh
where save it if special?
There is nothing special about the script. Save it where you save other scripts, e.g. /usr/bin
it doesn't quite work
I'm in Fossa64 now, and it works!
hitting <ALT> +< left mouse> on the line moves whole window, not just line
That means that you missed the line and moved the underlying data window instead. Read my instructions. Press the left mouse button only when you see the tooltip and do not move the mouse before and while clicking. A sensitive mouse and/or a shaky hand can make this difficult. Instead use the "Move" command in the taskbar tab. Rockedge's screenshot shows you how to do it.
. and nothing in tray.
Fossa64 comes with 2 trays. We are talking here about the tray at the top, not at the bottom[Edit] I'm using the unofficial Fossa64_9.6. In 9.5 the tray is at the bottom. When the red line is displayed you should see a tab called "red" at the top bottom. Right click it!
also freezes market tracking data.
I'm sure your tracking data misery has absolutely nothing to do with this script, Do I really have to state that this script comes with no warranty whatsoever? I will not take responsibility for your financial losses. Just don't use it if it brings you bad luck.
- rockedge
- Site Admin
- Posts: 7037
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3159 times
- Been thanked: 2941 times
- Contact:
Re: How to make movable lines on screen?
I will not take responsibility for your financial losses.
Sounds like something the crypto-bankers and Wall St. execs like to say. Basic stuff one hears in Connecticut, home to the hedge fund and insurance for profit people who think they own everything.
I'm sure in Japan one hears the same.
- MochiMoppel
- Posts: 1343
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 521 times
Re: How to make movable lines on screen?
Are you kidding? Nobody will say this to you. That would be rude. However you may read this - on page 20 of the 6pt fine print.
- rockedge
- Site Admin
- Posts: 7037
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3159 times
- Been thanked: 2941 times
- Contact:
Re: How to make movable lines on screen?
However you may read this - on page 20 of the 6pt fine print
Exactly. One way or another.
Re: How to make movable lines on screen?
thx, lets be clear, exactly what is a tool tip, pls? i assume it doesn't instantly appear?
- MochiMoppel
- Posts: 1343
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 521 times
Re: How to make movable lines on screen?
Good to know that you worked it out.
But nothing is perfect. I'll soon post an update that works even perfectlier
What is "vhave" and "tuvm"?
- MochiMoppel
- Posts: 1343
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 521 times
Re: How to make movable lines on screen?
@boof I've posted some variations of the script. They might make it easier for you to position the line.