Displaying 20 results from an estimated 89 matches for "applescriptability".
2005 Dec 16
1
AppleScript commands don't execute until mouse over console window (PR#8405)
Full_Name: Jonathan Paisley
Version: 2.2.0
OS: Mac OS X 10.4.3
Submission from: (NULL) (81.178.69.159)
I am sending commands to R via AppleScript (specifically, from SubEthaEdit to
instruct it to source the file I'm currently editing). R doesn't respond tothe
AppleScript until I move the mouse over R's console window.
The following patch to the Mac GUI (against current svn trunk)
2011 Jan 01
2
Applescript and .exe?
Hi there!
I've used Wine a couple of years ago when I used Ubuntu as OS. Nowadays I have a Mac and recently installed Wine on it.
My question is, how do I fix so that I don't have to use the terminal to start an .exe program? Just enter a script in Applescript, save it as an application and start it through that?
I've googled and found some scripts but none of them works for me.
2004 Jan 08
5
Dialing the Phone from OS X Address Book with AppleScript, XML-RPC, PHP and Asterisk
I run an Apple OS X workstation and I've got a server on the same LAN
that's both a webserver and an Asterisk PBX.
I wanted to be able to originate calls in the OS X Address Book
application, and have Asterisk dial them and connect them to the phone
on my desk.
I've assembled a system that uses AppleScript to connect, via XML-RPC,
to a web application that, in turn, connects to
2006 Jul 04
1
Exporting tables to RTF?
Greetings.
Yesterday I managed to jury-rig a system to get a table out of R and
import it into Nisus Writer Express (a word processor for Mac OS X).
What I came up with is brittle, since it depends on an AppleScript
script which has to be in a specific location and on no one touching
the computer, since the AppleScript remotely controls Nisus Writer
Express rather blindly and will make
2013 Feb 05
1
[LLVMdev] Does Apple's osacompile use LLVM?
I hope this is the right mailing list to ask this question. If not, please
let me know where this question should be asked.
Does anyone know if Apple's "osacompile" (Applescript compiler) use LLVM?
If so, is there a way to compile Applescript to llvm-as?
Thank you.
Richard Catlin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 12
4
How to make icon to command on mac?
Is it possible to make grafic icon to start comand "wine win.exe" on Mac Os?
It will pleasent to start without Terminal...
2012 Jan 23
2
Deisable/Enable Momentum Mouse On Mac Wine
What are the magic lines of C code one has to add to Wine to disable the momentum mouse on a mac when the current wine application is activated and restore the settings when the wine application is deactivated?
2017 Jan 16
2
Remove empty milder folders
Not sure if anyone will find this useful, but this is how I deleted a bunch (several hundred) of empty mail folders from a user account:
# doveadm mailbox status -u ?user at example.com" messages "*" ALL | grep "=0" | awk -F= '{print $1}' | awk '{print "rm -rf ."$1}' > list
then I looked over list just to be sure it wasn?t mucked up and in
2017 Sep 08
5
Dovecot and Letsencrypt certs
So this morning at 4am I was awoken to my mail clients getting certificate errors for an expired certificate.
I hopped on to the server and checked and? no, the LE certs renewed last month and are valid until November.
After some moments of confusion I noticed that dovecot had been running since before the renewal, so I did a quick service dovecot restart which fixed everything.
Should dovecot
2004 Aug 06
2
communication between icecast and sources
>>>>> "j" == jaromil <jaromil@dyne.org> writes:
j> as it is today, xml-rpc bindings are available for several
j> languages: * Python, Java, Perl, TCL, ASP, COM, PHP, Zope,
j> AppleScript, REBOL, * Dylan, Common LISP, Real Basic, UserLand
j> Frontier, and even macromedia flash.. :)
j> i think icecast could take advantage of
2011 Aug 30
6
WINE + TrackManiaNations4Ever on OsX 10.7 (Lion)
Hi all,
I am completely new to OS X and Wine, so I might ask a very stupid question now. If so, please forgive me; I searched the Forum, WineHQ and Google and couldnt find an answer to my problem.
I would like to run TrackManiaNations4Ever on my Mac (Os X 10.7 Lion), and i downloaded the program from
http://www.gamefront.com/files/10013754
I have MacPorts and Wine installed, and i was
2017 Apr 13
2
Adding secure POP3?
I have a working server that only allows connections over secure IMAP (port 993) and secured submission (587).
However, I have one account that has been forwarding mail to gmail for many years and that is getting to be more and more of a problem as more large sites enforce DMARC.
So, the only way that gmail will pull mail is via pop3, so I need to add pop3 access.
1) How do I add a secure (TLS)
2017 Sep 08
1
Embeding a path in address extensions
I generate bcc backups with the pattern
backups+DATE.user.domain.tld at myBackupDomain.tld
(for example, backups+20170908.kremels.kreme.com at myBackupDomain.tld)
This puts mail in ?/.20170908.kremels.kreme.com/new
What I would like to do is get the expansion to generate the following path
?/.20170908/.kremels.kreme.com/new
Of course the date changes everyday, but it will always be numeric
2017 Sep 08
2
Dovecot and Letsencrypt certs
On 08 Sep 2017, at 10:08, Ralph Seichter <m16+dovecot at monksofcool.net> wrote:
> What is Dovecot supposed to do? Keep track of the certificate expiry
> date? And if that is passed, then what? Automatically shutdown/restart?
> What if the certificate has not been updated in between? I think that
> handling certificates is better left to the administrator.
How I would do it is
2017 Sep 08
1
Dovecot and Letsencrypt certs
On 08 Sep 2017, at 12:21, Ralph Seichter <m16+dovecot at monksofcool.net> wrote:
> On 08.09.2017 19:51, @lbutlr wrote:
>> How I would do it is IF the certificate is expired, the dovecot should
>> check if there is a new cert and if so, load it.
> New cert as in file modification date or checksum changed?
Either one, but checksum is going to be more reliable.
> Might
2017 Dec 19
1
Released Pigeonhole v0.5.0.rc1 for Dovecot v2.3.0.rc1.
As soon as possible after release.? I'm the maintainer for pigeonhole, and Adam Weinberger is the maintainer for dovecot (I'm AKA ler at FreeBSD.org).
Sent from my T-Mobile 4G LTE Device
-------- Original message --------From: "@lbutlr" <kremels at kreme.com> Date: 12/19/17 4:19 AM (GMT-06:00) To: dovecot at dovecot.org Subject: Re: Released Pigeonhole v0.5.0.rc1 for
2009 Jan 21
1
R and Xcode Editor
Hi
From the R for OS X FAQ page: (http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html
)
4.4.6 Editor (internal and external): "Using AppleScript it is easy to
implement Command-E and Command-Return like functionality."
How?
Regards, Gregor.
2010 Jan 31
1
Shortcut for Wine Program in Mac OS X
I want create a shortcut to Steam through wine so I don't have to enter in the full command in X11 every time I want to run wine. How do I do this on a mac?
2011 Sep 13
1
Invoking host system's programs with code running under Wine
Hi everyone!
Recently I've made up my mind to code together a small plug-in for foobar2000 so it would go better with Mac OS X (Growl notifications, Adium statuses etc.). For that I need a method of running the AppleScript interpreter 'osascript' from inside the plugin. I wonder if Wine provides its own way to do that, or at least allows to call fork()?
2004 Jan 14
1
Samba and Mac OSX 10.3
Is there a way to set up a mac running panther to ask or a
login to the samba server every time it boots? I have
looked everywhere and cannot find something that would
work. any help would be appreciated.
Wayne