rescue off-screen graph
Brought to you by:
mieszkolassota,
phoforge
i love this tool. thanks for providing it! i added some code (below) to the source on my local machine and a menu item to call it. i've never contributed to a SF project before, so i apologize if i'm doing it wrong.
RW
/* added by rwilson */
private void RescueOffScreenMeter_Click(Object sender, EventArgs e)
{
this.Location = new Point(1,1);
// rescue the off-screen meter
}
/* end of added by rwilson */
Logged In: YES
user_id=1367215
Originator: NO
ok, I understand what you want - I'll make a failsafe to FM 2.0 so it wouldn't get off-screen, thanks for the idea :)