Re: Semi-automatic Index generation?

2008-07-31 Thread viktoras didziulis
Hi David, you might wish to discard the 1000 most frequently used words from your list: English: http://web1.d25.k12.id.us/home/curriculum/fuw.pdf German: http://german.about.com/library/blwfreq01.htm Another approach is statistical - take the whole text, sort words by their frequency

Re: How to intercept iconifyStack (OS X)

2008-07-31 Thread Luis
Hiya, Send white noise to the left speaker for 0.5 seconds. It ought to distract them long enough. Cheers, Luis. On 31 Jul 2008, at 04:33, Sarah Reichelt wrote: Hi All, I want to program a custom effect when the iconify button is clicked, like iTunes where you can have it going to a

Re: Semi-automatic Index generation?

2008-07-31 Thread David Bovill
Thanks for the tips! 2008/7/31 viktoras didziulis [EMAIL PROTECTED] Hi David, you might wish to discard the 1000 most frequently used words from your list: English: http://web1.d25.k12.id.us/home/curriculum/fuw.pdf German: http://german.about.com/library/blwfreq01.htm Another approach is

Shock: strange unheard of message path behaviour???

2008-07-31 Thread David Bovill
This is a subtle but basic question about how referencing a control works in Revolution. Maybe I've got something obvious wrong but i can't figure... Take this simple dummy handler as an example: getprop image_Name put the short name of the target into imageName return the name of

Re: Shock: strange unheard of message path behaviour???

2008-07-31 Thread Mark Smith
I'd expect it to work, since you're using of stack image, which means that the target includes the stack reference. Best, Mark ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Shock: strange unheard of message path behaviour???

2008-07-31 Thread David Bovill
Lets look at what the script is doing in detail. Take an even simpler example using names instead of short ids. getprop image_Name put the short name of the target into imageName -- Test Image return the name of image imageName end image_Name Now this script is in a fresh stack Test

Re: Shock: strange unheard of message path behaviour???

2008-07-31 Thread David Bovill
OK - figured it. Yes setting a property of an object in another stack changes the defaultstack to the stack the object is in. In my case the getprop handler was in a used library (my mistake forgot to delete it when testing) - so it get called but in the context of the new defaultstack with the

Standalone - Using stack as DB

2008-07-31 Thread Bert Shuler
I have a main stack with 2 sub stacks. I use the sub stacks as a db, flipping through the cards and saving them on changes. Now when making a standalone, the save does not save the sub-stack data. What is the best way to use substacks for data? Thanks

Re: Standalone - Using stack as DB

2008-07-31 Thread Eric Chatonet
Bonjour Bert, Le 31 juil. 08 à 16:24, Bert Shuler a écrit : I have a main stack with 2 sub stacks. I use the sub stacks as a db, flipping through the cards and saving them on changes. Now when making a standalone, the save does not save the sub-stack data. What is the best way to use

Re: Standalone - Using stack as DB

2008-07-31 Thread Bert Shuler
That seems to have done it! Thanks so much. On Jul 31, 2008, at 10:44 AM, Eric Chatonet wrote: Bonjour Bert, Le 31 juil. 08 à 16:24, Bert Shuler a écrit : I have a main stack with 2 sub stacks. I use the sub stacks as a db, flipping through the cards and saving them on changes. Now when

Re: Standalone - Using stack as DB

2008-07-31 Thread Richard Gaskin
Bert Shuler wrote: I have a main stack with 2 sub stacks. I use the sub stacks as a db, flipping through the cards and saving them on changes. Now when making a standalone, the save does not save the sub-stack data. What is the best way to use substacks for data? As Eric noted, applications

Re: Standalone - Using stack as DB

2008-07-31 Thread Eric Chatonet
Bonsoir à tous, Le 31 juil. 08 à 17:03, Richard Gaskin a écrit : Bert Shuler wrote: I have a main stack with 2 sub stacks. I use the sub stacks as a db, flipping through the cards and saving them on changes. Now when making a standalone, the save does not save the sub-stack data. What

Re: Standalone - Using stack as DB

2008-07-31 Thread Eric Chatonet
Sorry: I should have added that this way of doing never mix any line of code with user's data in the same file. And I think it important. Le 31 juil. 08 à 17:23, Eric Chatonet a écrit : Bonsoir à tous, Le 31 juil. 08 à 17:03, Richard Gaskin a écrit : Bert Shuler wrote: I have a main

Standalone on CD Path Issues

2008-07-31 Thread Thomas McGrath III
Hello all, Is there any good tutorials on dealing with path issues for a standalone on mac and windows from a CD or DVD? I have worked through this once in the past but for the life of me I can't remember what needs done. I know there was an issue with a CD and windows and something

Re: How to intercept iconifyStack (OS X)

2008-07-31 Thread Devin Asay
On Jul 30, 2008, at 9:33 PM, Sarah Reichelt wrote: Hi All, I want to program a custom effect when the iconify button is clicked, like iTunes where you can have it going to a mini window instead of down into the Dock. I've programmed it all and it works fine, showing the mini window and hiding

Re: Semi-automatic Index generation?

2008-07-31 Thread Devin Asay
On Jul 31, 2008, at 2:12 AM, viktoras didziulis wrote: Hi David, you might wish to discard the 1000 most frequently used words from your list: English: http://web1.d25.k12.id.us/home/curriculum/fuw.pdf German: http://german.about.com/library/blwfreq01.htm Another approach is statistical -

Vista 64 bit edition compatibility

2008-07-31 Thread Mark Talluto
Anyone know if Rev will run on Vista 64 bit edition? Thanks. Mark Talluto http://www.canelasoftware.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: list of USB drivers

2008-07-31 Thread Phil Davis
Hi JB, Try this: http://pdslabs.net/stacks/libUsbDrive.rev.zip It uses system_profiler on the Mac to get drive info, but presents it more succinctly. Phil Davis -= JB =- wrote: This will provide some info about the USB on Mac OS X; on mouseUp put shell(system_profiler

Re: How to intercept iconifyStack (OS X)

2008-07-31 Thread Sarah Reichelt
I want to program a custom effect when the iconify button is clicked, like iTunes where you can have it going to a mini window instead of down into the Dock. I've programmed it all and it works fine, showing the mini window and hiding the usual window. The problem is that I can't stop the

Database Query Builder

2008-07-31 Thread Kurt Kaufman
Is the Database Query Builder designed to be used only within the IDE, or can its functionality be exported into a standalone application (as a sort of core for a stack -- standalone)? Sorry if this is a FAQ; I haven't fully explored this area of Revolution yet. -Kurt

OT Attempting to troubleshoot my connection to this list

2008-07-31 Thread Shari
Sorry for the intrude. My connection to the list broke and I'm attempting to repair it. Even mailing the listmom failed, assuming that email to me didn't come thru either. I miss you guys! Shari -- Dogs and bears, sports and cars, and patriots t-shirts http://www.villagetshirts.com

Re: list of USB drivers

2008-07-31 Thread -= JB =-
Hi Phil, I tried it and when I click the button to list the USB drives the field on the left gets a blue selection line at the top and nothing else happens. In fact it was your code to list the USB3 devices in the Scripter's Scrapbook that I got the shell command from. That code would not work

OT One more attempt...

2008-07-31 Thread Shari
Please ignore. I've changed my filters in hopes of getting messages again, and nobody is posting for me to test it, so here I am Shari -- Dogs and bears, sports and cars, and patriots t-shirts http://www.villagetshirts.com WlND0WS and MAClNT0SH shareware games

Re: OT One more attempt...

2008-07-31 Thread Joe Lewis Wilkins
Hi Shari, Hope this helps. Joe Wilkins On Jul 31, 2008, at 7:02 PM, Shari wrote: Please ignore. I've changed my filters in hopes of getting messages again, and nobody is posting for me to test it, so here I am Shari -- Dogs and bears, sports and cars, and patriots t-shirts

Thanks, Joe

2008-07-31 Thread Shari
Still not working. You guys are getting me but I'm not receiving. My filters have every known version of Rev in it to accept, but no go. I'm totally baffled. At least I know I can post a question and troll the archives for answers :-) Shari -- Dogs and bears, sports and cars, and patriots

Re: list of USB drivers

2008-07-31 Thread Phil Davis
Hi JB, -= JB =- wrote: Hi Phil, I tried it and when I click the button to list the USB drives the field on the left gets a blue selection line at the top and nothing else happens. That means the library didn't find any mounted USB mass storage devices. In fact it was your code to list the

Re: list of USB drivers

2008-07-31 Thread Phil Davis
Hi again, One more thing: Sarah Reichelt uses Keyspan adapters, and has put together a very helpful tip sheet about interacting with such things from within Rev. I made her tips into a PDF which is here: http://www.pdslabs.net/usb/rev-usb1.pdf HTH - Phil Phil Davis wrote: Hi JB, -=