Just Update Picture

Hello everybody,

I'm developing an application with two *.wyc files :- one for the app - one for commercial pictures in the app

I would like to know if it's possible to update only pictures files without restarting my application ?(I drop the file in a folder and my app check if a new picture is available)

Thanks in advance

I would like to know if it's possible to update only pictures files without restarting my application ?

Yes, so long as the pictures are in a sub folder that doesn't contain any running executables (i.e. your app).

Does that make sense?

Yes it does.

And run perfectly!

Thanks!

Last question 😉 :Commandline "/skipinfo" display a "Finish" button, how can I disable this ?

In wyBuild click File -> Properties -> wyUpdate -> Check "Close wyUpdate on successful update (instead of Finish screen)". Click OK.

Then rebuild wyUpdate and include the new client.wyc with your app (or in this case your pictures).

it work!

Thanks!

My pleasure. 😀