Ok sorry for the vague thread title, I dont have a name for this app.
So, one day Pior came up with this idea and I decided to start working on it. I am not sure If this is what pior was talking about, but basicly it is a small program that will run in the background and wait for you to press CTRL+F10.
When you do this, it will overlay a canvas on your screen so that you can paint directly over what is under it.
So what can you use this for?
Well imagine someone is working on a model and you walk by. You see that he has some anatomy problems and you decide to show him how his model should flow.
So instead of waving with your arms to show the forms, you can simpy press CTRL-F10 and draw with simple lines the new shapes. When done, you can, if you want, save the image to your hard drive.
Very tiny tool, hope someone finds a use for it:). Suggestions/ideas are welcome.
DOWNLOAD
Replies
I'm on xp64, with nVidia GeForce 7950GT, latest video drivers, if this helps.
EDIT: forgot to mention I'm on a dual monitor setup running standard nVidia Dualview mode.
Just some ideas
- Erase
- Select colors
- Multiple frames "scrollable" to make it useful as grease pencil tool for animation
- Straight lines
- Basic draggable symbols like arrows
I think it may be because of how windows handles transparency. XP can't detect 0.0 probable and so lets you click on the forms below it.
A quick fix might be to overlay the whole screen with a subtle color.
Will see into that, thanks for letting me know.
only problem is, I have the same exact problem as SyncViewS, except that I'm on Vista64.
I do have dual monitors though, so maybe the problem isn't XP, but dual monitors? I notice the blue outline only shows up on my main monitor too, I don't see anything on my secondary.
my monitors are different resolutions if that helps at all.
I really hope you can solve this and get it to work on both monitors, cause I use zbrush on my secondary and that's where I'd be doing most of my marking.
Dado Almeida: Glad you liked it. Again, only tested on vista, but I think it should not differ so much with win7's way of handling windows forms.
As for the suggestions:
I will start working on the eraser
Colors are already in there, richt click when in 'paint' mode and select a different color and line thickness.
Lines, draggable symbols etc, will add these eventualy.
And yeah, you can paint on almost everything that is not fullscreen. Works pretty good for modelling packages and game-editors.
EDIT: You can start more than one canvas, so you can kinda do layers or a flipbook. This is not a feature, it is a bug used as a feature:P will have to implement something like that tho.
Will change the border color to something like red and give the option for a tint.
Could it be aware of which screen my mouse is on as well? At the moment it only uses my primary monitor.
MoP, hehe yeah . I see programming as a hobby tho, so nothing die-hard .
I just wanted to point it out before it got lost on page 1.
same problems here but I'm on Vista64, so it may be dual monitors, not XP.
What do you guys, who have that problem, have your aero settings at.(if you're on vista or win7).
[EDIT]
Pressed 'save' to quick.
Currently, the only(non WPF) solution I see is to first capture the whole screen, paste it on my form, then let the user paint on it. This will fix the problem, but you wont be able to get movies/running games in the background. On the other hand, the painting and erasing will get much easier to do that way.