updater failing

2010-09-03 Thread randolph valentine
I keep getting an error when I try to update Rev via the in-app updater, a
message failed to download. I'm running Windows 7 in Boot Camp on an iMac.

 

I also get this error posted in the navigation stack that starts with Rev:

 

!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN

htmlhead

title500 Internal Server Error/title

/headbody

h1Internal Server Error/h1

pThe server encountered an internal error or

misconfiguration and was unable to complete

your request./p

pPlease contact the server administrator,

webmas...@developer.runrev.com and inform them of the time the error
occurred,

and anything you might have done that may have

caused the error./p

pMore information about this error may be available

in the server error log./p

pAdditionally, a 404 Not Found

error was encountered while trying to use an ErrorDocument to handle the
request./p

hr

addressApache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
mod_perl/2.0.4 Perl/v5.8.8 Server at developer.runrev.com Port 80/address

/body/html

 

Thanks for any ideas as to what the problem is.

 

rand valentine

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


figuring out whether a given font has Unicode Canadian Aboriginal Syllabics glyphs

2008-08-07 Thread Randolph Valentine
 Hi, all. I have a question regarding how to reliably determine that a font
is a Unicode font which has Canadian Aboriginal Syllabics (CAS) glyphs. Now
evidently because I'm working with Canadian Aborginal Syllabics, even when I
use a clearly Unicode font having these glyphs, and ask for the
fontlanguage, it gives me ASCI. So I thought would write a script that 1.
selects a font, 2. sets a field to that font, 3. puts a CAS character e.g.
chartonum(5169) into the field, and if the font isn't Unicode, then no
character should show up. My little script (within an option menu that
provides the user with all of the fonts from fontnames) looks like this:

on menuPick pChosen
set the textfont of fld unicode_tester to pChosen
set the useunicode to true
set the unicodetext of fld unicode_tester to numtochar(5169)
end menuPick

The problem is that even when I select a non-unicode font, I am still
getting the proper Syllabic character showing up for some reason. Anyone
know why, and what I could do to get this to work? Basically, I want my
users to be able to tell if a font they pick is a unicode font having
Canadian Aboriginal Syllabics. Thank you!

rand valentine


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


further question on unicode

2008-07-25 Thread Randolph Valentine
 Hi, all. Thank you for your earlier help on Unicode. I am teaching at a
school in Ontario, Canada that trains Ojibwe and Cree (indigenous North
American languages) literacy, and we use the Canadian Aboriginal Syllabics
(CAS). I have written several routines in Revolution that will readily
convert Roman-orthography Ojibwe and Cree into Unicode CAS, and this is
extremely helpful. However, there is one pesky problem that I don¹t really
understand... if I convert several Ojibwe words to Unicode, then put the
Unicode on the clipboard and paste it into Word (2008 on a Mac), the paste
works fine, and I get CAS letters pasted. However, for some reason, if I
convert a single word, I often get nothing or a string of question-marks.
Why would this work with a string of words but not a single word? Now if I
add spaces after the single word, I still seem to get nothing; but if I add
a dummy word, then the paste works. Also the paste works with single words
in TextEdit, just not in Word. If I tell Word to just paste the text,
instead of ³styled text,² the paste works as well. Is there some programming
trick I could do to get this to work simply on a default paste into Word?
The reason I ask is that my students are often just beginning to use
computers, and having to add geekomancy (such as ³just paste text²) to any
process proves an insurmountable barrier. Thanks for any thoughts.

 Also, I¹m sure this has been asked a million times, but has anyone among
the cognoscenti written up notes outlining what Rev can and can¹t do with
Unicode? I try scouring the earlier list material, but of course, it¹s not
organized. Thanks.

Rand Valentine
Lakehead University
Thunder Bay, Ontario, Canada

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


copying unicode text into other applications

2008-07-13 Thread Randolph Valentine
 Hello, all. I have Unicode text in a field, the text consisting of syllabic
characters from the Canadian Aboriginal Syllabics portion of Unicode. It
displays fine, and I¹m very happily able to produce it via a script, but I
can¹t figure out how to copy it to the clipboard so that it comes out right
pasted into, say, MicroSoft Word.

The Revolution dictionary says:

To copy or export Unicode text from a field while preserving font, style,
size, and color information, use the htmlText property.

 Now, really, this note is not terribly helpful, because it doesn't tell you
HOW to do this!

 So when I try something like:

set the clipboarddata[htmltext] to the htmlText of field my_field

 I get garbage pasted into Word.

 And when I try

set the clipboarddata[htmltext] to the unicodeText of field my_field

 Still garbage. What is the command (sequence) to get the Unicode text to
properly copy? Thanks.

rand valentine


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


quicktime player in stackrunner and rev player with macbook air

2008-07-02 Thread Randolph Valentine
 Hi, I¹ve got a pretty complex stack that has always worked on both macs
(ppc/intel) and windows computers, which utilizes a player to play mp3
snippets‹ I distribute this to students via Stackrunner (or the Rev player
application). With my new Macbook Air, however, I notice that the quicktime
player doesn¹t seem to work, with either Stackrunner or the Rev Player,
though the player _does_ work when I open the stack in Studio 2.9 on my
MacBook Air. In Stackrunner (and the Player), there is no player visible and
no audio. Is there anything I can do to make this work in Stackrunner (which
I love)? Thanks.

rand valentine


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


stackrunner problem solved!

2008-07-02 Thread Randolph Valentine
 sorry to take up bandwith with my inanity! but I  realized that I didn¹t
have the audio properly linking on my macbook air, and that¹s why the audio
wasn¹t working. Long live Stackrunner.

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