![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Wouldn't you be better off using one of the purpose built POS Pole displays ? Or is this for demo purposes only ... ? |
|
What OS .. XP only ? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Wha .... you want me to read AND type at the same time ?!?!@ Still need to know OS though (1/2 ) |
#6
| |||
| |||
|
|
I am looking for someone that can write a program to interface to Jbase to display data on a second monitor (running two vga monitors on 1 computer) for customer purchases. It would need to print in large font two lines of data when I send it and after a few 5 seconds disappear. The montior is running a powershow/powerpoint display other times. This is for a POS application. Anyone interested in quoting on this? If you need further details you can email me direct at info (AT) comp-ware (DOT) net Thanks, Richard Kann Comp-Ware Systems, Inc. |
#7
| |||
| |||
|
|
Then have a small vb.net program (or something similar) that will poll this file constantly... |
#8
| |||
| |||
|
|
I would have thought this reasonably straightforward.....You could probably do it yourself reasonably quickly if you can use something like vb.net for example. Simply have your application write out the message to a file on the server (not a multivalue file but a normal Windows file). Then have a small vb.net program (or something similar) that will poll this file constantly and display the text as required. It's pretty much just a form with a text box in! It should be no more than an hours work for someone... I just wish I had that hour to spare! Hope this helps... Apologies if it doesn't! |
|
"Richard Kann" <him (AT) comp-ware (DOT) net> wrote in message news:1114644266.6477bb1f9287e021114adc33e4239144 (AT) teranews (DOT) .. I am looking for someone that can write a program to interface to Jbase to display data on a second monitor (running two vga monitors on 1 computer) for customer purchases. It would need to print in large font two lines of data when I send it and after a few 5 seconds disappear. The montior is running a powershow/powerpoint display other times. This is for a POS application. Anyone interested in quoting on this? If you need further details you can email me direct at info (AT) comp-ware (DOT) net Thanks, Richard Kann Comp-Ware Systems, Inc. |
#9
| |||
| |||
|
|
.NET includes a FileSystemWatcher class that allows you to passively monitor the file system for changes... This is one of those really great features that come with .NET that people will never appreciate |
#10
| |||
| |||
|
|
"Simon Verona" wrote: Then have a small vb.net program (or something similar) that will poll this file constantly... *Gasp* .NET includes a FileSystemWatcher class that allows you to passively monitor the file system for changes and respond to events, rather than actively polling in a loop. This is one of those really great features that come with .NET that people will never appreciate if they keep looking at it as just a forced upgrade from VB6. Anyone who adopts .NET should continue to investigate what it provides rather than following old coding practices in the new medium. Doesn't help Richard much - sorry bud... T |
![]() |
| Thread Tools | |
| Display Modes | |
| |