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
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

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, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint


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

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