> On Wed, Jan 9, 2013 at 12:54 PM, Art Heimsoth
> <artst...@artheimsoth.com> wrote:
>
> Can you put a couple of say statements in the program to see which
> method is taking the most time.  I was thinking of something like
> this:
>
>
> ::method init
> say 'Entered init()'
> ....
>
>
> say 'Leaving init()'
>
>
> ::method initDialog
> say 'Entered initDialog()'
> ....
> say 'Leaving initDialog()'
>
>
> Do the same thing for defineDialog() if you are using it.
>
> --
> Mark Miesfeld

Thanks for those suggestions.. I found my dumb coding error
in the way I was searching for an ini file in the InitDialog method.
Reason for the differences in the XP vs Win7 times, there are 3
more drives on the XP system with a ton of folders - my error
was not being selective on how I searched for the key file.

I did also find a couple of spyware files, so the checkup was a
good thing.

--
  Art Heimsoth - artst...@artheimsoth.com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to