search for: applescripting

Displaying 20 results from an estimated 89 matches for "applescripting".

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
...| awk '{print "rm -rf ."$1}' > list then I looked over list just to be sure it wasn?t mucked up and in the users root maildir: # sh < list and done. I probably could do some research on how to combine those two awk pipes but this worked, and it was fast. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
2017 Sep 08
5
Dovecot and Letsencrypt certs
...this an artifact of my using symbolic links everywhere to point to the newest LE certs (which are themselves links the dehydrate script creates to point to the newest cert-1502534746.csr etc files? Should I just create a monthly cron to restart dovecot or is there something else? -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
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?
...h { unix_listener /var/spool/postfix/private/auth { mode = 0666 } } service imap-login { inet_listener imaps { port = 993 ssl = yes } } ===END I did read <https://wiki.dovecot.org/SSL/DovecotConfiguration> but it?s about adding ssl to an existing setup. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
2017 Sep 08
1
Embeding a path in address extensions
...ccount" never accesses the mail via a MUA, only via the command line when an admin has to restore an email, so it would be much easier to deal with this with daily subfolders. Or, maybe I make the admins use an MUA? If so, I should replace most of these .'s with dashes? -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
2017 Sep 08
2
Dovecot and Letsencrypt certs
...; handling certificates is better left to the administrator. 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. This prevents a failure event, but doesn't interfere with reloading the cert when it is renewed. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
2017 Sep 08
1
Dovecot and Letsencrypt certs
...a problem if not. > Not worth spending development effort on, IMO, given that Dovecot can easily be restarted by the external processes that update the cert (like Certbot hook, Ansible, etc.). All I'm saying is that it's a failure event that doesn't need to occur. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
2017 Dec 19
1
Released Pigeonhole v0.5.0.rc1 for Dovecot v2.3.0.rc1.
...changes for Dovecot v2.3. Apart from that, not much > changed, just a few additions and fixes that accumulated over the last > few months. Do you know how soon this is likely to hit FreeBSD ports? Or do you know who maintains the packages for FreeBSD ports so I can ask them? -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
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