| Back to MiscEl main page | Write a message to author |
ShowProgramAt(PageWidth,0);
ShowPageAt("Fo",0,0);
Update;
PageSetValue("Fo","PageControl","Analyze");
PageSetValue("Fo","Impedance curve","1");
Update;
ShowPageAt("Curve plotter",0,PageHeight);
ShowPageFront("Calculator");

ShowProgramAt(PageWidth,0); | The MiscEl frame is moved to the right and top of the windows screen. PageWidth is the standard width of the MiscEl frame. |
ShowPageAt("Fo",0,0); | The "Fo" page is shown at the top left of the windows screen |
Update; | Give MiscEl and windows time to do the lines above |
PageSetValue("Fo","PageControl","Analyze"); | On the "Fo" page select the "Analyze" page PageControl is the name used for all page selections in MiscEl Analyze is the text on the button to select |
PageSetValue("Fo","Impedance curve","1"); | On the "Fo" page put a checkmark in the "Impedance curve" checkbox |
Update; | Give Miscel and windows time to update, i.e. show the "Curve plotter" page |
ShowPageAt("Curve plotter",0,PageHeight); | Place the "Curve Plotter" page just below the "Fo" page PageHeight is the standard heigth of the MiscEl frame |
ShowPageFront("Calculator"); | We also wants a "Calculator" in the MiscEl frame, and it must be in front |