PDA

View Full Version : #msgbox



NewsArchive
10-19-2010, 12:04 AM
Hi Friedrich,

I use #msgbox to remind me at the end of a compile. When run with the
command line compiler, the #msgbox _always_ appears behind the compiler
window. Since the #msgbox is small it is almost covered by the compiler
progress window so I don't always notice it<g> This is what I have:

#msgbox "REMEMBER: Test code at the end of the script to rename
officeupdate.ini to officeupdate_TEST.ini"

Note that this is executed on a XP Home SP3 with all updates.

Best regards,

--
Arnór Baldvinsson - Icetips Alta LLC
Port Angeles, Washington
www.icetips.com - www.buildautomator.com - www.altawebworks.com

Icetips product subscriptions at http://www.icetips.com/subscribe.php

NewsArchive
10-19-2010, 08:43 AM
Hi Arnór,

> I use #msgbox to remind me at the end of a compile. When run with the
> command line compiler, the #msgbox _always_ appears behind the compiler
> window. Since the #msgbox is small it is almost covered by the compiler
> progress window so I don't always notice it<g> This is what I have:
>
> #msgbox "REMEMBER: Test code at the end of the script to rename
> officeupdate.ini to officeupdate_TEST.ini"
>
> Note that this is executed on a XP Home SP3 with all updates.

Interesting. We had to replace the Clarion MESSAGE() command with a native
Windows API to fix this.

Thank you for bringing this to my attention.

Friedrich