Hi!

I have a gnoga app that contains 2 images.
They display nicely with

View.Image_Holder.Create (View);
View.Matched_Image.Create(View.Image_Holder,
  "https://path/matched.png";);
View.Lapsed_Image.Create(View.Image_Holder,
  "https://path/settled_vs_lapsed.png";);

where

Image_Holder  : Gnoga.Gui.Element.Common.DIV_Type;
Lapsed_Image  : Gnoga.Gui.Element.Common.IMG_Type;
Matched_Image : Gnoga.Gui.Element.Common.IMG_Type;

However, the server holding the images are
creating new images every 10 minutes in a cron job.
The images are diagrams, created with gnuplot,
and published via https

So, how can I make gnoga reload the images ?



-- 
--
Björn

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to