Grouping Inside Groups

2007-10-31 Thread Sakari Ruoho
Hi I trying to group objects inside Group with /group/ command to make nested groups. RunRev complains about bad object type, but when I /select/ the object and use/ group/ it works.. also tried /do group/ command without success. I can group objects with /group/ /[objectList]/ command, if th

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Luis
In order to avoid having this written up separately, but provide a similar service: Separate/side panel with search linked to the mailing list. When searching for the item (or browsed to) it brings up relevant mailing list posts. Might be worth embedding a 'star' system, where a solution (or

Re: Grouping Inside Groups

2007-10-31 Thread Mark Schonewille
Hi Sakari Ruoho, Could you please post your script? One way to do this is to start editing the background before grouping objects. on mouseUp start editing group 1 group btn id 1004 and btn id 1006 stop editing group end mouseUp Best regards, Mark Schonewille -- Economy-x-Talk Con

Dynamic URL File name

2007-10-31 Thread customerservice
Dear all , Is it possible to change the URL filename dynamically ? put URL "file:filename.txt" Best Regards Camm ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Built with rev studio

2007-10-31 Thread John Stone
Hi, Just promoting my first rev app, hope this is allowed. The Driving instructors personal assistant is of interest to UK driving instructors only, but is a small example of what can be acheived using rev studio with very little experience in programming Please visit http://drivinginstructorspa

Re: Dynamic URL File name

2007-10-31 Thread Mark Schonewille
Camm, Yes, it is, as we have confirmed twice now. Isn't this what you need? 28/10/07 I wrote: put "filename.txt" into myFile put url ("file:" & myFile) The brackets are required. Sarah wrote: put "My Data File" into tFileName put URL ("file:" & tFileName & ".txt") into tData You have to use

Re: Dynamic URL File name

2007-10-31 Thread camm29
Yes , I replied some days ago ! Not sure how this repeat request came from ? Regards Mark Schonewille <[EMAIL PROTECTED]> wrote: > Camm, > > Yes, it is, as we have confirmed twice now. Isn't this what you need? > > 28/10/07 I wrote: > > put "filename.txt" into myFile > put url ("file:" &

[ANN] Last Day to Get GLX2 for Free

2007-10-31 Thread Jerry Daniels
Fellow Revolutionaries: Today is the last day we anticipate offering GLX2 for free with upgrades and purchases of Revolution. Click here to do so: - http://www.daniels-mara.com/glx2/get_it_free.html Now is a particularly good time to take advantage of this offer as next week we will be rel

Re: Grouping Inside Groups

2007-10-31 Thread Sakari Ruoho
Cheers for your answer Mark, You could do it like this... create a stack with a button and image called 'test'. Now heres the button's script: on mouseUp group image "test" end mouseUp All u need to do is to press the button two times. First time it creates the group, but next time u will

How to get list of all keys in a registry folder

2007-10-31 Thread Trevor DeVore
Hi, I'm trying to enumerate over all of the keys in a registry folder on Windows. Anyone know how to get a list of the keys? In this particular case I'm looking to get all of the keys in "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage". Thanks, -- Trevor DeVore Blue Man

Re: How to get list of all keys in a registry folder

2007-10-31 Thread Trevor DeVore
On Oct 31, 2007, at 1:23 PM, Luis wrote: Hiya, Type 'regedit' without the apostrophes into the 'Run' command box. From there browse to the 'HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Control\Nls\CodePage' and do a File/Export. Hi Luis, Thanks for the info. I should clarify a bit. I would

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread User
Peter, I don't understand what you are saying here f(I've perhaps not had enough caffeine yet this morning). Could you please clarify? Kindest thanks, Judy On Wed, 31 Oct 2007, Peter Alcibiades wrote: What one part of the target market needs is something quite different. They need a dicti

Re: Built with rev studio

2007-10-31 Thread Ken Ray
On Mon, 29 Oct 2007 16:42:14 -0700 (PDT), John Stone wrote: > > Hi, Just promoting my first rev app, hope this is allowed. > The Driving instructors personal assistant is of interest to UK driving > instructors only, but is a small example of what can be acheived using rev > studio with very litt

Re: How to get list of all keys in a registry folder

2007-10-31 Thread Ken Ray
On Wed, 31 Oct 2007 17:23:52 +, Luis wrote: > Hiya, > > Type 'regedit' without the apostrophes into the 'Run' command box. > From there browse to the > 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage' > and do a File/Export. Actually you can do this from Rev to a text fil

Re: How to get list of all keys in a registry folder

2007-10-31 Thread Luis
Hiya, Type 'regedit' without the apostrophes into the 'Run' command box. From there browse to the 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet \Control\Nls\CodePage' and do a File/Export. Cheers, Luis. On 31 Oct 2007, at 17:13, Trevor DeVore wrote: Hi, I'm trying to enumerate over all of

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Josh Mellicker
On Oct 30, 2007, at 8:12 PM, Ken Ray wrote: On Tue, 30 Oct 2007 19:55:58 -0700, Josh Mellicker wrote: Just FYI: changed the theme, search box now works with things like "$", "@", etc. http://revcoders.org Just curious Josh, everytime I have gone to the site, it looks like I'm always loo

Place to stash a text file in Vista thats shared by all users?

2007-10-31 Thread rgould8
Can anyone tell me if there's a directory somewhere in Windows Vista that is accessible by all users of the PC?? I need to find a place to stash a preference file for my app that can be accessed, no matter which user is logged in.

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Ken Ray
On Wed, 31 Oct 2007 10:37:10 -0700 (PDT), User wrote: > Peter, > > I don't understand what you are saying here f(I've perhaps not had > enough caffeine yet this morning). Could you please clarify? Correct me if I'm wrong, Peter, but I think you mean something along the lines of the "old" Supe

Re: Place to stash a text file in Vista thats shared by all users?

2007-10-31 Thread Andre Garzia
Rob, long time no see, I hope you're doing fine! I don't have Vista here so I can't test this but Ken Ray has compiled this nice resource where he list the SpecialFolderPaths for MacOS X, XP and Vista. http://www.sonsothunder.com/devres/revolution/tips/file010.htm Cheers andre On 10/31/07, [EM

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Josh Mellicker
I agree. Just wait until I get this first phase of functionality done :-) Many Rev users learn from taking apart the wonderful example stacks posted by so many of the generous and brilliant developers have posted. So, many pages will have links to relevant stacks that illustrate that term

Re: "proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Devin Asay
On Oct 31, 2007, at 11:37 AM, User wrote: Peter, I don't understand what you are saying here f(I've perhaps not had enough caffeine yet this morning). Could you please clarify? Kindest thanks, Judy On Wed, 31 Oct 2007, Peter Alcibiades wrote: What one part of the target market needs is

Re: Grouping Inside Groups

2007-10-31 Thread Ken Ray
On Wed, 31 Oct 2007 17:57:39 +0200, Sakari Ruoho wrote: > Cheers for your answer Mark, > > You could do it like this... create a stack with a button and image > called 'test'. Now heres the button's script: > > on mouseUp > group image "test" > end mouseUp > All u need to do is to press the b

don't miss this chance to use GLX2 (was Re: [ANN] Last Day to Get GLX2 for Free)

2007-10-31 Thread Andre Garzia
Hello Friends, I've used both Constellation and Galaxy and liked them both. Today I decided to renew my enterprise license. My license was going to expire on December and I thought this was a nice chance to get both an early upgrade and also try the new GLX2. I must say I am terribly impressed. I

Re: Geometry in latest version of RunRev

2007-10-31 Thread Dave
On 22 Oct 2007, at 03:44, Richard Gaskin wrote: Dave wrote: Does anyone know if the Geometry has been fixed in the latest version? I really don't want to invest all the time editing the objects if it still goes beswick! The GM is good for what it does, but it can't anticipate all poss

Re: Geometry in latest version of RunRev

2007-10-31 Thread Richard Gaskin
Dave wrote: On 22 Oct 2007, at 03:44, Richard Gaskin wrote: The GM is good for what it does, but it can't anticipate all possible combinations of object-ordering needs, and will fail in some cases. Writing one's one geometry management is so simple that I never understood why RunRev saddl

Convert from URL to File Path String?

2007-10-31 Thread Dave
Hi, I have a URL of the form: file://localhost/Users/Dave/Folder/Folder/filex.xxx and I want to convert it to: /Users/Dave/Folder/Folder/filex.xxx Is there a function to do this, or do I just have to remove "file;// localhost" from the front of the string? Thanks a lot All the Best Dave _

Re: Geometry in latest version of RunRev

2007-10-31 Thread Dave
On 31 Oct 2007, at 23:37, Richard Gaskin wrote: Dave wrote: On 22 Oct 2007, at 03:44, Richard Gaskin wrote: The GM is good for what it does, but it can't anticipate all possible combinations of object-ordering needs, and will fail in some cases. Writing one's one geometry management is

Re: Convert from URL to File Path String?

2007-10-31 Thread Jim Ault
On 10/31/07 4:38 PM, "Dave" <[EMAIL PROTECTED]> wrote: > I have a URL of the form: > > file://localhost/Users/Dave/Folder/Folder/filex.xxx > > and I want to convert it to: > > /Users/Dave/Folder/Folder/filex.xxx > > Is there a function to do this, or do I just have to remove "file;// > localh

Re: Geometry in latest version of RunRev

2007-10-31 Thread Richard Gaskin
Dave wrote: On 31 Oct 2007, at 23:37, Richard Gaskin wrote: What sort of layout were you working on that riggered this "panic"? I very simple resize of some fields and move the button at the bottom. Had everything ready for a demo and then they said, could you just. All I wanted

Re: Identify Intel processor under 2.6.1

2007-10-31 Thread Scott Morrow
Ken, Thanks, I am using a variation on your approach and it is working. If I recall correctly the shell call doesn't work in OSX 10.2, fortunately only system versions above 10.4.9 can be used by Intel Macs so checking the system version first eliminates that issue. I'm just checking to see

Runrev handling of imported bitmaps

2007-10-31 Thread capellan
Hi all, Recently i was creating a simple stack image library utility to reuse images multiple times in a stack. The result is unworthy to post in this mail list, but it opened many questions: How could i recreate the changes in dimensions, ink-effects rotations, flipping, etc for all the images

Problem with revExecuteSQL

2007-10-31 Thread Dave
Hi, I am getting an invalid token error from revExecuteSQL, when I look at the data being inserted, it contains a ":" character following by a number (a date field in the form DD:MM:YY. How do I insert this data? Here is the code: put "INSERT INTO " & theTableName & " (" & myTempKeyList &

Re: Geometry in latest version of RunRev

2007-10-31 Thread Dave
On 1 Nov 2007, at 00:07, Richard Gaskin wrote: Dave wrote: On 31 Oct 2007, at 23:37, Richard Gaskin wrote: What sort of layout were you working on that riggered this "panic"? I very simple resize of some fields and move the button at the bottom. Had everything ready for a demo and then th

Re: Convert from URL to File Path String?

2007-10-31 Thread Dave
Hi, On 1 Nov 2007, at 00:03, Jim Ault wrote: On 10/31/07 4:38 PM, "Dave" <[EMAIL PROTECTED]> wrote: I have a URL of the form: file://localhost/Users/Dave/Folder/Folder/filex.xxx and I want to convert it to: /Users/Dave/Folder/Folder/filex.xxx Is there a function to do this, or do I just

Re: SQLIte, Result from revExecuteSQL

2007-10-31 Thread Mark Wieder
Dave- Tuesday, October 30, 2007, 5:19:00 PM, you wrote: > When the command returns "the result" is set to 1. I've looked in the > docs but it I can't seem to find anything that tells me what that means? BZ #3275. Supposedly "fixed" in 2.9.0-dp-1. -- -Mark Wieder [EMAIL PROTECTED] ___

Problem with revExecuteSQL - More

2007-10-31 Thread Dave
Hi, I am also getting an [unrecognized token: "") "] error, in this case this is the string I pass in: INSERT INTO MusicBase (AlbumName,AlbumRating,AlbumRatingKind,ArtistName,BitRate,BPM,DateAdded, Duration,FileLocation,FileSizeBytes,Genre,ModDate,PlayedCount,PlayedDate ,SampleRate,Track

Re: Convert from URL to File Path String?

2007-10-31 Thread Jim Ault
if"/Users" is in urlLocal then --multi user OS installed else if "/Documents/" is in urlLocal then --single user machine else if "/My Documents/" is in urlLocal then --single user machine else -- do a third action here end if I don't have that much experience with all the versions and platforms

Re: Convert from URL to File Path String?

2007-10-31 Thread Dave
Hi, Well it can literally anything, especially if you have a number of volumes on the machine. I'm just gonna strip off the "File://localhost" and hope for the best unless anyone knows different? Thanks a lot All the Best Dave On 1 Nov 2007, at 00:59, Jim Ault wrote: if"/Users" is in

Re: Identify Intel processor under 2.6.1

2007-10-31 Thread Mark Smith
Scott and Ken, I think what is happening is that 2.6.1 is running under Rosetta on an intel mac, which reverses the endianness. This means it will always report non-intel under 2.6.1 on a Mac, so Ken's function is probably the best way to go. Ah, well! Best, Mark On 31 Oct 2007, at 03:17

Re: Geometry in latest version of RunRev

2007-10-31 Thread Richard Gaskin
Dave wrote: What do you mean by "standard"? Well there are a number of standard things you might want to do, such as move the bottom, right to grow or shrink the object, move the object, etc. It would be nice to be able to just set a Custom Prop or whatever that said what you wanted to ha

Re: Convert from URL to File Path String?

2007-10-31 Thread Josh Mellicker
if "file://localhost/" will always be the part you want to get rid of, if your variable is called "tLoc", you can do this: replace "file://localhost/" with empty in tLoc --- If you need to create local folders to match your remote path, see: http://revcoders.org/create-folder/#comment-31

[ANN] Revolution IDE Fixes - Back online

2007-10-31 Thread Shao Sean
What I did was go through the bug database and fixed some bugs and have made the modified IDE components available for download.. The patched files are for Rev 2.8.0 or 2.8.1 ONLY! I've noticed a few of the bugs have been fixed in 2.9.0-dp-1 hopefully more are to follow in newer builds..

"proof-of-concept" Revolution Online Open Dictionary at revcoders.org

2007-10-31 Thread Peter Alcibiades
Ken puts it exactly, and far far better than I managed to. Sorry. A trivial example from my early days with Rev. I had a scrolling field into which a user pastes lines of text by hitting enter. At a certain point the text gets too long for the window, and he/she has to scroll down. I realize