Search found 4 matches

by shubhamgoel145
Thu Apr 18, 2013 2:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Braille translator
Replies: 13
Views: 7731

Re: Braille translator

Hi
Good project
Using imagesource in a fld is an other way.
I see two flds. One in english that you can use for textToSpeech and one in Braille.
Do you have a Braille printer ?
Please write back if you need help.
Best regards
Jean-Marc

yes, I have access to a braille printer five times a week ...
by shubhamgoel145
Thu Apr 18, 2013 2:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Braille translator
Replies: 13
Views: 7731

Re: Braille translator

Hi.

This sounds like a very interesting project.

But if you were able to display one image when the user types in a letter, why can't you string images together? In other words, you would lay out a virtual grid, and load images into that grid based on the text. This only requires that the images ...
by shubhamgoel145
Thu Apr 18, 2013 2:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Braille translator
Replies: 13
Views: 7731

Re: Braille translator

Interesting project.
Not sure how you are calling up your images and I would have to guess at what your problem really is.
Is it in placing the images?
Is it that the text was pasted into a field?
or is it something else?

Simon

I was using 26 images overlaid, and hiding and showing them ...
by shubhamgoel145
Wed Apr 17, 2013 9:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Braille translator
Replies: 13
Views: 7731

Braille translator

i want to make a braille translator app, where a user types in english and braille is shown.

In braille each letter has a corresponding symbol, which i have images for stored on my hard drive.

I made a simple application where it would hide and show images according to what was typed into a text ...