User (Legacy) Posted February 20, 2003 Report Share Posted February 20, 2003 Is it possible to make the crosshairs display without holding down the mouse? Thanking you in advance, Chase Gale Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 20, 2003 Report Share Posted February 20, 2003 No. This is not built in. You can implement it yourself by capturing the MouseMoving event. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 20, 2003 Author Report Share Posted February 20, 2003 Thanks for the response... Should I use anottation lines, painting events...? What do you suggest? Thanking you in advance, Chase Gale "SoftwareFX Support" <support@softwarefx.com> wrote in message news:Af45bmP2CHA.2428@webserver1.softwarefx.com... > No. This is not built in. You can implement it yourself by capturing the > MouseMoving event. > > -- > FP > Software FX, Inc. > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 20, 2003 Report Share Posted February 20, 2003 I know some customers have implemented this using constant lines. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 20, 2003 Author Report Share Posted February 20, 2003 I was thinking of going that route as well, however, if you reassign a value to a constant line, for instance, in the mousemoving event, the only way to update it's position is by refreshing the chart, thereby inducing lots and lots of flickering... Am I missing something? Chase Gale "SoftwareFX Support" <support@softwarefx.com> wrote in message news:YGmnMeQ2CHA.1604@webserver1.softwarefx.com... > I know some customers have implemented this using constant lines. > > -- > FP > Software FX, Inc. > > CFXbug.zip Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 20, 2003 Author Report Share Posted February 20, 2003 I'm closing my data with COD_Smooth and it has eliminating the flickering. Chase Gale "Chase Gale" <cgale@fxsol.com> wrote in message news:6nSTelQ2CHA.1316@webserver1.softwarefx.com... > I was thinking of going that route as well, however, if you reassign a value > to a constant line, for instance, in the mousemoving event, the only way to > update it's position is by refreshing the chart, thereby inducing lots and > lots of flickering... > > Am I missing something? > > Chase Gale > > "SoftwareFX Support" <support@softwarefx.com> wrote in message > news:YGmnMeQ2CHA.1604@webserver1.softwarefx.com... > > I know some customers have implemented this using constant lines. > > > > -- > > FP > > Software FX, Inc. > > > > > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.