Re: enabling message forwarding to my macbook pro

2014-12-28 Thread christopher hallsworth
Are you replying from the Notification Centre or the Messages app? I use the latter all the time and it works just fine. > On 27 Dec 2014, at 22:01, Mary-Jo Lord wrote: > > Hi, > > I have another question related to messaging on the Mac. I attempted to > reply to a message, and when I found the

Re: how to calculate several cells in a row

2014-12-28 Thread BobH.
>From previous solution:- =a1+b2+c3+h44 Rh, guessing, but same as last suggestion. I used to like playing with SS's a long time ago. - Original Message - From: "Scott Berry" To: "macvisionaries" Sent: Saturday, December 27, 2014 10:49 PM Subject: how to calculate several cells in a

Re: how to calculate several cells in a row

2014-12-28 Thread BobH.
Ah yes, functions are good, though sum(value:value) needs both brackets; but good otherwise. And there's usually so many itneresting functions to play with. RobH. Ps: I'd assume there's a sqrt(), what is the antithesis of that, for powers? or roots? - Original Message - From: "Ke

Re: how to calculate several cells in a row

2014-12-28 Thread BobH.
Quite so, but guess they got it now. - Original Message - From: "Yolanda" To: Sent: Saturday, December 27, 2014 11:27 PM Subject: Re: how to calculate several cells in a row On the =a1: f1) there was not an open ( shown shouldn't it be =sum(a: f:)? On 12/27/2014 4:19 PM, Kevin Shaw w

Re: how to calculate several cells in a row

2014-12-28 Thread Andrew Lamanche
And no space within brackets between the coordinates, as far as I can remember. > On 27 Dec 2014, at 23:27, Yolanda wrote: > > On the =a1: f1) there was not an open ( shown shouldn't it be =sum(a: f:)? > > On 12/27/2014 4:19 PM, Kevin Shaw wrote: >> Two ways: >> >> =A1+B1+C1 or =A1+D1+F1 if the

Re: enabling message forwarding to my macbook pro

2014-12-28 Thread Andrew Lamanche
I use the message app but what troubles me is that when a text message or iMessage arrives, my phone lets me know and I can read it there, my ipad does likewise, my macbook air tells me and I can read it and reply to it from it, but my macbook pro doesn't do that. And I can't make sync with the

Re: iTunes: playing a second track in albums

2014-12-28 Thread Dionipher Presas Herrera
try to press option cm u, there's the up next menu, but i dont know to to arrange all of those. maybe you can play on that. On 28 Dec 2014, at 05:38 am, David Griffith wrote: > Personally I think this is all much easier in column browser under iTunes 12. > I did a Podcast on this a couple of w

Moving files from one folder to another

2014-12-28 Thread Mike Busboom
Hi. I am using Mac OS 10.9.5. Does anyone know of a way to move files from one directory to another? At present, I copy the files nto the new directory, but then I have to go back into the original folder and delete them. Is there a shortcut that lets you copy the files to the intended folder

Using Braille Embosser with a Mini Mac

2014-12-28 Thread Bill Gallik
A friend has a list of commands listed in a text file and would like to print them out on her Braille embosser; she had been using the embosser on a Windows laptop with Ducksberry but that's no longer available for her. What does she need to be able to use her Braille embosser to produce a shee

Re: Moving files from one folder to another

2014-12-28 Thread Eileen Misrahi
Hi, What I do is to make sure that I'm in, colun view by pressing CMD and 3 command. Then go and select the file in the current folder and copy it with CMD and c. Go to the folder name, but don't expand it just highlight the folder you want to move the file into. Press CMD, Option, and V altoge

Re: Apple TV and DVDs

2014-12-28 Thread Jessica Moss
Ok my mistake, didn't see that part of the thread. On Dec 27, 2014, at 12:24 PM, Kliph wrote: > With the ap that I mentioned. MacDVDRipperPro. > That is a third party app > Frustrated with your Mac, I-device, or AppleTV? New user and want quick > efficient answers? Or maybe you know apple pro

RE: emoticons

2014-12-28 Thread dooie13
Hello, Quick question. What are "Emojies?" Dooie13 -Original Message- From: macvisionaries@googlegroups.com [mailto:macvisionaries@googlegroups.com] On Behalf Of Faisal ali Sent: Saturday, December 27, 2014 13:47 To: macvisionaries@googlegroups.com Subject: Re: emoticons Hi, I just t

RE: Using iTunes 12 to Play a Movie

2014-12-28 Thread dooie13
Hi Bare-Foot Ray, Just a quick extraneous question. Do you happen to reside in the Portland, OR, region? Dooie13/7Keys From: macvisionaries@googlegroups.com [mailto:macvisionaries@googlegroups.com] On Behalf Of Ray Foret Jr Sent: Saturday, December 27, 2014 13:43 To: macvisionaries@go

Re: Moving files from one folder to another

2014-12-28 Thread Jason White
Mike Busboom wrote: > I am using Mac OS 10.9.5. Does anyone know of a way to move files from one > directory to another? Two ways: 1. The faster method in most cases is to use the mv command from your terminal shell prompt. It's even faster if you use tab completion to save typing, and you als

Re: how to calculate several cells in a row

2014-12-28 Thread Bill Gallik
I can't speak with any certainty if white space cannot be interspersed on a Mac system, but it makes no difference in Excel on Windows. In short, the expressions: SUM(A1:F1) SUM ( A1 : F1 ) are equivalent and syntactically correct (the second sample has spaces interspersed thro

RE: Moving files from one folder to another

2014-12-28 Thread kliphzkorner
The correct move command is command, option, v. not command, control, v. So copy with command c, then go to where you want the file, then push command, option, v. This will move the files instead of copying them. HTH Frustrated with your Mac, I-device, or AppleTV? New user and want quick

Re: Moving files from one folder to another

2014-12-28 Thread Jason White
kliphzkor...@icloud.com wrote: > The correct move command is command, option, v. not command, control, v. So > copy with command c, then go to where you want the file, then push command, > option, v. This will move the files instead of copying them. HTH Thanks for the correction. -- You r

Re: Moving files from one folder to another

2014-12-28 Thread Emilio
Hello, The feature you described is moving files. Once you select the content you want to relocate, go to the new directory you want to place the content. Press "cmd-option-V." Voiceover will announce that you are "moving" the files and folders, and you will hear a sound indicating the transfer

Terminal Commands (Was: Moving files from one folder to another)

2014-12-28 Thread Deb Lewis
Where do you learn how to use the terminal commands? I’m sure that would be a good thing to know as you indicate. And people talk about doing it but never say how it’s done. > On Dec 28, 2014, at 5:05 AM, Jason White wrote: > > Mike Busboom wrote: >> I am using Mac OS 10.9.5. Does anyone know

Re: Terminal Commands (Was: Moving files from one folder to another)

2014-12-28 Thread Jason White
Deb Lewis wrote: > Where do you learn how to use the terminal commands? I’m sure that would be > a good thing to know as you indicate. And people talk about doing it but > never say how it’s done. I think it's best done by a combination of: 1. A good book on the subject. I don't know of a good O

Re: Terminal Commands (Was: Moving files from one folder to another)

2014-12-28 Thread Georgina Joyce
Hello, Well there are quite a few good search engines on the web which if you search with expressions such as: “Getting started with bash” “Using the terminal on the Mac”. "Unix for beginners”. “Linux terminal beginners” etc. There’s the taming the terminal series on the NoSillaCast podcast on

Re: mail problem

2014-12-28 Thread Robin Frost
Hi, Perhaps I wasn’t clear in my post I’ll try again. I understand fully the process of switching an account on one’s own device. What I was asking was this: Once enabling imap with comcast themselves can you then only access your account via that protocol or can you choose between them without co

Re: Terminal Commands (Was: Moving files from one folder to another)

2014-12-28 Thread Karen Lewellen
Jason, May I knight you? I might ask to marry you, but the distance thing. these sources seem amazing! complete off line ways to study. have already grabbed the Linux Command line, and am dancing over to bookshare for the other suggestion. Thanks, Kare On Sun, 28 Dec 2014, Jason White wrote:

moving folders in Mail

2014-12-28 Thread Faisal ali
Hi all, I set up a rule in my gmail and set up a folder for the rule. What I want to do however is have that folder in my inboxes for all my accounts. the way it stands currently is the folder is all the way down on the list of folders and I want it to be closer to my gmail inbox. I tried draggi

Re: emoticons

2014-12-28 Thread Devin Prater
They are single characters that express something. They are accessible with iOS. On 12/28/2014 6:52 AM, dooi...@frontier.com wrote: Hello, Quick question. What are "Emojies?" Dooie13 -Original Message- From: macvisionaries@googlegroups.com [mailto:macvisionaries@googlegroups.com] O

Re: Moving files from one folder to another

2014-12-28 Thread Mike Busboom
Thanks so much to you and the others who also answered my query. Kindest regards to all of you; you were very helpful. Mike On 28,Dec,2014, at 14:05, Jason White wrote: > Mike Busboom wrote: >> I am using Mac OS 10.9.5. Does anyone know of a way to move files from one >> directory to another

Re: mail problem

2014-12-28 Thread Cheryl Homiak
Actually there are two issues here. In most cases it isn't actually necessary to delete one account before adding another though not doing so could cause you some confusion. I know when I was first testing out gmail with imap, I created a separate account on the Mac with the same email address

Re: emoticons

2014-12-28 Thread Bill Gallik
Does this mean that these "emoticons" are not accessible on OSX? - Bill & Leader Dog Holland - "Clothes make the man. Naked people have little or no influence on society." - US Humorist, Mark Twain (1835 - 1910) - Original Message - From: "Devin Prater" To: Sent: Sunday, Decembe

Re: number for apple accessibility?

2014-12-28 Thread Eugenia Firth
I am in central time. I have called before 10 o'clock central time because some of the locations I found out for accessibility are not in Pacific time but in central time. Gigi Sent from my iPhone > On Dec 27, 2014, at 6:32 PM, Karen Lewellen wrote: > > They are indeed, and a fine bunch they

Re: emoticons

2014-12-28 Thread Devin Prater
They are accessible on all Apple devices. On 12/28/2014 12:30 PM, Bill Gallik wrote: Does this mean that these "emoticons" are not accessible on OSX? - Bill & Leader Dog Holland - "Clothes make the man. Naked people have little or no influence on society." - US Humorist, Mark Twain (1835 -

how to auto tune on garage band?

2014-12-28 Thread Dionipher Presas Herrera
Hello, i am just playing around on garage band, but i can't see the auto tune on garage band or they called it pitch correction. I check the editors. then what should i interact next? -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. T

Re: moving folders in Mail

2014-12-28 Thread Andrew Lamanche
Hi, I've just tried to move a folder in my mailboxes table, and I've been successful. I focused vo on the mailboxes list. I then interacted with the list and vo+down arrow to the mailbox i wanted to move. Once focused on it, I pressed, vo+coma, Vo told me that the mailbox was marked for dra

Re: Moving files from one folder to another

2014-12-28 Thread 'Maxwell Ivey' via MacVisionaries
thanks so much for this. its command option v to move the files to the wanted directory. man this will save so much time. take care, max On Dec 28, 2014, at 11:33 AM, Mike Busboom wrote: > Thanks so much to you and the others who also answered my query. > > Kindest regards to all of you; you we

Re: mail problem

2014-12-28 Thread Deb Lewis
Yes, with comcast it’s one or the other. You can’t mix them. You make a request through a form to have your email changed to Imap. I think this is totally stupid, but that’s how they do it. > On Dec 28, 2014, at 8:48 AM, Robin Frost wrote: > > Hi, > Perhaps I wasn’t clear in my post I’ll try

cursor tracking

2014-12-28 Thread Lorie McCloud
can somebody please remind me of the key combo for toggling cursor tracking? sometimes when I’m poking around, I can screw things up. last night when I was trying to hit the combo for “home” I kept hearing “hide”. lol. Thanks. Lorie -- You received this message because you are subscribed to t

Re: how to search on the mac using spotlight?

2014-12-28 Thread Christina C .
Do these podcasts explain how to use spotlight or just finder? I know how to get to spotlight but once I type in something such as keychain I cannot do anything with the results. I can’t figure out how to select the result that I want and then open it. Thanks, Christina -- You received this m

Re: cursor tracking

2014-12-28 Thread Faisal ali
VO, shift f3. > On Dec 28, 2014, at 1:34 PM, Lorie McCloud wrote: > > can somebody please remind me of the key combo for toggling cursor tracking? > sometimes when I’m poking around, I can screw things up. last night when I > was trying to hit the combo for “home” I kept hearing “hide”. lol. >

Re: moving folders in Mail

2014-12-28 Thread Faisal ali
Interesting, I’ll have to try it again. Though I am not using classic view so I wonder if that makes a difference > On Dec 28, 2014, at 1:20 PM, Andrew Lamanche wrote: > > Hi, > > I've just tried to move a folder in my mailboxes table, and I've been > successful. > > I focused vo on the mailb

Re: cursor tracking

2014-12-28 Thread Lorie McCloud
I’m having trouble clicking links in email. when I hit vo-space on a link I hear “text” and then it just starts reading the email again. I tried to get the context menu to come up but it doesn’t. is there something I need to change somewhere? thanks. > On Dec 28, 2014, at 3:40 PM, Faisal ali wr

Re: cursor tracking

2014-12-28 Thread Andrew Lamanche
Try to interact with the body of the message and then use vo+arrow keys to read the text and find the link. Then the contextual menu tends to work all right as well as being able to click the link with vo+spacebar. Andrew > On 28 Dec 2014, at 21:43, Lorie McCloud wrote: > > I’m having trouble

Re: how to search on the mac using spotlight?

2014-12-28 Thread David Griffith
They focus initially on finder spotlight which is brought up with option command spacebar. I will be extending the series in the new year to cover other aspects of Spotlight in particular searching by date and other tips for spotlight usage. David Griffith > On 28 Dec 2014, at 21:36, Christina C

Re: moving folders in Mail

2014-12-28 Thread David Griffith
I have never tried it in classic view so I will have to give it a try there. I find it very hit and miss in Modern view certainly. After 5 attempts I succeeded in adding a mail box but it was inexplicable as to why the method worked on that occasion whilst failing before. David Griffith >

Spotlight not finding my files

2014-12-28 Thread Alex Hall
Hi all, Sptolight has, for some time now, been failing to find my files. I write a lot for AppleVis, and I keep all my posts in an Articles folder in dropbox, each tagged with the "applevis" tag (all lower case). Despite this, if I search for a bit of text and then add to my search "tags:applevi

Re: mail problem

2014-12-28 Thread Robert Cole
All I did was delete my pop and add the imap account. I did not request nothing of comcast. Sent from my iPhone > On Dec 28, 2014, at 12:29 PM, Cheryl Homiak wrote: > > Actually there are two issues here. > > In most cases it isn't actually necessary to delete one account before adding > ano

Re: mail problem

2014-12-28 Thread Robin Frost
Hi, Sadly I suspected they’d make it an all or nothing proposition. thanks for the confirmation though as I never like to assume. Robin From: Deb Lewis Sent: Sunday, December 28, 2014 4:33 PM To: macvisionaries@googlegroups.com Subject: Re: mail problem Yes, with comcast it’s one or the other

Re: how to search on the mac using spotlight?

2014-12-28 Thread Phil Halton
I'm looking forward to those podcasts Sent from my IPhone > On Dec 28, 2014, at 5:02 PM, David Griffith wrote: > > They focus initially on finder spotlight which is brought up with option > command spacebar. > I will be extending the series in the new year to cover other aspects of > Spotlig

in Safari, how do I access info popped up via the mouse hover?

2014-12-28 Thread Christina C.
Thanks. Sometimes, on some websites, vital information and even links pop up when my mouse pointer hovers over any given item on a web page. Sometimes, but rarely, I can VO arrow to it but most times I cannot. I only am aware of these things due to sighted assistance. Thanks, Christina -- You

Reading Subtitles

2014-12-28 Thread Jane
Is there any way to read the subtitles to a video in iTunes with Braille at all? Very curious, because there is this very fun-sounding DVD we got for Eric for Christmas--sounds like something I would thoroughly enjoy, in fact--but it's in Hindi with some English, but still. Trying to figure out

Re: Moving files from one folder to another

2014-12-28 Thread Gabe Griffith
Hi, Does this work for moving folders as well as files? Thanks, Gabe On Dec 28, 2014, at 6:38 AM, Emilio wrote: > Hello, > > The feature you described is moving files. > Once you select the content you want to relocate, go to the new directory you > want to place the content. Press "cmd-op

RadiologikDJ help with voice over

2014-12-28 Thread hank smith
Hello I am trying out the RadiologikDJ and the Radiologik Scheduler programs on osx 10.10 how do I get past the registration screen I vo key space on continue button and it says vo key pressed how ever it doesn't let me get past the screen is there a certain way I have to use voice over to get

Re: Moving files from one folder to another

2014-12-28 Thread Ray Foret Jr
Yes. it does. Sincerely, The Constantly Barefooted Ray Still a happy Mac, Verizon Wireless iPhone 6+ and Apple TV user! Sent from my Mac, the only computer with full accessibility for the blind built-in > On Dec 28, 2014, at 9:02 PM, Gabe Griffith wrote: > > Hi, > > Does this work for movin

Hand off

2014-12-28 Thread Lisette Wesseling
Hi folks, Is bluetooth meant to be on for this to work. I have not managed to get hand off or continuity to work between anything. I can get calls on my Mac from my iPhone, but handoff has never worked for me. Everything is signed into the same iCloud account and on the same wifi. It's very odd

blink box on mac os10 yosemite is it accessible?

2014-12-28 Thread Trahern Culver
hi all, has any one here tried to use blinkbox with mac os10 yosemite? if yes how accessible is it? your help with this question would be most welcome kind regards trey. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe fr