Okay, I'll fix that.  Comes from writing code off the top of my head without
testing it.  <grin>

--
Mark Miesfeld

On Sun, Sep 4, 2011 at 8:52 AM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:

> Section 7.9, page 453, addIconResource - the sample code is:
>
>    dlg = .SimpleDialog~new
>    if dlg~initCode = 0 then do
>      self~addIconResource(105, "MyAppIcon.ico")
>      dlg~create(30, 30, 150, 100, "The Simple Dialog", "VISIBLE")
>      dlg~execute("SHOWTOP", 105)
>    end
>
> First statement in the do block should be:
>
>  dlg~addIconResource(105, "MyAppIcon.ico")
>
>
> Regards,
> Oliver
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to