|
Re: Groups.io Raising Prices?
Hey Chris, not sure what you mean by "the straight scoop" since you seem to have the prices, but here is the post by the Groups.io site owner:https://beta.groups.io/g/main/topic/79024735
In the
Hey Chris, not sure what you mean by "the straight scoop" since you seem to have the prices, but here is the post by the Groups.io site owner:https://beta.groups.io/g/main/topic/79024735
In the
|
By
JMichaelTX
·
#276
·
|
|
Re: Groups.io Raising Prices?
If you read the message, this does not start till 21 January. Move it now!
It means it will be operating on a good financial basis which bodes well for the future.
And the proper place to ask this
If you read the message, this does not start till 21 January. Move it now!
It means it will be operating on a good financial basis which bodes well for the future.
And the proper place to ask this
|
By
David M
·
#275
·
|
|
Re: Groups.io Raising Prices?
Wow. I guess they're planning on making money on Yahoo's demise...
Sharks.
JC
--
Jean-Christophe Helary @brandelune
http://mac4translators.blogspot.com
Wow. I guess they're planning on making money on Yahoo's demise...
Sharks.
JC
--
Jean-Christophe Helary @brandelune
http://mac4translators.blogspot.com
|
By
Jean-Christophe Helary <jean.christophe.helary@...>
·
#274
·
|
|
Groups.io Raising Prices?
Hey Folks,
Does anyone know the straight scoop on Groups.io raising prices?
For groups upgraded after Monday, January 18th, 2021 at 9am Pacific Time, the pricing plans will be based on the number of
Hey Folks,
Does anyone know the straight scoop on Groups.io raising prices?
For groups upgraded after Monday, January 18th, 2021 at 9am Pacific Time, the pricing plans will be based on the number of
|
By
Christopher Stone
·
#273
·
|
|
Re: Is Apple ML down now?
Hey Takaaki,
I haven't been able to post for 2-3 days now, so I fired off a missive to Chris Nebel a couple of hours ago.
Hopefully I'll hear back before long.
--
Best Regards,
Chris
Hey Takaaki,
I haven't been able to post for 2-3 days now, so I fired off a missive to Chris Nebel a couple of hours ago.
Hopefully I'll hear back before long.
--
Best Regards,
Chris
|
By
Christopher Stone
·
#272
·
|
|
Is Apple ML down now?
Apple Mailing Lists seem down.
How about it?
--
Takaaki Naganoya
maro@...
http://piyocast.com/as/
Apple Mailing Lists seem down.
How about it?
--
Takaaki Naganoya
maro@...
http://piyocast.com/as/
|
By
Takaaki Naganoya
·
#271
·
|
|
Re: Applescript in Mac OS 11?
My expectation, based on nothing more than AppleScript's long history, is that existing support for AppleScript will not go away. The issue right now is that Apple has not implemented it in its
My expectation, based on nothing more than AppleScript's long history, is that existing support for AppleScript will not go away. The issue right now is that Apple has not implemented it in its
|
By
Bill Cheeseman
·
#270
·
|
|
Re: Applescript in Mac OS 11?
That's definitely helpful from a user's perspective, but as a developer I use AppleScript within my apps to integrate them with other applications.
Losing AppleScript will result in my applications
That's definitely helpful from a user's perspective, but as a developer I use AppleScript within my apps to integrate them with other applications.
Losing AppleScript will result in my applications
|
By
Jon Gotow
·
#269
·
|
|
Re: Applescript in Mac OS 11?
Interesting. That makes a lot of sense.
--
Jean-Christophe Helary @brandelune
http://mac4translators.blogspot.com
Interesting. That makes a lot of sense.
--
Jean-Christophe Helary @brandelune
http://mac4translators.blogspot.com
|
By
Jean-Christophe Helary <jean.christophe.helary@...>
·
#268
·
|
|
Re: Applescript in Mac OS 11?
I have started updating UI Browser as a universal app for Big Sur. It strikes me as more likely that Apple will make its new apps comply with accessibility, so it will remain possible to script them
I have started updating UI Browser as a universal app for Big Sur. It strikes me as more likely that Apple will make its new apps comply with accessibility, so it will remain possible to script them
|
By
Bill Cheeseman
·
#267
·
|
|
Re: Applescript in Mac OS 11?
Maps, I don’t think it is such a big loss, but messages on the other hand is a significant loss.
May be we should put some pressure on Apple, in spite of being few.
Apple has some pearls that would
Maps, I don’t think it is such a big loss, but messages on the other hand is a significant loss.
May be we should put some pressure on Apple, in spite of being few.
Apple has some pearls that would
|
By
Deivy Petrescu
·
#266
·
|
|
Re: How to set Folder Permissions on Enclosing Items
A bit late, but in case you didn't work it out yourself, this will get file permissions:set |path| to POSIX file "/Users/CK/Documents/Scripts/"tell application id "com.apple.finder" to tell the folder
A bit late, but in case you didn't work it out yourself, this will get file permissions:set |path| to POSIX file "/Users/CK/Documents/Scripts/"tell application id "com.apple.finder" to tell the folder
|
By
CK
·
#265
·
|
|
How to set Folder Permissions on Enclosing Items
Hi,
Is there anyway to set the permissions of a folder and it contents recursively using AppleScript?
Basically I want the equivalent of the Get Info Window, "Apple to Enclosing Items”
Hi,
Is there anyway to set the permissions of a folder and it contents recursively using AppleScript?
Basically I want the equivalent of the Get Info Window, "Apple to Enclosing Items”
|
By
Dave
·
#264
·
|
|
Re: System Events - Property Lists
If you'd used "my" instead of "of me" the compiler would have inserted them for you.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
If you'd used "my" instead of "of me" the compiler would have inserted them for you.
--
Shane Stanley <sstanley@...>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
|
By
Shane Stanley
·
#263
·
|
|
Menubar in AppleScript??
Hi,
Is it possible to add a Menu Bar to a Script and have it work like a regular App?
I’ve found something that plays about with Menu’s but I’m not really sure what it does.
When I run it it
Hi,
Is it possible to add a Menu Bar to a Script and have it work like a regular App?
I’ve found something that plays about with Menu’s but I’m not really sure what it does.
When I run it it
|
By
Dave
·
#262
·
|
|
Re: System Events - Property Lists
Hi,
It’s hard to know when you need (), I usually add them anyway but this time I forgot!
The thing that threw me here was again the error message, it actually display the correct path name in the
Hi,
It’s hard to know when you need (), I usually add them anyway but this time I forgot!
The thing that threw me here was again the error message, it actually display the correct path name in the
|
By
Dave
·
#261
·
|
|
Re: How to order a list - A challenge
Oh and, if the item from theNewList is not in the theMasterList the it should be added to the end of the myOrderedList.
Oh and, if the item from theNewList is not in the theMasterList the it should be added to the end of the myOrderedList.
|
By
Dave
·
#260
·
|
|
How to order a list - A challenge
Hi,
I’ve written a Handler to do the following:
on GetOrderedList(theMasterList,theNewList)
return myOrderedList
end
Hi,
I’ve written a Handler to do the following:
on GetOrderedList(theMasterList,theNewList)
return myOrderedList
end
|
By
Dave
·
#259
·
|
|
Re: System Events - Property Lists
No, what fixed it was that you stopped misusing "of me".
Your original is looking for a property list file "of me", where only the variable belongs to "me".
If you had said:
tell property list
No, what fixed it was that you stopped misusing "of me".
Your original is looking for a property list file "of me", where only the variable belongs to "me".
If you had said:
tell property list
|
By
Shane Stanley
·
#258
·
|
|
Re: System Events - Property Lists
If I change it to:
tell application "System Events"
set myPropertyListPath to pMWLPrefsFilePOSIXPath of me ———Changed------
tell property list file
If I change it to:
tell application "System Events"
set myPropertyListPath to pMWLPrefsFilePOSIXPath of me ———Changed------
tell property list file
|
By
Dave
·
#257
·
|