Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » syntax
  • Re: Minimize Programs = death?

    There is a difference between the DoEvents and RefreshScreen methods that need some attention.  DoEvents should be able to allow the program to respond to Windows messages (like closing the program window) but it does not.  Also, (depending on your implementation) DoEvents might be an expensive call to make in every iteration of a tight ...
    Posted to Phrogram Announcements and Discussion (Forum) by LFS on November 24, 2006
  • Something missing from Phrogram ... nothingness!

    Hi, I'd like to offer an observation and make a request for the future development of Phrogram. In the recent program I wrote (Space Junk -- see elsewhere) I wanted to create new objects dynamically.  I know that there's the "New" keyword (as yet officially unsupported), but I wanted to play completely by the rules, so I ...
    Posted to Phrogram Announcements and Discussion (Forum) by NeilWinton on November 21, 2006
  • A question of scope ...

    I've got a simple question about the scope and visibility of variables. From within a class, how -- if at all -- can you access "global" variables, that is, those defined within the scope of the main program body but outside the Main method? I can't see any syntax that will let you do this. On a similar but related issue, is ...
    Posted to Phrogram Announcements and Discussion (Forum) by NeilWinton on November 3, 2006