Board index » cppbuilder » New Form + New Graph: how to
Raad A. Sale
![]() CBuilder Developer |
Sat, 31 Mar 2001 03:00:00 GMT
New Form + New Graph: how to
I am trying to disply n graphs, each in a new form. So far, I can
create new forms on runtime. But all the n graphs (a TGraph object) are displayed in sequence in the very first form. Even worse, only the last one in the set is visible in the first form. The other forms contain no graphs. This is a version of the code. Need yr help to tell me what is wrong. Thanx in advance. Raad (Yes, I am a beginner in BCB3) --------------------------------------------------------------------------- In the prog.h file, I have: In the prog.cpp file, I have for(i=1; i<n; i++) for (j = 1; j < (GraphicsServer1->NumPoints); j++) |