Re: Launch app from MacOSX system bar

2010-10-02 Thread Warren Samples
use-revolution-requ...@lists.runrev.com wrote on Sat, 2 Oct 2010
09:09:47 -0500:

Date: Sat, 2 Oct 2010 06:40:06 -0700 (PDT)
From: JosepM jmye...@mac.com
Subject: Launch app from MacOSX system bar
To: use-revolution@lists.runrev.com
Message-ID: 1286026806787-2952429.p...@n4.nabble.com
Content-Type: text/plain; charset=us-ascii


Hi,

It's posible to launch one app from the system bar like, for example
DropBox, Evernote...

Any experience? I remember read something in some post but I don't found...

Salut,
Josep M

I see Josep has crafted a solution, but an easy way to make a simple app-
launcher for the OS X menubar is an application called Tapir. http://
www.sveinbjorn.org/tapir Feed it the shell command open -a + the path
to your app.

Cheers,

Warren

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: File lists

2010-07-12 Thread Warren Samples
use-revolution-requ...@lists.runrev.com wrote on Mon, 12 Jul 2010
22:02:36 -0500:

I've found a semi-reliable solution to the OS X file list issue by using 
an AppleScript. There are some complicated shell tricks I could have 
done, but they require far more work than the AppleScript, so this is 
what I'm doing now:

Hello,

There's a little bit of information here that you may find at least
interesting, and maybe even helpful:

http://forums.runrev.com/phpBB2/viewtopic.php?f=19t=5341

Cheers,

Warren

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Subject: Build settings for Mac OSX

2010-07-04 Thread Warren Samples
use-revolution-requ...@lists.runrev.com wrote on Sun, 4 Jul 2010
12:00:04 -0500:

Also, are there any free WINDOWS apps for building MAC Icons that anyone is
aware of?

Cheers
Steve

See if this does what you want:

http://iconverticons.com/

Cheers,

Warren


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevMail

2010-04-21 Thread Warren Samples
use-revolution-requ...@lists.runrev.com wrote on Mon, 19 Apr 2010
07:30:49 -0500:

Date: Sun, 18 Apr 2010 19:38:24 +0200
From: Jean-Pierre Soto jean-pierre.s...@wanadoo.fr
Subject: RevMail
To: use-revolution@lists.runrev.com
Message-ID: 7bd58c3b-0330-44cd-97ac-563b339de...@wanadoo.fr
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Hello,

I want to use the revMail function , but the size of text seems to be  
limited. What can I do?


Thanks

Hello :)

I don't think the idea of having a message copied to the clipboard for
pasting is really such a shameful thing. It is almost certain that you
have users who utilize web-based mail services instead of desktop
clients and launching a local client is going to be useless for those
users, for whom the copy+paste method is ideal.

I wonder, though, if maybe the smoothest user experience would come with
using smtp and sending the message directly from the application. There
are several excellent library stacks available, including one by Sarah,
which make this very easy to do. There are lots of commercial smtp relay
services and many of them are reasonably affordable for small volume
users. You could subscribe to such a service and hardwire the server
information into your app, obviating the need for your user to provide
any information other than the feedback. It may be worth consideration,
anyway.

Cheers,

Warren Samples

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution