Four Js Development Tools Forum

Discussions by product => GDC => Topic started by: Chris C. on November 06, 2019, 07:22:08 pm



Title: GDC 3.20 custom image location?
Post by: Chris C. on November 06, 2019, 07:22:08 pm
Good day,

I am looking for the location that we are to set where custom images for the application are to reside.

In the preferences tab there was an images path in 3.10. Seems like that is now missing. Has it moved to another location?


Title: Re: GDC 3.20 custom image location?
Post by: Reuben B. on November 06, 2019, 08:18:34 pm
As per the documentation and the appropriate entry in the GDC 3.20 Upgrade Guide
http://4js.com/online_documentation/fjs-gdc-manual-html/#gdc-topics/c_gdc_migrate_320.html
Quote
The ability to configure the default local image directory on the Preferences tab for the GDC monitor no longer exists, as images are no longer searched for locally.

Rather than having to deploy custom images with the GDC, the expectation is that you would place them on the back-end server and use FGLIMAGEPATH.  Have a read of
http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_images_resource_spec.html
http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_EnvVariables_FGLIMAGEPATH.html

Reuben


Title: Re: GDC 3.20 custom image location?
Post by: Chris C. on November 06, 2019, 10:45:57 pm
Reuben,

Thank you so much!