Global scope of functions

2005-07-14 Thread Rob Beynon
Dear Colleagues I'm producing a new tool for my research, and I'm trying to do this 'properly'. In other words, I am trying to cut down the amount of coding scattered through the application (buttons, menus etc) and put calls to functions or handlers at these locations. I then assemble all the

Re: Global scope of functions

2005-07-14 Thread xbury . cs
Hi Rob Yes, that's the way. However if it is only one card, clarity can be improved if your card related scripts are in the card scripts and the stack-only related scripts reside in the stack script. This is IMOHO the best way for future expansions of the software. If you have more than one

Re: Scrollbars in Rev

2005-07-14 Thread Klaus Major
Hi Mark, ... OTOH, you _can_ change _appearance themes_ from Aqua to something else (but not the operational properties), meaning it will be system-wide, not just your Rev application: Right on. So if Unsanity can do it, so can Rev, right? But just for sliders and scrollbars.

Re: Scrollbars in Rev

2005-07-14 Thread rev
Quoting Klaus Major [EMAIL PROTECTED]: Hi Mark, ... OTOH, you _can_ change _appearance themes_ from Aqua to something else (but not the operational properties), meaning it will be system-wide, not just your Rev application: Right on. So if Unsanity can do it, so can Rev, right?

Re: Scrollbars in Rev

2005-07-14 Thread Klaus Major
Hi Bob, ... No problem :-) Feel free to use a more aesthetically pleasing fruit :-D Not tried vegetables yet... I take it you have a scrollbar that is a sliding banana. Yep :-) OK Klaus. I've thought of a thousand ways to ask this but no-one is different from the rest. So here goes.

Re: showController for audio question???

2005-07-14 Thread Klaus Major
Hi Ban, Since you do not work with player objects you should change the line to: on scrollbardrag t_value set the playloudness to t_value end scrollbardrag -It works. Thanks -- -- -- I use this code for the

list with repeats spaced apart

2005-07-14 Thread sims
I am stumped...argh. I have a list of short movie files, the movies are to be played in rotation. Each movie followed by a tab and then a number. The number is the number of times it is to be placed (repeated) in the list (shown in a rotation). 0099ts2729bs.mov 5 0085ts1316bs.mov 1

Re: list with repeats spaced apart

2005-07-14 Thread Mark Smith
Untested, and probably rather slow on very long lists: sourceList would be a list such as the example you gave. function makePlayList sourceList repeat until sourceList is empty put random(the number of lines in sourceList) into nextLine put word 1 of line nextLine of sourceList cr

Re: list with repeats spaced apart

2005-07-14 Thread Eric Chatonet
Hi Sims, Quick and dirty but fast and working as expected ;-) function ExpandedList pList local tTotal,tLine,tSubTotal,tCurLineNo,tBestGap,tRawExpandedList,tExpandedLis t - set the itemDel to tab sort pList numeric descending by item 2 of each put 0 into tTotal -

[ANN][EN][FR] New Sophisticated Plugin from So Smart Software

2005-07-14 Thread Eric Chatonet
Paris, Thursday, 14 July 2005 Bastille Day :-) -- English version - Hello, So Smart Software today announces the availability of Resources Picker, a new plugin for the Revolution family of software development tools. Resources Picker lets users

Newbie Question

2005-07-14 Thread Hamburger1
I'm in the process of switching from HyperCard. I put several handlers functions in my home stack that are used in other stacks. Where do I put these scripts in Revolution? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Newbie Question

2005-07-14 Thread xbury . cs
Hi Hamburger You can either do a frontscript or the good old stackinuse cheers Xavier On 14/07/2005 13:55:25 use-revolution-bounces wrote: I'm in the process of switching from HyperCard. I put several handlers functions in my home stack that are used in other stacks. Where do I put these

Re: list with repeats spaced apart

2005-07-14 Thread sims
At 11:48 AM +0200 7/14/05, Eric Chatonet wrote: Quick and dirty but fast and working as expected ;-) Thank you Eric Mark! The winner for spaced items goes to Eric. Merci beaucoup, mon ami. ciao, sims ___ use-revolution mailing list

Re: [ANN][EN][FR] New Sophisticated Plugin from So Smart Software

2005-07-14 Thread Jon
Eric, you are amazing. When do you sleep? How do you make a living? :) Jon Eric Chatonet wrote: Paris, Thursday, 14 July 2005 Bastille Day :-) -- English version - Hello, So Smart Software today announces the availability of Resources

App Browser Woes.....

2005-07-14 Thread David Burgun
Hi, How come when I change something in my stack, like the layer number or the object name etc. It doesn't change in the App Browser Window? I am running RunRev 2.6.5 build 108 on Mac OS X Tiger 10.4.2. Does anyone else have this problem?? Thanks a lot Dave

RE: App Browser Woes.....

2005-07-14 Thread Jim Bufalini
me too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Burgun Sent: Thursday, July 14, 2005 3:17 AM To: How to use Revolution Subject: App Browser Woes. Hi, How come when I change something in my stack, like the layer number or the object name

Revolution Bsd unix engine doesn't start

2005-07-14 Thread Damien Girard
Hi all, I am under FreeBSD 5.4, so I wan't to see if Runrev work under Bsd, I am going to the Runtime Revolution website, I download the Bsd engine (2.2.1) and Revolution 2.6 (linux tgz). I uncompress all files, I open a terminal emulator, and I done that : [EMAIL PROTECTED] ./Bsd

Re: App Browser Woes.....

2005-07-14 Thread Chris Sheffield
Yes, and it drives me crazy! There are messages that can be sent to the App Browser that will refresh the lists (something that could be done from the Message Box), but I haven't quite figured out the right combination yet. I'll keep at it and let you know if I find anything. In the

Re: I need help with custom cursors

2005-07-14 Thread Chris Sheffield
For anyone who is even remotely interested, Jonathan has figured out this little problem. It turns out that using black in the cursor images is the problem. So use some other color very close to black (RGB 1,0,0 for example) instead of black. Then after importing your image into Rev, use

RE: I need help with custom cursors

2005-07-14 Thread Lynch, Jonathan
Your welcome, Chris... One thing Chris pointed out to me upon his experimenting with this - he said that 16x16 images worked fine on WinXp as long as black was not used. This could be useful in avoiding having to make different sets of cursors for cross-platform distribution. -Original

Re: Newbie Question

2005-07-14 Thread Dan Shafer
Hi, Hamburger1! Welcome to the Revolution. WHile there are lots of options for this in Rev (Xavier has already pointed out two), as an old stackhead myself I think the best way to do this is to create a stack (you can even call it Home for all Rev cares!) to store all of this reusable

PING Frank Leahy

2005-07-14 Thread J. Landman Gay
Frank, I've been trying to get ahold of you but I may have the wrong email address, or my mail isn't going through for some reason. Sorry to bother the list, but if you see this could you write to me offline immediately? Thanks. Jacque -- Jacqueline Landman Gay | [EMAIL

Re: App Browser Woes.....

2005-07-14 Thread Eric Chatonet
Hi Dave and Chris, To be precise, the problem came with Rev 2.5.1. (no problem with 2.5) In order to save time, runRev guys imagined to keep the current controls list into a cache and rebuild this list only when a control was deleted or added. So, you have just to open the script of the

Script local

2005-07-14 Thread Muaadh salih
In the course notes notes of BRIGHAM YOUNG UNIVERSITY they refer to a Script-local variable in Revolution Transcript language. This is a very welcome advance so that we are not stuck between a variable that is shared by every handler in the stack ( global) or a one that that is

mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2 to go to substack2, the

Re: Script local

2005-07-14 Thread Klaus Major
Hi Muaadh, In the course notes notes of BRIGHAM YOUNG UNIVERSITY they refer to a Script-local variable in Revolution Transcript language. This is a very welcome advance so that we are not stuck between a variable that is shared by every handler in the stack ( global) or a one

Re: Script local

2005-07-14 Thread Jeanne A. E. DeVoto
At 5:24 PM +0100 7/14/2005, Muaadh salih wrote: In the course notes notes of BRIGHAM YOUNG UNIVERSITY they refer to a Script-local variable in Revolution Transcript language. This is a very welcome advance so that we are not stuck between a variable that is shared by every handler in the

Re: mainStack and subStack question???

2005-07-14 Thread Klaus Major
Hi Ban, old friend :-) Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2

Re: Script local

2005-07-14 Thread Eric Chatonet
Hi Muaadh, Welcome to this list. With Transcript, the language of Revolution, you may declare local and global variables: you know it :-) But variables can be declared inside a handler or a function structure or outside. When they are declared inside, it's the way you already know :-) When

Re: Script local

2005-07-14 Thread Dar Scott
On Jul 14, 2005, at 10:24 AM, Muaadh salih wrote: A script -local ( as I expect it ) is shared by the script elements ( button, field ...) I could not find any reference to it in the dictionary or any other documentation . This is mentioned in the dictionary entry for 'local' in 2.5.1 and

RE: mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
Hi Klaus, Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2 to go to

Re: mainStack and subStack question???

2005-07-14 Thread Eric Chatonet
Hi Ban, You could have a look at the mode and style properties and all related features: to be sure that a stack shows up (i.e. not masked by another one) you could set its style to palette... Please, dig in the docs and download the plugin I released today :-) Le 14 juil. 05 à 18:31, Ban

Copy paste stopped working in Rev IDE?

2005-07-14 Thread Glen Bojsza
I was wondering if this has happened to anyone else? I have been using copy and paste inside the Rev IDE forever and suddenly it just stopped working? After having closed out of all applications and rebooted it still doesn't work? Is there a preference being set somewhere? I have copied data

Re: Scrollbars in Rev

2005-07-14 Thread Ken Norris
Hi Mark, Date: Wed, 13 Jul 2005 22:51:01 -0700 From: Mark Swindell [EMAIL PROTECTED] Subject: Re: Scrollbars in Rev Right on. So if Unsanity can do it, so can Rev, right? But just for sliders and scrollbars. These, when not a part of a window theme, shouldn't have to be bound by the

Re: Global scope of functions

2005-07-14 Thread Robert J. Earp
Rob, You're doing the right thing in that it's best to get common functions (handlers/script) at the highest level you can, and the stack level is OK if you don't intend to ever use those functions in other stacks. If there is that chance, I'd suggest you create a stack just for your common

RE: Newbie Question

2005-07-14 Thread MisterX
Hi Dan, With all respect but if you type the effective filename of stack home in the msg box you will get not false or an error but your license.rev stack (well hidden eh?)... MC also has one i think (substack of mchelp stack). If it's possible, more power to you cause that's how it was

Re: mainStack and subStack question???

2005-07-14 Thread Devin Asay
On Jul 14, 2005, at 10:31 AM, Ban Nguyen wrote: Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but

Text Hyperlink

2005-07-14 Thread Douglas Gilliland
How can I select a word in a scrolling text field and assign it actions? I have been placing transparent buttons over text in non-scrolling fields- works great but won't work for scrolling fields. Searched the documentation and Dan's book but no answers. Tried selecting the text and using link

Re: Text Hyperlink

2005-07-14 Thread FlexibleLearning
Hi Douglas You need to set the linkText property for the chunk and set its textstyle to 'link'. The easiest way to do this is to build a little utility button, something like... on mouseUp if the selectedText is empty then exit mouseUp set the linkText of the selectedChunk to test1 set the

RE: Text Hyperlink

2005-07-14 Thread Lynch, Jonathan
Linktext is the way to go... Such as... Set the linktext of word 2 of field myField to myCard Then, in order to respond to it, you can do one of the following: If it is a locked field, do this: On linkclicked pLink If exists(card pLink of this stack) = true then go card pLink End

Re: App Browser Woes.....

2005-07-14 Thread Chipp Walters
Me three. Drives me nuts! Get Daniels-Mara object gadget Constellation and don't use the App browser again! www.daniels-mara.com best, Chipp Jim Bufalini wrote: me too. How come when I change something in my stack, like the layer number or the object name etc. It doesn't change in the

RE: mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2 to go to

Re: mainStack and subStack question???

2005-07-14 Thread Devin Asay
On Jul 14, 2005, at 11:24 AM, Ban Nguyen wrote: snip - It sounds like what you want is to smoothly transition from one stack to another with no breaks, flashes, or jumps. The best way I have found to do this is to use the go stack in window form, like this:

1st time Revolution user question

2005-07-14 Thread Alcy
What are my options to send and receive emails with a Revolution stack? Thanks Alcy ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: 1st time Revolution user question

2005-07-14 Thread Klaus Major
Hi Alcy, What are my options to send and receive emails with a Revolution stack? not bad, actually... But i would definitively rate that extremely advanced! ;-) Thanks Alcy Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___

Re: 1st time Revolution user question

2005-07-14 Thread Alcy
thanks for answering I have purchased Altbrowser and like it. Is there a program similar for sending and receiving emails? I want the stack to be able to send and receive emails directly - I guess it must not be the first person to ask and there must be some source codes of functions

Re: 1st time Revolution user question

2005-07-14 Thread J. Landman Gay
On 7/14/05 1:04 PM, Klaus Major wrote: Hi Alcy, What are my options to send and receive emails with a Revolution stack? not bad, actually... But i would definitively rate that extremely advanced! ;-) I sent Alcy to the list, since I didn't have the URLs for Andre's and Sarah's stacks

XML in cgi

2005-07-14 Thread David Brooks
I'm using Revolution to handle cgi scripts under Apache. Works well with text files. I'm encountering trouble when trying to use XML commands/functions. Because revCreateXMLTreeFromFile was added in Ver. 2, I'm assuming it is a part of the currently available Darwin engine (used for cgi). This

Re: Newbie Question

2005-07-14 Thread J. Landman Gay
On 7/14/05 6:55 AM, [EMAIL PROTECTED] wrote: I'm in the process of switching from HyperCard. I put several handlers functions in my home stack that are used in other stacks. Where do I put these scripts in Revolution? I needed to do this too. Create a stack and put your handlers into the

RE: App Browser Woes.....

2005-07-14 Thread Jim Bufalini
Eric, Thank you. This makes life easier! But, maybe you shouldn't have been so quick to offer this insight! I purchased your Objects Picker (which has many other features, is only $15 USD, and is complimentary to the Application Browser) a while back, for this very reason! :-) Jim -Original

Re: Revolution Bsd unix engine doesn't start

2005-07-14 Thread J. Landman Gay
On 7/14/05 9:40 AM, Damien Girard wrote: Hi all, I am under FreeBSD 5.4, so I wan't to see if Runrev work under Bsd, I am going to the Runtime Revolution website, I download the Bsd engine (2.2.1) and Revolution 2.6 (linux tgz). I uncompress all files, I open a terminal emulator, and I done

Re: 1st time Revolution user question

2005-07-14 Thread Devin Asay
Alcy, Welcome to the list. On Jul 14, 2005, at 12:19 PM, Alcy wrote: thanks for answering I have purchased Altbrowser and like it. Is there a program similar for sending and receiving emails? I want the stack to be able to send and receive emails directly - I guess it must not be the first

Re: App Browser Woes.....

2005-07-14 Thread Eric Chatonet
Hi Jim, Definitely, I am not a marketing man ;-) But as you pointed it, Objects Picker offers app browser features that work and many more ones that the app browser don't offer... Le 14 juil. 05 à 20:43, Jim Bufalini a écrit : Thank you. This makes life easier! But, maybe you shouldn't have

Re: XML in cgi

2005-07-14 Thread Andre Garzia
On Jul 14, 2005, at 3:33 PM, David Brooks wrote: I'm using Revolution to handle cgi scripts under Apache. Works well with text files. I'm encountering trouble when trying to use XML commands/functions. Because revCreateXMLTreeFromFile was added in Ver. 2, I'm assuming it is a part of the

Re: Revolution Bsd unix engine doesn't start

2005-07-14 Thread Andre Garzia
On Jul 14, 2005, at 3:43 PM, J. Landman Gay wrote: On 7/14/05 9:40 AM, Damien Girard wrote: Hi all, I am under FreeBSD 5.4, so I wan't to see if Runrev work under Bsd, I am going to the Runtime Revolution website, I download the Bsd engine (2.2.1) and Revolution 2.6 (linux tgz). I

Search/Replace Strange Behavior

2005-07-14 Thread Mark Swindell
I just had a strange behavior I wonder if anyone can explain. I have a card with 3 fields containing many pages of narrative text. They are extensively formatted with linked text, colors, etc. I used the search and replace to change occurrences of two spaces (I learned to type long ago

window flashing when playing video

2005-07-14 Thread Ban Nguyen
Hello, The whole window is flashing when the video playing. Flashing stops when the video ends. Anyone has had the same problem? Please help ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Newbie Question

2005-07-14 Thread Dan Shafer
OK, point taken, Xavier. You can't have a stack named Home. Seems kinda stupid since the stack doesn't have the name, but, what the heck. Dan On Jul 14, 2005, at 9:58 AM, MisterX wrote: Hi Dan, With all respect but if you type the effective filename of stack home in the msg box you

RE: Newbie Question

2005-07-14 Thread Lynch, Jonathan
Can you have a stack named stack ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Shafer Sent: Thursday, July 14, 2005 3:18 PM To: [EMAIL PROTECTED]; How to use Revolution Subject: Re: Newbie Question OK, point taken, Xavier. You can't have a

on the topic of eMails (was Re: 1st time Revolution user question)

2005-07-14 Thread Andre Garzia
On Jul 14, 2005, at 2:59 PM, Alcy wrote: What are my options to send and receive emails with a Revolution stack? Thanks Alcy Hi There Alcy, this will be a big email. I promisse I'll try to keep it small and direct without my constant ramblings about my newtons and embedding

Re: Newbie Question

2005-07-14 Thread J. Landman Gay
On 7/14/05 2:17 PM, Dan Shafer wrote: OK, point taken, Xavier. You can't have a stack named Home. Seems kinda stupid since the stack doesn't have the name, but, what the heck. Actually, the stack itself is named home, but it isn't the name of the stack file on disk. It's a stealth Home.

Re: XML in cgi

2005-07-14 Thread J. Landman Gay
On 7/14/05 1:56 PM, Andre Garzia wrote: try not using the Darwin engine, try pulling your macos engine from inside the Revolution bundle. They say that won't work, you really do need the Darwin engine. I don't think the darwin engine included the XML libraries... you can always load the

Re: window flashing when playing video

2005-07-14 Thread Chipp Walters
Ban, Make sure the alwaysBuffer property of your stack is set to true. -Chipp Ban Nguyen wrote: Hello, The whole window is flashing when the video playing. Flashing stops when the video ends. Anyone has had the same problem? Please help ___

Re: on the topic of eMails (was Re: 1st time Revolution user question)

2005-07-14 Thread Alex Tweedly
Andre Garzia wrote: so let us talk about solutions. I'll begin with the best one I can remember which is: (1) Shao Sean libEmail and libSMTP libraries. Shao Sean created this two gems that can to lots of cool things. The libEmail will generate an email enclosure (will not send, but

Font issues

2005-07-14 Thread Brad Borch
Help, I researched a thread from a while back Own fontsuite with standalone? So I built an app to try and use the ext_loadFont handler. The first thing the app does is list the fonts in a field: put the fontNames into fld fontTest1 What's odd is that the function lists the fonts on my

Arcade Engine and Quartam Reports Released

2005-07-14 Thread Heather Nagey
Dear list members, We have some exciting news for you tonight - two brand new revSelect products. Each has limited time special introductory pricing! The eagerly anticipated Quartam Reports by our community's esteemed Jan Schenkel (from Quartam Software) is available now. Quartam Reports is

help with loading audio clips into a stack

2005-07-14 Thread Jon
Ban and I finally managed to get a player he likes, but the way I did it, the audio clips have to reside on the hard drive. As you can read below, Ban wants the audio data to be stored inside the stack, so users can't clone it. The problem is that I don't know how to suck an audio clip into

Re: on the topic of eMails (was Re: 1st time Revolution user question)

2005-07-14 Thread Andre Garzia
On Jul 14, 2005, at 5:31 PM, Alex Tweedly wrote: Being careful that many mail apps don't use either of the standards - e.g. the new Apple mail app, Eudora, Opera, OE, ... Okay, not only apple is moving to intel but now they are breaking compatibility... ;-) On panther apple mail app

Re: Font issues

2005-07-14 Thread Brad Borch
Umm... sheepish grin ... nevermind. Brad Borch wrote: Help, I researched a thread from a while back Own fontsuite with standalone? So I built an app to try and use the ext_loadFont handler. The first thing the app does is list the fonts in a field: put the fontNames into fld fontTest1

Re: Arcade Engine and Quartam Reports Released

2005-07-14 Thread Andre Garzia
I fells like christmas :-D Cheers andre On Jul 14, 2005, at 5:44 PM, Heather Nagey wrote: Dear list members, We have some exciting news for you tonight - two brand new revSelect products. Each has limited time special introductory pricing! The eagerly anticipated Quartam Reports by

Re: Newbie Question

2005-07-14 Thread Mark Wieder
Dan- Thursday, July 14, 2005, 12:17:49 PM, you wrote: DS OK, point taken, Xavier. DS You can't have a stack named Home. DS Seems kinda stupid since the stack doesn't have the name, but, what DS the heck. FWIW, I just posted an enhancement request (BZ #3007) suggesting that home only refer to

Re: help with loading audio clips into a stack

2005-07-14 Thread Chris Sheffield
Hi Jon, There's only one way to do it that I'm aware of. Save the audio files as binary data in custom properties of the stack. Then, because the player requires a file path/url, you have to temporarily write the data to disk, set the player's filename to that file, then play it and

Quartam Reports Released

2005-07-14 Thread SimPLsol
Are you serious? Have we been waiting 19 months for a Report Maker that doesn't break scrolling fields across multiple pages?!? Paul Looney ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Newbie Question

2005-07-14 Thread Dan Shafer
I shoulda picked up on that one. Senior moment. Dan On Jul 14, 2005, at 12:51 PM, J. Landman Gay wrote: On 7/14/05 2:17 PM, Dan Shafer wrote: OK, point taken, Xavier. You can't have a stack named Home. Seems kinda stupid since the stack doesn't have the name, but, what the heck.

Access to Unicode font

2005-07-14 Thread Brad Borch
A while ago there was a thread Own fontsuite with standalone? Several author referenced the EXT.dll as a way to dynamically access fonts on the PC. Is this possible? If so, how? I know you can't embed fonts directly in RunRev, but the thread made it sound like there was a way to access them on

Re: on the topic of eMails (was Re: 1st time Revolution user question)

2005-07-14 Thread Alex Tweedly
Andre Garzia wrote: Okay, not only apple is moving to intel but now they are breaking compatibility... ;-) On panther apple mail app used mbox do you know something about the new format? I read somewhere (probably this list, since I don't read any Apple ones) that they had changed

Re: [ANN][EN][FR] New Sophisticated Plugin from So Smart Software

2005-07-14 Thread Mark Wieder
Dan- Try http://www.sosmartsoftware.com/?r=revolutionl=en -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [ANN][EN][FR] New Sophisticated Plugin from So Smart Software

2005-07-14 Thread Eric Chatonet
Hi Dan, First thanks. As for the tutorials, it's not a good idea to save them on your hard disk since, if you have a broadband connection, you get always the last updated version through Tutorials Picker in less than 1 or 2 seconds... Nevertheless if you want to save them you can use the

RE: Newbie Question

2005-07-14 Thread MisterX
Hey, surprise you can have a AdobeHome stack or a SimpleWookHome stack or AnyLogHome stack or even just a shacklookinghome in the frontscript to do your bidding. For our international users, we also offer myCasaEnLaPlaya home stack or LeChaletSurLeMountain stack ;) Le chimeney not included

preANN: ArcadeEngine

2005-07-14 Thread William Griffin
I don't see any posts (at least not with the find function in mail) so this is the pre-ANNouncement, ooh ahh wow cool response to the coolest thing in Rev since I've started using the product. Well besides my own work, but hey this looks finished, ready to use, and I didn't have to sweat or

Re: help with loading audio clips into a stack

2005-07-14 Thread Scott Rossi
This is exactly what I need but the only thing is I don't want user to play songs from his/her hard drive. I want to import 9 songs in the stack and they can only play 9 songs, and I don't want them to copy these songs into there hard drive, because these songs are copyrighted. Well, what

videoClip does stop playing????

2005-07-14 Thread Ban Nguyen
Hello, I have a video (.mov) I create a button (play) with this code: on mouseUp play videoClip my movie end mouseUp I also create another button (close) with this code: on mouseUp close this stack stop playing videoClip my movie end mouseUp The problem is: the stack is closed but

Re: preANN: ArcadeEngine

2005-07-14 Thread Devin Asay
On Jul 14, 2005, at 3:56 PM, William Griffin wrote: I don't see any posts (at least not with the find function in mail) so this is the pre-ANNouncement, ooh ahh wow cool response to the coolest thing in Rev since I've started using the product. Well besides my own work, but hey this looks

How to play a video clip from stack (NOT from hard drive)

2005-07-14 Thread Ban Nguyen
Hi everyone, I have been reading many tutorials but I could not find any help about how to play a song/video that is imported into the stack (not from hard drive) (I want user play song from stack not from their hard drive because this is a standalone CD) I have a video (.mov) I

Re: Arcade Engine and Quartam Reports Released

2005-07-14 Thread Richard Gaskin
Heather Nagey wrote: Quartam Reports is the report generator you've been waiting for. If you need to layout and print anything from labels to sales reports, or you just want to view collated information onscreen, this package is for you. Easy to use for simple tasks, but with professional power

Buying Quartam Reports

2005-07-14 Thread Jan Schenkel
Hi All, After feedback from the ever-helpful list members, I'm here to offer some clarification on buying Quartam Reports. While Runtime Revolution has kindly offered special bundles at amazing prices, you can also buy the product separately from the revSelect section of their online store. I

Re: Arcade Engine and Quartam Reports Released

2005-07-14 Thread Ken Ray
On 7/14/05 3:44 PM, Heather Nagey [EMAIL PROTECTED] wrote: The eagerly anticipated Quartam Reports by our community's esteemed Jan Schenkel (from Quartam Software) is available now. Not only that, but the excellent Malte Brill (from Debrill Multimedia) is releasing ArcadeEngine.

Re: [ANN][EN][FR] New Sophisticated Plugin from So Smart Software

2005-07-14 Thread Mark Swindell
Eric, Very nice! Is there an option to get ALL the results in one fell swoop? (i.e. the FAQ, Dictionary, Topics, Cookbook all at once without having to choose each and re-search?) Mark On Jul 14, 2005, at 4:36 AM, Eric Chatonet wrote: Paris, Thursday, 14 July 2005 Bastille Day :-)

Re: Quartam Reports Released

2005-07-14 Thread Dan Shafer
Paul. Wow. that was a quick judgment call. Nothing about all the great stuff it DOES make possible? I have to say, I seldom have a need for splitting a scrolling field over multiple pages, but then the kind of reports I usually end up doing are far more like business reports examples

arcadeEngine

2005-07-14 Thread Malte Brill
Hi all! Thanks for your warm feedback on arcadeEngine. I´m really happy to read it. :-) For all you who are interested: I will be available for QA this sunday 19.30 CET on Björnkes chatRev http://chatrev.bjoernke.com If you have any questions regarding ArcadeEngine, I encourage you to

Re: Quartam Reports Released

2005-07-14 Thread Jan Schenkel
[my apologies if this appears twice] --- [EMAIL PROTECTED] wrote: Are you serious? Have we been waiting 19 months for a Report Maker that doesn't break scrolling fields across multiple pages?!? Paul Looney Hi Paul, Let me start by saying that I do appreciate your concern and understand

Function not functioning ?!

2005-07-14 Thread Muaadh Salih
Many thanks for the generous help from the list. We intend to migrate from hypercard to Rev. and port All our Language learning material to rev. However I found the following simple funtion returns an unexpected result in Rev.. Funtion plural count,textw if count 1 then put s after textw if

Follow Up Newbie Question

2005-07-14 Thread Hamburger1
First, thanks for the many responses to my question this morning. Taking the advice of several of you I opened the only card of the only revolution stack I have so far with on preOpenStack start using this stack end preOpenStack It seemed like the thing to do, but it didn't read the

Re: Function not functioning ?!

2005-07-14 Thread Brian Yennie
Funtion plural count,textw if count 1 then put s after textw if count =0 then put no into count return count tetxw Is this your actual code? It has several typos, including tetxw which should be textw in the last line. function plural count,textw if count 1 then put s after textw

Re: Function not functioning ?!

2005-07-14 Thread Alex Tweedly
Muaadh Salih wrote: Many thanks for the generous help from the list. We intend to migrate from hypercard to Rev. and port All our Language learning material to rev. However I found the following simple funtion returns an unexpected result in Rev.. Funtion plural count,textw if count 1 then

Re: Quartam Reports Released

2005-07-14 Thread SimPLsol
Dan, That was NOT a quick judgment call. I met with Jan at Mac World in January of 2004. We talked for 5 hours. I was adamant about the necessity to accommodate data in scrolling fields. I have repeatedly told Kevin why this is necessary. I have repeatedly volunteered to be a beta tester

Re: Follow Up Newbie Question

2005-07-14 Thread J. Landman Gay
On 7/14/05 7:28 PM, [EMAIL PROTECTED] wrote: First, thanks for the many responses to my question this morning. Taking the advice of several of you I opened the only card of the only revolution stack I have so far with on preOpenStack start using this stack end preOpenStack It seemed

Re: Quartam Reports Released

2005-07-14 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: Are you serious? Have we been waiting 19 months for a Report Maker that doesn't break scrolling fields across multiple pages?!? Paul Looney Hi Paul, Let me start by saying that I do appreciate your concern and understand your sentiment very well. While it is

Quartam Reports, day late, dime short

2005-07-14 Thread SimPLsol
Jan, I don't mean to be disrespectful but you have delivered the frosting without the cake. Quartam Reports does a lot of things we don't need: - data fields using everyday Transcript expressions - data groups with separate header and footer - flexible formatting options - aggregate

Re: Quartam Reports, day late, dime short

2005-07-14 Thread Brian Yennie
Paul, Saying you don't mean to be disrespectful doesn't make it so. Flaming Jan repeatedly on-list immediately after a product release is quite disrespectful. Here's a suggestion. Make a feature request. Buy a copy of Quartam to support development. See if lots of other Rev users also want

  1   2   >