Re: Characters in names

2005-03-20 Thread Scott Rossi
e folks have argued that you can't use a double click to select the entire word/name in a script when using this convention, but this is irrelevant since the underscore is used as a non-changing character. Regards, Scott Rossi Creative Director Tactile Media, Multimedia &

Re: systemWindow and decorations

2005-03-21 Thread Scott Rossi
t; keep the window a systemWindow? You might try setting properties in a specific order, ie set the decorations of the window to none first, then enable the systemProperty. I have a stack that uses a custom window (windowShape) as a system window and it appears to work fine. Regards, Scott Ross

Re: ANN Nine ball pool

2005-03-24 Thread Scott Rossi
ow trying imagine what can I use this for...) Best Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: [noob here]mouseloc<0?

2005-03-26 Thread Scott Rossi
Recently, Mikey wrote: > So apparently, the mouseLoc is relative to the top-left location of > the top of the RR main palette? MouseLoc is relative to the topleft of the default stack. ScreenMouseLoc is relative to the topleft of the monitor. Regards, Scott Rossi Creative Director T

Re: Placing one group many times in the same card

2005-03-30 Thread Scott Rossi
up which references the source image (offscreen or in a substack) as an icon. That way you could have 100+ references to the same image with virtually no additional filesize. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.ta

Re: Unquoted Literal Problem

2005-03-30 Thread Scott Rossi
" statement. AFAIK, 'lock screen' only applies to the default stack and is not intended to work with card references. set the defaultStack to "player_main" -- use the above line if your script is not in the same stack lock screen ... unlock screen with visual ef

Re: Placing one group many times in the same card

2005-03-30 Thread Scott Rossi
ized stack scripts are the way to go -- easier to maintain. > Any ideas about how to copy the same group > many times in the same card? is this possible > at all? I don't think this is possible but maybe restructuring your stack some way might get you closer to

Re: Invisible files in OS 9

2005-03-30 Thread Scott Rossi
e it's an option: http://lists.runrev.com/pipermail/use-revolution/2002-May/004786.html Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution ma

Re: Invisible files in OS 9

2005-03-30 Thread Scott Rossi
e. Wanna know what gets me? Thinking back on how much time I lost restarting MacOS after a crash. Did something that locked up the system and then sat around and waited for 5 or 6 minutes to get going again. Must have been countless hours spent waiting for the cursor to change from a watch to a

Re: More Image problems

2005-03-30 Thread Scott Rossi
Recently, MisterX wrote: > Is there a command i can't find that tells you the imageformat of an > image??? Try the paintCompression property. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.t

Re: Quicktime with Rev

2005-03-31 Thread Scott Rossi
umeric characters in the fileName but now I'm thinking it is more a combination of non-standard characters and the character length of the path. It's very strange and will take some time to track down but you might want to try renaming your intended MP3 file with short alphanumeric name and

Re: More Image problems

2005-03-31 Thread Scott Rossi
gt; Couldn't you just have an invisible cursor, and an image that kept > itself at the exact location of the cursor at all times? That way, the > "cursor" could be anything you want. If you move the cursor outside of the rect of a window, your cursor image will disappear. This type

Re: More Image problems

2005-03-31 Thread Scott Rossi
pted solution breaks or causes headaches. If you use mouseMove in a front script to handle cursor movement, the script will stop as soon as the mouse leaves a Rev window region. If you use a looping script, you can get better cursor behavior, but you may eat up a bunch of processor usage and the s

Re: Quicktime with Rev

2005-03-31 Thread Scott Rossi
eloped for it. When a file that plays as expected using any other player (including Apple's own QT player) doesn't play in Rev purely because of the filename, this is a bug. As Rev developers, we can't release media playing apps and expect to tell users to rename their media files. Regards

Re: Title bar on the side

2005-03-31 Thread Scott Rossi
erence to setting the decorations of a stack to a numerical value. Doing this in OSX works but there doesn't appear to be a palette style with vertical drag strip, so this must have worked only on pre-OSX systems. Jacque's right, though, you could create your own drag strip image to

Re: Transparent stacks/cards?

2005-04-01 Thread Scott Rossi
if you make your stack 50% transparent, your controls will also be 50% transparent. Then again, if you're asking about custom window shapes, see the windowShape property. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design

Re: iTunes to control Audio CDs

2005-04-02 Thread Scott Rossi
ng promising. You might try here: http://www.tactilemedia.com/conductor/ Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing lis

Re: ANN Nine Ball with Spin (English)

2005-04-02 Thread Scott Rossi
ntermittent bug with retrieving stacks from URLs. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Problem solving methods in software development

2005-04-02 Thread Scott Rossi
done. You could probably get away with 3 or 4 players, with code to monitor the availability of each, and it would probably be most authentic to have a separate sound for the initial break, but it could be done. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E

Re: [ANN] RevZilla 2.0

2005-04-03 Thread Scott Rossi
Recently, Ken Ray wrote: > I'm proud to announce that RevZilla 2.0 is now available Ken, you rule. Thanks for continuing to make this available. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tact

Re: QT player question

2005-04-04 Thread Scott Rossi
Recently, Chris Carroll-Davis wrote: > I expect this is an easy question, but I can't seem to see how to do > it!How do I see if a player is playing? Check the paused of the player: if the paused of player 1 then do xyz Regards, Scott Rossi Creative Director Tactile Media,

Re: Detecting the stack that have the mouse pointer

2005-04-04 Thread Scott Rossi
n(stack L,the screenMouseLoc) then put the mode of stack L end repeat send "checkMode" to me in 50 millisecs end checkMode You also might be able to limit the check to a few stacks. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PR

Re: Detecting the stack that have the mouse pointer

2005-04-04 Thread Scott Rossi
secs >> end checkMode > > Can't you just say: > > put the mode of the mouseStack Even better - thanks Ken. :-) Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _

Re: Shrinking Mac stack

2005-04-04 Thread Scott Rossi
ossible. The way I avoid this issue is to place the menu in a substack and reference it from there. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolutio

Re: BGs

2005-04-05 Thread Scott Rossi
Recently, Thomas McGrath III wrote: > Bloody americans are all hyper and like to shorten our words as much as > possible. But then abbreviated messaging did take off in Europe for IM > and SMS, so. Don't get me started with you guys and "colour"... Regards, Scott

Re: Greenhouse effect on Venus

2005-04-07 Thread Scott Rossi
ge when I go to this website? > > Is this code suppose to execute as a website stack or a downloadable > one? This is not a Web URL but rather a line of code to be executed in your message box, quotes and all: go url "http://home.infostations.net/jhurley/GreenhouseEffect2.rev";

KeyDown/Press Issue - Help Needed ASAP

2005-04-10 Thread Scott Rossi
secs get keysDown() if it <> "" then put it into fld 1 else put "" into fld 1 end trackKeys Can anyone see if this works differently for you? If not, any ideas for a workaround? Tired and under then gun over here... Thanks & Regards, Scott Rossi Creative Dir

Re: How to use parameters with sendMesssage

2005-04-13 Thread Scott Rossi
but I don't think that's what you're after here. Try 'put' instead of 'set': put 1,2,3,4 into myRect sendMessage "UpdateData " & myRect to group "Update" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design -

Re: Revolution and .swf

2005-04-17 Thread Scott Rossi
on the host machine locally. Other folks may chime in with additional options. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing lis

Keypress Help

2005-04-18 Thread Scott Rossi
ey is pressed versus when it is released? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.ru

Re: Windows blue border be gone?

2005-04-18 Thread Scott Rossi
here any other way to remove the border, such as > a RR setting I'm missing? set the decorations of stack myStack to none You'll need a custom dragging routine in your stack if you need to move it once the titlebar is gone. Regards, Scott Rossi Creative Director Tactile Media,

Re: Keypress Help

2005-04-18 Thread Scott Rossi
tanding is the keysDown function was originally designed to get around this whole key detection problem). Does this work for you on Windows (or anyone else for that matter)? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia

Re: Keypress Help

2005-04-18 Thread Scott Rossi
ggestion Dar. Barring a 'real' detection scheme, I might have to resort to something like this. Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ u

Re: Keypress Help

2005-04-19 Thread Scott Rossi
l haven't seen any change. I'll keep playing with it. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revo

Re: Keypress Help

2005-04-19 Thread Scott Rossi
to try to discern why my machine is not producing the same results. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.ru

Keypress Help - Solution

2005-04-19 Thread Scott Rossi
ard (which apparently works fine) on the XP machine, and the keysDown function now works. [sigh] Many thanks to folks who offered alternate script solutions and who verified behavior of the test stack on Windows -- this helped me track down the problem. Best Regards, Scott Rossi Creative D

Re: does an object know that its part of a group?

2005-04-19 Thread Scott Rossi
Recently, Byron Turner wrote: > if so, how would I tell a field to get its group name? get the owner of me Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Keypress Help - Solution

2005-04-19 Thread Scott Rossi
Funny that you said this. A little while after I replaced the keyboard, a wireless mouse connected to a completely different system on the far side of the desk decided to stop working. Reset didn't work, unplug/replug didn't work, it just decided to stop working. I am afraid. Regards

Re: Simple Scoping Question

2005-04-20 Thread Scott Rossi
opened). Any subsequent opening/closing of stacks will not trigger the init handler/s. If your openStack handler must apply to any substacks of your main stack, you can do as you suggest above: check the stack's name, for development mode, etc. Regards, Scott Rossi Creative Direc

Re: Simple Scoping Question

2005-04-20 Thread Scott Rossi
k, openCard, etc). Subsequent opening/closing of substacks or IDE stacks will not trigger your card scripts because they are not part of the other stacks' message hierarchy. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http

Re: line number in a for each repeat

2005-04-21 Thread Scott Rossi
ne x into theblend -- doesn't work > --put the line number of x of theKeys into theblend -- doesn't work put x into theBlend Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Re: Simple Scoping Question

2005-04-21 Thread Scott Rossi
ge by window name accordingly. Or you can go through all substacks and place blocking handlers in each (open preOpenStack, end preOpenstack, etc). Lots of options... Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E:

Re: Simple Scoping Question

2005-04-21 Thread Scott Rossi
Recently, Scott Rossi wrote: > Or you can go through all substacks and place blocking handlers in each (open > preOpenStack, end preOpenstack, etc). Actually the following is a little more clear: on preOpenStack end preOpenStack on openStack end openStack Etc. These are placed i

Re: Several Text issues

2005-04-22 Thread Scott Rossi
http://dir.gmane.org/gmane.comp.ide.revolution.user Multiple views of the same content. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mai

Re: Simulating 'drawer' behaviour on Windows

2005-04-25 Thread Scott Rossi
m/download/slider.rev"; Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Simulating 'drawer' behaviour on Windows

2005-04-25 Thread Scott Rossi
, the reposition the drawer at the same loc as the main to prevent any unwanted window visibility. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Prefs and Settings - best practices

2005-05-02 Thread Scott Rossi
be saved, or even worse, users will get an error or possibly a virus alert when your app tries to save. Using the "designated prefs locations" makes better sense. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EM

Re: what if?

2005-05-03 Thread Scott Rossi
ng: http://dir.gmane.org/gmane.comp.ide.revolution.user HTML frames and blog-like views are provided. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution m

Re: revGoURL and AOL's browser

2005-05-10 Thread Scott Rossi
rer) and if none was listed, then write a temp file with a META refresh tag to launch the needed document. If you don't have this script, check the mail archives -- I think I posted something along these lines way back. Not sure if this helps... Regards, Scott Rossi Creative Director T

Re: Ken Burns Effect in Rev?

2005-05-13 Thread Scott Rossi
veal the new card. Might not be as smooth as desired, so I would check QT's effects to see if the wheel has already been invented. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Proportional Scrollbar?

2005-05-13 Thread Scott Rossi
Howdy List: Before I try to reinvent the wheel here, has anyone put together a custom scrollbar with a proportional thumb they could share? Am asking because I need to make a scrollbar with a custom appearance. Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia &

Re: Proportional Scrollbar?

2005-05-14 Thread Scott Rossi
the bottom left? This is the only custom looking scrollbar I've found in your stack. Thanks! Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use

Re: Proportional Scrollbar?

2005-05-14 Thread Scott Rossi
> thumbscroll > > yes, and it is very proportional, although not in a sense that might > fit for > Scott's needs By "proportional" I mean the size of the thumb changes relative to amount of content available to scroll. Does your stack include this? I'll continue t

Re: Animated Gif

2005-05-16 Thread Scott Rossi
the repeatCount of img myGIF to -1 Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runre

Password Protection and Copying

2005-05-18 Thread Scott Rossi
-- any way to restore the main stack's password while it is in memory? (Rev 2.5.1) Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution

Re: CustomProperties function returns zilch

2005-05-18 Thread Scott Rossi
> I got a stack with a bunch of custom properties (a number of which are > holding data) and this: > answer the customProperties of this stack The term "customProperties" would be a custom property. Maybe the customKeys is what you're after? Regards, Scott Rossi Creativ

Re: [OT] Is there a relationship between Xtalk languages andsmalltalk?

2005-05-19 Thread Scott Rossi
have the first issue of Wired as well. And MacAddict. Can't toss them in the recycling for some reason. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ u

Re: Could this list be a forum/bulletin board?

2005-05-21 Thread Scott Rossi
on their site yet, probably because it was set up by a list member through a third party (gmane.org). http://dir.gmane.org/gmane.comp.ide.revolution.user For folks looking for a web interface to the mail list, this is a good option (and right now the only option). Regards, Scott Rossi Cre

Re: shell command on Windows

2005-05-22 Thread Scott Rossi
, but even then zip still seems to be an MS-provided thing on this OS. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolutio

Re: Button text on icon image

2005-05-23 Thread Scott Rossi
Recently, Ken Ray wrote: > If at first you don't succeed... ...destroy all evidence that you tried. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Re: VideoGrabber on Windows XP

2005-05-25 Thread Scott Rossi
h > ZERO CODE...(there is NO language to learn) If Synopsis does what you need, why do you want to learn Revolution? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com __

Re: Web Pages in a Field

2005-05-26 Thread Scott Rossi
y bit of code that describes the page, but natively its only capable of *rendering* a basic subset of HTML. With CSS becoming ubiquitous in Web pages, Rev's capabilities will have to be updated, or we will have to rely on externals like altBrowser, which (as I'm sure know) effective

Re: paypal button

2005-05-26 Thread Scott Rossi
Recently, Alejandro Tejada wrote: > Scott Rossi puts a PayPal button > in this stack: > <http://www.tactilemedia.com/download/getinline.rev> Al, you beat me to it. :-) The stack is a bit more accessible by executing the following in your message box, not in Web browser:

Re: paypal button

2005-05-26 Thread Scott Rossi
protected). Last time I looked at the PayPal SDK, they didn't offer anything along those lines, if I understand your question. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Graphics Help, Please

2005-05-26 Thread Scott Rossi
rd) 2b) Alternatively, you might be able to set the ink of your images to srcOr. If your stack is for Mac only, you can set the ink to transparent. (FWIW, I'm currently writing an article that will describe several tips and techniques for dealing with graphics in Rev.) Regards, Scott Rossi

Re: get URL

2005-05-26 Thread Scott Rossi
Recently, [EMAIL PROTECTED] wrote: > Is the listserv available as a newsgroup on any free news services? Try here: http://dir.gmane.org/gmane.comp.ide.revolution.user Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED]

Re: Graphics Help, Please

2005-05-26 Thread Scott Rossi
-click (on Macs, control-click) in the white area using the > bucket tool. That will make the area you click on transparent. Thanks for this Jacque. BTW, what's the equivalent command for what Rev is doing in this case? Regards, Scott Rossi Creative Director Tactile Media, Multimed

Re: Rev difficulty

2005-05-27 Thread Scott Rossi
what you're askingabout tommorrow, and I'LL follow up twoweeks later with a discussion of themessage PATH for more. -- Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E:

Re: Modifying Tactile Media's bouncer.rev script

2005-05-28 Thread Scott Rossi
e -- for that, you'd have to see Jim Hurley's Nine Ball: go url "http://home.infostations.net/jhurley/NineBallWithSpin.rev"; Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.c

Re: Inconsistent Behavior of Lists

2004-09-15 Thread Scott Rossi
If you place a comma and 4 spaces in a field, and get the number of characters of item 2 of the field, Rev will return 4. Not sure what you're seeing as a bug. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilem

Re: Flash/QuickTime interaction with Revolution

2004-09-16 Thread Scott Rossi
ates communication between Flash and Rev using sockets. For the life of me, I can't find the sample nor do I recall the person who sent the example so if this person is reading now, perhaps you can step out of the shadows and reveal yourself? :-) Regards, Scott Rossi Creative Direc

Re: Flash/QuickTime interaction with Revolution

2004-09-16 Thread Scott Rossi
hich is the local machine - you don't need to change this IP address as every (?) computer uses this IP address as its own reference - the loopback IP). When the Flash button is pressed it sends a request to the Rev stack which parses the parameter and puts the result into the field. Rev then retur

Re: Playing back remote mp3 files

2004-09-22 Thread Scott Rossi
ing on a tool that will > allow someone to easily post that information up. Should be very doable. For a jukebox example (400k) that uses MOV files as opposed to MP3, enter the following in your message box. Note that this stack requires the enhanced QT external mentioned above. go url "h

Re: [ANN] EnhancedQT 1.0 Beta

2004-10-13 Thread Scott Rossi
oping audio clips without infuriating pauses. Thanks for the great update Trevor. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [

Re: use-revolution Digest, Vol 13, Issue 34

2004-10-14 Thread Scott Rossi
derstand you correctly, snapshot is indeed what you want -- it grabs the contents of an on-screen rect you specify, not a specific image. Grouping of objects is irrelevant. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Seems a bit silly...

2004-10-07 Thread Scott Rossi
rect? But it does... > > How can I avoid this problem? Are you trying to limit preOpenStack messages to the main stack only? If so, move the preOpenStack handler to the script of the first card of the main stack, instead of the stack itself. Then you shouldn't need to worry about chec

Re: Seems a bit silly...

2004-10-07 Thread Scott Rossi
he details are irrelevant. Moving the script the first card is simpler and will save you some headaches. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-re

Re: use-revolution Digest, Vol 13, Issue 38

2004-10-17 Thread Scott Rossi
ack QuickTime movie, with each sound in its own track. In its current state, Rev is not really suited to building a full blown sequencer/mixer/etc. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W

Re: use-revolution Digest, Vol 13, Issue 38

2004-10-17 Thread Scott Rossi
pport has been requested numerous times in the past -- we can only hope the Rev folks are listening. In any event, the posted question was regarding synched playback of multiple sounds, which Rev cannot inherently do. Regards, Scott Rossi Creative Director Tactile Media, Development & D

Re: use-revolution Digest, Vol 13, Issue 38

2004-10-17 Thread Scott Rossi
illigence with with QT work thus far) but I can > understand's Scott's reluctance to dive into it with all the other > things he was working on in the engine. Given the plethora of 3rd party audio tools, utilities and externals, licensing one of these technologies would seem a mor

MP3 Tags? (reprise)

2004-10-20 Thread Scott Rossi
ards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Reshape Graphic

2004-10-21 Thread Scott Rossi
nter. Run the following in your message box: go url "http://www.tactilemedia.com/download/pointshifter.rev"; Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com __

Re: Displaying vertical text

2004-11-05 Thread Scott Rossi
Recently, [EMAIL PROTECTED] wrote: > I need to display a text verticaly, this text cannot be an image as it comes > from a variable. Is > > there any way to rotate a field, label, ? No. Your only option might be to render the text as a bitmap and then rotate it. Regards, Scott Ro

Player Bug?

2004-11-05 Thread Scott Rossi
else verify this as a bug? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

[ANN] Happy Mixer

2004-11-06 Thread Scott Rossi
should be ready to play. As folks on the list are good at uncovering bugs, I thought I'd run it by here for initial testing/exploration. In your message box enter: go url "http://www.tactilemedia.com/download/happymixer.rev"; [360k download] Best Regards, Scott Rossi C

Re: [ANN] Happy Mixer

2004-11-06 Thread Scott Rossi
ord protection dialogs, and the counters don't work. Hi Derek -- thanks for checking this. I believe my problem was forgetting to include "EnhancedQT.dll" in the list of externals. I updated it this morning so hopefully it works now. If you have a spare moment, maybe you can see if

Re: [ANN] Happy Mixer

2004-11-06 Thread Scott Rossi
t the stack was there. I've posted it on my site if you're interested (more math than you ever wanted to know). http://www.tactilemedia.com/download/fun_sliders.rev Danke for the kind words. Regards, Scott Rossi Creative Director Tactile Media, Developme

Re: [ANN] Happy Mixer

2004-11-06 Thread Scott Rossi
s. And let me know if you still run into problems with the latest EQT. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Player Bug?

2004-11-06 Thread Scott Rossi
, it will be disabled. > > I have no idea how that relates to a player's filename. Apparently, players also refuse to play any file with a "-" in the name. Is there some way to encode the filename via urlEncode or similar to avoid this problem? Reg

Fill Transparent?

2004-11-10 Thread Scott Rossi
Anyone know if it's possible to use the bucket tool or similar to fill a portion of an image with a transparent fill? This would be used for a script that dynamicallys build a window with a custom mask of any size. Thanks & Regards, Scott Rossi Creative Director Tactile Media, M

Re: Fill Transparent?

2004-11-10 Thread Scott Rossi
ze. > > I've never tried scripting it, but manually you can control-click with > the bucket tool to make an area transparent. Thanks. What is the setting/property to make a transparent fill? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design

Re: Ann: what's up?

2004-11-11 Thread Scott Rossi
Recently, MisterX wrote: > The new ControlsBrowser for RunRev* is up! It's hot 'n' rocking yer stacks' > controls! > > http://monsieurx.com/hyper/screeshots/controlsbrowser.gif > Should give you an idea... Server says "Not Found" along with 404 er

Re: Quictime Controller Scripts Failing on Windows

2004-11-11 Thread Scott Rossi
uickTime is either missing from, disabled or broken on your Win2K system. Perhaps a reinstall is in order to sure. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Ann: what's up?(Xcontrolsbrowser)

2004-11-12 Thread Scott Rossi
t you want to do with the file; Opera automatically downloads. It is actually quite easy to option-click links in Safari/IE to acquire files, though providing a ZIP might be considered more universally accessible. Regards, Scott Rossi Creative Director Tactile M

Import Image from Net?

2004-11-13 Thread Scott Rossi
an import solution, not a fileName solution.) Thanks & Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http:

Re: Windows: Natively playable media

2004-11-13 Thread Scott Rossi
out QT being present, however, as you noticed, the capabilities of the player object will be much more limited compared to a player using QT. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactil

Re: Import Image from Net?

2004-11-13 Thread Scott Rossi
Recently, Chipp Walters wrote: >> Anyone know a way to import an image from a URL? > This works for me on WinXP: > > put URL "http://www.chipp.com/boxes1.gif"; into img 1 Damn you Chipp -- you and your one line simple solutions. :-) (Thanks man.) Regards, Scot

Re: group command not working?

2004-11-15 Thread Scott Rossi
h just a few objects. I just now tried a small test with 3 buttons and it worked as expected. put "btn 2 and btn 3 and btn 4" into B do "group" && B Also: repeat with B = 2 to 4 put "btn" && B && "and " af

Re: Irregular shaped buttons redux

2004-11-16 Thread Scott Rossi
paque region of the image. Would that work? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Metal .gif available [was Rev 2.5 Redraw Problems]

2004-11-18 Thread Scott Rossi
o I gave up having it look perfect...but it's pretty > close as is, so I'm happy. You might try using a large image that doesn't stretch but rather changes position relative to the width of the stack. Not identical to real stretching but maybe a bit closer to the metal lo

<    1   2   3   4   5   6   7   8   9   10   >