PDA

View Full Version : Conditionally skipping Clarion Detected message



NewsArchive
08-03-2006, 10:13 AM
Hi there

I have a program that will be used by both Clarion developers and people who
don't have Clarion.

At the moment, when no Clarion is detected one still gets the message that
the following Clarion versions have been detected followed by blankness <g>.
I would like to be able to skip this message under those circumstances and
go straight on to the dialogue for selecting a folder to install to.

I would appreciated any assistance in achieving this.

Many thanks.


--
best wishes

Eric Churton
Simplified Software
http://www.simsoft.co.za
Templates that make your programming easier.

NewsArchive
08-03-2006, 10:14 AM
Eric,

What you can do is to perform a simple "If Clarion..." check for, say,
Clarion 5.5, 6.0, 6.1, 6.2, 6.3 before the Loop Wizard. If neither of
these versions is available, hide the Clarion Detection dialog (using
Wizard: Show/Hide... function).

Does this help?

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
08-04-2006, 03:42 AM
Hi Friedrich

Many thanks. I will try that today and let you know how it went.

--
best wishes

Eric Churton
Simplified Software
http://www.simsoft.co.za
Templates that make your programming easier.

NewsArchive
08-05-2006, 06:22 AM
Hi Friedrich

I seem to have sorted it out now. By using 'System does/does not have
Clarion 6.3 etc I have found out how to hide or unhide various options.

Thanks for your help.


--
best wishes

Eric Churton
Simplified Software
http://www.simsoft.co.za
Templates that make your programming easier.