[comp.windows.ms.programmer] UCB MS WINDOW BUILDER

dea@hpsesrwd.HP.COM (Bob Dea) (12/18/90)

After ftping UCB/WordPlan to cica I discovered a minor problem.  The
MS Windows 3.0 script always generated code that requires a ICON file.

You can always supply a ICON file or apply the following patch
to the script file "windows".

Apply this patch ONLY to the script "windows" version 1.00 

I will upload a updated version of UCB.ZIP to cica and will
modify the version number for the script "windows" to version 1.01 

 Change line 210-211 from:

	\if @[1,4] = 1
	\@[1,40] ICON @[1,40]@[2,2]ICO

 To:

	\if @[1,4] = 0 
	\skip 1
	\@[1,40] ICON @[1,40]@[2,2]ICO
	\eskip 1

dea@hpsesrwd.HP.COM (Bob Dea) (12/18/90)

>After ftping UCB/WordPlan to cica I discovered a minor problem.  The
>MS Windows 3.0 script always generated code that requires a ICON file.
>
>You can always supply a ICON file or apply the following patch
>to the script file "windows".
>
>Apply this patch ONLY to the script "windows" version 1.00 
>
>I will upload a updated version of UCB.ZIP to cica and will
>modify the version number for the script "windows" to version 1.01 
>
> Change line 210-211 from:
>
>	\if @[1,4] = 1
>	\@[1,40] ICON @[1,40]@[2,2]ICO
>
> To:
>
>	\if @[1,4] = 0 
>	\skip 1
>	\@[1,40] ICON @[1,40]@[2,2]ICO
>	\eskip 1
>

----------

NOTE!! The above should read :


 Change line 210-211 from:

	\if @[1,4] = 1
	@[1,40] ICON @[1,40]@[2,2]ICO

 To:

	\if @[1,4] = 0 
	\skip 1
	@[1,40] ICON @[1,40]@[2,2]ICO
	\eskip 1

notice I had a few extra \'s in my previous posting.

Sorry for the mistake!!