External Writing Help

2007-05-28 Thread Bridger Maxwell
Hey, I am trying to get my feet wet with writing externals for Revolution, and I must admit I am a little stuck. I read the newsletter articles on writing externals, and found them extremely helpful. However, I only have a very basic understanding of C++ and I need some help. There is a

How to open web pages in the default browser ?

2007-05-28 Thread jbv
Hi list, I have a button on a Rev stack, and when users click that button, an online webpage is supposed to open in the default browser window (on Windows). How can this be done ? via a shell command ? if yes, which one ? Thanks in advance, JB ___

Re: How to open web pages in the default browser ?

2007-05-28 Thread Klaus Major
Hi JB (Jim Beam? ;-), Hi list, I have a button on a Rev stack, and when users click that button, an online webpage is supposed to open in the default browser window (on Windows). How can this be done ? via a shell command ? if yes, which one ? That's pretty easy: revgourl

Re: How to open web pages in the default browser ?

2007-05-28 Thread Scott Kane
From: Klaus Major [EMAIL PROTECTED] That's pretty easy: revgourl http://.XXX.COM; So is the default email client: revgourl mailto:[EMAIL PROTECTED] or even revgourl mailto:[EMAIL PROTECTED] World etc Scott Kane CD Too - Voice Overs Artist Original Game and Royalty Free Multi-Media

Re: How to open web pages in the default browser ?

2007-05-28 Thread Scott Kane
revgourl mailto:[EMAIL PROTECTED] My bad. There should not be a quesiton mark [?] in that first one. Scott Kane CD Too - Voice Overs Artist Original Game and Royalty Free Multi-Media Music The only way of discovering the limits of the possible is to venture a little way past them into

Re: How to open web pages in the default browser ?

2007-05-28 Thread Klaus Major
Hi Scott From: Klaus Major [EMAIL PROTECTED] That's pretty easy: revgourl http://.XXX.COM; So is the default email client: revgourl mailto:[EMAIL PROTECTED] or even revgourl mailto:[EMAIL PROTECTED] World Or even shorter: revmail [EMAIL PROTECTED] :-) etc Scott Kane CD Too -

Re: How to open web pages in the default browser ?

2007-05-28 Thread jbv
Klaus, That's pretty easy: revgourl http://.XXX.COM; :-) Of course ! I spend so much time with cgi, javascript and other stuff that I sometimes forget how simple things can be in Rev... Thanks a bunch, JB ___ use-revolution mailing list

Re: How to open web pages in the default browser ?

2007-05-28 Thread Scott Kane
Or even shorter: revmail [EMAIL PROTECTED] Yep. Though I tend to type them implicit as my tired old eyes can see the code better. :-) Best Scott Kane CD Too - Voice Overs Artist Original Game and Royalty Free Multi-Media Music What a waste of thumbs that are opposable to make

Around the house with RR

2007-05-28 Thread Richmond Mathewson
I recently put together a program for children to practise the past forms of the verb to BE: programmed it in 2.8.1 RC, saved it in legacy format, took it downstairs (to my schoolroom) to build with RR 2.2.1 Linux, the file made RR 2.2.1 try to download engines for Mac OS and Windows! and,

Re: Around the house with RR

2007-05-28 Thread Ian Wood
On 28 May 2007, at 11:53, Richmond Mathewson wrote: obviously RR 2.8.1 stores information related to projected / potential standalone builds in the individual stack. Pretty Crummy! I must be missing something, or you missed something out of your description. Why is it crummy to save

Re: Around the house with RR

2007-05-28 Thread Scott Kane
From: Ian Wood [EMAIL PROTECTED] If the settings weren't saved in the stack file you'd have to re- enter all the settings whenever you moved a stack from one computer to another. Given the number of times I copy stacks around between two computers and a copy of Parallels this would be an

In Appreciation

2007-05-28 Thread LunchnMeets
Hi Everyone, I sincerely apologize for taking advantage of Eric, Klaus, Jacque, Ian and the other people that have enriched my runrev experience. Without your generous and unselfish assistance I could have easily given up in this wonderful program. As is usual, with any group such as this one,

Re: In Appreciation

2007-05-28 Thread Klaus Major
Hi Joe, Hi Everyone, I sincerely apologize for taking advantage of Eric, Klaus, Jacque, Ian and the other people that have enriched my runrev experience. Without your generous and unselfish assistance I could have easily given up in this wonderful program. As is usual, with any group

Re: In Appreciation

2007-05-28 Thread Ian Wood
On 28 May 2007, at 12:32, Klaus Major wrote: Please keep up the good work. It's all in a day's work for Confuse-a-Cat erm.. I mean a Rev Pro :-) I was a bit surprised to see my name in that list, but a huge chunk of my Rev skills come from the list - it's only polite to contribute back

Re: How to rotate an oval graphic ?

2007-05-28 Thread Brad Sampson
You could always make a script that screenshots your oval, then rotates the image and puts that on top of the oval. Ok, just kidding, maybe that's not the most practical... Brad ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Around the house with RR

2007-05-28 Thread Richmond Mathewson
The point of my message is that when I discovered that my stack had been set to build Mac OS and Windows standalones those were not settings I had set for that specific stack, but settings for a thing I was using for beta-testing. In fact, as I intended to buiold for Linux on the Linux boxes

Re: Around the house with RR

2007-05-28 Thread Ian Wood
Rev (on OS X and presumably on Windows) has defaulted to 'build for OS X Win' in the standalone settings since the start of the 2.7 cycle. No transferral of settings between stacks going on, just the default settings for new stacks. I can understand those defaults being annoying,

Re: Around the house with RR

2007-05-28 Thread Joe Lewis Wilkins
Richmond, At least you're getting a lot of exercise you would be getting otherwise. (smile) Joe Wilkins On May 28, 2007, at 3:53 AM, Richmond Mathewson wrote: I recently put together a program for children to practise the past forms of the verb to BE: programmed it in 2.8.1 RC, saved it

Re: Around the house with RR

2007-05-28 Thread Eric Chatonet
Hi Richmond, When you set standalone settings, Rev implements or modify accordingly a 'cRevStandaloneSettings' custom property set in the concerned stack. In this set you'll find more than 70 custom properties. As Ian pointed it out, this allows the settings dialog to be 'defaulted' to

sqlite question

2007-05-28 Thread Peter Alcibiades
Hi all, I have created an sqlite database with that wonderful tool, sqlitebrowser, and got my data into it by hacking it into a csv import with regular expressions. So far so good. Now, how do I connect to it from rev? The revdb commands only seem to work with Mysql. Do I have to go out

[OT] naming one's software package.

2007-05-28 Thread Richmond Mathewson
I have used Richard Bannister's Mac Os X port of the HORIZON BBC emulator for quite a long time now. Its great for keeping one's BBC BASIC up to scratch - which we all need to do for when the bomb goes off and we have to go back to steam-driven computers :) Now, I noticed a completely different

Re: altID

2007-05-28 Thread David Bovill
On 28/05/07, Richard Gaskin [EMAIL PROTECTED] wrote: If you're referring to sub-components within a group which is acting as a custom control, do you really want users to be able to rename those? If there's a need, would it make more sense to do so as a property setting of the containing group,

Still having trouble

2007-05-28 Thread LunchnMeets
Hi everyone, I was hoping the following script would wait for a button to be selected in the “Test” stack before beeping. I was unsuccessful. What am I missing? on mouseUp modal stack Test topLevel stack Test go stack Test show stack Test beep end mouseUp In the script of the pushed

Re: Still having trouble

2007-05-28 Thread Mark Smith
Why are you opening the stack as modal, then changing it to topLevel? The 2 lines following the topLevel are surely redundant? on mouseup modal stack Test beep end mouseUp Does this not work? Best, Mark On 28 May 2007, at 18:43, [EMAIL PROTECTED] wrote: Hi everyone, I was hoping the

Problem FINALLY solved

2007-05-28 Thread LunchnMeets
Hi again everyone, I truly appreciate all your patience in putting up with my recent batch of emails. My problem was solved by removing the conflict of toplevel and modal. I also discovered modal has to be the last command. My new script: on mouseUp   go stack Test   show stack Test   modal

Re: Problem FINALLY solved

2007-05-28 Thread Eric Chatonet
Hi Joe, Le 28 mai 07 à 20:28, [EMAIL PROTECTED] a écrit : Hi again everyone, I truly appreciate all your patience in putting up with my recent batch of emails. My problem was solved by removing the conflict of toplevel and modal. I also discovered modal has to be the last command. My new

Re:altID

2007-05-28 Thread Richard Gaskin
David Bovill wrote: On 28/05/07, Richard Gaskin ambassador at fourthworld.com wrote: If you're referring to sub-components within a group which is acting as a custom control, do you really want users to be able to rename those? If there's a need, would it make more sense to do so as a

Free size of different volume?

2007-05-28 Thread Richard Gaskin
The diskSpace function returns the free space of the drive the app is running from. I have an installer that runs from a CD, and I need to get the avialable size of the destination volume. Any built-in way to do this, or am I stuck with hunting down shell calls? -- Richard Gaskin Fourth

Re: [ANN] id3libv1.0.0

2007-05-28 Thread Stephen Barncard
GREAT JOB Mark, this works as advertised. Thanks! sqb I've got a new version of id3lib working that writes id3 tags as well as reads them. Mark -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - ___ use-revolution

Download file from a web server

2007-05-28 Thread Bill Vlahos
When I try to download a Rev stack from my web server it downloads only a 377 byte file. The actual file is a Rev stack but I've changed the extension to .ifw. If I download it with a .rev extension it works. Here is the command (not a real server): put URL

Re: External Writing Help

2007-05-28 Thread Brent Anderson
Hello. Here is a quick followup to this message, in case anyone is interested. After digging through Apple and Revolution Mailing lists and learning Objective-C basics, we discovered that the only way to link an Objective-C framework to a Revolution application is through the use of C++

Re: [ANN] id3libv1.0.0

2007-05-28 Thread Graham Samuel
This is pure vulgar curiosity, but what is an id3 tag, and indeed what field of endeavour does it belong in? I followed the link but still didn't get it. Ignorantly Graham On Sun, 27 May 2007 17:35:12 +0100, Mark Smith [EMAIL PROTECTED] wrote: I've got a new version of id3lib working

Re: Externals database

2007-05-28 Thread Hershel Fisch
On 5/22/07 5:57 AM, Luis [EMAIL PROTECTED] wrote: Thanks, sorry for the delayed response. Hiya, Have you tried messing with: revSetDatabaseDriverPath ../drivers/ revSetDatabaseDriverPath the defaultFolder Where do I put this command? Hershel. My current setup for the driver is:

Re: Trying to control OKI Microline 590 24-pin printer

2007-05-28 Thread Stephen Barncard
Depending on your expansion plans, you have a lot of choices, starting with the simplest. You could use a tab-delimited database system using text files. You could use a custom-property based database system in a stack. These could be turned into speedy arrays directly for quick access. You

Re: Externals database

2007-05-28 Thread Sarah Reichelt
Could people please take the few extra seconds needed to strip their emails before sending them. The previous email in this thread came in at 171 lines which included the list subscription info 7 times! By my reckoning, the necessary part of the email was all in the first 11 lines. Thank you,

Re: Free size of different volume?

2007-05-28 Thread Mark Talluto
On May 28, 2007, at 3:08 PM, Richard Gaskin wrote: Any built-in way to do this, or am I stuck with hunting down shell calls? You could have your installer install a basic app on the intended drive, have it run, and report back the results, and then delete the temp app. Shell calls may

Re: Download file from a web server

2007-05-28 Thread Stephen Barncard
have you examined what's in the file? Is it a 404 error message? perhaps you need to add the suffix to your server. Use .htaccess for this. When I try to download a Rev stack from my web server it downloads only a 377 byte file. The actual file is a Rev stack but I've changed the extension to

Re: [ANN] id3libv1.0.0

2007-05-28 Thread Scott Kane
From: Graham Samuel [EMAIL PROTECTED] G'day Graham, This is pure vulgar curiosity, but what is an id3 tag, and indeed what field of endeavour does it belong in? I followed the link but still didn't get it. id3 tags are (patented) tags inside an MP3 file (the MP3 music format file) that

Resources Picker Build Database Broken?

2007-05-28 Thread Sivakatirswami
I installed 2.8.1 and when to Eric's Resources Picker... it asked to build the database... i click Build and it begins, ut the dialog box keeps returning, again and again. if you click Cancel the build is hung on 1/40 begin with Alexandro's site... ?? Sivakatirswami www.himalayanacademy.com

Passing Params to Handlers -- Did it Change?

2007-05-28 Thread Sivakatirswami
Either my memory is bonkers, something changed or there is a bug I have this in a top script, that picks up an file name on a loop: global gCurrentFolder on mouseUp put fld fileList into tImages repeat for each line tImage in tImages put (gCurrentFolder tImage ) into tNextImage

Re: Passing Params to Handlers -- Did it Change?

2007-05-28 Thread Stephen Barncard
DON'T use the parentheses with a command; it indicates a function to the compiler. I think values within parentheses used to work with commands, but not recently. I've been caught by this myself. Either my memory is bonkers, something changed or there is a bug I have this in a top script,

Re: Passing Params to Handlers -- Did it Change?

2007-05-28 Thread Jim Ault
Stephen is correct get lastCharOfStr(str) function lastCharOfStr str put char -1 of str into lastChar return lastChar end lastCharOfStr -- OR -- lastCharOfStr str get the result on lastCharOfStr str put char -1 of str into lastChar return lastChar end lastCharOfStr

Re: altID

2007-05-28 Thread Chipp Walters
On 5/26/07, Joe Lewis Wilkins [EMAIL PROTECTED] wrote: Dick, I admire in cleverness of all this, but the code is even worse to comprehend than assembly language. Not really. Joe, once you've been programming Rev as long as Dick has, this stuff is just plain english. Dick, nice job on the

Cannot exit to top in modal

2007-05-28 Thread Michael Binder
Hi everyone, Would some kind soul explain what I am doing wrong? I have a mainstack myApp and a substack myModals. The mainstack has a button: on mouseup open stack myModals as modal doSomeThings -- unless the user cancels the modal end mouseup The modal substack has a Cancel button: on

Re: altID

2007-05-28 Thread Joe Lewis Wilkins
Chipp, If Rev could only be done in this manner, I'd run from it as fast as I could. Why do you think I liked HC? I spent years trying out all the other languages, from Fortran thru Assembler to VisualBasic and FutureBasic. The latter two were acceptably useful, but still not as good as

Re: Build for Classic

2007-05-28 Thread Judy Perry
Chiming in late in the game, but... regrettably... my audience is among them. Not that that means Rev should maintain Classic just for laggers like my department :-/ Judy On Fri, 18 May 2007, Richard Gaskin wrote: Joe Lewis Wilkins wrote: I see that 2.8.1 does not have a build for the

Re: Build for Classic

2007-05-28 Thread Judy Perry
Yup... 'cuz, if it ain't broke, no cents in fixing it ;-) er, sense... whatever. Judy On Fri, 18 May 2007, Joe Lewis Wilkins wrote: Jeff, That WAS my opinion too; so thanks for the back-up supporting my view. It IS really the schools rather than the parents who are buying new machines

Re: Build for Classic

2007-05-28 Thread Judy Perry
My Mac][ ran waaayyy longer than I needed it to ;-) My QuickSilver dual G4 runs still... as does my Cube. And, of course, my Newton 2100 eMate @;-) Just bought another one... Waayyy cool technology. Sans color, of course. Judy On Fri, 18 May 2007, Joe Lewis Wilkins wrote: Fortunately, I

Re: Build for Classic

2007-05-28 Thread Judy Perry
Yup. Amen. Judy On Sat, 19 May 2007, Jeff Reynolds wrote: nope, a lot of schools wont do this unless folks like you with the savvy to figure out how to do this go in and volunteer to do it, you donate the money for the the copies of osx for their computers, then you will have to come in

Re: Build for Classic

2007-05-28 Thread Judy Perry
This has always been one of my personal pet peeves: software aimed at really young children (think sippy cups and really bad hand-eye coordination) that requires the latest and greatest hardware. Like anybody's gonna let their 3-y.o. drooling, inept, sippy-laden child to play on mommy's

Re: Build for Classic

2007-05-28 Thread Judy Perry
Yep. YIKES!!! I recently made this part of my rant against PPT for a presentation at ED-MEDIA.. and, surprisingly, they went for it. Go figure. Judy On Sun, 20 May 2007, Scott Kane wrote: I do understand this and it's a darn shame. I'm not in the USA but we have the same issues here none