Re: Chart won't open until I move the mouse

From: Dorfmaxl <Dorfer.Markus_at_surfeu.at>
Date: Fri, 01 Dec 2000 08:20:27 GMT
Message-ID: <fbJV5.111453$Rx2.5609845_at_news.chello.at>


Hi !

Here for example is the code from a forms 4.5 project:

CHR_GRAFIK is the chart.




 parID:=create_parameter_list('parList1');  strID:=to_char(iIDGrafik);

 add_parameter(parID,'parID',TEXT_PARAMETER,strID);  GO_BLOCK('BL_CONTROLGRAFIK');
 OG.CLOSE('grfGrafik','BL_CONTROLGRAFIK.CHR_GRAFIK');  OG.OPEN('grfGrafik','BL_CONTROLGRAFIK.CHR_GRAFIK',false,true,parID);  destroy_parameter_list(parID);



MD

<mrbozo_at_my-deja.com> wrote in message news:907c39$eqa$1_at_nnrp1.deja.com...
> Hi
>
> I have a chart (created with Graphics builder) embedded in a forms
> application, displaying it on a stacked canvas.
> [Quoted] [Quoted]
> When I attempt to open the chart with a call to og.open(...), nothing
> happens until I move the mouse. Only then will the chart appear. Does
> anyone have any suggestions?
>
> While I'm here, can anyone please explain if/how it's possible to
> display a message/alert from an Oracle Graphics application. I've read
> the doco but couldn't find anything helpful.
>
> Thanks...
>
> MB
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Dec 01 2000 - 09:20:27 CET

Original text of this message