My theory:
Grundislav stole the whole plot from Micheal Crichton's Timeline
Spoiler
Grundislav stole the whole plot from Micheal Crichton's Timeline

[close]
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Radiant on Sun 02/09/2007 22:10:57Unless, of course, they are willing to spend some money
The first involves getting the pick of the month, which authors have no control over.
Description.MaxX=system.viewport_width;
Description.MaxY=system.viewport_height;
Description.MaxX=system.viewport_width-1;
Description.MaxY=system.viewport_height-1;
Display("MaxX %d MaxY %d VW %d VH %d", Description.MaxX, Description.MaxY, System.ViewportWidth, System.ViewportHeight);
protected function Descriptions::Update_String() {
if (mouse.Mode==this.NoDescriptionWhenMode) { this.Text=""; return; }
protected function Descriptions::Update_String() {
// Special case of busy cursor
if ((mouse.Mode==this.NoDescriptionWhenMode) || (this.NoDescriptionWhenMode==eModeWait && IsInterfaceEnabled()==0)) {
this.Text=""; return;
}
Quote from: theatrx on Sat 25/08/2007 07:05:28
Sometimes object[0]. somthing works
and sometimes oKey.works
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.323 seconds with 15 queries.