Re: Processor Usage & QuickTime

2003-01-13 Thread xian
Thanks a lot Chipp, that does the trick! Now if only my processor wouldn't peg to 100% while playing an mp3 =). I do hope QuickTime calls ease up a bit in 2.0! Thanks again, Christian On Monday, January 13, 2003, at 08:24 PM, Chipp Walters wrote: set the filename of player 1 to empty ... sho

Re: "/" in menuItem

2003-01-13 Thread Ken Ray
Hasn't been for me, but then again, I've been doing stuff for domestic US only, and the only time I've needed it was an OSX-only app... Unfortunately the fraction slash doesn't appear in the Windows default font, so it's not a cross-platform solution, either, I'm afraid. Ken Ray Sons of Thunder So

Re: Need some help figuring out how to use a library

2003-01-13 Thread erik hansen
--- Rob Cozens <[EMAIL PROTECTED]> wrote: > A library stack, as traditionally viewed, is a > container of handlers > (in the stack script) and resources (eg: > images). The handlers & > resources in library X.rev are available to any > control/handler in > any stack that includes 'start using

Re: default folder graphic ?

2003-01-13 Thread Mark Swindell
on 1/13/03 8:24 PM, Chipp Walters at [EMAIL PROTECTED] wrote: > 1) are you sure cardbg.jpg is a jpg and not a bmp or gif (or something > else)? > > 2) i ran into a similar problem just yesterday, and assumed the JPG was > corrupted in some way. A broken header or something. Try opening it in > an

Re: Interfacing with MS Outlook

2003-01-13 Thread Ken Ray
Not that I'm aware of, but it sounds cool... The only issue is getting at the Exchange data store; I don't know if that is a direct SQL link or not (as far as I know Exchange keeps its data in a different format). I'd think there have got to be hooks out there, as Outlook Web Access uses an ActiveX

RE: Processor Usage & QuickTime

2003-01-13 Thread Chipp Walters
set the filename of player 1 to empty ... should do the trick :-) -Chipp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of xian > Sent: Monday, January 13, 2003 6:37 PM > To: [EMAIL PROTECTED] > Subject: Processor Usage & QuickTime > > > Hello, I've

RE: default folder graphic ?

2003-01-13 Thread Chipp Walters
1) are you sure cardbg.jpg is a jpg and not a bmp or gif (or something else)? 2) i ran into a similar problem just yesterday, and assumed the JPG was corrupted in some way. A broken header or something. Try opening it in another app and resavingor screen capture it as a jpg. -Chipp > -Or

Re: Button color hilite

2003-01-13 Thread Howard Bornstein
>I am beginning to suspect >this feature doesn't work under Mac OS X or it does not work for this button >type. I'm sure you've checked this, but just in case, the hiliteColor only works on Rectangle buttons, not on "standard" buttons. Regards, Howard Bornstein D E S I G N

OT HTML list test

2003-01-13 Thread erik hansen
OT HTML test = [EMAIL PROTECTED]http://www.erikhansen.org __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ___ use-revolution mailing list [EMAIL PR

Re: "/" in menuItem

2003-01-13 Thread erik hansen
--- Ken Ray <[EMAIL PROTECTED]> wrote: > The approach I've used is to use the fraction > slash (ASCII 218) instead of the normal slash > (ASCII 47). so keeping to the first 128 ASCII is not ever a concern? TIA. = [EMAIL PROTECTED]http://www.erikhansen.org ___

Processor Usage & QuickTime

2003-01-13 Thread xian
Hello, I've just recently discovered Revolution and I am now working on my first project with it. So far it's been a pretty smooth journey except one thing that is really stumping me. Every time I load a file into a QuickTime player, my processor usage jumps to 100%. This doesn't effect the per

Re: Advice on Registration Approaches (Matt Denton)

2003-01-13 Thread Geoff Canyon
This seems fairly easy to deal with -- put a delay into the paste/registration process. If your serial numbers are reasonably robust, a one second delay should be sufficient. Six significant digits means about a week's worth of plugging in values until you get a hit. gc On Monday, January 13,

default folder graphic ?

2003-01-13 Thread Mark Swindell
What might be stopping a graphic from displaying in development mode in the following situation: Two different graphics, two different sources. Path: Backgrounds/buttonbg.jpg will not display, while Backgrounds/cardbg.jpg will display The folder "Backgrounds" is located at the same leve

Re: Need some help figuring out how to use a library

2003-01-13 Thread Dave McKee
On 1/13/03 1:43 PM, "Dave McKee" <[EMAIL PROTECTED]> wrote: > I have found that a library - LibSMTP at Shao Sean ( http://www.shaosean.tk/ > ) does exactly what I need to finish a project that I am working on BUT > because I am new to Revolution, am confused with how to integrate the / any > libra

Re: Button color hilite

2003-01-13 Thread nc
Rob, Yes I have checked the "hilite when clicked" property as well as the color I wanted to change it to. However, even when I have the "hilite when clicked" deselected the button still hilites when clicked. I am beginning to suspect this feature doesn't work under Mac OS X or it does not work f

Interfacing with MS Outlook

2003-01-13 Thread Danny Grizzle
I'm writing a multi-user customer relationship management application to support a 25-50 person office. Has anyone worked on integrating Revolution with Microsoft Outlook, so that a single backend database can be accessed and modified simultaneously through both a Runtime Revolution custom applic

Re: Random but unique

2003-01-13 Thread Dar Scott
On Monday, January 13, 2003, at 11:30 AM, Jim Hurley wrote: sort lines of vChooseFrom by random(1) -- or some suitably big number return line 1 to vNumToChoose of vChooseFrom I see how this works, and it is deliciously simple, but I don't see why. According to the documentation: "The s

Re: Right Click Menus

2003-01-13 Thread Jan Schenkel
--- Jez <[EMAIL PROTECTED]> wrote: > I'm sure it must be possible, but could anyone > document how to easily > achieve context-sensitive right click menus in an > app, much like the ones > available in the designer. > Hi Jez, It is definitely possible. Have a look at the entry in the Transcript

Re: Need some help figuring out how to use a library

2003-01-13 Thread Rob Cozens
Is there some documentation on how to copy libraries from one stack to another or can someone tell me how to do so for libSMTP ? Without have looked at Shao Sean's example, I can only give you general thoughts: A library stack, as traditionally viewed, is a container of handlers (in the stack

Re: Getting all running programs on the mac

2003-01-13 Thread [EMAIL PROTECTED]
:-)) Solved it! I just needed a string to see if the program I needed was ruiing and this does the job: put "tell application" & quote & "Finder" & quote & cr into vScript put "set procList to the processes" & cr after vScript put "end tell" after vScript do vScript as applescript put

Right Click Menus

2003-01-13 Thread Jez
I'm sure it must be possible, but could anyone document how to easily achieve context-sensitive right click menus in an app, much like the ones available in the designer. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/l

Need some help figuring out how to use a library

2003-01-13 Thread Dave McKee
I have found that a library - LibSMTP at Shao Sean ( http://www.shaosean.tk/ ) does exactly what I need to finish a project that I am working on BUT because I am new to Revolution, am confused with how to integrate the / any library into my own project. My guesses so far, have included using revol

Rev 1.1.1 and Mac OS X 10.2.3 FR

2003-01-13 Thread François COPPE
Hi, I have a problem since I upgrade to Jaguar Object: stack "mes scripts" of stack "/iBook X/Users/fcoppe/Documents/Rev Project/Fichier patients.rev" The filepath of my substacks is "/iBook X/Users/myName/Documents/MainStack.rev" but in Fr system X, the folder "users" is named "Utilisateu

Re: Getting all running programs on the mac

2003-01-13 Thread [EMAIL PROTECTED]
Frustrating... I've changed the script on http://www.sonsothunder.com/ from a function to a regular command, and it does the job in Apple's script editor but doesn't work in Rev... In Script Editor it looks like: tell application "Finder" set procList to the processes set procNames to ""

Re: Advice on Registration Approaches (Matt Denton)

2003-01-13 Thread Matt Denton
On Sunday, January 12, 2003, at 07:47 PM, Igor de Oliveira Couto wrote: I had a look at eSellerate after reading your post - it does sound very interesting. How do you integrate their code into Rev stacks? Does the SDK include a Rev-compatible external or plug-in? - probably wishing for too much

Re: URL Trouble

2003-01-13 Thread Richard K. Herz
"Roger Kingston (OmniBus - Stanford)" <[EMAIL PROTECTED]> wrote: > on mouseUp > get URL "http://mysite.com/Data/myDataFile.csv"; > put it into lvData > put lvData & cr & the result > end mouseUp > > This works fine the first time. Then I have to wait something like > several > minutes (or exit R

Re: 10 Questions about 2.0

2003-01-13 Thread Judy Perry
I think I'll just invest in a muzzle. Mea culpa. Judy On Mon, 13 Jan 2003, Kurt Kaufman wrote: > So, uh, I guess we'll have to drop our Drawers. (Sorry; couldn't > resist!):-) ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.ru

Random but unique

2003-01-13 Thread Jim Hurley
Sarah wrote: It seems to me that everyone is being too complicated. What about: sort lines of vChooseFrom by random(1) -- or some suitably big number return line 1 to vNumToChoose of vChooseFrom I see how this works, and it is deliciously simple, but I don't see why. According to the doc

Re: 10 Questions about 2.0

2003-01-13 Thread Judy Perry
Oops. Troy you're right... :( Judy On Sun, 12 Jan 2003, Troy Rollins wrote: > I'm not too sure what is appropriate to say in this forum, but I haven't > seen drawers, myself. I have seen "sheets" (but that is mentioned on the > pre-release information)... __

RE: NEW Image Thumbnail Preview Control...

2003-01-13 Thread Chipp Walters
miscdas, Actually the stack is just a demonstration of the control. To really use it in your project, you need to copy the control to your stack, then set the correct properties. The SetLoc button is just a demonstration on how to use the 'altThumbLoc' property for setting the location of the con

Re: NEW Image Thumbnail Preview Control...

2003-01-13 Thread miscdas
[snip] Chipp Walters writes: Here's a handy thumbnail preview control (and documentation) http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm Chipp Chipp, thanks for the contribution; it has potential. Here are some things that need improvement, if you have the time and inclination.

10 Questions about 2.0

2003-01-13 Thread Kurt Kaufman
"As I understand it, Drawers is only possible in cocoa applications, which Rev is not." So, uh, I guess we'll have to drop our Drawers. (Sorry; couldn't resist!):-) -KK ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.co

Re: NEW Image Thumbnail Preview Control...

2003-01-13 Thread yves COPPE
Here's a handy thumbnail preview control (and documentation) http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm From the website: altThumbViewer control is a group used to scroll through a folder of images. This demo stack will prompt you for a folder, then display the first image scaled

Re: URL Trouble

2003-01-13 Thread Björnke von Gierke
the put URL and get URL are blocking, so if your file is big, you will have to wait until it has loaded fully before you can do anything else. load URL is non blocking (search for "Load" in the documentation. It is also possible that there is no route to host, or ehrn the host does not exist

URL Trouble

2003-01-13 Thread Roger Kingston (OmniBus - Stanford)
I'm having success with this simple script in a button: on mouseUp get URL "http://mysite.com/Data/myDataFile.csv"; put it into lvData put lvData & cr & the result end mouseUp This works fine the first time. Then I have to wait something like several minutes (or exit RunRev and reload) before

get URL problem

2003-01-13 Thread Denise Kingston
I'm having success with this simple script in a button: on mouseUp get URL "http://mysite.com/Data/myDataFile.csv"; put it into lvData put lvData & cr & the result end mouseUp This works fine the first time. Then I have to wait something like several minutes (or exit RunRev and reload) before