spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column48


Using JavaScript in HomeSite 4.0, Part I

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

The Application Object's Properties, Part IV

ResultsShowing Read-Write Boolean

Specifies whether the Results tab is displayed. This property can also be set from the program's "View" menu. Take a look at the Results tab:

The Results Tab

Top Read-Write Integer

Reflects the y-coordinate of the main window in relation to the desktop. If the program's window is beyond the top edge of the desktop, this property returns a negative integer. The following script aligns the top of the main window with the top of the desktop:

var app = Application;
function Main() {
  app.Top = 0;
}

VersionText Read-only String

Returns a string containing the application name and version. For example, the value of this property could be "HomeSite 4.0.1."

WindowState Read-Write Integer (1-3)

Reflects the window's current state. This property holds one of the following values:

  • 1 (Normal)
  • 2 (Minimized)
  • 3 (Maximized)

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


Created: September 13, 1999
Revised: September 13, 1999

URL: http://www.webreference.com/js/column48/apppro4.html