You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first problem is that dgs won't load the image if you simply use relative path to current resources files, e.g ("File/Images/SomeImage.png")
and the second one works but if you change the file server-side and restart that resource, the texture won't get updated
Solution:
Maybe we can attach an event handler with onClientResourceStart/Stop when a file get's loaded from that resource and reload the textures loaded from that resource into dgs
The text was updated successfully, but these errors were encountered:
The first problem is that dgs won't load the image if you simply use relative path to current resources files, e.g ("File/Images/SomeImage.png")
and the second one works but if you change the file server-side and restart that resource, the texture won't get updated
Solution:
Maybe we can attach an event handler with
onClientResourceStart/Stop
when a file get's loaded from that resource and reload the textures loaded from that resource into dgsThe text was updated successfully, but these errors were encountered: