Re: pause, rew and forwad an audio
At 8:36 PM -0700 7/11/2005, Dan Shafer wrote: Thanks for pointing those out. Searching the docs proves once again to be less than useful. But the docs at least imply that a playRate < 1 plays forward at slower speed. Would a negative number then result in a rewind? You could look at the use
Re: Stop RevXML converting illegals to entities
I have this code snip which is meant to turn paragraphs inside and XML node para1 para2 para3 into para 1 para 2 para 3 but on dumping... Rev is converting all these to entities ===we get as output:'Learning from our Mistakes'
It converts them to entities for it's own st
Stop RevXML converting illegals to entities
I have this code ## tag paragraphs in the transcript node put revXMLNodeContents(tCurrTree,"/audio_transcript/ transcript_text/") into tTranscript replace (cr & cr & cr&cr) with (cr & cr) in tTranscript replace (cr & cr & cr) with (cr & cr) in tTranscript replace (cr & cr)
Re: preserve vertical white space in XML?
Ken... just a thought... you might sell more software if you had a full demo that timed out... even if you only gave it 24 hours or 72 hours... I generally always want to know what I'm getting. and since the standard ediiton of your XML library is locked... I can't see the scripts. skts
Re: pause, rew and forwad an audio
On Jul 11, 2005, at 8:40 PM, Dan Shafer wrote: Duh. Rather than ask, why don't you try it, Dan? Well, that's not a bad idea. Yep, a number < 0 for playRate rewinds at that rate, so -1 rewinds at the frame rate of the movie, -2 rewinds at double speed, etc. Cool. Yeah, sorry about that.
Re: pause, rew and forwad an audio
Duh. Rather than ask, why don't you try it, Dan? Well, that's not a bad idea. Yep, a number < 0 for playRate rewinds at that rate, so -1 rewinds at the frame rate of the movie, -2 rewinds at double speed, etc. Cool. Dan On Jul 11, 2005, at 7:23 PM, Trevor DeVore wrote: On Jul 11, 2005,
Re: pause, rew and forwad an audio
Trevor. Thanks for pointing those out. Searching the docs proves once again to be less than useful. But the docs at least imply that a playRate < 1 plays forward at slower speed. Would a negative number then result in a rewind? Dan On Jul 11, 2005, at 7:23 PM, Trevor DeVore wrote: S
Re: select previous and next clickline
What command do you use to select the previous and next clickline in the scrolling list field. Thank you Instead of tracking the clickLine in a global, you might do better to have your button get the hilitedLines of the list field. If you allow multiple selections, this will be a comma-de
Re: Buggy debugger?
On 7/11/05 8:34 PM, Timothy Miller wrote: The details of my debugger frustration, previously described: It works fine on, for example, a simple mouseUp script in a simple button. However, if the button sends a message to a handler in a stack script (for instance), which then sends another mes
Re: control and option keys not working on Tiger with 2.6?
On 7/11/05 8:57 PM, Sivakatirswami wrote: OK, it's OSX... I shut down.. rebooted with cmd-S ran fsck -fy ... twice... there were some errors... now the option key and control work in Rev. Question remains though, why they worked in other apps and not in Rev. I'm not sure why other apps wo
Re: Buggy debugger?
Timothy. I can only report that this same kind of debugging works just fine and as expected for me running Rev 2.6.1 on OS X 10.4. I don't recall any problem like the one you're describing in earlier versions of Rev but I may have missed something. The factthat the debug buttons are "abs
Re: Dreamcard Spell Check
Sivakatirswami wrote: Derek... any news on your spell checker plugin? Sorry, was taken away from that project. I'll send you what I've got in the morning. And yes, it does all that you want it to do. Derek Bump Dreamscape Software ___ Compress P
Re: Buggy debugger?
Timothy- Monday, July 11, 2005, 6:34:09 PM, you wrote: TM> The details of my debugger frustration, previously described: >>It works fine on, for example, a simple mouseUp script in a simple >>button. However, if the button sends a message to a handler in a >>stack script (for instance), which
Re: pause, rew and forwad an audio
On Jul 11, 2005, at 7:01 PM, Dan Shafer wrote: Assuming you are using a QuickTime Player object to do this work, you can use the following properties to control pause and loudness: set the playLoudness of player "foo" to 0 set the paused of player "foo" to true (and false to un-pause) Howeve
Re: Dreamcard Spell Check
Derek... any news on your spell checker plugin? Sivakatirswami On Jul 01, 2005, at 12:45 PM, Derek Bump wrote: Douglas Gilliland wrote: I'm new to Revolution and can't find a spell check built into the program. Any suggestions other than purchasing a spell check program? I'm working on a G4
Spell Checkers Revisited
I need to get an on-board spell check going asap for one of my apps... before I take Hugh Senior's stack and start re-working it for this specific use... I'd like to check if someone has already done this: This spell checker wants to just do one thing: check all the words in a single field,
Re: Building a library with functions with callbacks
Dar- Monday, July 11, 2005, 4:34:33 PM, you wrote: DS> Your can write your own function to get the object of the caller using DS> the executionContexts property. The property is not supported, so I'd DS> encourage the wrapper incase it changes. "executionContexts" is one of my few exceptions to
Re: Buggy debugger?
Timothy. I can only report that this same kind of debugging works just fine and as expected for me running Rev 2.6.1 on OS X 10.4. I don't recall any problem like the one you're describing in earlier versions of Rev but I may have missed something. The factthat the debug buttons are "
Re: pause, rew and forwad an audio
Assuming you are using a QuickTime Player object to do this work, you can use the following properties to control pause and loudness: set the playLoudness of player "foo" to 0 set the paused of player "foo" to true (and false to un-pause) However, Rev does not include any commands to place the
Re: control and option keys not working on Tiger with 2.6?
OK, it's OSX... I shut down.. rebooted with cmd-S ran fsck -fy ... twice... there were some errors... now the option key and control work in Rev. Question remains though, why they worked in other apps and not in Rev. but all's well now. skts On Jul 11, 2005, at 7:52 AM, Sivakatirswami wrot
Re: Record Audio from Internal Speaker
With soundbed and soundflower which I believe have windows verisions. Soundbed redirects audio to wherever you want it. On 7/11/05 4:30 PM, "Derek Bump" <[EMAIL PROTECTED]> wrote: > Anyone have any idea on how to record audio from the internal speaker of > a Windows based PC? > > I played with
Buggy debugger?
I still can't figure out whether I'm doing something wrong when I try to use the debugger, or if there is something wrong with the debugger. Eric suggested there's a flaw in the debugger, but his comment was ambiguous. I'm on version 2.5.1 in OS X. If there is a problem with the debugger, I'd l
Re: Building a library with functions with callbacks
On Jul 11, 2005, at 6:13 PM, Alex Tweedly wrote: You can vote for the enhancement in bugzilla to add a function to get this: #1954. Hmmm. My search came up with 1243 and 2839, too. Dups, maybe. I prefer to use the "original" (i.e. lowest numbered) out of a set of dups - but 1243 has alr
Re: Building a library with functions with callbacks
On Jul 11, 2005, at 6:13 PM, Alex Tweedly wrote: Actually, I'd really like to have the syntax of "socket" functions extended to user-defined functions callMyHandler value with message I really like Transcipt's neo-English style - just wish it could be used for user-defined handlers like i
Re: Building a library with functions with callbacks
Dar Scott wrote: On Jul 11, 2005, at 4:08 PM, Alex Tweedly wrote: I want to build a library where some of the functions in it have parameters which are callbacks; agtMyFunction pData, pCallBackMessage You can pass 'the long id of me' as an extra parameter. Ick. If that is empty, you c
play videoClip "nameOfVideo" does not work, Please help
I create a button name "play" I put this script on button: on mouseUp play videoClip "MENTORS" at 100,100 end mouseUp It did not work. Please help me, thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to
Re: select previous and next clickline
In a message dated 7/11/05 3:02:59 PM, [EMAIL PROTECTED] writes: > > ___ > Beware of a clickLine "anomaly"; if you click on an empty line that is below non-empty lines; for example: click on line 7 of a field with only 4 lines and the clickLine re
Re: Is it ok to go to 2.6
On 7/11/05 3:22 PM, Chipp Walters wrote: > Jacque, > > If you 'check for updates' will it 'get it' ?? It should, now that RR has fixed the update checker on the server. > > -Chipp > > J. Landman Gay wrote: > >> On 7/11/05 12:59 PM, Richard Gaskin wrote: >> >>> Given the critical nature of the A
Re: Building a library with functions with callbacks
On Jul 11, 2005, at 4:08 PM, Alex Tweedly wrote: I want to build a library where some of the functions in it have parameters which are callbacks; agtMyFunction pData, pCallBackMessage You can pass 'the long id of me' as an extra parameter. If that is empty, you can use 'the target'. That
Re: different UI approach
--- Chipp Walters <[EMAIL PROTECTED]> wrote: > My inclination is to agree with you, Dan, agree with the agreement, but... it -felt- good. Erik Hansen [EMAIL PROTECTED]http://www.erikhansen.org __ Do You Yahoo!? Tired of spam? Yahoo! Mail
how to play video on a card?
I have 3 .wmv files. I want them to play on a card by selecting one by one at a time. Anyone know how to implement this. Thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manag
Re: Is it ok to go to 2.6
Seems like it will. That's all I did and the ask/answer problem disappeared for me. Dan On Jul 11, 2005, at 1:22 PM, Chipp Walters wrote: Jacque, If you 'check for updates' will it 'get it' ?? -Chipp J. Landman Gay wrote: On 7/11/05 12:59 PM, Richard Gaskin wrote: Given the critical na
Re: Building a library with functions with callbacks
On 11 Jul 2005, at 23:08, Alex Tweedly wrote: I'm sure I've done this before, but can't remember where, and can't figure out how to do it again. Sigh :-( Another CRAFT day :-) I want to build a library where some of the functions in it have parameters which are callbacks; agtMyFu
Re:Building a library with functions with callbacks
I'd imagine that you'd have to include a third parameter - the long name of the fld, cd, stack or whatever that called the function ie. the long name of me: Mark --- Alex Tweedly wrote: I'm sure I've done this before, but can't remember where, and can't figure out ho
Re: Building a library with functions with callbacks
On Jul 11, 2005, at 3:08 PM, Alex Tweedly wrote: I'm sure I've done this before, but can't remember where, and can't figure out how to do it again. Sigh :-( Another CRAFT day :-) I want to build a library where some of the functions in it have parameters which are callbacks; agtMyF
Building a library with functions with callbacks
I'm sure I've done this before, but can't remember where, and can't figure out how to do it again. Sigh :-( Another CRAFT day :-) I want to build a library where some of the functions in it have parameters which are callbacks; agtMyFunction pData, pCallBackMessage the functions will
RE: select previous and next clickline
Thank you David. It helps me a lot By the way. How can I create a volume control to control a song? And I would like to create a progress bar for an audio. You have any idea? Thank you -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Squan
Re: false anti-alarm
OK, I've figured out the workaround. Rev will screw up the fonts in _substacks_ when the default font of the main stack is changed**, UNLESS the substack has a non-empty textFont, not just an effective textfont, before you change the default/owner's/stack font in the main stack. The solut
Re: select previous and next clickline
Ban Nguyen wrote: Hello What command do you use to select the previous and next clickline in the scrolling list field. Thank you I think what you're looking for is 'word 2 of the clickline'. When you evaluate 'the clickline' (eg type 'put the clickline' so that the msg box opens and 'the
Re: Player will not play long file names!
Scott, thanks for the info. I looked up the exchange you mentioned: As a work-around for this at the moment, try setting the filename of a player to a *real* file URL: e.g. file:///Volumes/Primary/Users/mark/Desktop/ mask_with_a_really_really_really_long_filename.tiff I've got a bunch of au
RE: Scrolling List field please help please help.....
Hi Mark I am creating an audio player I created a scrolling list field contanins a list of audio I created the button play and stop using this code: on mouseUp global gClickVar play audioClip value(gClickVar) looping end mouseUp on mouseUp global gClickVar stop playing audioClip
Record Audio from Internal Speaker
Anyone have any idea on how to record audio from the internal speaker of a Windows based PC? I played with this a while ago where I would load a protected mp4 into a QuickTime Player object and then I had a button which would begin to play the player and record audio that is streaming to the s
Re: Scrolling List field please help please help.....
I'm not sure I understand your question or exactly what you want to happen. Each time you click a new line in field 1, that line replaces what was previously in the global variable or custom property. Then, clicking the button would place the new text into field 2. Mark On Jul 11, 2005
select previous and next clickline
Hello What command do you use to select the previous and next clickline in the scrolling list field. Thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription
Re: Is it ok to go to 2.6
Jacque, If you 'check for updates' will it 'get it' ?? -Chipp J. Landman Gay wrote: On 7/11/05 12:59 PM, Richard Gaskin wrote: Given the critical nature of the Ask/Answer issue (many scripts use "if it is empty then..." which will break with v2.6) I would have thought a v2.6.1 would have be
RE: Scrolling List field please help please help.....
Hi Mark How can I get the next value by clicking on the button and hightlight that line -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Swindell Sent: Monday, July 11, 2005 12:06 PM To: How to use Revolution Subject: Re: Scrolling List field On J
pause, rew and forwad an audio
I use play and stop command to play and stop an audio. What command do I need to use to pause, rew and forwad an audio. How do I control the volume? Thank you for your help. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit th
Re: Is it ok to go to 2.6
On 7/11/05 12:59 PM, Richard Gaskin wrote: Given the critical nature of the Ask/Answer issue (many scripts use "if it is empty then..." which will break with v2.6) I would have thought a v2.6.1 would have been released by now. The ask/answer fix is included in the current download of 2.6 (bu
Re: PLEASE HELP PLEASE HEP.........
And no need to use the value() function in your button's script, btw. On Jul 11, 2005, at 1:08 PM, Ban Nguyen wrote: I have this code in the scrolling list field: global textOfClickedLine on mouseUp select the clickLine put the value of the clickLine into textOfClickedLine answer text
RE: Scrolling List field
Thank you very much. It works -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Swindell Sent: Monday, July 11, 2005 12:06 PM To: How to use Revolution Subject: Re: Scrolling List field On Jul 11, 2005, at 11:16 AM, Ban Nguyen wrote: > Thanks you f
RE: PLEASE HELP PLEASE HEP.........
It works thank you so much for your help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sheffield Sent: Monday, July 11, 2005 12:20 PM To: How to use Revolution Subject: Re: PLEASE HELP PLEASE HEP. Looks like you already have your vari
Re: PLEASE HELP PLEASE HEP.........
Looks like you already have your variable textOfClickedLine set up as a global. All you need to do is declare that same variable as a global in your button's script. Should work how you want it. Chris On Jul 11, 2005, at 1:08 PM, Ban Nguyen wrote: I have this code in the scrolling list
Re: PLEASE HELP PLEASE HEP.........
define it as a global, outside of the handlers global textOfClickedLine Hope this helps Dave I have this code in the scrolling list field: global textOfClickedLine on mouseUp select the clickLine put the value of the clickLine into textOfClickedLine answer textOfClickedLine end mous
PLEASE HELP PLEASE HEP.........
I have this code in the scrolling list field: global textOfClickedLine on mouseUp select the clickLine put the value of the clickLine into textOfClickedLine answer textOfClickedLine end mouseUp It prints the value of the clickline correctly And then created a button on the same card An
Re: Scrolling List field
On Jul 11, 2005, at 11:16 AM, Ban Nguyen wrote: Thanks you for your help. It works. How can I transfer the value of clickline into a button so when user click on a button then it shows the value of clickline You could put the clickline into a global variable (gClickVar) or custom prope
Re: different UI approach
This works just the same in Rev, doesn't it? At least, it constrains the line to (I guess) 22.5 degrees Mark >Makes me long for the old Hypercard (was it HC? Was it something >else?) days of being able to press shift or whatever it was to "draw" a >straight line. >Judy
RE: Scrolling List field
Thanks you for your help. It works. How can I transfer the value of clickline into a button so when user click on a button then it shows the value of clickline I'm no expert... Turn on the "list behavior" checkbox in the field's basic properties window. Also, lock the text of the field.
Re: Is it ok to go to 2.6
In addition to the Ask/Answer issue, which affects everyone, there is the one with non-OS-drawn menus which extend beyond the height of the monitor, which kills the MC IDE, devolution, and anything else that enjoys having menus in specific font sizes. Given the critical nature of the Ask/Answe
Re: control and option keys not working on Tiger with 2.6?
Sarah: That's a good clean simple test... and it fails here... All I get is Up or Down regardless of what other keys are pressed. I don't know if I have any front scripts loaded.. I don't think I do... how does one wipe out front scripts [time passes as he changes this script to put the r
Re: Transfering stack between WinXP and MacOS9
This got a little off topic with the whole gender thing, so I thought I'd share an interesting fact with you all. In Estonian there IS only one word for he and she (same goes for him/ her and all other nominal cases.) In other words there is no gender distinction whatsoever in the language.
RE: Is it ok to go to 2.6
I've been using it since it was released without any (noticeably different) problems. I'm not the most sophisticated user however, and my critics tell me that I tend to "ignore" bugs!! Roger On Jul 11, 2005, at 10:33 AM, [EMAIL PROTECTED] wrote: Message: 10 Date: Mon, 11 Jul 2005 04:2
Re: different UI approach
I think a 100% "no click" interface has no interest, although there are some actions that don't need a click... In the intranet project I mentioned yesterday (in which I planed to implement such an UI approach), users could browse (very quickly) through various topics indexes just by moving the mou
Re: different UI approach
Jon- Monday, July 11, 2005, 4:37:32 AM, you wrote: J> I enjoyed taking a look at this new [?!?] UI, but the proof of the J> pudding, for me, was when I accidentally moved the mouse across the J> answer to a question, and it assumed I had "answered" (with no way to J> "back up"). I'd say I would
FM Pro 7 & ODBC
Can anyone advise me on how I can access a FileMaker Pro 7 database from Rev 2.6 (under OS X 10.3.8)? I have tried installing ODBC support but whenever I try to connect I get "revdberr,invalid database type" returned as the error! Thanks Peter -- Peter Reid Reid-IT Limited, Loughborough, Lei
Re: mac file name fonkyness
Recently, mark wrote: > I'm sure this issue has come up many times before, but I've been out of > the loop recently, so apologies in advance. If I ask rev (vers. 2.03, > Mac OS 10.2x) to "put the files" for long media file names I might get > something like this: > 01-nick_cannon_ft_murphy_lee_
Re: What About Newbies
My book is available in print form thorugh RunRev directly from their store. On the opening page of their site at http://www.runrev.com, scroll all the way down and see the link on the left. Dan On Jul 11, 2005, at 7:14 AM, [EMAIL PROTECTED] wrote: Dan Where do we get your book? I feel th
[OT] Re: Transfering stack between WinXP and MacOS9
Sometime around 11/7/05 (at 10:04 -0400) Thomas McGrath III said: I don't know if he/she/it was the same person who decided that but I bet he/she/it was actually a he/she/it and not a he/she/it. Seriously, when doing presentations that are going to be in english but presented in foreign speak
Re: What About Newbies
Tom, Nice name My name is Tom as well. When I started out in xTalk the single most helpful thing I found was to download other peoples stacks and read through them and see how they did it. It helps to have an idea of 'what' you want to accomplish so that when you see how someone else did
RE: Is it ok to go to 2.6
I second this question. I'm still running 2.51 on WinXP. Reason: Given the choice between new features and less bugs, I always opt for less bugs. -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, July 11, 2005 12:03 AM To: H
RE: What About Newbies
Dan Where do we get your book? I feel the same way as Tom. Sandy Williams Direct: 501-570-8076 Fax: 501-565-3081 "If you don't like something change it; if you can't change it, change the way you think about it." - Mary Engelbreit -Original Message- From: Dan Shafer [mailto:[EMAIL PROTE
Re: Transfering stack between WinXP and MacOS9
I don't know if he/she/it was the same person who decided that but I bet he/she/it was actually a he/she/it and not a he/she/it. Seriously, when doing presentations that are going to be in english but presented in foreign speaking countries I always am asked to replace he or she with he/she or
RE: Transfering stack between WinXP and MacOS9
It is unfortunate that English lacks a gender-neutral personal pronoun. Proper grammar would be to use the word "he" in a situation where you do not know a person's gender, but perhaps some rules are best broken:) That particular rule of grammar was probably thunk up by the same person who decide
Re: Transfering stack between WinXP and MacOS9
Sorry, jbv. I'll write "s/he" from now on. :) jbv wrote: Yep, and I also tried to transfer the unzipped stack via Iomega Zip, and I get the same error... BTW Jon, what makes you think I'm a "he", and not a "she" ?;-) JB If he is transferring a Zip, he could not have corrupted it
Re: searchable database of revlist
Outside of rev, I recommend BBedit, which will do a multi-file batch search. Just stick all the text files in one folder and give it a go. The free "light" version of BB works fine for this. Does take some time though. Now, when i have all these decompressed text files from this list in a CD
Re: false anti-alarm
On Jul 11, 2005, at 4:52 AM, Mark Schonewille wrote: Charles, Is the goal of your script to change the default font in text fields, not only before but also after font and style tags? Yes. The goal: everything in the script, that does not fall within an area where I've specified a font,
Re: Transfering stack between WinXP and MacOS9
Yep, and I also tried to transfer the unzipped stack via Iomega Zip, and I get the same error... BTW Jon, what makes you think I'm a "he", and not a "she" ?;-) JB > If he is transferring a Zip, he could not have corrupted it during the > file transfer: the unZip processor would have detecte
Re: Is it ok to go to 2.6
I've been using 2.6 for weeks (albeit not at the rabid rate of some of the other list users). I have never experienced a problem. Or if I did, I am unaware of it :) Jon [EMAIL PROTECTED] wrote: Hi All. I noted that the early 2.6 tiger caused some problems I think the "ask" command was
Re: Transfering stack between WinXP and MacOS9
If he is transferring a Zip, he could not have corrupted it during the file transfer: the unZip processor would have detected it... :) Jon [EMAIL PROTECTED] wrote: Quoting jbv <[EMAIL PROTECTED]>: Hi list, I'm facing a problem for the 1st time : I have a stack built on MacOS9 which I
Re: different UI approach
I enjoyed taking a look at this new [?!?] UI, but the proof of the pudding, for me, was when I accidentally moved the mouse across the answer to a question, and it assumed I had "answered" (with no way to "back up"). I'd say I would have to pass on this one. Jon Scott Rossi wrote: Recentl
Re: sorting zip codes
<"chars" is often synonymous with "char", but not always. > Can this possibly be true? Really? Sigh Jeanne A. E. DeVoto wrote: At 11:52 AM -0700 7/10/2005, Rich Lague wrote: I'm trying to set up a sort of a stack of address cards by zip code. Some of the zips are only the first 5 numbers
Is it ok to go to 2.6
Hi All. I noted that the early 2.6 tiger caused some problems I think the "ask" command was one. I have 2.5 on a winXP. Is it OK to go to 2.6 on WinXP or are there still some issues to be resolved that were ok in 2.5? All the best Bob ___ use-revolut
Re: Transfering stack between WinXP and MacOS9
JB, Maybe a byte by byte file comparison could help... cheers X On 11/07/2005 12:04:15 use-revolution-bounces wrote: >Nope, the file name is very straightforward : Demo.rev >(actually the same name as the original MacOS9 stack). > >However, I'm wondering : the stack on WinXP has been >configured
Re: Transfering stack between WinXP and MacOS9
Quoting jbv <[EMAIL PROTECTED]>: > Hi list, > > I'm facing a problem for the 1st time : > I have a stack built on MacOS9 which I transfered > safely to WinXP (zipped file via ftp). Is the FTP set to binary transfer. If it is set to ASCII transfer then it can be corrupted. Mind you I cant explain
Re: Transfering stack between WinXP and MacOS9
Nope, the file name is very straightforward : Demo.rev (actually the same name as the original MacOS9 stack). However, I'm wondering : the stack on WinXP has been configured (via the "Standalone application settings" menu) before being saved as a standalone (of course, it's the source code that I'
Re: Transfering stack between WinXP and MacOS9
Any illegal file name characters (:) in the name maybe? just a thought... On 11/07/2005 11:53:33 use-revolution-bounces wrote: >Hi list, > >I'm facing a problem for the 1st time : >I have a stack built on MacOS9 which I transfered >safely to WinXP (zipped file via ftp). After improving >a few thi
Transfering stack between WinXP and MacOS9
Hi list, I'm facing a problem for the 1st time : I have a stack built on MacOS9 which I transfered safely to WinXP (zipped file via ftp). After improving a few thing on Win, I'd like to transfer it back on OS9. But whatever method I try, I get the message "stack corrupted" when opening it on Mac..
mac file name fonkyness
I'm sure this issue has come up many times before, but I've been out of the loop recently, so apologies in advance. If I ask rev (vers. 2.03, Mac OS 10.2x) to "put the files" for long media file names I might get something like this: 01-nick_cannon_ft_murphy_lee_e-40-gigolo_(remix_clean)-crn.
Re: false anti-alarm
Charles, Is the goal of your script to change the default font in text fields, not only before but also after font and style tags? The reason for inserting font tags in substacks may be that substacks inherit all font and style information from the main stack. If you change the font of the m