PureBytes Links
Trading Reference Links
|
TJ,
In the following code snippet the text is not visible. It's only visible if I set GfxSetOverlayMode(0)... Now, the problem with viewing the text seems to be the SetChartBkGradietFill() function call.
So can I not call SetChartBkGradietFill() and then plot Gfx functions below the charts...?
TIA
Plot( C, "Close", colorWhite, styleCandle );
SetChartBkGradientFill( colorBlack, colorCustom9 );
GfxSetOverlayMode( 1 );
GfxSelectFont( "Tahoma", Status( "pxheight" ) / 2 );
GfxSetTextAlign( 6 );
GfxSetTextColor( colorGold );
GfxSetBkMode( 1 );
GfxTextOut( "Hi", Status( "pxwidth" ) / 2, Status( "pxheight" ) / 12 );
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> No, you either draw
> a) on top
> or
> b) below everything
> or
> c) you draw everything on your own (no overlay)
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "Rob" <sidhartha70@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, October 15, 2009 10:59 PM
> Subject: [amibroker] GfxSetOverlayMode()
>
>
> > Can GfxSetOverlayMode() be changed multiple times during the course of one AFL pass...? Or is a one time setting...?
> >
> > Thanks
> >
> >
> >
> > ------------------------------------
> >
> > **** IMPORTANT PLEASE READ ****
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > TO GET TECHNICAL SUPPORT send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > http://www.amibroker.com/feedback/
> > (submissions sent via other channels won't be considered)
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > Yahoo! Groups Links
> >
> >
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
|