Re: Anyone else disappointed with the "big" apple event

2016-03-22 Thread Venkatesh Potluri
I’m very disappointed too.

To start off, there was nothing surprising about the event. everything (the 
iPhone, the iPad pro and one of the watch bands) were expected. They announced 
“folders” as a new feature in the event… seriously? it would have been ok if 
they demoed how entering passwords using siri would work on the appleTV. Though 
I don’t own an appleTV, i was disappointed to see features like that being 
announced at an event at that scale.

and the iPhone SE… Though it was expected to have similar features to the 
iPhone 6S with a 5 design, the whole presentation seemed very boring. and the 
phone costs $200 more in india when compared to the US. the price difference 
between the iPhone SE and iPhone 6S (from amazon and other online retailers) is 
around Rs1,000 (around $20). Very disappointing.
> On 22-Mar-2016, at 6:02 PM, Scott Granados  wrote:
> 
> Wonder if anyone else felt the way I did.  The event seemed to be a total 
> waste of time.  Watch bands, really?  You wanted time out of my afternoon for 
> watch bands?
> 
> In my professional opinion it was serious weak sauce.  Wonder what others 
> thought, is it just me?
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara 
> Quinn - you can reach Cara at caraqu...@caraquinn.com
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at https://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara Quinn 
- you can reach Cara at caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


VoiceOver does not speak images in the UIImagePickerController

2016-03-19 Thread Venkatesh Potluri
Hi list,
I am trying to develop an app. a part of the functionality is that the user 
should be able to select a photo stored on the device. For this, I am using 
the UIImagePickerController. There are 2 issues I noticed when running the 
project on my iPhone.
1. After I hit the button and grant the app access to my photos, I am 
presented with different options (selfies, etc) each of these options is 
being spoken as an edit field. How do I fix this?
2. After I choose a category say, selfies, VoiceOver does not give any 
output. When I verified with cited assistance, I was told that the user is 
presented with a grid of photos from which he or she can select. My 
expected behaviour is that VoiceOver speaks details of each photo (date 
taken, etc) as the user swipes or explores the screen (similar to most apps 
that ask us to select photos).

As I am using a default UI element, should it not be accessible already? 
How do I make this view accessible?

I posted this earlier but was not sure if it reached the list. I am sorry 
if this post is a duplicate of my original.
Thank you and best regards,
Venkatesh

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara Quinn 
- you can reach Cara at caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


adding segWays and storyboard entry points using VoiceOver

2015-08-10 Thread Venkatesh Potluri
Hi,

How do we add segWays in xCode?

I have a demo app with 2 viewControllers (2 viewController scenes in
effect). My aim is to add a button to 1 ViewController that would take me
to the other. I could partially do this.

From the library, I dragged a button on to the view inside the first
viewController in the main storyboard. From the connections inspector of
the button, I dragged the button next to action to the second
viewController. Here, I would want to select the show option. However,
VoiceOver does not speak any options in the small pop over that is
displayed. I was told about a popover being present with cited assistance.
How do I accomplish this with VoiceOver? I thought dragging a button next
to show in the connections inspector would help. However, under the trigger
segways, action is the only option.

also, How do I change the storyboard entry point from 1 viewController to
the other?

Thank you.

Regards,

Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


error checking and playgrounds in xCode6.4

2015-07-28 Thread Venkatesh Potluri
Hi,

I have a few questions regarding Xcode 6.4.

1. How do I identify and navigate to the line of code that causes an error
while building and running an app?

I managed to locate the issue navigator and it says  Swift compiler error
 . How do I navigate to the exact line that is causing the error?
Moreover, how can I access and apply Xcode suggestions (when they are
available)?

2. When I use a swift playground, I understand that the code is run as I
type. Where can I find this output?

thanks in advance.

Regards,

Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Downloading music for offline listening on apple music

2015-07-02 Thread Venkatesh Potluri
Hi,

I was very happy to know that apple music is available at launch and hopped
on the minute I downloaded 8.4. So far, I have been very satisfied with the
service. However, I am facing a few issues with regards to iCloud music
library and downloading songs for offline listening on IOS and iTunes on Os
X.


IOS:



 I have been able to download entire albums and playlists on to my iPhone
by tapping the more button after opening the album or playlist. When i try
to download individual songs in an album or playlist for offline listening,
I am unable to do so. This is also the case when searching the songs from
the radio or any other screen in apple music. However, if I go to the new
tab, and then double tap and hold on a song, I am given the option to make
available offline, along with the other options to add to my music, etc. I
am also able to double tap and hold on the songs I search for from the new
screen. (No, double tapping on a song from an album or playlist does not
bring up any menu and plays the song). How can I add individual songs when
I am using an album, playlist or artist?

What is the difference between add to my music and add to library”?



iTunes on Os X:

How do I download music for offline listening?

I am not sure about how to download tracks, albums, artists or playlists
for offline listening in iTunes. The only way I am able to do this is by
going to the my music option, searching for a song already added to my
music via apple music on IOs, interacting with the song and pressing the
download button. (I use list view for my music). I am able to download my
playlists with some additional songs from apple music by selecting the
playlist, interacting with a header by the name of the playlist and
pressing the download button.

How do I know if my iTunes library finished syncing with iCloud music
library?

 I haven’t used iTunes match or purchased any music from iTunes so please
excuse me for the long email. Any help would be greatly appreciated.

Thank you.

Regards,

Venkatesh Potluri

http://www.venkateshpotluri.me

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


recording iPhone screen using quicktime

2015-06-12 Thread Venkatesh Potluri
Hi,

I am recording the iPhone’s screen using quicktime. I chose the iPhone as
the video source and my macbook’s internal microphone for audio. I intend
to record a video of using a specific app with voiceover and my narration.
I assumed that voiceover would speak out and it’s output will be captured
by my macbook’s microphone along side my narration. However, Voiceover
stops speaking when I am recording the video. What am I doing wrong here?

Is there any better way or app to do this?

Thank you.

Regards,

Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Using google docs with voiceover

2015-04-30 Thread Venkatesh Potluri
Hi list,
I have a few doubts about using google docs with VoiceOver.
I managed to read through google's documentation on using google docs
with screen readers and as suggested there, I use it in safari by
enabling and disabling QuickNav to do certain tasks. I am able to
create documents, name them, and copy-paste text into them from
textEdit. The reason behind using TextEdit to write the document is I
am unable to navigate in the document to make changes after typing it
in google docs. How do I do this? That is, How do I navigate to a
particular line or a word after typing it and edit it? How do I add
specific comments by selecting text in the document? As of now, I am
using the Docs app on iOS to select text and add comments. How ever, I
would be more comfortable to do this on my computer keyboard (if there
is a possibility).
I am unable to access the options in the menus. I just hear the sound
VO makes when a PopUp box is activated and the first few options in
the menu when I press down aero(QuickNav turned on) or VO+Down Aero
(QuickNav off) after activating the menu. How do I do this?
Specifically, I would want to export the document and share it with
others in most cases.
Any help or suggestions would be of great value.
Thank you.
Regards,
Venkatesh Potluri
http://www.venkateshpotluri.me

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Fleksy keyboard help

2014-11-23 Thread Venkatesh Potluri
Hi all,
I have finally updated to iOS 8.1.1 on my iPhone 4S and the experience
has been good. I am now using the Fleksy keyboard and have a few
questions.
When I use Fleksy with Voiceover turned on, VO does not interfere with
flecks. That is, it does not read aloud the keys i tap on the
keyboard. This has been a very nice experience. At times how ever, it
speaks the letters I tap on the keyboard and does not speak the
corrected word Fleksy enters when I swipe right.  VO says bottom of
document when I swipe down to listen to and choose a different word
from the suggestions. How do I prevent this?
How do I add new words to Fleksy with VO enabled?
Hope I made my self clear.
Thanks in advance.
Cheers,
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


KNFB Reader adds support for the iPhone 4S

2014-10-27 Thread Venkatesh Potluri
Hi list,
KNFB Reader(version 1.2) updated 14 oct adds support for the iPhone 4S.
I read that it works on the 4S, but thought this would be useful
information for the list members.
Thanks.
Regards,
Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


iOs 8.1 performance on iPhone 4S

2014-10-21 Thread Venkatesh Potluri
Hi list,
I am using a 16GB iPhone 4S. I updated to iOs 8 and had a lot of
issues so had to downgrade back to 7.1. My phone got a lot slower,
apps like whatsapp and messenger kept constantly crashing and VO
randomly restarts it self. i had many accidental touches, accidental
calls, etc. I wish to know if these issues have been resolved in 8.1.
Another major reason for me wanting to upgrade is the Flecksy
keyboard. How good is it? I read that there are still problems using
it. are there any show stopper bugs? Is the Looktel money reader
working fine in 8.1?
Thank you.
Cheers,
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Urgent: reading PDF documents using preview in Os X 10.10

2014-10-18 Thread Venkatesh Potluri
Hi list,
I just updated to Os X 10.10 a few hours ago.
When I open a PDF in preview, VO says PDF Content group. When I
interact with the group, VO says pdf static text and thats all!
How do I get VO to read the content of the PDF file?
This is a very important and urgent task for me as I have a test to
give and all the preparation material is in PDF.
Thanks,
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent: reading PDF documents using preview in Os X 10.10

2014-10-18 Thread Venkatesh Potluri
Hi all,
thanks for the help!
Yes, it is a PDF document i have been able to read previously. There
seems to be a bug in yosemite.
I quit the PDF, turned off VO, opened the PDF and turned VO back on.
When I interact with the PDF content, vo reads the PDF properly.
Once again, thanks for the immediate help.
Cheers,
Venkatesh Potluri

On 10/18/14, Eugenia Firth gigifi...@me.com wrote:
 Hi there
 PDF Pen Pro will also OCR pdf image files. It does it automatically when it
 encounters a pdf image file. I have had good results from it before.

 Gigi

 On Oct 18, 2014, at 8:38 AM, Ray Foret Jr rforet7...@comcast.net wrote:

 Have you been able to read that particular document before?  Sounds like
 you might need Abby Fine reader to run OCR on it.
 Sincerely,
 the Constantly Barefooted Ray, Still a very happy Mac and iphone user!
 Sent from my Mac, the only computer with full accessibility for the blind
 built-in and fully protected by ClamXav Antivirus!

 On Oct 18, 2014, at 7:31 AM, Venkatesh Potluri venky...@gmail.com
 mailto:venky...@gmail.com wrote:

 Hi list,
 I just updated to Os X 10.10 a few hours ago.
 When I open a PDF in preview, VO says PDF Content group. When I
 interact with the group, VO says pdf static text and thats all!
 How do I get VO to read the content of the PDF file?
 This is a very important and urgent task for me as I have a test to
 give and all the preparation material is in PDF.
 Thanks,
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com
 mailto:macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com
 mailto:macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries
 http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com
 mailto:macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com
 mailto:macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries
 http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Swift playground question

2014-10-07 Thread Venkatesh Potluri
Hi,
I am running the GM build of Xcode.
How can I get voiceOver to read the output after writing a line of code?
I entered the following lines into the playground
var x=4
x=x+4
I also tried opening the assistant editor.
Thank you.
Regards,
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Suggestion for new macBook Pro

2014-07-06 Thread Venkatesh Potluri
Hi list.
I am planning to buy a new macbook. I need your suggestion on
upgrading the macbook.
I would like to go for the 15-inch MacBook pro with retina display.
I am wondering if upgrading to 512 GB flash storage would be necessary.
I am also not sure if upgrading the memory(RAM) to 16GB would be necessary.
If I enrol for apple care, Will I have the warranty  valid in india? I
am talking about a MacBook purchase that will not need an  upgrade for
4 to 5 years.
I am a VO user and use my MacBook for basic coding, iOs and android
app development, occasionally playing light weight games. I will have
to run software like matlab, logic and garageband at times.
I am unable to decide between the following configurations.

configuration1:
*   2.3GHz Quad-core Intel Core i7, Turbo Boost up to 3.5GHz
*   8GB 1600MHz DDR3L SDRAM
*   256GB PCIe-based Flash Storage
*   Intel Iris Pro Graphics
*   Apple care protection plan for macbook pro
configuration 2:
*   2.3GHz Quad-core Intel Core i7, Turbo Boost up to 3.5GHz
*   16GB 1600MHz DDR3L SDRAM
*   256GB PCIe-based Flash Storage
*   Intel Iris Pro Graphics
*   apple care protection plan for macbook pro

configuration 3:

*   2.3GHz Quad-core Intel Core i7, Turbo Boost up to 3.5GHz
*   16GB 1600MHz DDR3L SDRAM
*   512GB PCIe-based Flash Storage
*   Intel Iris Pro Graphics
*   NVIDIA GeForce GT 750M with 2GB GDDR5 memory

Please suggest.
Thank you.
Regards
Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Re: Setting pdf Files to Open in Preview?

2014-05-30 Thread Venkatesh Potluri
Hi.
Starting with mavericks, opening PDFs has not been accessible for me.
All the PDFs open in the adobe plugin. For this to happen, I have to
click some where in the centre of the screen and tell safari to trust
the website. How do I get safari to open PDFs like before?
I hope I made my concern clear.
Thanks,
Venkatesh Potluri

On 5/31/14, Teresa Cochran batsfly...@me.com wrote:
 Ah well, it's really no biggy. :) I was just wondering if I was missing
 something, and, yes, hoping the teeniest little bit. :) thanks for the
 pointers.

 Teresa

 Everything is interesting if you go into it deeply enough.--Richard P.
 Feynman

 On May 30, 2014, at 1:11 PM, Kayaker sea...@me.com wrote:

 Hi,

 The pdf file type is supported inline with Safari. Just like you don't
 have every image JPEG open in a graphics program, so  is it with PDFs.
 There used to be a setting in Snow Leopard that allowed Safari to open PDF
 files in Preview, but that got cut with Lion, as I recall. I also miss
 this feature.

 What I tend to do, is actually have Safari open the pdf, then I use the
 contextual menu on the pdf to open in preview.  This eliminates the need
 for the download and open.  It's a little faster than the way you
 describe, and you don't have to clean up your downloads folder.  If you
 wish to actually save the pdf locally, you can do a save as from preview
 and put it where ever you want.

 I know it's not the answer you were hoping for.

 Best,
 --k

 Faith doesn't give you the answers, it merely stops you from asking the
 questions.



 On May 30, 2014, at 9:42 AM, Teresa Cochran batsfly...@me.com wrote:

 Hi, folk,

 I've been looking at ways to have pdfs open in Preview instead of Safari.
 I can press option-enter on the link to download the file, then open it
 from downloads. I've looked in the info window, but it says that pdfs
 open with preview. I next reviewed settings in Preview preferences, but
 couldn't find anything related to viewing in Safari. Is there a setting
 I'm missing, or will I need to use the option-enter method?

 Thanks,
 Teresa

 On the other hand, there are different fingers.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


accessible poker game for mac or iOs

2014-05-14 Thread Venkatesh Potluri
Hi list.
I would like to know if there are any accessible poker games for the
mac or iOs. I would be happy to play online with my friends but if
there is no accessible poker that would allow me to do that, I
wouldn't mind playing with the computer. I read about theta poker pro.
I am looking for a free alternative.
Thank you.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Re: getting started with garageband

2014-04-10 Thread Venkatesh Potluri
Hi.
Thanks for all your help. Im making my self familiar with garage band.
I have another problem.
I am unable to insert loops at specific positions   in tracks. I am
playing the arrangement until I reach the point where I wish to insert
the new loop in a new track. I am navigating to the loops, selecting
the desired loop, performing a mouse down(VO+command+shift+space). I
am releasing the mouse curser after i interact with the tracks
contents and VO says area below tracks. This does the job in most
cases but inserts the loop at the wrong place at times. What is the
correct way to do this?
Thanks in advance.
Cheers
Venkatesh

On 4/9/14, Kjsc Radio kjsc.ra...@gmail.com wrote:
 Since we're talking about GarageBand, I have a question. Does anybody know
 how to add effects, to an existing synthesizer?

 Jonnyboy! Iphones rock!

 On 7 Apr 2014, at 21:27, CJ Daniel cj.bear.dan...@gmail.com wrote:

 Gabriel,

 If you press VO-HH  arrow down to the Hot Spots option, you can
 VO-Spacebar  read all about it.  After reading about it, if you need
 help, then email me  I'll see what I can do.

 Good luck,

 CJ


 On Apr 7, 2014, at 2:30 PM, Gabriele Battaglia
 gabriele.battag...@gmail.com wrote:

 Hi Daniel, as I'm very new to the Mac, could you please summarize the
 steps to put, call and delete an hotspot with VoiceOver?
 Thanks so much.
 Gabriel.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


getting started with garageband

2014-04-06 Thread Venkatesh Potluri
Hi list.
I am very happy about the fact that the new garage band is accessible.
I am getting started with garageband. I wish to know the list of
things that can and can not be done with garageband and VO. For
starters, I tried to drag a loop into one of the tracks and the loop
got inserted after a few bars in the track. That is, the first few
bars are empty. How do i fix this? How do I go about creating new
loops? Is there any podcast or tutorial that explains using garageband
with VO?  These are just a few questions.
Any help would be greatly appreciated. :)
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


auto capitalisation in textedit and pages

2014-04-06 Thread Venkatesh Potluri
Hi list.
Is there any way to get auto capitalisation in textedit and pages? I
want the first letter of the first word of sentence to be an upper
case letter.
Thanks in advance.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Macbook pro power adapter

2014-02-13 Thread Venkatesh Potluri
Hi list.
My macbook pro charger is not working. The wire that connects to the
laptop is damaged from the inside and I was told that I will have to
replace the adapter with a new one. I wanted to know if there are any
3rd party adapters available.
Thank you.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


Re: xcode mavericks and busy

2013-12-06 Thread Venkatesh Potluri
hi.
I am  adding up to Nick's problem. Xcode quits when I try to expand
elements in the document outline view of a storyboard file in
interface builder. The same happens when I try to go to the inspector
section for some UI objects, A TableViewController in my case.
Any suggestions and workarounds would be of great help.
Cheers
Venkatesh

On 12/7/13, Nick Allan nal...@wdev.net wrote:
 Hi all

 Is anyone else having problems in xcode 5 with mavericks, where when
 navigating through either the inspector or library groups constantly
 produces the busy indicator and forces you to wait a second or two.  I've
 gone to the extent of wiping the hdd and reinstalling everything to resolve
 this, but after a fresh install of everything, the same problem is back.
 I'm thinking I'm going to need to revert to ml.  Anyone else got any other
 suggestions?



 Regards Nick



 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


Re: typesetting LaTeX equations in pages

2013-12-04 Thread Venkatesh Potluri
Hi.
I have tried using  LaTeXiT but had no results. I might be doing
something wrong here. Could you give me some instructions on how to
use it to add equations to pages?
I was wondering, will using mathML equations simplify this task?
Cheers
Venkatesh Potluri

On 12/5/13, Chris Blouch cblo...@aol.com wrote:
 Did you try the Latexit package? It's supposed to add integration of
 MacTex into Keynote, TextEdit etc.

 http://www.chachatelier.fr/latexit/latexit-home.php?lang=en

 I was going to fiddle with it a bit but it requires installing MacText
 which was 2.3GB:

 http://www.tug.org/mactex/

 Even at my speedy 460K/s download it was going to take 90 minutes.

 CB

 On 12/4/13 4:59 AM, venky...@gmail.com wrote:
 Hi.
 Thanks for the very useful tip.
 This will definitely be a very useful thing when I'm trying to compose
 documents.
 However, for this document, I will have to convert LaTeX equations.
 Thanks once again.

 Sent from my iPhone

 On 04-Dec-2013, at 11:23 am, Tim Kilburn kilbur...@gmail.com wrote:

 Hi,

 You could try using the built-in mathematical symbols available on every
 Mac:

 Option Key plus slash is Divided by symbol (÷)
 Option Key plus equals is Not Equals (≠)
 Option Key plus v is Square Root sign (√)
 Option Key plus comma is Less than or equals (≤)
 Option Key plus period is Greater than or equals (≥)

 As you may see, the Option key is the main modifier.  Some are logical,
 like the Less than/Greater then or equals as they use the same key just
 with the added Option key.  You could learn many of these by simply
 holding down the Option key while pressing various keyboard keys while in
 a blank Pages document.

 This may not be even close to what you’re looking for but thought it may
 be useful.

 Later…

 Tim Kilburn
 Fort McMurray, AB Canada

 On Dec 3, 2013, at 10:39 PM, Venkatesh Potluri venky...@gmail.com
 wrote:

 Hi list.
 I am writing a document and I have to insert a few mathematic
 equations in it. I am trying to do this by writing the LaTeX source in
 the document, selecting it, and trying to typeset it using the options
 in the services menu but nothing seems to happen. I Have the full
 TeXLive installed on my mac. Is there any other way to accomplish
 this? what am I doing wrong here?
 Thanks in advance.
 Cheers
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google
 Groups MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.
 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 ¯\_(ツ)_/¯

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


typesetting LaTeX equations in pages

2013-12-03 Thread Venkatesh Potluri
Hi list.
I am writing a document and I have to insert a few mathematic
equations in it. I am trying to do this by writing the LaTeX source in
the document, selecting it, and trying to typeset it using the options
in the services menu but nothing seems to happen. I Have the full
TeXLive installed on my mac. Is there any other way to accomplish
this? what am I doing wrong here?
Thanks in advance.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


google now on iOS not talking to me!

2013-11-30 Thread Venkatesh Potluri
Hi list.
The the google search app on IOS is not giving voice feedback when I
use google now. for instance, if I ask google now the weather, it
shows up a card but does not speak the result. Is this feature not
available on google now for IOS or is there any setting that i have to
toggle?
Thanks in advance.
Cheers
Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


Re: probleming reading apple developer documentation

2013-11-27 Thread Venkatesh Potluri
Hi
I am getting back to this after a good few months. I ran into another
problem. How do I specify a delegate object for the text field?
according to the guide, one is instructed to control-drag from the
text field to the yellow sphere in the scene doc and select delegate
in the outlets section. I am unable to do this with VO, I tried
following similar techniques suggested in the previous mails in this
thread. Now that I have my winter break, I have decided to get through
the learning process at a good pace :)
 Thanks in advance.
Cheers
Venkatesh Potluri

On 8/22/13, Barry Hadder bhad...@gmail.com wrote:
 Hi,

 It sounds like you are in the triggered segues.  You want to move down to
 the sent events list and drag from touch up inside.
 That should work.

 On Aug 22, 2013, at 1:17 AM, Venkatesh Potluri venky...@gmail.com wrote:

 Hi.
 Thanks for the info :)
 I started reading the tutorial andnow I am facing another problem.
 I am unable to add an action to the button. the tutorial says that I
 have to control-drag the button from the interface builder to the
 method declaration section in the viewControler's header file in the
 assistant  editor. I tried to select the button in the table that
 shows the hierarchy of elements in a view, go to the connections
 inspector, go to the unknown next to action, move the mouse pointer
 there, do a mouse down, go to the assistant editor and release the
 mouse at the relevant place. This method works when trying to add a
 referencing outlet but does not seem to work in this case.
 Kindly suggest.
 Cheers
 Venkatesh Potluri

 On 8/20/13, Barry Hadder bhad...@gmail.com wrote:
 Hi,

 You really don't need to be concerned about the dates of the two
 documents.
 Development isn't different at all as far as what you will do in this
 tutorial.  Unless you role your own UI elements, everything is pretty
 much
 accessible out of the box.  The thing they talk about are things you can
 figure out fairly easily just from perusing around the XCode inspectors.

 You open the window resize options menu with vo-shift-tilda.  Then go
 into
 the resize menu and choose the edge you want to move and press enter.
 Then
 move the appropriate arrow keys.  You should hear a s sound and vo
 will
 speak information.  If If not, then the edge is as far as it will go.
 When
 you're done, press escape.

 I only put this because knowing how to do this can be helpful in other
 situations, but I don't think it is necessary here.  I think the pdf is
 sufficient All though I hope they post the updated one soon.  I also
 think
 you need to know that from what I have seen, this problem with Safari is
 being addressed.


 On Aug 20, 2013, at 3:26 AM, Venkatesh Potluri venky...@gmail.com
 wrote:

 Hi!
 thanks for the pdf link :)
 The only problem is that the PDF was last updated on february 2012,
 where as the website was last updated on april 2013. most of the
 documentation seems to be the same, but, some info on making apps
 accessible seems to be missing at a quick glance. The PDF will also
 not have information about iOs6. are things significantly different in
 the initial stage of app development?
 the zoom in-zoom out does not seem to work for me. could you give more
 info on how to do the window-resize technique?
 Thank you
 Cheers
 Venkatesh Potluri

 On 8/20/13, Barry Hadder bhad...@gmail.com wrote:
 It looks like they are redoing their doc pages.
 Sometimes zooming in or out fixes the mouse routing problem.  Also,
 resizing
 the window some times helps.  vo-shift-tilda brings up the window resize
 menu.

 The above was the hard way and it doesn't always work.  The easiest
 thing
 for you to do for the time being is probably to download the pdf.  For
 some
 reason I don't find a button to download it on that page, but you can
 use
 this URL:
 http://developer.apple.com/library/ios/documentation/iphone/conceptual/iphone101/iPhone101.pdf.

 Good luck.

 On Aug 19, 2013, at 9:09 PM, Venkatesh Potluri venky...@gmail.com
 wrote:

 Hello all.
 I am getting started with iOs app development. I am unable to access
 all the text in this link.
 https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/05_ConfiguringView.html
 voiceover says  bullet image at some places. when you move the mouse
 curser using command-VO-F5, and do a mouse click, the text related to
 the specific task is displayed. however, I am able to access just the
 first occurrence or a  bullet image in a page. I end up opening the
 apple menu when I attempt to access the second occurrence of the
 bullet image.
 Thanks in advance.
 Cheers
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google
 Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send
 an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit

presenting with keynote

2013-11-22 Thread Venkatesh Potluri
Hello all.
I am just getting started with keynote. I have a few questions about
presenting with keynote.
Is there any way to read the contents of a slide when the slideshow is
playing? Using the aero keys is not yielding any result.
if not, What do you think is the best way to read the slide content in
case I have to recall what’s next on the slide?
Will there be a difference in the level of accessibility if I add
animations or transitioning effects in the presentation?
Any other useful tips with keynote would be appreciated.
Thank you
Regards
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


An interesting technology!

2013-09-13 Thread Venkatesh Potluri
Hi listers.
I came across an interesting technology and I am excited to share the
information here. Please follow the link and put forth your views. I
would be happy to hear from early adapters( if any ).
link:
http://www.orcam.com
the video posted on the website explains the technology.
Thank you.
Regards
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


Re: probleming reading apple developer documentation

2013-08-22 Thread Venkatesh Potluri
Hi.
Thanks for the info :)
I started reading the tutorial andnow I am facing another problem.
I am unable to add an action to the button. the tutorial says that I
have to control-drag the button from the interface builder to the
method declaration section in the viewControler's header file in the
assistant  editor. I tried to select the button in the table that
shows the hierarchy of elements in a view, go to the connections
inspector, go to the unknown next to action, move the mouse pointer
there, do a mouse down, go to the assistant editor and release the
mouse at the relevant place. This method works when trying to add a
referencing outlet but does not seem to work in this case.
Kindly suggest.
Cheers
Venkatesh Potluri

On 8/20/13, Barry Hadder bhad...@gmail.com wrote:
 Hi,

 You really don't need to be concerned about the dates of the two documents.
 Development isn't different at all as far as what you will do in this
 tutorial.  Unless you role your own UI elements, everything is pretty much
 accessible out of the box.  The thing they talk about are things you can
 figure out fairly easily just from perusing around the XCode inspectors.

 You open the window resize options menu with vo-shift-tilda.  Then go into
 the resize menu and choose the edge you want to move and press enter.  Then
 move the appropriate arrow keys.  You should hear a s sound and vo will
 speak information.  If If not, then the edge is as far as it will go.  When
 you're done, press escape.

 I only put this because knowing how to do this can be helpful in other
 situations, but I don't think it is necessary here.  I think the pdf is
 sufficient All though I hope they post the updated one soon.  I also think
 you need to know that from what I have seen, this problem with Safari is
 being addressed.


 On Aug 20, 2013, at 3:26 AM, Venkatesh Potluri venky...@gmail.com wrote:

 Hi!
 thanks for the pdf link :)
 The only problem is that the PDF was last updated on february 2012,
 where as the website was last updated on april 2013. most of the
 documentation seems to be the same, but, some info on making apps
 accessible seems to be missing at a quick glance. The PDF will also
 not have information about iOs6. are things significantly different in
 the initial stage of app development?
 the zoom in-zoom out does not seem to work for me. could you give more
 info on how to do the window-resize technique?
 Thank you
 Cheers
 Venkatesh Potluri

 On 8/20/13, Barry Hadder bhad...@gmail.com wrote:
 It looks like they are redoing their doc pages.
 Sometimes zooming in or out fixes the mouse routing problem.  Also,
 resizing
 the window some times helps.  vo-shift-tilda brings up the window resize
 menu.

 The above was the hard way and it doesn't always work.  The easiest thing
 for you to do for the time being is probably to download the pdf.  For
 some
 reason I don't find a button to download it on that page, but you can use
 this URL:
 http://developer.apple.com/library/ios/documentation/iphone/conceptual/iphone101/iPhone101.pdf.

 Good luck.

 On Aug 19, 2013, at 9:09 PM, Venkatesh Potluri venky...@gmail.com
 wrote:

 Hello all.
 I am getting started with iOs app development. I am unable to access
 all the text in this link.
 https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/05_ConfiguringView.html
 voiceover says  bullet image at some places. when you move the mouse
 curser using command-VO-F5, and do a mouse click, the text related to
 the specific task is displayed. however, I am able to access just the
 first occurrence or a  bullet image in a page. I end up opening the
 apple menu when I attempt to access the second occurrence of the
 bullet image.
 Thanks in advance.
 Cheers
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com

Re: probleming reading apple developer documentation

2013-08-20 Thread Venkatesh Potluri
Hi!
thanks for the pdf link :)
The only problem is that the PDF was last updated on february 2012,
where as the website was last updated on april 2013. most of the
documentation seems to be the same, but, some info on making apps
accessible seems to be missing at a quick glance. The PDF will also
not have information about iOs6. are things significantly different in
the initial stage of app development?
the zoom in-zoom out does not seem to work for me. could you give more
info on how to do the window-resize technique?
Thank you
Cheers
Venkatesh Potluri

On 8/20/13, Barry Hadder bhad...@gmail.com wrote:
 It looks like they are redoing their doc pages.
 Sometimes zooming in or out fixes the mouse routing problem.  Also, resizing
 the window some times helps.  vo-shift-tilda brings up the window resize
 menu.

 The above was the hard way and it doesn't always work.  The easiest thing
 for you to do for the time being is probably to download the pdf.  For some
 reason I don't find a button to download it on that page, but you can use
 this URL:
 http://developer.apple.com/library/ios/documentation/iphone/conceptual/iphone101/iPhone101.pdf.

 Good luck.

 On Aug 19, 2013, at 9:09 PM, Venkatesh Potluri venky...@gmail.com wrote:

 Hello all.
 I am getting started with iOs app development. I am unable to access
 all the text in this link.
 https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/05_ConfiguringView.html
 voiceover says  bullet image at some places. when you move the mouse
 curser using command-VO-F5, and do a mouse click, the text related to
 the specific task is displayed. however, I am able to access just the
 first occurrence or a  bullet image in a page. I end up opening the
 apple menu when I attempt to access the second occurrence of the
 bullet image.
 Thanks in advance.
 Cheers
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to macvisionaries+unsubscr...@googlegroups.com.
 To post to this group, send email to macvisionaries@googlegroups.com.
 Visit this group at http://groups.google.com/group/macvisionaries.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


probleming reading apple developer documentation

2013-08-19 Thread Venkatesh Potluri
Hello all.
I am getting started with iOs app development. I am unable to access
all the text in this link.
https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/05_ConfiguringView.html
voiceover says  bullet image at some places. when you move the mouse
curser using command-VO-F5, and do a mouse click, the text related to
the specific task is displayed. however, I am able to access just the
first occurrence or a  bullet image in a page. I end up opening the
apple menu when I attempt to access the second occurrence of the
bullet image.
Thanks in advance.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


A few queries related to programming: vim, configuration files, etc

2012-08-14 Thread Venkatesh Potluri
Hello listers. I have a few questions related to programming on the
mac. I frequently code in C, C++, Python and Java, and I often come
across situations where I have to edit configuration files for a few
applications, etc.
1. what is the best editor or IDE?
I have tried using vim from the terminal but, I face a difficulty in
navigating around the text  and editing it. VO reads some text, when I
take the curser to the place I want to edit and Hit the delete key,
text from else where gets deleted. Am I doing something wrong?
Is there any way to use xCode to open a blank file, code in the
language I prefer(at least C ), and run the code? I guess doing this
would help me use the auto complete features of xCode.
2. how do I edit configuration files using text edit or some other GUI editor?
sinse vim was not of any help to me, I tried to edit configuration
files in textedit using the open command from the terminal. but, in
come cases, after editing, I get an error while saving saying  you
don't own this file . I am in the  sudo su  mode, stil I get this
error.
I request you to give your valuable suggestions or workarounds at the
earliest as I am unable to do my course assignments and loosing
grades.
Thank you in advance.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: iPhone 4S: is it really awesome?

2012-05-09 Thread Venkatesh Potluri
Thank you all for your suggestions. Can the dictation be used in edit field of 
any app? Ya. Excluding the password fields. :)

Sent from my iPhone

On 09-May-2012, at 4:33 AM, Eugenia Firth gigifi...@sbcglobal.net wrote:

 Hi Venkatesh
 I have not noticed a significant battery problem from my iPhone 4 and when i 
 fot  4S. You might want to get a portable battery charger you can carry 
 around. That's at I did, but I seldom have to use it from within my purse. 
 
 I think the dictation feature is pretty good, but then I am doing it with a 
 southern U.S. accent. Having said that, I have to be careful to say my words 
 clearly so Siri will understand me. 
 
 Regards, 
 Gigi 
 
 Eugenia Firth
 gigifi...@sbcglobal.net
 
 
 
 On May 8, 2012, at 2:16 PM, Venkatesh Potluri wrote:
 
 Hi listers.
 I am currently using an iPhone 3Gs. I am considering to get a new 4S.
 I have a few questions. I am sorry for a long email. the 4S is an
 expensive purchase so I wish to be very sure before I decide.
 
 
 1. I watched many videos of siri. from that, I learn it is really good
 in speech recognition. well, since you will be using it daily, what do
 you think about it's recognition capabilities? How good is it at
 texting? I also saw a couple of posts in this list about vo and siri
 not working properly together. Does it really prove to be
 inconvenient?
 2. text dictation.
 I read that there is an option to say the text we wish to type in an
 edit field on pressing a microphone button on the keyboard. Is this
 only in the messages app or works in any edit field (even in 3rd party
 apps like Facebook and whatsapp messenger)? and, how is the accuracy
 of the recognition?
 3. Looktel apps on 3GS vs 4S
 I am planning to purchase the money reader and the recognizer in the
 near future. Is there a significant performance difference in terms of
 recognition time and accuracy?
 4. VO and battery in 3Gs vs 4S
 since updating to iOs5, VO lags quite often. It responds late when I
 move my finger on the touch keyboard and by the time I remove my
 finger, it enters a different character from what I actually intended
 to enter. Does this happen in the 4S too? and how is the battery life
 of the phone after the 5.1 update?
 Your suggestions would be of great value and will help me in making
 the right choice.
 Thank you for reading this long list of questions.
 Regards
 Venkatesh
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



iPhone 4S: is it really awesome?

2012-05-08 Thread Venkatesh Potluri
Hi listers.
I am currently using an iPhone 3Gs. I am considering to get a new 4S.
I have a few questions. I am sorry for a long email. the 4S is an
expensive purchase so I wish to be very sure before I decide.


1. I watched many videos of siri. from that, I learn it is really good
in speech recognition. well, since you will be using it daily, what do
you think about it's recognition capabilities? How good is it at
texting? I also saw a couple of posts in this list about vo and siri
not working properly together. Does it really prove to be
inconvenient?
2. text dictation.
I read that there is an option to say the text we wish to type in an
edit field on pressing a microphone button on the keyboard. Is this
only in the messages app or works in any edit field (even in 3rd party
apps like Facebook and whatsapp messenger)? and, how is the accuracy
of the recognition?
3. Looktel apps on 3GS vs 4S
I am planning to purchase the money reader and the recognizer in the
near future. Is there a significant performance difference in terms of
recognition time and accuracy?
4. VO and battery in 3Gs vs 4S
since updating to iOs5, VO lags quite often. It responds late when I
move my finger on the touch keyboard and by the time I remove my
finger, it enters a different character from what I actually intended
to enter. Does this happen in the 4S too? and how is the battery life
of the phone after the 5.1 update?
Your suggestions would be of great value and will help me in making
the right choice.
Thank you for reading this long list of questions.
Regards
Venkatesh

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Solving a capcha problem

2012-05-05 Thread Venkatesh Potluri
Hi
yes, you can. in most of the popular sites, you find an option to try
an audio capture. you will listen a few numbers or, in some cases,
words along with a lot of background speech. you should be able to
type only the numbers that you hear.
I would suggest you use headphones while doing this for better results.
I would like to add to the question.
I often don't succeed in entering the words or numbers successfully.
well, am I not so good at it just yet, or are there any tips that
would make this process easier?
Thank you.
Venkatesh Potluri

On 5/5/12, Andrew Lamanche andrew.laman...@gmail.com wrote:
 Listers,

 How can I deal with a capture on a web page? Can it be done without
 sighted assistance?

 Thanks for any suggestions.

 Andrew

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Amazon Cloud Drive

2012-05-02 Thread Venkatesh Potluri
Did anybody succeed in installing the google drive Mac app? I get a warning 
from disk image mounter that the the image is not recognized. I downloaded it 
many times but had no luck. 



Sent from my iPhone

On 03-May-2012, at 6:48 AM, Kliphton kliph...@gmail.com wrote:

 What exactly are you looking for in accessibility?  I've used the app with 
 much success.  The main thing I like about the app, is you can choose where 
 to download your music, either directly to your itunes library, or a folder 
 of your choice.  I mean why would you want to access them from the app, if 
 you could have them play and saved directly from your mac.  I hear they have 
 a app for the iPhone in the works.  Android already has one.  And the other 
 thing is, if you have files in the mp3 format, you can store them in your 
 amazon cloud, and it doesn't count against your free storage.  If you want a 
 service to back up your music, why not use itunes match, or google drive 
 seems to be accessible enough.  Me personally, I like sky drive, because I 
 get 25 GB of free storage, and it has a ios, and mac app even though it is a 
 microsoft product.  And both vo accessible.  JMO
 
 On May 2, 2012, at 2:59 PM, Steve Holmes wrote:
 
 It doesn't surprise me much that it isn't accessible; I mean, look at
 their kindle crap product and their sweetheart relationship with the
 authors' guild.  I wouldn't use or buy anything from Amazon until they
 take a better approach to accessibility.
 
 On 5/2/12, Teresa Cochran vegaspipistre...@gmail.com wrote:
 Yes, it just goes to the website anyway, which is pretty accessible. You
 have to sign in with the app, but even when you do, it lives in the status
 menu by the clock, and doesn't seem to announce itself easily. It doesn't
 seem to have an interface for accessing files, which is still handled by the
 site.
 
 Teresa
 
 I'm a pantheist; I worship Pan.
 
 On May 2, 2012, at 11:51 AM, Austin Seraphin wrote:
 
 Sorry to report that this new app seems inaccessible. I opened it and just
 got a blank window over top of finder. Have I missed something? I'd love
 to find a better syncing service than Dropbox, which to me seems like one
 of those things that works until you really need it. Too bad Sparkleshare
 doesn't work either, which uses a GIT repository.
 
 - Austin
 
 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



accessing Facebook info from command line

2012-05-01 Thread Venkatesh Potluri
Hi
I want to build a text-only Facebook client that can be used either
through an HTML interface or a command line interface that can be used
from the terminal. I wish to know if it is possible to access a user's
notifications, messages, request, etc and do small things like post
status updates using c, python, bash scripts, or html. It would be
great if you could point me to an appropriate resource to get started.
Thanks in advance.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



looktel recogniser -- also a money reader?

2012-04-30 Thread Venkatesh Potluri
Hi listers.
Can the looktel recognizer also be used as a money reader? despite the
existence of a money reader, I am asking this question as it doesn't
recognize indian currency, at least to my knowledge. I wrote to
looktel a couple of times asking them about currency support for india
and got no response. :(
Thanks in advance
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



growl help

2012-04-29 Thread Venkatesh Potluri
Hi listers.
I have installed growl 1.3.3. it it working fine, but I am unable to
figure out how to have the notifications spoken... could any one tell
me what to do?
Thank you in advance
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: growl help

2012-04-29 Thread Venkatesh Potluri
Hi
Thanks :)
good luck with your installation :D
What exactly is going wrong?
cheers
Venkatesh Potluri

On 4/30/12, Jenny Keller jlperd...@gmail.com wrote:
 You're doing better than me.  I think I have to reinstall it on my machine
 because it wasn't behaving very well at all.

 After I do that, I'll let you know how it goes.

 However, I'd like to know the answer to this question too for when it is
 installed on my machine again and hopefully behaves itself.

 Jenny
 On Apr 29, 2012, at 9:50 PM, Venkatesh Potluri wrote:

 Hi listers.
 I have installed growl 1.3.3. it it working fine, but I am unable to
 figure out how to have the notifications spoken... could any one tell
 me what to do?
 Thank you in advance
 Cheers
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



google drive for mac

2012-04-28 Thread Venkatesh Potluri
Hi.
I just got access to my drive about 2 days ago.
when I download the google drive for mac DMG file and try to mount it,
i get an warning from disk image mounter that says that the disk is
not recognized. I tried downloading the setup 3 times, and had no
luck.
Did any body experience a similar problem?
Thank you for your help.
Regards
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: download manager or any suggestions?

2012-04-02 Thread Venkatesh Potluri
Internet download manager also improves the download speed. Is there any 
alternative for the Mac to get that advantage as well?
Thanks. 

Sent from my iPhone

On 01-Apr-2012, at 3:48 PM, CKR banu...@gmail.com wrote:

 hello list
 I'm searching for an app for downloading several links just one click.
 on my pc I was using internet download manager. how about on Mac?
 when I searched archives I found that some members mentioned about
 download manager on safari. however I couldn't find it. where is it?
 I'm using lion, may be there is no download manager on lion's safari.
 any answers would be helpful. thanks in advance
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Facebook chat and iChat

2011-12-31 Thread Venkatesh Potluri
Hi listers.
Wish you all a happy new year!
I have a few doubts regarding chatting with Facebook friends.
as the Facebook chat is not accessible, Can you suggest me a good chat
client that is accessible and works well with Facebook?
I recently learned that iChat can be used for this purpose. however, I
am unable to view my friend lists in iChat. I setup my account such
that I always appear offline to a few lists. if I am using iChat, will
those people be able to see me online?
Thank you.
Regards
Venky

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



setting up php on my mac

2011-12-14 Thread Venkatesh Potluri
Hi all.
I am trying to setup PHP on my macbook running macOSX 10.7.2. I read that some 
changes have to be made to the httpd.conf file. I read the instructions given 
in the php website but could not succeed. 
first, I was unable to located the 2nd line of code in step 2. and I couldn't 
quite understand anything after that. It would be of great help if anybody can 
help me configure php and apache.
the link I followed is:
http://www.php.net/manual/en/install.macosx.bundled.php
Thank you.
Cheers
Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



aspiring apple developer -- help!

2011-11-06 Thread Venkatesh Potluri
Hi listers,
I am doing my Undergrad in Computer science. I have been using VO on
the mac since 2 years and VO on the iOS since 1 Year. I wish to
develop apps for the iOS. I would like your suggestions on a few
questions  regarding app development.
1. where do I start?
I visited the iOS dev center and found a huge volume of resources.
many books, and videos. but I am not sure about where to start and how
to proceed with learning the  required platforms  for development.
2. is the entire development process accessible?
what concerns me related to accessibility is the UI design for the
application and the mapping of the functions to various interactive
elements on screen.(interface builder)  From a video I saw, I
understood that one will have to drag various elements to a particular
area and map each element to a controller function. is my perception
wrong? of it is not, is there a workaround for this particular phase
of development that makes this process accessible with VO?
3. How do I test?
I learned that xCode provides a facility to test apps by running them
on an emulator and provides various statistics about resource usage.
is this accessible with VO?
4. when do I become a member of a developer program?
I wanted your say about the appropriate time to become a member of the
apple developer program.
 Is it better if I pay for It now or go ahead with it after I am
familiar with developing for the iOS platform.
I apologize if this mail was too long and I thank you for reading
through the entire mail :)
Any answers will be of great help.

Thank you.
Cheers


-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: bluetooth keyboard with iPhone and macbook pro

2011-10-27 Thread Venkatesh Potluri
Thank you all for your responses and suggestions. 
The iogear multilink Bluetooth keyboard suggested by ioana sounds like a good 
buy. Is there any dedicated key to switch between divices? It will be helpful 
if you can explained the working of the feature a bit more.
Thank you.
Venkatesh 

Sent from my iPhone

On Oct 21, 2011, at 8:25 AM, Ioana Gandrabur igandra...@gmail.com wrote:

 Hi,
 
 I just got a iogear multilink bluetoth keyboard for about 60 $. It is smaller 
 than the appe keyboard and slightly more thought for windows layout. I can do 
 basically anything wth it but I have small hands. The true winning feature fr 
 me is that it allows fast swtchng between up t 6 devices. With a key stroke I 
 can use t with iphone or mac or other computer.
 
 Don't know about battery life but love it s far. Haven't tried to remap 
 modifiers but might experiment. 
 An other nie thing is that it has a slighdng switch to turn on and off nd 
 cmes with a carying pouch.
 Sorry for typos I am not using it as I wrte this in case you are wondering.
 
 Best,
 
 Ioana
 
 Sent from my iPhone
 
 On Oct 20, 2011, at 3:23 PM, Venkatesh Potluri venky...@gmail.com wrote:
 
 Hi listers.
 I use an iPhone 3Gs running iOs5 and a macbook pro 15 inch. I text
 quite a lot from my iPhone and texting using a touch screen for long
 duration is strenuous and time consuming. I am planning on purchasing
 a bluetooth keyboard that works both with my mac and my phone. my
 questions:
 is there any other 3rd party keyboard that allows me to do both these
 tasks? I find the apple bluetooth keyboard quite expensive.
 if there isn't any other alternative, how is the apple bluetooth
 keyboard in terms of use with the iPhone and battery life?
 Your opinion will help me a great deal.
 Thank you.
 Cheers
 
 -- 
 Venkatesh Potluri
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Moving vs. Copying Files in OSX Lion

2011-10-27 Thread Venkatesh Potluri
That's a very useful bit of information! :)
Is there a move option in sl?
Cheers
Venkatesh 

Sent from my iPhone

On Oct 27, 2011, at 10:02 PM, CJ Daniel cj.bear.dan...@gmail.com wrote:

 Hi All,
 
 I just wanted to share a small, but gladsome, discovery in OSX Lion.  Since 
 making the switch from Windows to the Mac about a year--a-half ago, I have, 
 truly, been vexed by the lack of a 'Move command.  I didn't understand how 
 Apple could ignore such a, seemingly, basic necessity.  But, in true stoic 
 fashion, I soldiered on.
 
 However, some one @ Apple must have, finally, put 2  2 together  come up 
 with 4.  For those of you who haven't noticed, OSX Lion does include a Move 
 key command short cut.  After selecting with command-A  then copying with 
 command-C, instead of pasting with command-V you can Move with 
 command-option-V.  VoiceOver states something like moving file to folder. 
 It's, truly, a beautiful thing.
 
 I hope this is useful  not redundant information,
 
 CJ
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



bluetooth keyboard with iPhone and macbook pro

2011-10-20 Thread Venkatesh Potluri
Hi listers.
I use an iPhone 3Gs running iOs5 and a macbook pro 15 inch. I text
quite a lot from my iPhone and texting using a touch screen for long
duration is strenuous and time consuming. I am planning on purchasing
a bluetooth keyboard that works both with my mac and my phone. my
questions:
is there any other 3rd party keyboard that allows me to do both these
tasks? I find the apple bluetooth keyboard quite expensive.
if there isn't any other alternative, how is the apple bluetooth
keyboard in terms of use with the iPhone and battery life?
Your opinion will help me a great deal.
Thank you.
Cheers

-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: bluetooth keyboard with iPhone and macbook pro

2011-10-20 Thread Venkatesh Potluri
ok. so if I use a 3rd party keyboard with the iPhone, will the key
mapping be the same as how it is with other windows keyboards?
I was also wondering, is there a way to send messages from my iPhone
using my mac other than using the mac's bluetooth?
Tnaks.

On 10/21/11, Brent Harding br...@hostany.net wrote:
 Too bad that the bluetooth in the Mac can't allow you to use its keyboard
 for the I Devices.

 - Original Message -
 From: Ricardo Walker rwalker...@gmail.com
 To: macvisionaries@googlegroups.com
 Sent: Thursday, October 20, 2011 2:44 PM
 Subject: Re: bluetooth keyboard with iPhone and macbook pro


 Hi,

 you can pretty much use any bluetooth keyboard you want.  Just keep in
 mind you can't have the keyboard hooked up to your phone and your Mac at
 the same time.

 hth

 Ricardo Walker
 rwalker...@gmail.com
 Twitter  Skype: rwalker296
 www.mobileaccess.org

 On Oct 20, 2011, at 3:23 PM, Venkatesh Potluri wrote:

 Hi listers.
 I use an iPhone 3Gs running iOs5 and a macbook pro 15 inch. I text
 quite a lot from my iPhone and texting using a touch screen for long
 duration is strenuous and time consuming. I am planning on purchasing
 a bluetooth keyboard that works both with my mac and my phone. my
 questions:
 is there any other 3rd party keyboard that allows me to do both these
 tasks? I find the apple bluetooth keyboard quite expensive.
 if there isn't any other alternative, how is the apple bluetooth
 keyboard in terms of use with the iPhone and battery life?
 Your opinion will help me a great deal.
 Thank you.
 Cheers

 --
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups

 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.



 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.




-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



selecting text in iOs 4 using voiceover

2011-10-01 Thread Venkatesh Potluri
Hi listers!
I would like to know the gesture or the series of gestures that I have
to perform to select text in EMails,  web pages and in applications
where there is text in iOs 4.3.5. I am using an iPhone 3gs.
I need help in selecting multiple messages from a conversation to
forward or delete.
Thank you in advance.
Cheers

-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Facebook accessibility using safari on mac os10 lion

2011-10-01 Thread Venkatesh Potluri
Hello listers!
I accessed Facebook using safari on my mac. I was wondering if the
Facebook home page and other page layouts have changed. I was not able
to view my notifications, new requests, messages, post status updates,
write on friends walls, etc.
How well accessible is the Facebook chat? I would also like to know
how to go offline and online for chat. Is Facebook not accessible or
am I not navigating properly?
Please share your opinion regarding this.
Any additional tips for using Facebook will be of great help.
Thank you.
Cheers

-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Facebook accessibility using safari on mac os10 lion

2011-10-01 Thread Venkatesh Potluri
Hi
the mobile Facebook website is quite accessible.
In the standard Facebook website, the notifications, requests and
messages are read as clickable numbers. when i click them and hit the
right arrow, VO says there is a dimmed button and no notifications are
read. any idea on how to go about with this issue?
Thanks a lot for the help :)
Cheers
Venkatesh


On 10/2/11, David Eagle onlineea...@googlemail.com wrote:
 You could use m.facebook.com. This is the mobile Facebook site. I
 don't use Facebook a lot but I find this so much more accessible.
 You're notifications and everything is present on that site too.


 On 01/10/2011, Israel sexyi...@sbcglobal.net wrote:
 Venkatesh,

 About ten days ago, Facebook rolled out a new looking home/newsfeed page
 where recent news and top news are now part of one stream.  You can now
 also
 see up to the second updates on what friends are commenting/posting in a
 new
 ticker.

 A while back, FB replaced the friend request, messages, and notifications
 list with just numbers which are located above the search edit field.

 From what FB blog states, as part of the new home page/newsfeed design,
 one's friend requests are now hidden within a list which doesn't appear on
 the home page.  I have not yet discovered how to locate it.

 There is a list on FB home page which contains update status, add photo,
 and
 ask question.  When you activate the clickable for update status, the
 What's On Your Mind edit box then appears so you can update status.

 FB chat still seems to be accessible but since the new layout
 intorduction,
 FB now combines your chat and your messages together.

 I hope that helps a bit.

 Sexy Isra

 Israel Antonio
 www.sexyisra.blogspot.com
 www.twitter.com/sexyisra
 On Oct 1, 2011, at 6:18 AM, Venkatesh Potluri wrote:

 Hello listers!
 I accessed Facebook using safari on my mac. I was wondering if the
 Facebook home page and other page layouts have changed. I was not able
 to view my notifications, new requests, messages, post status updates,
 write on friends walls, etc.
 How well accessible is the Facebook chat? I would also like to know
 how to go offline and online for chat. Is Facebook not accessible or
 am I not navigating properly?
 Please share your opinion regarding this.
 Any additional tips for using Facebook will be of great help.
 Thank you.
 Cheers

 --
 Venkatesh Potluri

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.




 --
 http://www.davideagle.co.uk

 --
 You received this message because you are subscribed to the Google Groups
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/macvisionaries?hl=en.




-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: auto correct in Lion

2011-09-21 Thread Venkatesh Potluri
Hello listers.
can any body help me with this? sorry for resending the same query,
but i am in urgent need of the reply.
Thank you in advance
Regards
Venkatesh

On 9/18/11, Venkatesh Potluri venky...@gmail.com wrote:
 Hi all.
 I need some help using auto correct in lion. if I type an incorrect
 spelling, lion automatically corrects it. this feature is great, but
 what do I do to get the actual word i typed instead of the correct
 one? I would like to know what keystroke to press or what gesture to
 use to listen to different suggestions in case of situations where
 there are multiple suggestions?
 Any additional tips in this regard would be very helpful. :)
 thank you
 cheers

 --
  Venkatesh Potluri



-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



auto correct in Lion

2011-09-18 Thread Venkatesh Potluri
Hi all.
I need some help using auto correct in lion. if I type an incorrect
spelling, lion automatically corrects it. this feature is great, but
what do I do to get the actual word i typed instead of the correct
one? I would like to know what keystroke to press or what gesture to
use to listen to different suggestions in case of situations where
there are multiple suggestions?
Any additional tips in this regard would be very helpful. :)
thank you
cheers

-- 
 Venkatesh Potluri

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: i pod touch question

2011-09-18 Thread Venkatesh Potluri
Hi rachel.
Does it prompt that you have not transfered purchased items from your IPod?
I suggest you to try the following.
1. connect your device and open ITunes if it does not open automatically.
2. if you usually sync it, please do so.
3. before updating the software, go to the file menu, and select the option 
that says transfer purchases from your IPod. the name of your IPod will be 
spoken instead of your IPod.
4. you might be prompted to enter your apple ID and password on your computer. 
Please do so.
wait for a while, and you are good to go!
note:
you will be able to know the status of the transfer and the software update in 
the LCD section of iTunes, the area where you usually check the sync status, 
the details of the current song playing, etc.
Hope this helps.
Happy updating! :)
cheers
Venkatesh PotlurI

On 18-Sep-2011, at 5:56 PM, Rachel magario wrote:

 Hello listers,
 
 Trying to up date my ios for my touch. But it keeps telling me I have not 
 transferred all the items of my touch in to my itunes and that I should do 
 that before continuing. Any one can help me do that? I thought I had sinked 
 every thing, but twice I've tried and twice it tells me I have not done it.
 Thanks for any help!
 Rachel
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 MacVisionaries group.
 To post to this group, send email to macvisionaries@googlegroups.com.
 To unsubscribe from this group, send email to 
 macvisionaries+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/macvisionaries?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
MacVisionaries group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.