PureBytes Links
Trading Reference Links
|
Apologies for what may be a dumb question from a non-programmer, but
is it possible to use GfxSelectFont and GfxTextOut as a more powerfull
version of PlotText. My first thoughts with the new release were,
neat, I can get different fonts and sizes for my PlotText output.
However, if I amend my code, and put my bar and price in for x and y
of course it doesn't plot where it used to.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> Hello,
>
> All low-level graphic functions use PIXELS as unit.
> Use Status("pxwidth") and Status("pxheight") to find out the pixel
dimensions of window pane.
>
> About overlay order http://www.amibroker.com/guide/h_lowlevelgfx.html
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: J. Biran
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, May 03, 2007 11:50 PM
> Subject: RE: [amibroker] X,Y coordinates units in new AmiBroker
4.94.0 BETA
>
>
>
> What are the units of X,Y coordinates in the new low level
graphics commands:
> barnumber/price,
> absolute x/y pixels
> relative percent of window size? (i.e. plotownscale)
>
> (would be nice to be able to select either)
>
> What about "plotting order" (or priority) which covers which?
>
>
> Joseph Biran
> ____________________________________________
>
>
> Friday, May 4, 2007, 12:25:52 AM, you wrote:
>
>
>
>
> > Hello,
>
>
>
>
> > AmiBroker 4.94.0 BETA has just been released.
>
> >
http://www.amibroker.com/devlog/2007/05/03/amibroker-4940-beta-released/
>
>
>
>
> > The highlights of this release are:
>
>
>
>
> > 1.. new low-level graphics interface (23 new AFL functions),
more details here:
> http://www.amibroker.com/guide/h_lowlevelgfx.html
>
> > 2.. "new look" of charts - more space, clearer display
>
> > Best regards,
>
> > Tomasz Janeczko
>
> > amibroker.com
>
Please note that this group is for discussion between users only.
To get 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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|