Script: get number of items in objValue¬¬if it =0 then ¬ put "Select any single resource from the list at left for a description. Be sure to select all those to be copied." into t¬else if it = 1 then¬ put line objValue of wsGet(wdID,"Descriptions","TEXT") into t¬else¬ put it&&"resources selected." into t¬end if¬wsSet wdID,"theDesc","TEXT",t
ItemType: TEXT
Rect: 184,16,352,128
TextSize: 12
Name: TheDesc
WhiteColor: -4370,-4370,-4370
Text: Select any single resource from the list at left for a description. Be sure to select all those to be copied.
ItemType: TEXT
Rect: 183,268,377,308
Name: Descriptions
Scrolling: TRUE
Text: This external function is responsible for the actual display and manipulation of the windows. It must be included in distributed stacks.¬This external function is use to access property values from windows. It must be included in distributed stacks.¬This external command is use to change property values of windows. It must be included in distributed stacks.¬This external command is use to send commands to windows. It must be included in distributed stacks.¬¬This custom list style is used to display lists which represent menus. It respects the same meta characters as menus. It is needed only if used.¬This custom list style is used to display lists containing icons. It is needed only if used.¬This custom list style is used to display lists containing pictures. It is needed only if used.¬This custom list style is used to display lists containing finder icons. It is needed only if used.¬This custom list style is used to display lists of text blocks. Each list line contains an icon and a block of text. It is needed only if used.¬This custom list style is used to display text organized in columns. It is needed only if used.¬This custom list style is used to display text styled by special meta characters. It is needed only if used.¬¬This custom control style acts like the latch in the alarm clock which drops down the time setting controls. It is needed only if used.¬This custom control style acts like a combination of a push button and a latch. It is needed only if used.¬This custom control style shows a quantity by filling a box with black. It is needed only if used.¬This custom control style has small up and down arrows which usually adjust a numeric value. It is needed only if used.¬¬This custom menu style allows you to display pictures in menus. Each picture may be split into a grid of items. It is needed only if used.¬This custom menu style allows you to display the colors in a color lookup table. It is needed only if used.¬¬This external function displays the standard color picker dialog and returns the RGB value of the color selected. It is needed only if used.¬This external function determines if QuickTime is available and returns either true or false. It is needed only if used.¬This external function returns a list of the resources of a given type in the given stack. The contents of the list is customizable. It is needed only if used.¬This external function converts return characters into option-L characters. It is needed only if used.¬This external function returns information about available screens such as the number of colors each displays and its position. It is needed only if used.¬This external function converts option-L characters into return characters. It is needed only if used.¬¬This external command allows you to manipulate menus item with a syntax similar to wsSet. It is needed only if used.¬This external function allows you to manipulate menus item with a syntax similar to wsGet. It is needed only if used.¬¬This resource is used to limit characters entered into text objects to only digits. It is used with the KeyFilter property.¬This resource is used to limit characters entered into text objects to only one line (no returns). It is used with the KeyFilter property.¬This resource is used to limit characters entered into text objects to only digits, commas, periods and math symbols. It is used with the KeyFilter property.