Thank you Dennis, but please don't go to any trouble. I can wait till TJ comes out with it. It is a nicer presentation in my mind but I didn't realize it was on the list of new features. Thank you again Dennis for your kindness.
Warmest regards, Tim --- In [email protected], Dennis Brown <se...@...> wrote: > > Tim, > > I should not try to program when tired out like last night. What I > posted will not work. When I offset the label to make it readable, It > changed the value also. Duh! > I would need to offset the axis scale and not the number to make it > work. I will repost the answer after I have worked it out again. > > BR, > Dennis > > > On Dec 17, 2008, at 8:04 PM, Dennis Brown wrote: > > > Tim, > > > > This has been discussed and suggestion #1621 formally requested it. > > > > It may be possible to make AFL do this for you. Essentially just plot > > a line at the cursor y position. It may have some lag with slow AFLs > > but it should do the trick. It is a little more complicated, because > > the crosshairs goes across the text, so I had to offset it 8 pixels. > > > > Here is the one liner to place at the end of your AFL (watch out for > > line wrap): > > > > Plot(GetCursorYPosition(0)- (8*(Status("axismaxy")- > > Status("axisminy"))/ > > Status("pxheight")),"",colorBlack,styleNoLine|styleNoRescale); > > > > BR, > > Dennis > > > > On Dec 16, 2008, at 2:49 PM, Tim wrote: > > > >> Hi Dennis, > >> Is there anyway you know of to get the X-Y axis showing on the > >> crosshairs? Personally, I prefer that mode of presentation. Thank > >> you. > >> > >> Kindest regards, > >> > >> Tim > >> > >> > >> > >> > >> --- In [email protected], Dennis Brown <see3d@> wrote: > >>> > >>> The X and Y cursor values are shown at the bottom of the window. > >>> > >>> BR, > >>> Dennis > >>> > >>> On Dec 15, 2008, at 2:07 PM, r_terbush wrote: > >>> > >>>> How do I turn on the y-axis value for the crosshair? Surprised > >>>> that I > >>>> cannot find any discussion of this in the usermanual, google hits, > >>>> etc. > >>>> > >>>> > >>>> > >>>> > >>>> ------------------------------------ > >>>> > >>>> **** IMPORTANT **** > >>>> This group is for the discussion between users only. > >>>> This is *NOT* technical support channel. > >>>> > >>>> ********************* > >>>> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail > >>>> directly to > >>>> SUPPORT {at} amibroker.com > >>>> ********************* > >>>> > >>>> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > >>>> http://www.amibroker.com/devlog/ > >>>> > >>>> For other support material please check also: > >>>> http://www.amibroker.com/support.html > >>>> > >>>> ********************************* > >>>> Yahoo! Groups Links > >>>> > >>>> > >>>> > >>> > >> > >> > >> > >> ------------------------------------ > >> > >> **** IMPORTANT **** > >> This group is for the discussion between users only. > >> This is *NOT* technical support channel. > >> > >> ********************* > >> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail > >> directly to > >> SUPPORT {at} amibroker.com > >> ********************* > >> > >> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > >> http://www.amibroker.com/devlog/ > >> > >> For other support material please check also: > >> http://www.amibroker.com/support.html > >> > >> ********************************* > >> Yahoo! Groups Links > >> > >> > >> > > > > > > ------------------------------------ > > > > **** IMPORTANT **** > > This group is for the discussion between users only. > > This is *NOT* technical support channel. > > > > ********************* > > TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail > > directly to > > SUPPORT {at} amibroker.com > > ********************* > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > > > ********************************* > > Yahoo! Groups Links > > > > > > >
