View Single Post
  #1  
Old 04-29-2005, 12:45 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Graal3/4 Gui Image Download Problem

When you display an image in a GuiMLTextCtrl and the client does not have that image, Graal does not refresh/reflow that GuiMLTextCtrl after the image has been downloaded, so the image is not displayed until that Gui ctrl is pushed back onto the display or reflown manually.

(<img src=example.png> in GuiMLTextCtrl contents)

Of course you can work around this with a download system, but I feel it would be more appropriate to make GuiMLTextCtrls either wait until the image data is accessible, or reflow when the image is available.
Reply With Quote