Re: trouble with groups

2004-04-21 Thread Scott Rossi
nd show/hide the required positions as needed. You can hide the button group altogether for those cards for which the group should not be present. This is going to save you a lot of work compared to managing multiple button sets. Regards, Scott Rossi Creative Director Tactile Media, Multimedia &

Re: Setting font sizes

2004-04-22 Thread Scott Rossi
a font size of say 6.5 > > Is there a work-around for this? One thing I can think of right offhand is to use a different font that gets you close to the point size or wrapping you want. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED

Re: Using font sizes other than whole numbers

2004-04-22 Thread Scott Rossi
weight/style, may allow you to approximate the appearance of a half point one way or the other. If you have to distribute your documents and rely on what's available on target machines, you don't have many options here. Other than creating a custom font, I really don't know

Re: Dates?

2004-04-23 Thread Scott Rossi
t to 00 add 0 to item 1 of tDate add 0 to item 2 of tDate return tDate end getFormattedDate I wonder if this will turn into another programming showdown... :-) Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W:

Re: grouping

2004-04-23 Thread Scott Rossi
on how to group a list of controls? put "grc graphicA and grc graphicB and grc graphicC" into tSet do "group" && tSet 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: Runrev cgi and Webhosting providers

2004-04-24 Thread Scott Rossi
ical of this. NetZero is a company that came out promising free web access, and they abandoned this idea long ago. LifeTime might be able run for a while without charging fees, but eventually the financial realities of providing space/bandwidth will set in. Regards, Scott Rossi Creative

Re: Can I alter the frame rate of an animated GIF by script?

2004-05-10 Thread Scott Rossi
ater control over GIF playback than the built-in timing in animated GIFs. 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: ANN: CGI tutorial online

2004-04-27 Thread Scott Rossi
>> I know, I should stop using my Underwood & adding machine and join the >> 21 century... > > That's an easy one. You type your scripts on the Underwood and then scan > them into Rev. How about us Dynamo pressure label-maker users? Correcting script errors is a m

Re: Send to Radio Button Problem

2004-04-28 Thread Scott Rossi
Recently, "David Burgun" wrote: > I get the beep, but the radio group doesn't change appearance. So how > do I get a Radio Group to change state from within a Script? Try setting the highlight of the radio button: hilite button "Radio1" of group "RadioTe

Re: Send to Radio Button Problem

2004-04-28 Thread Scott Rossi
is currently on, off! > > I wanted to be able to simulate pressing the button have the the > object react normally. Try: set the hilitedbutton of "RadioTest1" to 2 (or 1) Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PRO

Re: Animated GIF frame tranistions speed (different than browser(

2004-05-03 Thread Scott Rossi
ve it to the timing you want. Otherwise, set the repeatCount of the GIF in Rev to 0 and use your own timing to control the GIF, incrementing the currentFrame using whatever speed is desired. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED

Re: Stupid Programming Question

2004-05-05 Thread Scott Rossi
ay all the remaining images. In your case, using "wait" by itself is probably fine. I was simply responding to Rob's comment about avoiding the wait command. In the past, I was also one of the proponents against using "wait" at all, but somewhere along the line, "w

Re: Create alias from CDROM to desktop?

2004-05-06 Thread Scott Rossi
es/" string, or how the CD-ROM path is formed? Is there a reason you can't use the create alias command in Rev? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Stupid Programming Question

2004-05-06 Thread Scott Rossi
ols" counts the total number of controls on the card (fields, buttons, scrollbars, images, etc) and will be out of sync with the number of images only. repeat with x = 1 to the number of images show image ("c"&x&".jpg") wait 5 t

Re: Drawing a "Centered" Circle

2004-05-17 Thread Scott Rossi
actilemedia.com/download/epicenterizer.rev"; 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: Drawing a "Centered" Circle

2004-05-17 Thread Scott Rossi
ere on the card and drag... 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: Palette redraw problem

2004-05-19 Thread Scott Rossi
to origBR end resumeStack I used this and it seems to work, but I don't know if this is the behavior you want (you can't click on the palette or it disappears). Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://

Re: Palette redraw problem

2004-05-21 Thread Scott Rossi
e stack is suspended; that is, >>> the first time it hides, the second time it doesn't. > I spent all day on this yesterday, tried everything, and could not > create a viable solution. You've thrown down the gauntlet -- this sounds like a good challenge. Can you e

Re: Palette redraw problem

2004-05-21 Thread Scott Rossi
hile it is visible. See the card script of the test stack for details. Appears to work as desired on OSX (not tested on Windows). Do I win? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com __

Re: Palette redraw problem

2004-05-21 Thread Scott Rossi
ust read this after posting a more complicated solution. Hopefully simplicity is the solution. :-) Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revoluti

Re: IDE Interference (not just a another rant)

2004-05-26 Thread Scott Rossi
wn... Here's a novel idea: take the script out and see if Rev speeds up. 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: mouseWithin vs. ??? w/mouseText

2004-05-28 Thread Scott Rossi
"Objects" to (the mousetext = "Objects") > end mouemove I considered this as well but I wondered if there is a potential performance issue if this handler is constantly setting the vis of field "objects" to false. Regards, Scott Rossi Creative Director Tactile Medi

Re: Alpha channel support on Mac

2004-06-03 Thread Scott Rossi
u can set the translucency level of a Rev window (which works great) but this is not the same as defining your own alphachannel mask for a window. Rev's built-in support for window masks (the windowShape property) still only handles 1 bit images. http://www.mangomultimedia.com/developer/revoluti

Re: Can I save stack when called from stub application?

2004-06-09 Thread Scott Rossi
; into \ url ("binfile:" & pathtonewlocalstack & "/stackName.rev") Note that the above will only save the stack locally; in order to save the drive back on the server, you need to FTP the local stack back to the server, which can be done from Rev but requires your serv

Re: Can I save stack when called from stub application?

2004-06-09 Thread Scott Rossi
Recently, "Scott Rossi" wrote: > Note that the above will only save the stack locally; in order to save the > drive back on the server, you need to FTP the local stack back to the > server, which can be done from Rev but requires your server login info. Correction: the above

Re: Transcript language design.

2004-06-09 Thread Scott Rossi
t;put x into y" since this is the fundamental syntax of xtalk languages. However, you may find some solace in the similarity of declaring local variables in a script: on mouseUp local x=1,y=2,z=3 answer y end mouseUp Hope some of this helps. Keep at it. Regards, Scott Rossi Creativ

Re: Can I save stack when called from stub application?

2004-06-09 Thread Scott Rossi
ileName. Where was I when they handed out this information? Another one of Ken's tips strikes again. Thanks dude :-) Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com __

Re: Tasking (Background tasks)?

2004-06-10 Thread Scott Rossi
be started and stopped independently of the others. See the card script for the main handler. As Jacqueline explained, this is one way to simulate threaded events. I included a bunch of variable processing to simulate the effect of large number crunching but again, I'm not sure what you'

Re: REALLY close stack

2004-06-15 Thread Scott Rossi
d without error messages? Is there a reason why you're not saving your stack files with their destroyStack property set to true? I work this way with all my own stacks (if I want a stack to stay in memory I hide it, and closing the stack should remove it). You might be able to remove the

Re: Can't set a card to the screenrect (sort of)

2004-06-16 Thread Scott Rossi
ze of the screen. > > However, if I just run the code without any breakpoint, Rev thinks the > card size is 256 X 256 (the default size when creating a card) and the > group is set to this size--even after I've set the rect of the stack to > the screenrect. Did you try setting

Re: [ANN] My latest game

2004-06-18 Thread Scott Rossi
to left of img 1 + 2 end idle You can also use "send in" to create more efficient key polling. Use your own positional change values for desired control. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactil

Re: Euro symbol woes

2004-06-19 Thread Scott Rossi
issue going on with the second field. Some fonts don't support/contain the character. When I place the symbol into a field set to "geneva" (Mac OSX) and do "put fld 1 into fld 2", it copies over fine. Key combination appears to be option+shift+2 (again MacOS -- probab

Re: Euro symbol woes

2004-06-19 Thread Scott Rossi
ds/system have always used option+2 for the trademark symbol [ TM ] (it's easily available probably because our society is so litigious). Perhaps you have a European keyboard or font setup on your end. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E:

Re: 16 bit numbers?

2004-06-26 Thread Scott Rossi
aseConvert function? answer baseConvert("123456",10,16) Do your functions work differently? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ u

Re: The Properties Property

2004-06-30 Thread Scott Rossi
ly for compatibility with > previous versions. No doubt the lawyers will remind us that the above Properties Property reference is the property of Microsoft Corporation. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design

Re: altBrowser for Mac

2004-07-01 Thread Scott Rossi
at blend seamlessly with whatever is behind them (the desktop). FWIW, I'll be showing a simple demo of the short term answer at the Masters Summit... Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Re: Executing shell commands (OS X)

2004-07-05 Thread Scott Rossi
am having to close the Terminal window each time as each time a > new Terminal window is opened. It would be nice if this didn't happen.) What happens if you do the following in your button scripts: set the hideConsoleWindows to true do fld "makeScript&qu

Re: Overlapping audio

2004-07-05 Thread Scott Rossi
ck. If you were to use MacOS 9, there was an old Hypercard external called SNDChannel that allowed asynchronous control of as many channels as memory allowed, but that's reaching back. Still waiting for Rev's audio overhaul... Regards, Scott Rossi Creative Director Tactile Media, Dev

Re: Overlapping audio

2004-07-06 Thread Scott Rossi
ac systems if QT is "disabled"? Can QT truly be disabled on Mac systems? Tuviah? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing l

Re: Overlapping audio

2004-07-06 Thread Scott Rossi
d Rev effectively utilize RealPlayer to play media instead of QT? Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECT

Re: Call for Tutorial Topics

2004-07-08 Thread Scott Rossi
folks need to acknowledge that it's not possible at this time. In any event, if you find yourself in need of assistance, I'm open to it. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W:

Re: Call for Tutorial Topics

2004-07-08 Thread Scott Rossi
ne, MacBrick computer controller, etc. That's an optional workaround, true, but it's not an example of Rev doing USB: Rev is still speaking serial. The goal is to get true USB happening, if that's even possible. Regards, Scott Rossi Creative Director Tactile Media, Development &am

Re: align in middle

2004-07-12 Thread Scott Rossi
spector, you should be presented with alignment buttons there, two of which provide centered alignment. Sidenote: I'll be previewing an enhanced alignment plugin at this weekend's Rev Summit which will provide a few additional features and will be available after the conference. Regards, Scott

Re: Best format for screen shots?

2004-07-13 Thread Scott Rossi
GIF does... There is the (not universally supported) MNG format: http://www.libmng.com/ Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailin

Re: help with speedy graphics

2004-07-13 Thread Scott Rossi
ygon will be just that: a single polygon that is only capable of being drawn in one color at a time. IMO, 5 to 10,000 objects is a lot -- maybe too many to be manipulated quickly on all but the fastest systems. Is there some way you could reduce the number of graphics, or look at a different way t

Re: weird behavior

2004-07-19 Thread Scott Rossi
ailable in our media panel. Enter the following in your message box and scroll down to Tutti3D: go url "http://www.tactilemedia.com/tmpanel.rev"; Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Getting to Malta (was Re: Monterey Summit - kudos to Dan and Chipp)

2004-07-19 Thread Scott Rossi
Recently, "Andre Garzia" wrote: > I hope we all meet in malta (even if I > have to hijack a Guanabara Bay Ferry Boat to get there). Andre, you alt-rule. (Você é o alt-rei.) Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAI

Re: 3 questions about fonts / windows

2004-07-20 Thread Scott Rossi
seems to be reliable. 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: urgent QTversion question...

2004-07-22 Thread Scott Rossi
seQT to false before checking the version prevent it from loading? If it worked, I'd think you could set the dontUseQT to to true afterward, if you want. Just a crazy suggestion... Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E

Re: HIG urls

2004-07-26 Thread Scott Rossi
to have mostly overlapping content -- any of you know if one > supercedes the other? See document dates above. Also note that the "legacy" document "covers features up to Mac OS X version 10.2" so that might be an indicator for you. Regards, Scott Rossi Creative Director Ta

Re: Rev player

2004-07-27 Thread Scott Rossi
either if the bulk of your scripts are stored in a stack that is separate from the standalone engine stack. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revol

Re: iTunes and rev

2004-07-28 Thread Scott Rossi
erything about iTunes (no disc burning though). This will allow you to create your own skinnable iTunes controller with Rev. 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: iTunes and rev

2004-07-29 Thread Scott Rossi
turn tList end getArtists Once you have the two lists of data, combine them into a single list. Another option would be use a repeat loop to grab each track, one at a time, and get its properties, but I think this is very inefficient. Better to grab everything in two calls and parse/assemble them in Rev. This kind of stuff will be a little easier with our library. :-) 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: Determining type of drive a file is on

2004-08-02 Thread Scott Rossi
ble to get something from System Profiler? 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: How to see if player is "done"?

2004-08-02 Thread Scott Rossi
Recently, "Phil Davis" wrote: > Is "playStopped" truly the only non-workaround way you can detect the > current 'play' status of a player? You can also test the paused of a player... Regards, Scott Rossi Creative Director Tactile Media, Multimedia & D

Re: How to see if player is "done"?

2004-08-02 Thread Scott Rossi
a way of doing this a while ago and never found > it. I remember thinking it was pretty silly that it wasn't available > and that is why I put it in the EnhancedQT external. Dude -- you should have asked. :-) Regards, Scott Rossi Creative Director Tactile Media,

[ANN] Conductor & libiTunes for Rev Developers

2004-08-02 Thread Scott Rossi
have a go at the demo and see how it performs. Download and information is available here: http://www.tactilemedia.com/conductor/ Please forward any questions/comments/problems off list. Thanks in advance for your participation and interest. Best Regards, Scott Rossi Creative Director Tac

Re: Any Chatters? Revisited

2004-08-03 Thread Scott Rossi
ful. Chipp Walters introduced me to Fire, a multi-service chat client for OSX. So far it has worked well for me with iChat. http://fire.sourceforge.net/ Also came across this, though I haven't used it. http://www.proteusx.com/ Regards, Scott Rossi Creative Director Tactile Media, Deve

Re: Open GL tools

2004-08-14 Thread Scott Rossi
like to allow for importing vector information (ie EPS or possibly Rev pointlists) -- Alejandro Tejada, are you listening? :-) I can't say when any of this will be available for use, but the iGame guys are working on it. Regards, Scott Rossi Creative Director Tactile Media, Development &am

Re: fun with emerging stacks

2004-08-18 Thread Scott Rossi
tant alien star system. :-) 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: fun with emerging stacks

2004-08-18 Thread Scott Rossi
Recently, I wrote: > viola, instant alien star system. I believe this should have been "voila", not the musical instrument. Apologies to the French contingent. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www

Re: Stack is momentarily solid white (flicker) - OSX

2004-08-21 Thread Scott Rossi
flicker is usually caused by the alwaysBuffer of the stack being set to false. When set to true, flicker should stop. Also, have you already tried initializing your stack invisibly and showing it once the init process is complete? Sorry if these are not new suggestions. Regards, Scott Ro

Re: Stack is momentarily solid white (flicker) - OSX

2004-08-25 Thread Scott Rossi
Recently, "Troy Rollins" wrote: > Is it possible to set the loc of a stack before it is opened? You should be able to set the loc in preOpenStack. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www

Re: Why is my animation so slow on Win XP ?

2004-08-29 Thread Scott Rossi
abilities -- I believe calculating blends of images is handled by the video card. You might try setting the XP system's display to thousands of colors, or use a lower resolution, and see if either change makes a difference. Regards, Scott Rossi Creative Director Tactile Media, Development &a

Re: New RunRev site...

2004-08-31 Thread Scott Rossi
d in this update truly deserve big kudos. Well done. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lis

Re: dragging 2 windows in synch

2004-09-01 Thread Scott Rossi
;; Relies on a palette stack being the main stack but might give you some useful info. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing

Re: Why 10 hours for a newbie and 30 days for a "programmer" ?

2004-09-01 Thread Scott Rossi
> hours evaluating a $100 purchase in that context is probably not > cost-effective. This debate is never going to end but FWIW, here's a little Marketing 101: Match or exceed your competitors' offers/features. It's not rocket science. Regards, Scott Rossi Creative Director Tac

Re: login & pwd for standalones ?

2004-09-07 Thread Scott Rossi
able within the app. Provide different codes to each user based on their access level. 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: Externals in OS X

2004-09-08 Thread Scott Rossi
> if it is "yes" then quit > end mouseUp Did you include the Answer Dialog as part of the Standalone Application Settings (File/Standalone Application Settings...)? Regards, Scott Rossi Creative Director Tactile Media, Development &

Re: Subscribe gmane to this list?

2005-02-15 Thread Scott Rossi
ns of interaction then it does seem like a good option. It is Runtime's list though, so it would be best to check with them. Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Re: Launch pdf on cd

2005-02-15 Thread Scott Rossi
replacing the "/" characters in the file path with colons. If you haven't already, try adding the following line to your script before you build the AppleScript statement: replace "/" with ":" in pPDFpath Regards, Scott Rossi Creative Dir

Test for Command Key?

2005-02-16 Thread Scott Rossi
I need to determine when the command key has been pressed by itself (not with any other keys). Is the only way to do this by using the keysDown function within a looping script? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROT

Re: Test for Command Key?

2005-02-16 Thread Scott Rossi
another way that avoids a script loop? (mouseMove is unfortunately not an option since the cursor may be stationary when the key is pressed.) Thanks & Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: htt

Re: Test for Command Key?

2005-02-16 Thread Scott Rossi
Recently, J. Landman Gay wrote: > Mac OS > does not report the state of the command key unless it is paired with an > alpha-numeric key. Plain old "command" doesn't send any message. It's an > OS limitation. Those goofy Mac designers... Regards, Scott Rossi

Re: How do you guys make sure you get paid?

2005-02-18 Thread Scott Rossi
rsion, using that, and not giving final > payment? Get paid/deliver in phases, timeout the last delivered version, perhaps with an unlock code, until final payment is received (and cleared). Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL

Re: More Newbie questions

2005-02-20 Thread Scott Rossi
ges to true;open stack it Regards, Scott Rossi Creative Director Tactile Media, Development & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/

Re: Rev 2.5 and OSX 10.1

2005-02-24 Thread Scott Rossi
like you've entered a bug report so they may be on this. Best Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing list use-revoluti

Re: Transferring htmlText via a chunk descriptor

2005-02-24 Thread Scott Rossi
; set the htmlText of field "originalText" of cd 1 to value(linesToShow) > > ...where linesToShow = (line 2 to 10 of field 1 of cd 2) put the HTMLtext of line 2 to 10 of fld 1 of cd 2 into tData set the HTMLtext of fld "originalText" of cd 1 to tData Regards, Scott Ro

Re: Transferring htmlText via a chunk descriptor

2005-02-25 Thread Scott Rossi
) If I understand you correctly, you could do it like this: put "line 2 to 10 of field 1 of cd 2" into linesToShow set the HTMLtext of fld "originalText" of cd 1 to \ the HTMLtext of linesToShow Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design -

Re: Religion, politics and cheese

2005-02-25 Thread Scott Rossi
Recently, Heather Nagey wrote: > In particular, religion, politics and cheese are definitely off topic and > should be avoided. So you're saying I can't extol the virtues of a Hindu Jarlsberg as next president of the United States on the list? Darn. Regards, Scott Rossi C

Re: ANN: Bouncing Ball Tools

2005-02-25 Thread Scott Rossi
hing to work. :-) This is really fun stuff -- thanks Jim. More ideas for us to develop games... (BTW, on two of the cards, the ball "escaped" through the bottom left corner of the card, maybe some kind of X = 0 or Y > height of the card thing.) Regards, Scott Rossi Creative Director

Re: Graphic as buttons and format advice?

2005-02-27 Thread Scott Rossi
ons, and assign each button a varying background color or icon. There are actually many ways to build non-standard buttons in Rev; it really depends on the application. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilem

Re: unlimited undo's for text fields

2005-02-28 Thread Scott Rossi
he one way I could find to do this was to put a test for the shiftKey = down in a repeating loop. Kind of a chore but it can work. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Converting space- to tab-delimited

2005-02-28 Thread Scott Rossi
unction spaceToTab pData replace " " with tab in pData repeat if (tab & tab) is not in pData then exit repeat replace (tab & tab) with tab in pData end repeat return pData end spaceToTab This would remove all spaces from the text -- not sure if that fits wi

Re: alwaysBuffer vs. screenNoPixMaps

2005-03-02 Thread Scott Rossi
he alwaysBuffer of ALL stacks, all the time, and have yet to encounter any flicker. More often than not, any flicker that folks observe in stacks is usually caused by an alwaysBuffer setting of false. Are you seeing something different? Regards, Scott Rossi Creative Director Tactile Media

Re: Setting a character with imagesource through htmlText?

2005-03-02 Thread Scott Rossi
ives the expected results. Jerry Daniels has found that setting imageSource via script (in reality, setting the HTMLtext of the field) is much faster than setting the imageSource character by character. So perhaps this could be your workaround, and a faster workaround at that. It

Drawer Display Bug?

2005-03-02 Thread Scott Rossi
nyone else encounter any problems with images in drawer stacks? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___ use-revolution mailing l

Re: Drawer Display Bug?

2005-03-02 Thread Scott Rossi
But in my case only closing and reopening the drawer helps. Thanks Malte. I don't use drawers often either, and maybe few folks do since I don't seem to recall anyone reporting this before. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [E

Re: hiliting a word

2005-03-02 Thread Scott Rossi
t > something tells me that there must be a better way. Here's one way: set textColor of char 1 to (number of chars of fld 1) of fld 1 to empty You can replace "empty" with a default color if necessary. There are probably other methods as well. Regards, Scott Rossi Cre

Re: hiliting a word

2005-03-02 Thread Scott Rossi
> set textColor of char 1 to (number of chars of fld 1) of fld 1 to empty Or more concise: set the textColor of char 1 to -1 of fld 1 to empty Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactileme

Re: Hilites

2005-03-03 Thread Scott Rossi
resumeStack handler in the card script or stack script. 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.

Re: Own fontsuite with standalone ?

2005-03-04 Thread Scott Rossi
e more than a welcome feature in 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://l

Re: StripeList - was Alternating stripes in fields

2005-03-09 Thread Scott Rossi
which should prevent any latency while scrolling, but it would be much preferable to have an engine-level solution for fields. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _

Re: StripeList - was Alternating stripes in fields

2005-03-09 Thread Scott Rossi
quot; issue you'll find more noticeable with groups. Maybe I'm missing something: if multiple items are scrolled within a group by the group's scrollbar, how is there any synch problem? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL P

Re: StripeList - was Alternating stripes in fields

2005-03-09 Thread Scott Rossi
;re buffering is apparently > handled in a much more optimized way. For short lists one may never see > the difference, but with very long lists you'll find the responsiveness > of groups lags way behind fields. (I'm going to out-quote you... :-) OK, when the fields are grouped

Re: StripeList - was Alternating stripes in fields

2005-03-09 Thread Scott Rossi
and I must say I feel Mr. X's > clever method of using the hilitedLines of an underlying field is by far > the simplest to set up and offers the smoothest user experience thus far. Agreed on the setup, not-so-agreed on the performance. But if it works for your needs then that&#

Re: Question for the Mailing List

2005-03-15 Thread Scott Rossi
ll (this is a URL for Revolution, not a Web browser). Allow a moment or two to access the stack (the 'net seems to running slow here today). Our panel should come up with a single link at the top that reads Demo Stacks. Click that and you should be good to go. Hope you find something us

Re: Setting a property on a different card

2005-03-16 Thread Scott Rossi
27;re missing the object reference "image" in your script: set the fileName of image empPhoto of card 1 of stack "ID Card" to "I:/Photos/00677-180.jpg" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTEC

Re: Slow screen lock/unlock

2005-03-16 Thread Scott Rossi
ptable. In my case, this was the only way I could get the stack to run successfully. Each situation is different, but in some cases you may actually be able avoid locking the screen, with the added benefit of reducing the load on your processor. Regards, Scott Rossi Creative Director Tactile Media

Re: Can one change a mainstack so that it is a substack of another mainstack?

2005-03-17 Thread Scott Rossi
Stack of stack myStackB to myStackA 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.

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