Re: Please suggest script

2010-11-17 Thread Devin Asay
of the selectedChunk to link end mouseUp In the field that has the linked text: on linkClicked pTxt launch url pTxt end linkClicked That should do what you want. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Windows Version problems

2010-11-17 Thread Devin Asay
about always matching pushes with pops to end up at the original location, but it should work reliably, regardless of whether the 'pushed' cards are in a substack, mainstack or even a completely different stack file. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young

Posting binary data

2010-11-17 Thread Devin Asay
. How would you do this using a Rev--errr--LiveCode post statement? Thanks Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Posting binary data

2010-11-17 Thread Devin Asay
if this works for you. Thanks, Mark. I'll have my student try that and report back. Devin On 17 nov 2010, at 20:04, Devin Asay wrote: Hi all, One of my students is doing a Rev project in which he needs to post binary data (a .mov file, in this case) to a web server. I've never done

Re: Stackrunner

2010-11-17 Thread Devin Asay
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Stackrunner

2010-11-17 Thread Devin Asay
: start using stack myIconStack --or whatever it's called. Once you do that all images in the used stack are available to be used in the calling stack. Devin On Nov 17, 2010, at 11:24 AM, Devin Asay wrote: On Nov 17, 2010, at 12:22 PM, Peter Haworth wrote: Thanks. It will be a huge

Re: Functions in the on-rev - LC server script

2010-11-16 Thread Devin Asay
function MyFunction put 1 + 1 into VAR2 return VAR2 end MyFunction put MyFunction() into tVAR1 put tVAR1 ? Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use

Re: revServer Documentation

2010-11-11 Thread Devin Asay
if they are helpful. Just go to http://revolution.byu.edu and click on Introduction to Programming Revolution. Then scroll down to the section called Server-side Scripting with revTalk. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Beachball cursor Help

2010-11-09 Thread Devin Asay
end repeat Seems like this ought to work. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Beachball cursor Help

2010-11-09 Thread Devin Asay
On Nov 9, 2010, at 10:33 AM, Peter Brigham MD wrote: On Nov 9, 2010, at 10:47 AM, Devin Asay wrote: So it seems like you could just set the cursor to the image id of your choosing, and increment it in a repeat loop, just like 'set cursor to busy'. Not tested: put

Re: Removing Unwanted Characters From a Web Form Submission

2010-11-08 Thread Devin Asay
before you display it again. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Beachball cursor Help

2010-11-08 Thread Devin Asay
/listinfo/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: standalone image problem

2010-11-07 Thread Devin Asay
On Nov 6, 2010, at 11:29 AM, Richard Gaskin wrote: Devin Asay wrote: The tricky thing about standalone apps on OS X is that, if you do not set the defaultFolder in the stack, the defaultFolder will be the folder where the .app bundle resides. For many years the engine used the folder

Re: standalone image problem

2010-11-06 Thread Devin Asay
/deck_animation.gif set the currenttime of player 1 to 0 set the filename of player 1 to resources/river1 start player 1 end openCard On Nov 5, 2010, at 11:02 AM, use-revolution-requ...@lists.runrev.com wrote: Message: 2 Date: Thu, 4 Nov 2010 11:36:39 -0600 From: Devin Asay devin_a

Re: image files in standalone

2010-11-04 Thread Devin Asay
for? What does your folder structure look like? Do you set the defaultFolder in order to locate the resource folder? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Where's my keyboard shortcut for import as control?

2010-11-01 Thread Devin Asay
someone confirm this? Ton Kuypers Ton, I noticed it and reported it: http://quality.runrev.com/qacenter/show_bug.cgi?id=9160 It's now been confirmed, so I hope it reappears in 4.5.1. Groetjes, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Where's my keyboard shortcut for import as control?

2010-11-01 Thread Devin Asay
and Shift+Cmd+C for opening the stack and card scripts, although in the latter two cases the shortcut works, but doesn't appear in the menu. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution

Re: LiveCode applications accepted in iOS App Store

2010-10-27 Thread Devin Asay
-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: LiveCode applications accepted in iOS App Store

2010-10-26 Thread Devin Asay
Kevin, Congratulations! What is the name of the App? I'd love to download it and have a look! Devin On Oct 26, 2010, at 12:56 PM, Kevin Miller wrote: Hi Folks, Some exciting news for you all! http://www.runrev.com/company/runrev-blog/ Devin Asay Humanities Technology and Research

Re: revServer installation issues

2010-10-22 Thread Devin Asay
where yours went wrong? I am truly amazed at (and grateful for) the level of support provided by you guys, Andre and Mike, and so many other people on this list. It's an honor to be Ditto. This list is one of the best things about the LiveCode community. Regards, Devin Devin Asay

Re: revServer installation issues

2010-10-21 Thread Devin Asay
On Oct 20, 2010, at 11:01 PM, Phil Davis wrote: On 10/20/10 4:57 PM, Devin Asay wrote: Phil, It seems clear that the config file isn't quite right, and that the revServer engine isn't being launched. Where are your revServer files installed, /Library/WebServer/CGI-Executables I

Re: Tabbing out of a text field

2010-10-21 Thread Devin Asay
that traps the return key, but pressing TAB, adds a tab to text. In my earlier project it just moves on. Help :) Is traversalOn set to true for the fields? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: revServer installation issues

2010-10-20 Thread Devin Asay
, Phil Davis wrote: Hey folks - I'm trying to figure out where I'm going wrong as I try to get revServer going on my Mac Mini. I have followed all the advice (I think) in the great emails from Devin Asay and Mike Bonner from July 20 and I see my test.irev page being served but without

Re: On-Rev Webpage variable posting

2010-10-19 Thread Devin Asay
the best way to do this? Rick, If you don't want to deal with cookies (I know I don't), what I always do is just pass those values along as hidden inputs in a form. Works great. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: On-Rev Webpage variable posting

2010-10-19 Thread Devin Asay
/tr return set the itemDelimiter to tab repeat for each line tLine in tReport replace tab with /tdtd in tLine put trtd tLine /td/tr return after tFormattedRept end repeat put tFormattedRept put /table ? Hope you find this helpful. Regards, Devin Devin Asay Humanities Technology

Re: on-rev database help

2010-10-17 Thread Devin Asay
in irev scripts. True, there is a bit of a learning curve when using backend databases, but once you figure it out, your life will never be the same. Database access opens up a whole world of new possibilities. Good luck! Devin Devin Asay Humanities Technology and Research Support Center

Re: Geometry settings...

2010-10-15 Thread Devin Asay
. Usually after you've set them by script you have to force the property inspector to update itself before the new settings are shown. For example, you could close and reopen the inspector, or switch to another pane of the inspector then switch back. Regards, Devin Devin Asay Humanities

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-14 Thread Devin Asay
took me up on it. Whoa! Jacque, Jacque. People who live in adolescent-humor-evoking-last-name houses should not throw stones! Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list

Re: Moving 2 object at the same time ...

2010-10-11 Thread Devin Asay
waiting' after your move command. That should allow you to issue two move commands one after another, and both objects will move at the same time. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use

[OT] Non-English voices on Mac VoiceOver

2010-10-04 Thread Devin Asay
good sources for non-English synthesized voices, as well as guidance in using them? TIA, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: MYSQL timeout

2010-09-29 Thread Devin Asay
change that made opening sockets non-blocking, but I don't know whether that affects MySQL connections. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: What have I done?

2010-09-27 Thread Devin Asay
bank had been reprogrammed. I used to have about 68 K short term memory. It has dwindled to about 8 k. Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Getting started with databases

2010-09-15 Thread Devin Asay
for a section, near the bottom called Database Access in Revolution. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Two On-Rev Scripts on One Web Page

2010-09-15 Thread Devin Asay
on the page. I find it really helpful during development to enable inline error reporting: ?rev set the errormode to inline ? That will show any errors generated by your rev code. HTH Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: on-rev forum

2010-09-14 Thread Devin Asay
!! :-) Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: on-rev forum

2010-09-14 Thread Devin Asay
On Sep 14, 2010, at 11:16 AM, J. Landman Gay wrote: On 9/14/10 10:31 AM, Devin Asay wrote: On Sep 14, 2010, at 9:09 AM, J. Landman Gay wrote: Wait -- I assumed you meant the regular RR forums. There's an on-rev forum? Did I miss something? Umm, yes. Have you really never seen it? Go

Re: OT: Waiting for DNS to update a new site.

2010-09-14 Thread Devin Asay
list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: OT: Ft Gay, GA

2010-09-10 Thread Devin Asay
/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Accessing custom props using array notation

2010-08-19 Thread Devin Asay
currStateNum] of img myImg (From memory, so I may be missing a detail of the syntax.) So the question is, can you access non-array data in custom props using array syntax when using just the default property set? Devin On Wednesday, August 18, 2010, Devin Asay devin_a...@byu.edu wrote: Anyone

Re: Accessing custom props using array notation

2010-08-19 Thread Devin Asay
the tPropName of image myImg into foo Unless memory fails, you can't do that--I've tried it; i.e., you can't dynamically build property names to access existing custom props. I would be love to be proven wrong. ;-) Regards, Devin Devin Asay Humanities Technology and Research Support Center

Re: Accessing custom props using array notation

2010-08-19 Thread Devin Asay
On Aug 19, 2010, at 10:25 AM, Kevin Miller wrote: On 19/08/2010 17:16, Devin Asay devin_a...@byu.edu wrote: True enough, but can you do the opposite? put state 1 into tPropName put the tPropName of image myImg into foo Unless memory fails, you can't do that--I've tried it; i.e., you

Accessing custom props using array notation

2010-08-18 Thread Devin Asay
with the default set: put the customKeys[prop1] of img myImg into bar -- doesn't work If this could be done it would be nice for constructing custom property names dynamically when access custom props, as in a sequence of prop names like prop1, prop2, prop3, etc. Devin Devin Asay Humanities

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Devin Asay
this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Devin Asay
on localhost, so I can easily avoid a potential security hole. Thanks, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Devin Asay
useful outline that I can easily adapt to my work. I assume you'd want to follow this procedure even if you are making the db requests directly from a stack? So send a get or post http request to the CGI script from the stack and then process the returned data in the stack? Devin Devin Asay

Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread Devin Asay
To switch back use: revSetStackProfile Master Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Estimate/Quotation program, help me please.....

2010-07-23 Thread Devin Asay
, there should be some things there that will be helpful to you. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Devin Asay
on the Rodeo server, then copy it to our own revved servers? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: revServer Configuration

2010-07-20 Thread Devin Asay
. HTH Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: I cannot edit a field although the locktext is set to false

2010-07-19 Thread Devin Asay
locked. What can I do? What can be the reason? Reinhold, Make sure these two properties are also set as follows for the field: traversalOn = true In property inspector: Focusable autoHilite = true In property inspector: autoHilite Regards, Devin Devin Asay Humanities

Re: revBrowser + youtube.com = Crashing?

2010-06-24 Thread Devin Asay
-dp-3. IE 8 is installed on the system. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Parent group

2010-06-17 Thread Devin Asay
in terminology: put the owner of object This will return the name of the group if it's a grouped control, or the name of the card if it's not a grouped control. HTH Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Devin Asay
On Jun 15, 2010, at 8:56 AM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. Yay! Dad rules! (And just in time for Fathers Day.) Thanks for sharing your parent payday moment. :-) Devin Devin Asay Humanities

Re: combo box messages

2010-06-07 Thread Devin Asay
haven't done so, you can probably grab the coordinates for the cursor position and have it pop up along side each time. I have a stack that does this on revOnline. Look for a stack called Type with Filter. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young

Re: [OT] Google Drops Windows

2010-06-04 Thread Devin Asay
! Thanks for sharing this, Richard. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: never ending scroll?

2010-05-28 Thread Devin Asay
counter end scrollbarLineDec HTH, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: How to hide scroll if field does not require it

2010-05-26 Thread Devin Asay
pFldName then set the vScrollbar of fld pFldName to true else set the vScrollbar of fld pFldName to false end if end enableScrollbarIfNeeded It's worked well for me. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: revLet: fetching a url

2010-05-20 Thread Devin Asay
; and the revLet here: http://www.revtalk.org/tests/Test/test.html David, In the standalone settings Web tab, did you check the Network box? I believe that in order to access urls outside of your own domain the user has to grant permission. HTH Devin Devin Asay Humanities Technology

Re: searching for a put that opens message box

2010-05-17 Thread Devin Asay
there. www.jimbofhawaii.com/downloads/Smart Search.rev The link seems to be broken, Jim, although I was able to get it by just listing the downloads folder contents. Thanks for offering this. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: [OT] 3d flip effect?

2010-05-17 Thread Devin Asay
! Nicolas, Have you checked QuickTime effects? ('answer effects' in the message box will bring up a dialog where you can see them.) Failing that, if you are on Mac OS X there may be a Core Image effect that will do it. Devin Devin Asay Humanities Technology and Research Support Center Brigham

Re: Recording Audio on Windows...?

2010-05-13 Thread Devin Asay
, there might be a problem with your configuration. Enter in message box: go stack URL http://asay.byu.edu/AudioJukebox.rev; HTH Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use

Fwd: OT: Resources for Data Base Design

2010-05-11 Thread Devin Asay
To: Devin Asay devin_a...@byu.edu Subject: Re: OT: Resources for Data Base Design Hi Devin, At least in the world of academia, what he's looking for just isn't done. Whether for philosophical reasons, common practice reasons, or whatever, there is very little work done in decomposing texts

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
this: The crop command cannot be used on a referenced image. Doing so will cause an execution error. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
, a las 18:51, Devin Asay [via Runtime Revolution] ml-node+2172400-329687279-23...@n4.nabble.com escribió: On May 10, 2010, at 10:22 AM, JosepM wrote: Hi List, I try to crop a image with the rect of a graphic. tObject is a graphic selected by the user. img picture is a image loaded

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
with a rectangle. There may be others on the list who have figured out how to use an irregular shape as an image mask. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Newbie question

2010-05-04 Thread Devin Asay
layer vs. background layer. Anyway, welcome to the revolution. Hope this is useful. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Unicode and Windows Vista (repost)

2010-05-03 Thread Devin Asay
Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Unicode and Windows Vista (repost)

2010-05-03 Thread Devin Asay
. If so, are they seeing the same issues? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Unicode and Windows Vista (repost)

2010-05-03 Thread Devin Asay
On May 3, 2010, at 11:27 AM, Richmond Mathewson wrote: On 03/05/2010 19:51, Devin Asay wrote: snip Do you know if any other of your Devawriter users are on SnoLeo, Vista or Win 7. If so, are they seeing the same issues? I do know that various versions of Devawriter have been downloaded

Re: Changing the Style of Words in Field And Quotation Marks?

2010-05-03 Thread Devin Asay
quote marks. You'd have to account for cross-platform differences, however. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Is rev Oracle support just a joke?

2010-05-01 Thread Devin Asay
available in Rev Enterprise. See: http://www.runrev.com/products/the-rev-platform/editions-comparison/ Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Card cut off at bottom because of menu

2010-04-30 Thread Devin Asay
at the top of the card doesn't bother me. At least not as much as the stack size changing when I set the menubar prop. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Math Help?

2010-04-30 Thread Devin Asay
of the triangle. I'm sure some real math expert would have a real math solution. HTH, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: [OT] GameOver Mr. Jobs

2010-04-29 Thread Devin Asay
, vaguely polluted, tropical lagoon sort of colour. The official name of the color was Bondi Blue, supposedly named for the color of the water at this beach in Oz: http://www.hempelfamily.com/bondi_to_bronti.htm And you could even see the computer's innards under the water! Devin Devin Asay

Re: Video Grabber Audio question

2010-04-28 Thread Devin Asay
to control the audio format compression while using the video grabber. One thing I'm going to try this summer is using a shell call the unix utilituy ffmpeg to post-compress video and audio after the initial capture. I'll let the list know if I succeed in getting it to work. Regards, Devin Devin

Re: New to the Revolution

2010-04-26 Thread Devin Asay
be a little elementary, since it's intended for beginning programmers, but there are lots of examples sprinkled throughout that you may find helpful. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Bad jokes [was: Re: [OT] GameOver Mr. Jobs]

2010-04-23 Thread Devin Asay
they would have tried it out on dogs first. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Devin Asay
welcome the next revolutionary, Hannes Leander Pfaff. :-) Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: specialFolderPath

2010-04-14 Thread Devin Asay
I need to work with the path. What do others do? Don't ask me, my guideline on most things is WWJD? (What Would Jacque Do?). Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing

Re: specialFolderPath

2010-04-13 Thread Devin Asay
) /untitled.txt Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Implementing the Mac Quick Look type of window

2010-04-12 Thread Devin Asay
On Apr 12, 2010, at 1:43 AM, René Micout wrote: Le 9 avr. 2010 à 19:15, Devin Asay a écrit : put qlmanage -p theFile into tcmd -- shows it in a black window Devin, When I launch the script above, I have [DEBUG] in the title bar. How can I remove it ? And where can I find all details

Re: Implementing the Mac Quick Look type of window

2010-04-09 Thread Devin Asay
is not empty then put the result end mouseUp function apostrophe what return ' what ' end apostrophe Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution

Re: Wierd stack behaviour- location is off the planet!

2010-04-05 Thread Devin Asay
you try 'set the lockmessages to true' before changing the loc? Don't forget to set it to false when everything's fixed, though. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing

Re: Cross-Platform encoding issues

2010-03-31 Thread Devin Asay
. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Devin Asay
specific allowed IP addresses, DNS names, or the '%' wildcard. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Devin Asay
under Web Services and Server-side Scripting. Hope it is helpful. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Saving files to database

2010-03-15 Thread Devin Asay
gigabytes of binary data back and forth between local machine and mySql server without any trouble at all. So my question is, why use base 64 encoding if it doesn't make any difference? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Inserting a photo into a polygon?

2010-03-15 Thread Devin Asay
the graphic's opaque property is true). Small images are tiled, but a larger image will fill up the entire interior space of the graphic as long as the graphic is smaller than the image. Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Stacks and Standalones

2010-03-09 Thread Devin Asay
code because they are so universal to all the solutions I have tried. Any help or direction you could provide would be fantastic. If I need to clarify at all, please let me know. Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: parsing data returned from the foundLine

2010-03-03 Thread Devin Asay
at http://revolution.byu.edu/textfind/TextandFind.php . You may find it useful. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: OT: Any recommendations for some Mac OS x Apps?

2010-02-26 Thread Devin Asay
Graphic program and a 3D animation program. I don't use it, but probably Gimp? So are there any free or at least cheap MacOSx alternatives. I'll bet Richmond will chime in. He is the champ of finding free apps. :-) Regards, Devin Devin Asay Humanities Technology and Research Support

Re: [semi-OT]simulating onSubmit in post

2010-02-24 Thread Devin Asay
last element in the form. So what tripped me up was a (to me at least) oddly-written form element in the page source. Thanks, Jim, for the tip on a very helpful tool. And thanks again everyone for your help. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham

Re: Button Icon Placement

2010-02-23 Thread Devin Asay
-for-buttons-with-oddshaped-icon-images-td337687.html#a337687 It dealt with the very issue you're asking about. In essence, you play with the margins of the button to move the label over the icon image. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young

Re: Button Icon Placement

2010-02-23 Thread Devin Asay
On Feb 23, 2010, at 10:23 AM, Devin Asay wrote: On Feb 23, 2010, at 10:03 AM, Dan Friedman wrote: Hello... Is there a way to have an icon on a button and have the label centered, but not under the button? I know if you set the textStyle to left or right, then the icon is centered

[semi-OT]simulating onSubmit in post

2010-02-23 Thread Devin Asay
an academic exercise to help me understand how JS and forms work, and how Rev's GET and POST functionality works; I'm not planning to distribute stacks that do this in any way. Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

[OT]Re: Best Release Practices and the word fortnight

2010-02-19 Thread Devin Asay
called 'ketjap' (I may be misremembering the spelling.) Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Localization

2010-02-12 Thread Devin Asay
an article to try to unravel some of the confusion surrounding using unicode in Rev. You may find it useful. See it at: http://revolution.byu.edu/unicode/unicodeInRev.php Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Why are locking size and position treated as one?

2010-02-05 Thread Devin Asay
enhancement request on this: http://quality.runrev.com/qacenter/show_bug.cgi?id=2242 Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Mac OSX Leopard and server connections

2010-02-05 Thread Devin Asay
'ls /Volumes' to see a list of all mounted volumes. Maybe what you need to do is check for the existence of the volume before you try to mount it? Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University

Re: Simple post examples

2010-02-02 Thread Devin Asay
! On 2 Feb 2010, at 03:50, Judy Perry wrote: Nya-nah-nah-nah-nah-nah! I beat you! Ha! take that!! And, while you're at it, take it with some CHEESE! Gruyere! Swiss! Ementhaler! Brie! Knock it off you two! Don't make me come over there! Devin Devin Asay Humanities Technology and Research

  1   2   3   4   5   6   7   8   9   10   >