Silverfrost Forums

Welcome to our forums

window_update@() not work

13 Jan 2005 8:54 #98

This is my first programm in fortran with graphics. I used SIMPLEPLOT function. My code is:

main Programm: ........... i=winio@('%ca[Plot]%bg[grey]&') i=winio@('%pl[x-array]&',400,250,N,x,y) i=winio@('%ta%`^bt[Update]',update_plot) ...............

function integer update_plot() .... c here is created new values for N,x,y .... call window_update@(N,x,y)

I have debugged and I get no errors. But the graph is not updated. Can you help me?

thank you

Please login to reply.