[Visual-devel] Re: Re: about visual
Status: Alpha
Brought to you by:
lettoz
From: Thomas H. <Tho...@we...> - 2003-02-27 16:33:35
|
Berdanos nicolas <nic...@it...> schrieb am 27.02.03 10:09:23: > > Hello thomas, > > I'm sorry to disturb you but i need some help about visual. > > in the parameters of the code, i 've tried to test some solutions but i don't > say if i must use hmi.class or hmiViewer.class .... Yes, you must use hmiVisual.class. It's the applet. > > <applet code="hmiViewer.class" codebase="javadoc" archive="hmi.jar" width=640 Leave away the codebase or set it to "./". If it is in the example, it's a mistake. I need it on sourceforge demo pages to save some space. > height=480> > <param name="communicator" value="hmiFakeCI"> hmiFakeCI is ok to play with and to test page layouts. If you want real COMMUNICATION, use hmiVisualCI instead. > <param name="host" value="localhost"> > The next parameter lines are of NO INTEREST for hmiFakeCI, but are important for hmiVisualCI: > <param name="host" value="localhost"> > <param name="sheet" value="2"> > <param name="port" value="182"> The port must be the same number that is given to the server module in visual.cfg. 182 is no good choice unless you run the server as root. > <param name="machine" value="oven"> > <param name="rights" value="1"> > <param name="trends" value="../trends/gimmickPage.php"> > <param name="font" value="Helvetica"> > <param name="refresh" value="300"> > > i try to run a demo of visual with the parameters who are explicated on the > web but it don't run. > > The only widgets who i use are in the hmitest.htm > > thanks for your help I could give more advice if you would send me the full text of your hmi page file. You would better the download latest source code from CVS. It's more verbose about errors. If you run it in a browser, open "JAVA Console" to see any error messages. Better do: java PageViewer hmitest.htm or java PageViewer hmitest.htm>myoutfile to save the messages. If you don't have PageViewer (it's in CVS), use SUN's or any other appletviewer. Good luck Thomas ______________________________________________________________________________ Werden Sie kreativ! Jetzt HTML-Mails nicht nur schreiben - nein - GESTALTEN, bei WEB.DE FreeMail! http://freemail.web.de/features/?mc=021141 |