PDA

View Full Version : hide and show dialog



NewsArchive
07-11-2012, 11:14 AM
hey,

i have a big problem with runtime variable and dialog.

Problem:

runtime variable %update% = true => show dialog update
runtime variable %update% = false => hide dialog update

I have already tried different variations. Nothing works.

What is the problem ?!

Dirk Büchel

NewsArchive
07-11-2012, 11:15 AM
aaaah

i have found the problem - before update is set to true, we check
whether the target directory is a file exists
But that does not work if there is a network drive, locally on C properly.

Dirk Büchel