Anybody have any examples of reading the Windows Registry

2006-02-17 Thread Jonathan Kotthoff
I need to be able to read the windows Registry using rev, to check the serial number of a USB device...anybody ever done anything like this, have any examples of any registry calls...? Thanks, Jon ___ use-revolution mailing list

Re: # POSSIBLY SPAM #::Anybody have any examples of reading the Windows Registry

2006-02-17 Thread Jonathan Kotthoff
Thanks, You wouldnt happen to have any examples of windows registry calls, I am a mac guy buy defenition so know little about the paths that I am trying to call...All I know in this last minute issue is that I have to verify a USB keys serial number on windows, and the way I have been asked

Re: # POSSIBLY SPAM #::Anybody have any examples of reading the Windows Registry

2006-02-17 Thread xavier . bury
Jon look at the rev help for registry The only thing you can't do is list a registry's sub-items but if you have the full path to the node you need it's pretty easy. GetRegistry? no... it couldnt' be that simple... look for QueryRegistry and SetRegistry DeleteRegistry etc... cheers

Re::Anybody have any examples of reading the Windows Registry

2006-02-17 Thread xavier . bury
Jon I can't give you the path to your USB info in the registry as this a user/type/vendor/keys/params/format dependent path/info. However, if you type windows registry in your search engine, you'll find more than anyone can swallow! Dont be scared... look for the links pointing to either

[HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Martin Baxter
J. Landman Gay wrote: If it does not already exist, create a folder in your Documents folder called My Revolution [edition]. That is, if you have the Enterprise I'm not at all sure I could bring myself to name a folder beginning with the word my. Every nerve twitches at the thought. I

Re: Stack structure, media and memory?

2006-02-17 Thread Klaus Major
Hi Ken, Hi all I'm seeking advice on stack structure, for a template for a presentation-type standalone. I'm using R2.7 trial. The (proposed) app will have a main menu, but I'd like a separate navigation menu, maybe a stack menu with a series of pulldown menu buttons for navigation

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Klaus Major
Hi Martin, J. Landman Gay wrote: If it does not already exist, create a folder in your Documents folder called My Revolution [edition]. That is, if you have the Enterprise I'm not at all sure I could bring myself to name a folder beginning with the word my. Every nerve twitches at the

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Mark Smith
Couldn't agree more. I don't know where this awful 'my' suffix came from (MSoft? Apple?), but it makes everything sound like My Little Pony Mark On 17 Feb 2006, at 09:11, Martin Baxter wrote: J. Landman Gay wrote: If it does not already exist, create a folder in your Documents

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Eric Chatonet
Apple does not use and never used such a suffix. Fortunately :-) Le 17 févr. 06 à 10:55, Mark Smith a écrit : Couldn't agree more. I don't know where this awful 'my' suffix came from (MSoft? Apple?), but it makes everything sound like My Little Pony Mark On 17 Feb 2006, at 09:11,

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Djames207
In a message dated 17/02/2006 10:00:13 GMT Standard Time, [EMAIL PROTECTED] writes: unsubscribe and manage your subscription preferences ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Mark Smith
So perhaps they should be known as Mycrosoft :) On 17 Feb 2005, at 09:59, Eric Chatonet wrote: Apple does not use and never used such a suffix. Fortunately :-) Le 17 févr. 06 à 10:55, Mark Smith a écrit : Couldn't agree more. I don't know where this awful 'my' suffix came from (MSoft?

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Djames207
In a message dated 17/02/2006 10:02:32 GMT Standard Time, [EMAIL PROTECTED] writes: unsubscribe and manage your ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Djames207
unsubscribe please no more ___ 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

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Klaus Major
Hi Mr. [EMAIL PROTECTED], please use the link at the bottom of every mail you get where it reads: Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Regards Klaus Major [EMAIL PROTECTED]

Re: Is SMIL still alive?

2006-02-17 Thread Klaus Major
Hi Tom, I've been looking into smil file format recently, but 1. most things on the net look a little dated. I am afraid it will go the way of many good solutions/technologies: Falling into oblivion. 2. QuickTime doesn't seem to like smil files. I just tested some of the SMIL files iI

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread xavier . bury
They dont use my - they use 'i'... Which is a bit egocentrical if not narcissist IMOHO ;) just for the humor of it!!! ;) [EMAIL PROTECTED] wrote on 17/02/2005 10:59:55: Apple does not use and never used such a suffix. Fortunately :-) Le 17 févr. 06 à 10:55, Mark Smith a écrit :

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Klaus Major
Hi Xavier, They dont use my - they use 'i'... Which is a bit egocentrical if not narcissist IMOHO ;) BUT they use i (small caps) and correct english is I (= ich, je, io, ik etc...) in capital letter, so this may relativise the narcissist tendency a bit :-D just for the humor of it!!!

send mouseUp real click

2006-02-17 Thread sims
I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop restart that external it works fine (external collects data

Re: send mouseUp real click

2006-02-17 Thread Klaus Major
Hi sims, I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop restart that external it works fine (external

Re: send mouseUp real click

2006-02-17 Thread sims
At 12:46 PM +0100 2/17/06, Klaus Major wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop restart that

Re: send mouseUp real click

2006-02-17 Thread Dave Cragg
On 17 Feb 2006, at 11:36, sims wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop restart that

Re: send mouseUp real click

2006-02-17 Thread Klaus Major
Hi sims, At 12:46 PM +0100 2/17/06, Klaus Major wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop

Re: send mouseUp real click

2006-02-17 Thread Dave Cragg
On 17 Feb 2006, at 11:48, sims wrote: At 12:46 PM +0100 2/17/06, Klaus Major wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse

Re: send mouseUp real click

2006-02-17 Thread sims
At 11:59 AM + 2/17/06, Dave Cragg wrote: It's different in the sense that a click will generate both mouseDown and mouseUp events. So if your mouseUp depended on anything that be set by mouseDown, Klaus's idea is probably better. No go. Also, manual clicking will ensure that the stack

Re: File sharing, locking, etc... between multiple users...

2006-02-17 Thread Jonathan Lynch
The way I am setting it up, the user will always know who has locked out the task file - it tells you when you open it, in a field in the upper left of the task viewer card. I intend to include instant messaging, either as a substack of Task Mage or as a separate stack in Work Mage. That way, a

Re: Disabled files in 2.7

2006-02-17 Thread simplsol
Mark, As much as misery loves company, I'm sorry you share this problem. Did you have it in prior versions as well? I my case it started when the stack was open as Rev hung (while trying to open the Table panel in the Inspector. Paul Looney -Original Message- From: Mark Wieder [EMAIL

Re: How to get print dialogs when printing stacks

2006-02-17 Thread simplsol
Worked perfectly! Thank you, Sarah! PL -Original Message- From: Sarah Reichelt [EMAIL PROTECTED] To: How to use Revolution use-revolution@lists.runrev.com Sent: Fri, 17 Feb 2006 15:39:24 +1000 Subject: Re: How to get print dialogs when printing stacks On 2/17/06, [EMAIL PROTECTED]

Printing DLOG on Mac OS X

2006-02-17 Thread Yves COPPE
Hi list is there a way to get the printing DLOG on mac OS X appearing in sheet mode ? Thank you. Greetings. Yves COPPE [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Pointlessness [was Revolution RUMORS!]

2006-02-17 Thread David Burgun
On 15 Feb 2006, at 22:35, David Vaughan wrote: On 16/02/2006, at 5:00, David Burgun [EMAIL PROTECTED] wrote: snip Yes, in order to stop other people getting into the same position. Once the cat was out of the bag there was no need for anyone to go to the site again. It could be argued that he

Re: Revolution 2.7 documentation panic

2006-02-17 Thread Charles Hartman
On Feb 17, 2006, at 2:35 AM, Mark Wieder wrote: hard-coded path to Adobe Reader You're kidding! It'll be fixed in some point-release down the line. But apparently I'm the only person around here with Acrobat installed. Maybe. But I try never to use Adobe Acrobat Reader on the Mac.

Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Robert Brenstein
J. Landman Gay wrote: If it does not already exist, create a folder in your Documents folder called My Revolution [edition]. That is, if you have the Enterprise version, your folder would be called My Revolution Enterprise. Inside that folder is where all the extras go, in these subfolders:

Re: Missing Chapter 8 9

2006-02-17 Thread David Burgun
Hi, Yes, the chapters are missing in my file too. Cheers Dave On 17 Feb 2006, at 04:12, [EMAIL PROTECTED] wrote: Is the new pdf for the documentation in 2.7 missing chapters 8 9? I can't find them in mine. If someone else has the same experience with theirs, let me know and I'll Bugzilla

Re: Revolution 2.7 documentation panic

2006-02-17 Thread Thomas McGrath III
My document opened fine in Preview on OSX and did not even try to open Acrobat. ??? ... Just double checked and it goes right to Preview and not Acrobat at all. Tom On Feb 17, 2006, at 2:35 AM, Mark Wieder wrote: Charles- Thursday, February 16, 2006, 3:59:50 PM, you wrote:

Re: Missing Chapter 8 9

2006-02-17 Thread Scott Rossi
Is the new pdf for the documentation in 2.7 missing chapters 8 9? Yes, the chapters are missing in my file too. Wait a minute. There's 18 minutes missing from the Nixon tapes as well! Connection? Regards, Scott Rossi Creative Director Tactile Media, Multimedia Design - E: [EMAIL

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Thomas McGrath III
HHH This made i really laugh. Thanks xavier, Tom On Feb 17, 2006, at 5:47 AM, [EMAIL PROTECTED] wrote: They dont use my - they use 'i'... Which is a bit egocentrical if not narcissist IMOHO ;) just for the humor of it!!! ;) [EMAIL PROTECTED] wrote on 17/02/2005 10:59:55:

Re: Missing Chapter 8 9

2006-02-17 Thread Thomas McGrath III
8 is empty in the index and so should not be there, but 9 is in the index and is missing completely. Verified here OSX 10.4.5 REV 2.7 Tom On Feb 17, 2006, at 9:46 AM, Scott Rossi wrote: Is the new pdf for the documentation in 2.7 missing chapters 8 9? Yes, the chapters are missing in

Re: Missing Chapter 8 9

2006-02-17 Thread David Burgun
I guess you mean the Table of Contents? I can't find an Index. Chapter 11 is missing also! All the Best Dave On 17 Feb 2006, at 15:03, Thomas McGrath III wrote: 8 is empty in the index and so should not be there, but 9 is in the index and is missing completely. Verified here OSX 10.4.5

Re: Getting Started with a Database

2006-02-17 Thread Kay C Lan
Thanks Trevor for the insight. ___ 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

Re: Revolution 2.7 documentation panic

2006-02-17 Thread David Burgun
One thing I've done is to create an Index using Acrobat, makes finding things in the document a breeze! Not sure if I am allowed to send this to anyone and if I am if it would be of use? All the Best Dave On 17 Feb 2006, at 13:36, Charles Hartman wrote: On Feb 17, 2006, at 2:35 AM,

Re: Missing Chapter 8 9

2006-02-17 Thread Kevin Miller
On 17/2/06 04:12, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is the new pdf for the documentation in 2.7 missing chapters 8 9? I can't find them in mine. If someone else has the same experience with theirs, let me know and I'll Bugzilla it. For more information about this, please read the

Re: Pointlessness [was Revolution RUMORS!]

2006-02-17 Thread Jonathan Lynch
I think it is a point on Richmond's side that he has not created a new Email list and attempted to rejoin the list. I think we would recognized it if he had. So, clearly, he is respecting RunRev's wish to keep his posts moderated. This would indicate that it is not his intention to be

Re: File sharing, locking, etc... between multiple users...

2006-02-17 Thread Jonathan Lynch
I just want to say, Jim, your ideas on this topic are greatly appreciated. Please share all of the here, as many of us might use them, or adapt them to our needs. Take care, Jonathan On 2/17/06, Jonathan Lynch [EMAIL PROTECTED] wrote: The way I am setting it up, the user will always know

Re: Pointlessness [was Revolution RUMORS!]

2006-02-17 Thread Kevin Miller
On 17/2/06 15:27, Jonathan Lynch [EMAIL PROTECTED] wrote: Perhaps RunRev will reinstate him after a period. I, for one, appreciate some of his posts. While I appreciate the debate on this subject, its not like we are looking at a first time here. We would not have moderated him if we had not

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Jim Ault
Don't you mean iMOHO? On 2/17/06 2:47 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: They dont use my - they use 'i'... Which is a bit egocentrical if not narcissist IMOHO ;) just for the humor of it!!! ;) [EMAIL PROTECTED] wrote on 17/02/2005 10:59:55:

Re: Missing Chapter 8 9

2006-02-17 Thread Kay C Lan
And I imagine Bugzilla is not the 'current' answer for Doc problems. Please note on the first page of the docs: Please send all comments and feedback to: [EMAIL PROTECTED] All comments will be read and you will receive a reply. ___ use-revolution

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread xavier . bury
actually i should have said In My OHO since iM on windoze... ;) [EMAIL PROTECTED] wrote on 17/02/2006 16:42:13: Don't you mean iMOHO? On 2/17/06 2:47 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: They dont use my - they use 'i'... Which is a bit egocentrical if not

Sqlite on Linux

2006-02-17 Thread Jeff Honken
I've compiled my application on Windows and I've moved it to Linux. I get the following error when I try to access the Sqlite database with my application on Linux: Failed to load dbsqlite.so error dbsqlite.so: cannot open shared object file: No such file or directoryfound

Re: Printing DLOG on Mac OS X

2006-02-17 Thread Klaus Major
Hi Yves, Hi list is there a way to get the printing DLOG on mac OS X appearing in sheet mode ? I'm not sure, but iI think this is not possible since the dialogs do not belong to Rev. Thank you. Greetings. Yves COPPE [EMAIL PROTECTED] Regards Klaus Major [EMAIL PROTECTED]

Re: File sharing, locking, etc... between multiple users...

2006-02-17 Thread Jim Ault
Thanks for the note. Very glad that my ramblings might have triggered something valuable for you. Something more. Those not interested.. . stop reading now. You won't miss a thing :-) As you may have realized by now, I tried to use some of the HCard ways of handling stacks to think about

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Jim Ault
and I am on Mac, Virtual PC, and Windows. On 2/17/06 7:46 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: actually i should have said In My OHO since iM on windoze... ;) [EMAIL PROTECTED] wrote on 17/02/2006 16:42:13: Don't you mean iMOHO? On 2/17/06 2:47 AM, [EMAIL PROTECTED]

Re: Missing Chapter 8 9

2006-02-17 Thread simplsol
Kevin, Thanks for the guidance. PL -Original Message- From: Kevin Miller [EMAIL PROTECTED] To: How to use Revolution use-revolution@lists.runrev.com Sent: Fri, 17 Feb 2006 15:27:31 + Subject: Re: Missing Chapter 8 9 On 17/2/06 04:12, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: Missing Chapter 8 9

2006-02-17 Thread simplsol
Seems Kevin Company are already aware of this, so I will not add it to Bugzilla. PL -Original Message- From: Kay C Lan [EMAIL PROTECTED] To: How to use Revolution use-revolution@lists.runrev.com Sent: Fri, 17 Feb 2006 23:44:18 +0800 Subject: Re: Missing Chapter 8 9 And I imagine

Index for Revolution PDF Document

2006-02-17 Thread David Burgun
Hi, Since I have the full version of Acrobat, I can create indexes and have created one for the RunRev PDF. I am not sure if I am allowed to distribute this, but if I am, I would be happy to send it anyone that wants it! It makes searching a real breeze! All the Best Dave

Re: File sharing, locking, etc... between multiple users...

2006-02-17 Thread Jonathan Lynch
Hello again, That is useful stuff to consider. At some point, I am going to create an app called Manager Mage, or some such thing, - that will be used for coordinating the efforts of each individual. Task Mage approaches this from a very different perspective. It is from the point of view of

Re: Index for Revolution PDF Document

2006-02-17 Thread Mikey
Dave, Please send me a copy of the document with the index... Mike. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, This is good.

Re: Index for Revolution PDF Document

2006-02-17 Thread David Burgun
Hi, I am not sure if I am allowed to send it out, I don't want to infringe any copyright issues. Does anyone know if this is allowed or not? Thanks Dave On 17 Feb 2006, at 16:59, Mikey wrote: Dave, Please send me a copy of the document with the index... Mike. -- On the first day,

Re: Missing Chapter 8 9

2006-02-17 Thread Peter T. Evensen
If you read the preface, the user's guide is a work in progress. I believe chapters 8 9 are coming and they are soliciting feedback on what is currently there. At 10:12 PM 2/16/2006, you wrote: Is the new pdf for the documentation in 2.7 missing chapters 8 9? I can't find them in mine. If

PDF Document Title Incorrect???

2006-02-17 Thread David Burgun
Hi, Has anyone noticed that the title property of the PDF document is Microsoft Word - User Guide 2 ?!?!?!? Guess this is wrong??? All the Best Dave ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Spam:Re: Index for Revolution PDF Document

2006-02-17 Thread Peter T. Evensen
The latest version is available at http://downloads.runrev.com/userguide/userguide.pdf This one doesn't have an index. I'm guessing RunRev would probably prefer that people download and comment on the latest version from the official source. At 11:05 AM 2/17/2006, you wrote: Hi, I am not

Re: Spam:Re: Index for Revolution PDF Document

2006-02-17 Thread David Burgun
Hi, It's the same PDF file, I have just created a separate index file that can be used in conjunction with the PDF you download yourself. You double-click on a file called RRIndex.pdx and it allows you to enter words or phrases and when you hit search it gives a list of the lines where

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Mark Wieder
xavier- Friday, February 17, 2006, 7:46:18 AM, you wrote: actually i should have said In My OHO since iM on windoze... ;) ...or maybe hOHO... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: video screen-capture on Windows

2006-02-17 Thread Josh Mellicker
We use Camtasia and are very happy with it. On Feb 16, 2006, at 2:46 PM, SB wrote: Hi folks, We are playing videos of screen captures in our Rev product. On the Mac, the software we use to capture the videos is Snapzpro. What are some good Windows softwares that will do audio-video screen

Re: PDF Document Title Incorrect???

2006-02-17 Thread Kevin Miller
On 17/2/06 17:11, David Burgun [EMAIL PROTECTED] wrote: Has anyone noticed that the title property of the PDF document is Microsoft Word - User Guide 2 ?!?!?!? We've provided new material and set up an email address specifically for feedback so we can build on it. We've published this

Re: Revolution 2.7 documentation panic

2006-02-17 Thread Mark Wieder
Charles- Friday, February 17, 2006, 5:36:36 AM, you wrote: On Feb 17, 2006, at 2:35 AM, Mark Wieder wrote: hard-coded path to Adobe Reader You're kidding! It'll be fixed in some point-release down the line. But apparently I'm the only person around here with Acrobat installed.

Re: Disabled files in 2.7

2006-02-17 Thread Mark Wieder
Paul- Friday, February 17, 2006, 4:42:02 AM, you wrote: As much as misery loves company, I'm sorry you share this problem. Did you have it in prior versions as well? I my case it started when the stack was open as Rev hung (while trying to open the Table panel in the Inspector. Yes, for me

Re: PDF Document Title Incorrect???

2006-02-17 Thread David Burgun
Done! On 17 Feb 2006, at 17:39, Kevin Miller wrote: On 17/2/06 17:11, David Burgun [EMAIL PROTECTED] wrote: Has anyone noticed that the title property of the PDF document is Microsoft Word - User Guide 2 ?!?!?!? We've provided new material and set up an email address specifically for

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Mark Wieder
Martin- Friday, February 17, 2006, 1:11:47 AM, you wrote: I'm not at all sure I could bring myself to name a folder beginning with the word my. Every nerve twitches at the thought. I already have a serious problem with My Computer, My Documents etc. To me this is like My first coloring book

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Mark Wieder
Martin- Friday, February 17, 2006, 1:11:47 AM, you wrote: I'm not at all sure I could bring myself to name a folder beginning with the word my. Every nerve twitches at the thought. I already have a serious problem with My Computer, My Documents etc. To me this is like My first coloring book

Re: video screen-capture on Windows

2006-02-17 Thread SB
Thanks, Chipp! Sandy Check out Camtasia at www.techsmith.com best, Chipp SB wrote: What are some good Windows softwares that will do audio-video screen captures? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

RE: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread MisterX
I was thinking about in My MOjO (sounds good don't it?)... but after reading wikipedia (and learning another thing) I thought it was at my nono to say such a thing no matter how loosely typed ;). so in my hOhO... it is... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Missing Chapter 8 9

2006-02-17 Thread simplsol
Documentation is always a work in process. But the 2.7 doc has a table of contents that lists chapters which do not exist. Would be nice to have something like known problems. How could anyone tell if these chapters were supposed to be in the current edition or not. Other than this list, how

MonsieurX's TAOO Tiki is gone!

2006-02-17 Thread MisterX
Sorry if this comes as more bad news... I had to take the TAOO Tiki web site down on MonsieurX. The volume of traffic was going to exceed - for this month alone and just for the tiki - by 2X the traffic capacity which i've never exceeded in the past years including all my mad driving videos,

global variables vs. custom properties POLL!

2006-02-17 Thread Josh Mellicker
Just curious what the count will be if I can get a few folks voting: just two clicks: one here: http://revcoders.org/global-variables-vs-custom-properties/ one more to vote (poll to right of page) ___ use-revolution mailing list

Advice? Purchasing Quandary...

2006-02-17 Thread Judy Perry
Here's the issue: The semester started a week or so ago. Unfortunately, this coincides with the new Rev release in which (a) DC is no more but there is Media (which won't be out for a few more weeks) and (b) the file format in 2.7 has changed, meaning that even if my students purchase DC,

Re: Database query for pull down option/menu

2006-02-17 Thread Josh Mellicker
Wow! One I might be able to help on. ___ In Revolution, put this script into your option menu: ON menupick pChoice put pChoice into queryValue put pChoice chosen into field status get libUrlFormData(queryvalue, queryValue)

Path problem in RevGOURL + How to find current directory path

2006-02-17 Thread MITTAL Pradeep Kumar
Hello, I want to launch html file which is present in the current directory ( from where the exe runs) But the syntax like this does not work. revGoURL file:///index.htm Perhaps the RevGOUrl requires complete path of the file. Do you know how can we find out what is the current direcory

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread J. Landman Gay
Martin Baxter wrote: J. Landman Gay wrote: If it does not already exist, create a folder in your Documents folder called My Revolution [edition]. That is, if you have the Enterprise I'm not at all sure I could bring myself to name a folder beginning with the word my. Every nerve twitches

Re: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread Stephen Barncard
yeah, Had the same feelings. I really despise that My terminology myself. Total lemming-words, like Win this and Win that. It's Microsoft-Speak and I, a card-holdling, pry-from-my-cold-dead-fingers Mac diehard, have a bit of hesitation typing those words. And now, it's etched in stone in the

Standalone Application and dB

2006-02-17 Thread Benjamin Bacon
Hey Everyone, Trying to save a standalone application that uses MySQL. I am quite the newbie, start using Revolution yesterday, so this maybe in the manual but I couldn't find it. When saving a standalone application, do I need to move the MySQL libraries (dll I guess on Windoze) somewhere

Re: Database query for pull down option/menu

2006-02-17 Thread Benjamin Bacon
Hey thanks! I will give this a try too. Scott pointed me to a great example he made and it solved the problem! /Benjamin Josh Mellicker wrote: Wow! One I might be able to help on. ___ In Revolution, put this script into your option menu: ON menupick

Re: Standalone Application and dB

2006-02-17 Thread Trevor DeVore
On Feb 17, 2006, at 11:13 AM, Benjamin Bacon wrote: Hey Everyone, Trying to save a standalone application that uses MySQL. I am quite the newbie, start using Revolution yesterday, so this maybe in the manual but I couldn't find it. When saving a standalone application, do I need to move

Re: Revolution 2.7 documentation panic

2006-02-17 Thread J. Landman Gay
Thomas McGrath III wrote: My document opened fine in Preview on OSX and did not even try to open Acrobat. ??? ... Just double checked and it goes right to Preview and not Acrobat at all. Same here. I suspect the problem occurs mostly on Windows machines. -- Jacqueline Landman Gay

Re: Index for Revolution PDF Document

2006-02-17 Thread J. Landman Gay
David Burgun wrote: Hi, Since I have the full version of Acrobat, I can create indexes and have created one for the RunRev PDF. I am not sure if I am allowed to distribute this, but if I am, I would be happy to send it anyone that wants it! Actually, I think you should send it to RR. :)

Re: Path problem in RevGOURL + How to find current directory path

2006-02-17 Thread Alex Tweedly
MITTAL Pradeep Kumar wrote: Hello, I want to launch html file which is present in the current directory ( from where the exe runs) But the syntax like this does not work. revGoURL file:///index.htm Perhaps the RevGOUrl requires complete path of the file. Do you know how can we find out what

Re: Spam:Re: Index for Revolution PDF Document

2006-02-17 Thread Peter T. Evensen
Since the user's guide isn't final, I don't think the index would be that useful. I would assume they'd generate one when the document is finalized. At 01:27 PM 2/17/2006, you wrote: David Burgun wrote: Hi, Since I have the full version of Acrobat, I can create indexes and have created one

Re: Stack structure, media and memory?

2006-02-17 Thread J. Landman Gay
Ken Apthorpe wrote: However, I can't find info on what exactly happens to loaded media when a card (or substack) is closed, in terms of memory purging. I've had other stand alone media-heavy apps hang because of memory overload so it's an issue for me. This is never an issue in Revolution.

Re: Export Snapshot

2006-02-17 Thread J. Landman Gay
Marty Knapp wrote: I've located the crash log, but I'm not familiar with bugzilla - where do I access it? http://support.runrev.com/bugdatabase/ Include a description of the problem, attach your crash log, and if you like, a screenshot. Be sure to set the version number of the bug report

Re: Advice? Purchasing Quandary...

2006-02-17 Thread Chipp Walters
Hi Judy, I'd contact Kevin about this. I'm sure he can work something out with you seeing as how you're promoting his product at the university level. It's certainly in his best interests to make it work for you. -Chipp Judy Perry wrote: Any recommendations?

Re: [ANN] libDatabase 2.0.1.20

2006-02-17 Thread Pierre Sahores
Dear Trevor, well, all circumstances with PostGreSQL... True even if there are work-arounds to let Rev+PostgreSQL become the best partners on both the Linux platform (shell pipes to psql) and Mac OS X (an home-made revisited RevDB). Indeed, i'm very interested by your libDatabase

Re: [ANN] libDatabase 2.0.1.20

2006-02-17 Thread Trevor DeVore
On Feb 17, 2006, at 12:17 PM, Pierre Sahores wrote: Indeed, i'm very interested by your libDatabase solution and i will test it extensivelly as soon as possible. She is probably more suitable than mine in about pedagogic tasks. Thanks for your work on this great lib. I will report you how

Re: Is SMIL still alive?

2006-02-17 Thread Pierre Sahores
Because CSS2+AJAX are yet so powerfull and suitables, SMIL don't probably make lots sense anymore ... -- Pierre Sahores www.sahores-conseil.com Le 17 févr. 06 à 00:44, Thomas McCarthy a écrit : I've been looking into smil file format recently, but 1. most things on the net look a little

Re: Sqlite on Linux

2006-02-17 Thread Chipp Walters
Jeff, Chris Bohnert of Altuit has previously sent 2 support emails to you and it appears you aren't getting them (though we have no record of a bounce). Perhaps you can check your JUNK folder or give us another email address to respond to? We generally try our best at getting back to our

Disabled files in 2.7 - Followup

2006-02-17 Thread simplsol
Yesterday I noted that opening some 2.6.1 stacks in 2.7 made it impossible for 2.7 to recognize them again after they were closed. They appeared grayed out from the Open menu. The only way that 2.7 would open them was through the Recent Files menu. This is a problem with a standalone - that

RE: Sqlite on Linux

2006-02-17 Thread Jeff Honken
Chipp, I haven't received anything from Chris. Do you have a direct email that I can email him. I'd like him to try [EMAIL PROTECTED] and [EMAIL PROTECTED] Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chipp Walters Sent: Friday, February

Re: Disabled files in 2.7 - Followup

2006-02-17 Thread J. Landman Gay
[EMAIL PROTECTED] wrote: The original 2.6.1 Type and Creator are RSTK and Revo After opening a stack in 2.7 the Type and Creator are converted to STK and MacO This has got to be a bug. The plist for Rev 2.7 still lists RSTK as the proper file type, and the creator code is still Revo. I

Standalones, externals, file paths in 2.7

2006-02-17 Thread Jon Seymour
Hi, I decided to make the leap to 2.7 and have found it a little depressing. Thanks to Jacqueline for the answer on the image library 2.6 -- 2.7, but I'm curious as to how in the world I was going to figure that out? Why didn't the installer just move or copy the library to its new home?

Followup on disabled files in 2.7

2006-02-17 Thread simplsol
Yesterday I noted that opening some 2.6.1 stacks in 2.7 made it impossible for 2.7 to recognize them again after they were closed. They appeared grayed out from the Open menu. The only way that 2.7 would open them was through the Recent Files menu. This is a problem with a standalone - that

Re: [ANN] libDatabase 2.0.1.20

2006-02-17 Thread Pierre Sahores
Le 17 févr. 06 à 21:24, Trevor DeVore a écrit : On Feb 17, 2006, at 12:17 PM, Pierre Sahores wrote: Indeed, i'm very interested by your libDatabase solution and i will test it extensivelly as soon as possible. She is probably more suitable than mine in about pedagogic tasks. Thanks for

Re: Stack structure, media and memory?

2006-02-17 Thread Ken Apthorpe
Klaus and Jacque Thank you both for your informative replies. Time to experiment... Ken -- View this message in context: http://www.nabble.com/Stack-structure%2C-media-and-memory--t1138900.html#a2999575 Sent from the Revolution - User forum at Nabble.com.

RE: Installer design and backdrops

2006-02-17 Thread Ken Apthorpe
MeshInstall looks nicer, pending a final release. And, if you could have a MacOSX version available as well anytime real soon now it would be the installer of my dreams. Ken -- View this message in context: http://www.nabble.com/Installer-design-and-backdrops-t1136505.html#a3000411 Sent

  1   2   >