Re: automatically not manually
- From: "polaris v via JavaKB.com" <u5471@uwe>
- Date: Tue, 29 Nov 2005 14:19:51 GMT
Roedy Green wrote:
>> I can copy the data manually by clicking shift-A, shift-C the past
>>it in a file shift-V as you all know.
>>
>>The question is can I make a program to do this job automatically and
>>periodically?
>> Of course the software has been built using Java code.
>
>Where do you want the data to go? You can have your signed
>Applet/JAWS app just log the incoming data to a file. There is no
>need to tie it to the display.
>
I wana the data to be stored in plain text file or even xml file but
something
you may not understand that the software is not mine its one I have bought
so I can do nothing with the internal stream of data since I don't have the
source code. So I have to tie to the display
>You could do it with a separate program that just reads the same
>stream of data and logs it. You could use the ordinary chron
>facilities of your OS to periodically schedule the program to run.
>
--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200511/1
.
- Follow-Ups:
- Re: automatically not manually
- From: Roedy Green
- Re: automatically not manually
- References:
- automatically not manually
- From: polaris v via JavaKB.com
- Re: automatically not manually
- From: Roedy Green
- automatically not manually
- Prev by Date: Re: Swing Refresh problem
- Next by Date: Re: Swing Refresh problem
- Previous by thread: Re: automatically not manually
- Next by thread: Re: automatically not manually
- Index(es):
Relevant Pages
|
|