• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: disclosure triangle detection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disclosure triangle detection


  • Subject: Re: disclosure triangle detection
  • From: Robert Poland <email@hidden>
  • Date: Mon, 20 Jun 2011 15:34:59 -0600

NG,

Here's my cure for that issue;

tell application "Finder"
select {} -- deselect choice(s)
tell application "System Events"
tell application process "Finder"
tell window 1
-- Group 1 test for 10.4.11.
if (group 1 exists) then
name of static text 1 of group 1
else
name of static text 1
end if
(word 1 of result) as integer
end tell
end tell
end tell
end tell


On Jun 20, 2011, at 2:28 PM, Nigel Garvey wrote:

In my message of Mon, 20 Jun 2011 21:21:12 +0100, I wrote:

I wrote on Mon, 20 Jun 2011 20:57:22 +0100:

Jim Brandt wrote on Mon, 20 Jun 2011 10:29:38 -0500:

I want to write a script that sets the bounds of the window based on
the number of items being shown in the list view.

Like Robert's script, this counts the visible items in a Finder window,
but does so without selecting anything. Tested in both 10.4.11 and
10.6.7 with all permutations of toolbar and sidebar visibiltiy:

I suppose another possibility would be to read the number of items off
the status bar.  :)

Urgh! No. I withdraw that. It obviously doesn't work if any items are
selected.

NG

Robert Poland - Fort Collins, CO



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Re: disclosure triangle detection (From: Nigel Garvey <email@hidden>)
 >Re: disclosure triangle detection (From: Nigel Garvey <email@hidden>)

  • Prev by Date: Re: Excel Sheets to CSV
  • Next by Date: adding target to Xcode 4
  • Previous by thread: Re: disclosure triangle detection
  • Next by thread: Re: disclosure triangle detection
  • Index(es):
    • Date
    • Thread