unsubscribe
unsubscribe
- Subject: unsubscribe
- From: Bradley Shammam <email@hidden>
- Date: Sat, 30 Jul 2011 19:01:17 +0000
- Thread-topic: unsubscribe
unsubscribe
-----Original Message-----
From: applescript-users-bounces+bradley=email@hidden [mailto:applescript-users-bounces+bradley=email@hidden] On Behalf Of email@hidden
Sent: Saturday, July 30, 2011 12:01 PM
To: email@hidden
Subject: AppleScript-Users Digest, Vol 8, Issue 336
Send AppleScript-Users mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/applescript-users
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific than "Re: Contents of AppleScript-Users digest..."
Today's Topics:
1. Re: Applescript and Lion (Ron Hunsinger)
2. Re: Applescript and Lion (Robert Poland)
3. Re: Applescript and Lion (Luther Fuller)
4. Re: Applescript and Lion (Alex Zavatone)
5. Re: Applescript and Lion (Luther Fuller)
----------------------------------------------------------------------
Message: 1
Date: Fri, 29 Jul 2011 13:32:35 -0700
From: Ron Hunsinger <email@hidden>
Subject: Re: Applescript and Lion
To: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
On Jul 29, 2011, at 11:03 AM, Luther Fuller wrote:
> On Jul 24, 2011, at 12:40 PM, Robert Poland wrote:
>
>> So far the only Applescript problem I've run into is when a script (or me) double clicks on the divider between the Name column and the Date Modified column in the list view of a Finder window nothing happens.
>>
>> The cursor seems to indicate something should happen.
>>
>> Looks like a BUG to me.
>
> In Lion, I've just tried to resize the name column in list view so I could see a long file name. The cursor gives no indication that anything should happen ... and I cannot resize the name column. This does look like a bug.
I have no trouble resizing the name (or any other) column in list view. Just drag the only visible divider, the one in the header area following the "Name" column header.
------------------------------
Message: 2
Date: Fri, 29 Jul 2011 14:55:36 -0600
From: Robert Poland <email@hidden>
Subject: Re: Applescript and Lion
To: Ron Hunsinger <email@hidden>
Cc: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
Ron,
I tried the Applescript command and it works. However as I mentioned before double clicking on the dividers between the list columns does nothing, either manually or with Applescript.
I'm at a loss on how one would drag the only visible divider with Applescript.
tell application "Finder" to tell window 1
select {} -- deselect choice(s) if any
tell its list view options -- set list default widths
set width of column id name column to 100
set width of column id modification date column to widthDateColumn
-- size for month, day, year, time
set width of column id size column to widthSizeColumn -- size for xxx.x MB
end tell
end tell
On Jul 29, 2011, at 2:32 PM, Ron Hunsinger wrote:
>
> On Jul 29, 2011, at 11:03 AM, Luther Fuller wrote:
>
>> On Jul 24, 2011, at 12:40 PM, Robert Poland wrote:
>>
>>> So far the only Applescript problem I've run into is when a script (or me) double clicks on the divider between the Name column and the Date Modified column in the list view of a Finder window nothing happens.
>>>
>>> The cursor seems to indicate something should happen.
>>>
>>> Looks like a BUG to me.
>>
>> In Lion, I've just tried to resize the name column in list view so I could see a long file name. The cursor gives no indication that anything should happen ... and I cannot resize the name column. This does look like a bug.
>
> I have no trouble resizing the name (or any other) column in list view. Just drag the only visible divider, the one in the header area following the "Name" column header.
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> .net
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
Robert Poland - Fort Collins, CO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.apple.com/mailman/private/applescript-users/attachments/20110729/24d5cc52/attachment.html
------------------------------
Message: 3
Date: Fri, 29 Jul 2011 17:28:55 -0500
From: Luther Fuller <email@hidden>
Subject: Re: Applescript and Lion
To: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; CHARSET=US-ASCII
"Ah Ha!" I exclaimed after poking this problem with a stick.
There is no bug with selecting and changing the width of list view columns.
But ...
There is something about Lion that is very confusing.
I ran into that same folder, again. And, again, I could NOT select columns or move dividers.
Then I noticed that a sub-folder of this folder had no such problem.
Nor did its container have this problem. What the %^&@#$! is going on here?
I did a command-J to see the view options.
Nothing seemed wrong, but I poked it with my stick, anyway, and then I noticed what was wrong ...
In List View you have to set: Arrange by = None (use Sort by to get the order you want)
------------------------------
Message: 4
Date: Fri, 29 Jul 2011 19:05:49 -0500
From: Alex Zavatone <email@hidden>
Subject: Re: Applescript and Lion
To: Luther Fuller <email@hidden>
Cc: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; CHARSET=US-ASCII
And that is the bug, the new method of setting what to sort by PREVENTS you from changing the sort order from ascending to descending and shows a lame semi transparent column header. Press command control 1 to see this in the Finder.
It's another bit of stupid in Lion,
Sent from my iPod.
On Jul 29, 2011, at 5:28 PM, Luther Fuller wrote:
> "Ah Ha!" I exclaimed after poking this problem with a stick.
> There is no bug with selecting and changing the width of list view columns.
>
> But ...
> There is something about Lion that is very confusing.
> I ran into that same folder, again. And, again, I could NOT select columns or move dividers.
> Then I noticed that a sub-folder of this folder had no such problem.
> Nor did its container have this problem. What the %^&@#$! is going on here?
>
> I did a command-J to see the view options.
> Nothing seemed wrong, but I poked it with my stick, anyway, and then I
> noticed what was wrong ...
>
> In List View you have to set: Arrange by = None (use Sort by to get
> the order you want)
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> ac.com
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
------------------------------
Message: 5
Date: Sat, 30 Jul 2011 06:11:52 -0500
From: Luther Fuller <email@hidden>
Subject: Re: Applescript and Lion
To: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; CHARSET=US-ASCII
On Jul 29, 2011, at 7:05 PM, Alex Zavatone wrote:
> And that is the bug, the new method of setting what to sort by PREVENTS you from changing the sort order from ascending to descending and shows a lame semi transparent column header. Press command control 1 to see this in the Finder.
>
> It's another bit of stupid in Lion,
Made me feel as if Lion had played a dirty trick on me. And it had. Needs to be fixed.
------------------------------
_______________________________________________
AppleScript-Users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/applescript-users
End of AppleScript-Users Digest, Vol 8, Issue 336
*************************************************
_______________________________________________
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