Re: Adding Web capability to a graphics App - best way please?

From: David (FlyLikeAnEagle_at_United.Com)
Date: 09/30/04


Date: Thu, 30 Sep 2004 01:12:21 GMT

On Wed, 29 Sep 2004 12:11:33 UTC, BMG Support <support (at)
BusinessMailGateway.com> wrote:

>
> Adding Web capability to a graphics App - best way please?
>
> The customer has a large graphics app. It is displaying a
> constantly (but slowing) changing network configuration
> diagram. Written for Windows, in VC6, it uses GDI+. They
> want to regularly 'export' the current image so that it
> viewable by web brousers.
>
> So my question is - What technologies are 'out there'
> to help add this functionality?
>
> Can MS web server be used at all - OR - do we have to add
> some html generation package. -OR- Java -OR- ?
>
> Where is the best place to ask such a question?
>
> Many thanks if you can give me any pointers at all.

  I've not seen anyone address the changing picture aspect
of your problem yet. A simle web page that displays a
static graphic of the network could update itself with
an HTML update command. I don't recall the format of the
command right now. The update period would hopefully be
close to what your server is getting new frames. For
instance, a server application updates a web accessable
picture once a minute. The client side would update
its view one a minute and expect to see a minor change.
You could just leave the client web page up to see
activity throughout the day.

  Java or perhaps Javascript could handle such things
on the client side. I'm pretty sure there would be
a server side implementation, but I've not written
anything like that yet.

  David



Relevant Pages

  • Re: Adding Web capability to a graphics App - best way please?
    ... > Adding Web capability to a graphics App - best way please? ... an HTML update command. ... close to what your server is getting new frames. ... You could just leave the client web page up to see ...
    (microsoft.public.vc.mfc)
  • Re: advices on sockets
    ... The little app I need to write is a x-window to which a graphic ... 1/ on the client side, I'd like to start to the ... won't die when the graphics app has finished processing the image? ... to check for both new data coming through the socket but also X ...
    (comp.unix.programmer)
  • advices on sockets
    ... The little app I need to write is a x-window to which a graphic ... 1/ on the client side, I'd like to start to the ... won't die when the graphics app has finished processing the image? ... to check for both new data coming through the socket but also X ...
    (comp.unix.programmer)
  • advices on sockets
    ... The little app I need to write is a x-window to which a graphic ... the code of the client and start the x-window from within the graphics ... app as a *separate process* that won't die when the graphics app has ... data coming through the socket but also X events. ...
    (comp.unix.programmer)