How to detect a CD Drive / write permissions?

2008-12-05 Thread Tiemo Hollmann TB
Hello, didn't found the answer in the archives, though it seems to be very standard. 1. How to test If I have write permissions on a dir? Is the appropriate approach to try to write a file on the wanted dir and if it fails I know I can't? Or is there a Rev function to ask? 2. How can I detect,

Re: variable storage

2008-12-05 Thread Björnke von Gierke
On 5 Dec 2008, at 06:09, Richard Gaskin wrote: Thomas McGrath wrote: Mark, Yes except that the properties does not store ALL of the possible properties of an object. So it is not a perfect match to the original object. I believe the properties contains all modiable properties of an

Re: Is it possible to see what called command?

2008-12-05 Thread william humphrey
That's amazing. Thanks ___ 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

preferences and re-inventing the wheel

2008-12-05 Thread william humphrey
I've never made software that anyone else had to use so I never noticed how many things are missing in RunRev. 1. There is an excellent menu builder. 2. There is no preference file builder. This should call a sqlite plist file or something for your program so it can load the information necessary

Re: variable storage

2008-12-05 Thread Thomas McGrath III
I think you should file an Enhancement Request for this. I would if I had the time. This is the second gotcha I hit since I started this project. I think the thing that hit me on this was the antialiased property. So maybe a custom function might do the trick. Tom McGrath III Lazy River

Re: preferences and re-inventing the wheel

2008-12-05 Thread Mark Schonewille
Hi William, Economy-x-Talk does all the things you mention for clients. I think there are more people on this list who have already invented their own systems to save preferecnes, make installers, get the versioning right etc. I don't expect RunRev Ltd to create a general-purpose

Re: preferences and re-inventing the wheel

2008-12-05 Thread william humphrey
Why would there be a separate installer maker? If you have enterprise you already can make compiled versions for each platform. Is the installer maker something which has these missing features? That sounds interesting... I will check out Economy-x-Talk - and if I could afford you or anyone

Re: preferences and re-inventing the wheel

2008-12-05 Thread Mark Smith
William, have a look at Trevor Devore's GLX application framework: http://www.bluemangolearning.com/developer/revolution/ It's pobably not even close to possible for RunRev themselves to implement every single thing that is commonly used by developers, but happily, developers have a habit

Re: preferences and re-inventing the wheel

2008-12-05 Thread Mikey
William, RR isn't the only RAD/IDE that does not do or provide these functions. RR is a general purpose development environment, and none of the ones I use include such niceties. However, there are numerous add-ons that people have developed. If one of these does not meet your needs, you have

Re: preferences and re-inventing the wheel

2008-12-05 Thread william humphrey
I'm glad I made this post as it looks like the Blue Mango development framework is the answer. It looks like the solution which any developer would need. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: preferences and re-inventing the wheel

2008-12-05 Thread Luis
Hiya, On point '4': have you seen http://www.runrev.com/products/related- software/zygodact Should cater for part of that at least. Nice bonus is the cgi script. For versioning I'd go for Magic carpet if you don't want to roll your own:

Re: preferences and re-inventing the wheel

2008-12-05 Thread Neal Campbell
Absolutely agree, I think Trevor's framework is one of the major developments in the RR world for 2008. Thanks again Trevor! Neal Campbell Abroham Neal Software Programming Services for Windows, OS X and Linux (540) 242 0911 -

Re: preferences and re-inventing the wheel

2008-12-05 Thread Trevor DeVore
On Dec 5, 2008, at 10:24 AM, Neal Campbell wrote: Absolutely agree, I think Trevor's framework is one of the major developments in the RR world for 2008. Thanks again Trevor! You are welcome. Once I get an update to ScreenSteps that we are working on out the door I have a nice update to

See Jerry-in-the-box with Megabundle

2008-12-05 Thread Heather Nagey
Dear List Folks, Hope the holidays are shaping up well for you Does it sometimes seem that Jerry Daniels pops up everywhere? Check out Jerry-in-the-box at http://www.runrev.com/offers/megabundle08/index.htm While you're there, you might just LOOK at the amazing goodies we're giving

Newbie

2008-12-05 Thread dunbarx
All; Kind of. I am an experienced HC author, trying this rev thing out. Spent an hour learning that the message box is married to the stack it was opened with. If I create a stack and fool around with the msg box, then go to another stack, all my efforts to do simple tasks fail. Why?

Re: Newbie

2008-12-05 Thread Colin Holgate
On Dec 5, 2008, at 11:43 AM, dunbarx wrote: Hello, Jacqueline. You think she's the only one here you know? About the message box, try playing with the multiline variation. Then you can start trying tests with a few lines of code, and that can have enough advantages over a one line

Re: Newbie

2008-12-05 Thread Mark Schonewille
Hi Craig, Welcome to the list. I'm sure you'll see a lot of familiar faces here and will quickly feel at home. The problem with the message box is well-known to me. It is a bug, which sometimes occurs and sometimes stays away. I hope it will get fixed soon. -- Best regards, Mark

Re: Newbie

2008-12-05 Thread Joe Lewis Wilkins
Hi Craig, Possibly you may remember me from MY HC days. Regarding your problem: My solution, something I've done a jillion times, is to just create my own msg box for each project. It may be as simple as a single field, or more if needed. My particular favorite is a field that I can paste

Re: Newbie

2008-12-05 Thread dunbarx
Colin! Mark! I feel better already. Is Catherine Kunicki here? Mark, you are correct, it is intermittant. Now msg works fine. And I see it tells you the current stack. Great. How do you live without Rinaldi? I know that it is possible to work around anything, one always could. But I am going

Re: preferences and re-inventing the wheel

2008-12-05 Thread william humphrey
Thanks Trevor! It looks like your framework can be added after a RunRev project is completed which takes a lot of worry out of development. Is it now called ScreenSteps? I hope that you will also add some instructions for using glx_FrameWorks with a RunRev application that uses Valentina server -

Re: preferences and re-inventing the wheel

2008-12-05 Thread william humphrey
Sorry, I see that ScreenSteps is another excellent product. I should get more sleep... On Fri, Dec 5, 2008 at 1:24 PM, william humphrey [EMAIL PROTECTED]wrote: Thanks Trevor! It looks like your framework can be added after a RunRev project is completed which takes a lot of worry out of

(no subject)

2008-12-05 Thread Richmond Mathewson
Mark Schonewille wrote: I think there are more people on this list who have already invented their own systems to save preferecnes, make installers, get the versioning right etc. I don't expect RunRev Ltd to create a general-purpose solution for each of the issues in your list, because

Re: Sqlite remotely

2008-12-05 Thread hershel fisch
On 12/4/08 4:31 PM, Kee Nethery [EMAIL PROTECTED] wrote: Thanks, to all. Hershel Fisch sqlite is is a sql database but it is not a multi-user database. Think of it as a local file on your hard drive (in fact that is what it is). If you want to use it remotely, you have to mount that hard drive

Re: preferences and re-inventing the wheel

2008-12-05 Thread J. Landman Gay
william humphrey wrote: 4. Serial number versioning system and protection scheme for unlocking compiled copies of your program after a 30 day trial period. Every commercial software has this too. I read this list about various people trying to invent this. Shouldn't it be available for

Re: Newbie

2008-12-05 Thread Bill Marriott
I am a little confused... If you look at the Rev message box, there is an area to the right of all the buttons across the top. (If you don't see those buttons, click the arrow icon in the top-right to show them.) It will have the name of the target stack the messages will be sent to. If you

Re: Newbie

2008-12-05 Thread J. Landman Gay
dunbarx wrote: Colin! Mark! I feel better already. Is Catherine Kunicki here? Hi Craig! Great to see you here. Don't think Cat's here. You should poke her to join. :) Mark, you are correct, it is intermittant. Now msg works fine. And I see it tells you the current stack. As you

Re: See Jerry-in-the-box with Megabundle

2008-12-05 Thread Thomas McGrath III
How long is this offer good for??? I could not find an until date? Thanks Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 5, 2008, at 11:34 AM,

Re: Newbie

2008-12-05 Thread Thomas McGrath III
Welcome Craig.. Good to have you here on the Use list. Regards, Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 5, 2008, at 11:43 AM, dunbarx

Re: See Jerry-in-the-box with Megabundle

2008-12-05 Thread J. Landman Gay
Thomas McGrath III wrote: How long is this offer good for??? I could not find an until date? It's way down near the bottom, just above the last table with the 3 Buy Now buttons. January 16. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software |

Re: preferences and re-inventing the wheel

2008-12-05 Thread Trevor DeVore
On Dec 5, 2008, at 12:24 PM, william humphrey wrote: Thanks Trevor! It looks like your framework can be added after a RunRev project is completed which takes a lot of worry out of development. You can implement the framework into an existing program. You probably saw the lesson about this

Re: Newbie

2008-12-05 Thread Richard Gaskin
dunbarx wrote: How do you live without Rinaldi? Rinaldi's a Rev developer, so he's still with us. In fact, he's even presented at some of the Rev conferences. Check out the site for the Rinaldi Collection: Note to Revolution Users Transcript being so fast, some externals has been

Re: Newbie

2008-12-05 Thread Jim Ault
On 12/5/08 9:10 AM, dunbarx [EMAIL PROTECTED] wrote: How do you live without Rinaldi? I know that it is possible to work around anything, one always could. But I am going to miss fullFind. I used to live with the Rinaldi library, but you will discover that Rev needs very little in the way

Re: See Jerry-in-the-box with Megabundle

2008-12-05 Thread Thomas McGrath III
Ah, Yes, There it is. Way down there... Right out in the open for everyone to see Thanks, Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec

Re: See Jerry-in-the-box with Megabundle

2008-12-05 Thread J. Landman Gay
Thomas McGrath III wrote: Ah, Yes, There it is. Way down there... Right out in the open for everyone to see Well, with Jerry's head bobbing around like that, I'm not surprised you were distracted. :) -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software

Folder tree

2008-12-05 Thread Javier Miranda V.
Have anyone of you friends programmed an interface to show a graphically, a folder structure (nested) similar to the way Windwos use when in Explore mode? It should be able to nest indeterminated number of subfolders reaching the actual documents at any level, it also shoul handle

writing lines to the driver

2008-12-05 Thread -= JB =-
When I open a driver port I am able to write to the driver and close the port without any problems. I can open the driver port and write to the driver 9 times writing one line at a time no problems. After I write the 10th line to the driver Rev crashes. If I close the port after writing line

Re: preferences and re-inventing the wheel

2008-12-05 Thread -= JB =-
That sounds really nice, Jacque. -=JB=- On Dec 5, 2008, at 9:59 AM, J. Landman Gay wrote: william humphrey wrote: 4. Serial number versioning system and protection scheme for unlocking compiled copies of your program after a 30 day trial period. Every commercial software has this too. I

Re: Sqlite remotely

2008-12-05 Thread viktoras didziulis
there is one trick to make it working like a multiuser database. The same trick was frequently used in all flat-file based multiuser environments (mostly websites). I did not try it with Revolution yet, but did many times in Perl (CGI) and it works. It is not lightning fast, but multiuser. A

Town Planning for 7-9 year old EFL pupils.

2008-12-05 Thread Richmond Mathewson
Layer-Fix version of LOCATION.rev uploaded to revOnline. sincerely, Richmond Mathewson. A Thorn in the flesh is better than a failed Systems Development Life Cycle.

Rev On Rockets On Dreamhost - Does it work there?

2008-12-05 Thread Stephen Barncard
Hello Rev Nation, I was watching Andre's discussion of Rev On Rockets from the Vegas conferences, and got inspired to give it a go. It seemed so simple. It works great locally on the Mac. The hosting for me and my friends is Dreamhost, and I was certain that I heard that someone had

Re: Rev On Rockets On Dreamhost - Does it work there?

2008-12-05 Thread Mark Smith
Stephen, I've not run RoR, but I am having no problems running the 3.0 engine (Linux of course) for cgi on Dreamhost. Does RoR act as web-server? Would that mean disabling Apache? Best, Mark On 6 Dec 2008, at 02:05, Stephen Barncard wrote: Hello Rev Nation, I was watching Andre's

Re: Rev On Rockets On Dreamhost - Does it work there?

2008-12-05 Thread Stephen Barncard
Hi Mark, No, ROR doesn't require RevHTTP. I'm not using that part of the demonstration. I've seen and tried that, and wanted to get it into the Apache world. I'm strictly following Andre's instructions and can't even get hello world to work. He did it in front of people and video at the

Re: How to detect a CD Drive / write permissions?

2008-12-05 Thread Ken Ray
didn't found the answer in the archives, though it seems to be very standard. 1. How to test If I have write permissions on a dir? 2. How can I detect, if a volume is a HD or CD/DVD? What platform(s) do you need this info for? Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL

unfocus field

2008-12-05 Thread Thomas McGrath III
I need a little help. I have field that accepts text. I want the insertion point and the focus border to not be there when I leave that field and push a button then go back to normal when the button script is done. I tried showfocusborder but it does not get rid of the insertion line focus

Re: unfocus field

2008-12-05 Thread Scott Morrow
Hello Thomas, You can also focus on other objects. Your button script could say focus on me and that would remove the focus from your field. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] On Dec 5, 2008,

Re: unfocus field

2008-12-05 Thread Joe Lewis Wilkins
Tom, Maybe a little inelegant, but if it works when you have another field, why not try either a hidden or offscreen field for that purpose. Joe Wilkins On Dec 5, 2008, at 9:44 PM, Thomas McGrath III wrote: I need a little help. I have field that accepts text. I want the insertion point

Re: unfocus field

2008-12-05 Thread Ken Ray
Hello Thomas, You can also focus on other objects. Your button script could say focus on me and that would remove the focus from your field. Even simpler: select empty :-) Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/