Re: url GET https requests --> "walking" thru certificate issues

2006-01-09 Thread Dave Cragg
On 10 Jan 2006, at 01:59, Sivakatirswami wrote: Does anyone know a way to get libURL to "walk thru" these server responses, just like a user would in a browser? Did you try this? libUrlSetSSLVerification false It won't let you "walk thru", but may let you skip them altogether. Dave __

Re: Set the icon to (icon of another stack)--YES!

2006-01-09 Thread Paul Claude
Hi Rob, You got reason, perhaps I have not explained well the problem. My stack is an utility that simply shows the images of another choosen stack opened by the user; so I cannot know if the user have one or many open stacks, and what stack was opened before, or the potential ID conflicts. That'

Re: Export Data from Rev to PDF format

2006-01-09 Thread Sarah Reichelt
You have to save your text to a file, then send the convert command the name of that file and the name of the pdf you want to create. Here is another example: put specialFolderPath("Desktop") into tFolder put tFolder & "/Report.html" into tStartFile put the htmltext of fld "PrintField"

Re: Text in a scrolling list field

2006-01-09 Thread Eric Chatonet
Hi Scott, Just a thought (not sure I understand...): If the images are overlaid on the scrolling field, they could be themselves in a scrolling group. Then the problem would be how to synchronize two scrolls with a specified delta? Le 10 janv. 06 à 05:31, Scott Kane a écrit : I'm using a

The formatted mouseline?

2006-01-09 Thread Mark Swindell
Is it possible to somehow return "the _formatted_ mouseline" from within a mousemove handler? What I want to accomplish is to have a line of text (soft wrapped) appear to be underlined whenever the mouse is hovering over it. I'd just like to have a simple line graphic move to a position ju

getExif

2006-01-09 Thread UDI
Hi, Wouter >TIFF in the future? I'm sorry. I don't understand a thing of TIFF at all. Hi, al >i tried without sucess to read exif data in >these images from these websites: > >_http://www.exif.org/samples/_ >_http://www.dcresource.com/reviews/fuji/finepix_s9000-review/gallery.shtml_ Images o

Re: Second Edition of "Software at the Speed of Thought" Print Edition Ready for Shipment

2006-01-09 Thread Richard Gaskin
Dan Shafer wrote: I am pleased to announce that a revised and expanded Second Edition of the print version of my "Revolution: Software at the Speed of Thought" can now be purchased online for immediate shipment. The price is $29.95 plus shipping. To order it, go to: http://www.cafepress.com/shaf

Text in a scrolling list field

2006-01-09 Thread Scott Kane
Hi, I'm using a scrolling list field to perform a function similar to the one used in the OSX finder. I've worked out how to overlay the images and it works great - except for the fact that the text of each line goes to the bottom of that cell. What I need to be able to do is somehow raise that

Second Edition of "Software at the Speed of Thought" Print Edition Ready for Shipment

2006-01-09 Thread Dan Shafer
I am pleased to announce that a revised and expanded Second Edition of the print version of my "Revolution: Software at the Speed of Thought" can now be purchased online for immediate shipment. The price is $29.95 plus shipping. To order it, go to: http://www.cafepress.com/shafermedia.43377797 To

Re: getExif

2006-01-09 Thread capellan (sent by Nabble.com)
Hi UDI, Could you include some sample images with this stack? i tried without sucess to read exif data in these images from these websites: _http://www.exif.org/samples/_ _http://www.dcresource.com/reviews/fuji/finepix_s9000-review/gallery.shtml_ Thanks in advance and Thanks a lot again for sh

Re: Export Data from Rev to PDF format

2006-01-09 Thread Sivakatirswami
OK I see this: on mouseUp answer file "Select a file:" if it is not empty then put it into tSrcPath put tPath & ".pdf" into tDestPath put "/System/Library/Printers/Libraries/convert" into tConvertApp get shell(tConvertApp && "-f" && tSrcPath && "-o" && tDestPath && "-j ap

Re: who provides webring?

2006-01-09 Thread Kunicki Catherine
I never post here but thought I'd say hi and tell you the link worked for me too. Its all your own fault somehow Jacque : P c On Jan 9, 2006, at 12:37 AM, J. Landman Gay wrote: Sean Shao wrote: To make sure that you go to the newest site always use the domain redirect www.shaosean.tk and

RE: QT controller on Windows XP-Home

2006-01-09 Thread Scott Kane
Hi Sivakatirswami. > Anyone seen this problem before. It's not happening to any mac users Not exactly - but is it possible he's running his system with large fonts? Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

QT controller on Windows XP-Home

2006-01-09 Thread Sivakatirswami
I have a user running a rev stack that presents a player with no rect dimensions. Just the controller bar, for playing .mp3 files. I need QT for this because I manage the play back with the current time stop, start, back up etc. This is a "rare" problem.. he's running Windows XP-Home (an ol

url GET https requests --> "walking" thru certificate issues

2006-01-09 Thread Sivakatirswami
Many web sites (our own included) use a "site wide--box wide" SSL certificate for all sites run off the same httpd process. An https url GET request for a page on a specific virtual domain on that box invariably elicits the dread: = Unable to verify the identify of da.kin.little.we

Re: [ANN] surprise - new website to host codes

2006-01-09 Thread Mark Greenberg
Marielle, I agree with a previous comment about your work: You can't possibly be just one person. I'm thinking that your name is actually an acronym for a secret branch of the Runtime Revolution company. Wow! Thank you for all your hard work. Mark On Jan 9, 2006, at 7:34 AM, Marielle L

Re: Restricting display to 1024*768 on wider screens,

2006-01-09 Thread Jim Ault
On 1/9/06 3:13 PM, "Kresten Bjerg" <[EMAIL PROTECTED]> wrote: > So I think I will gratefully receive the offer of an exemplifying illustration of a stack with a transparent hole. Here you go ... IMHO, the best for you would be to go to: http://tactilemedia.com/download/ and at the bottom of the

SoCal RUG meeting: January 20

2006-01-09 Thread Richard Gaskin
The next SoCal Rev User Group meeting will be held at 7pm on Friday, January 20, at the Fourth World Embassy in downtown Los Angeles. Presentations are still being lined up, so if you have something you'd like to share let me know and I'll make a slot for you. The format is as usual: 7 - 8:

Re: getExif

2006-01-09 Thread Wouter
Thanks for this stack UDI. (TIFF in the future?) Greetings, Wouter On 09 Jan 2006, at 19:20, UDI wrote: Exif data reader. Not support TIFF. All script is public domain. Have fun. http://homepage.mac.com/udi/stack/getExif10.hqx UDI [EMAIL PROTECTED] http://homepage.mac.com/udi/

Restricting display to 1024*768 on wider screens,

2006-01-09 Thread Kresten Bjerg
Hi Klaus, - it sounds as if you have understood my problem: wanting to display -on demand - any of nine 1024x768 areas of this oversize stack, and only 1 such area at a time,- which works fine on 1024x768 screens, but which, on larger screens exhibits parts of neighbouring areas. However, wh

Re: Set Text Size is empty but then not empty

2006-01-09 Thread Mark Schonewille
Have you tried: put the text of fld da into fld da Best, Mark So, question remains: how to get the field and the text inside it back to its original "pristine" state, where the cmd "set the textsize of fld field2 to 12" will be effective? Of course Sarah's work around will work set t

Re: Serial communication

2006-01-09 Thread Camm29
This stack is great but i still can't solve my serial comm problem in Rev (It works in Visual Basic and others !) I have some custom made Hardware that i communicate to in Serial. This Hardware returns the Character ">" when ready and able to Receive and/or finished replying. so before any write

MacWorld Expo

2006-01-09 Thread Mark Wieder
All- Just to reiterate: I'm planning on heading up in the Users Group Lounge, room 250/252/256, depending on where you read it (up the escalator, west mezzanine in the south hall) at 4PM on Tuesday, or as close to it as I can make it after Joshua Redman's set, and then just hang there for a while

Re: making it run with Dreamcard Player

2006-01-09 Thread Ken Ray
On 1/9/06 4:23 PM, "David Coker" <[EMAIL PROTECTED]> wrote: > Hello Sieg, > Here's a shot in the dark... You might want to make sure that the DC > Player is not in secure mode (the default status) and try running you > stack again. I *think* that the default security mode will not allow > writing

Re: making it run with Dreamcard Player

2006-01-09 Thread David Coker
Hello Sieg, Here's a shot in the dark... You might want to make sure that the DC Player is not in secure mode (the default status) and try running you stack again. I *think* that the default security mode will not allow writing to the drive. You can access the security properties in the player by

[OT] Re: [ANN] surprise - new website to host codes

2006-01-09 Thread Marielle Lange
Hi Marielle, I know now you are a large team ;-) Meet the team: About the guy on the right. You may have heard rumors of UFOs here in Scotland lately . Well, I decided to deal with it the other

Re: Restricting display to 1024*768 on wider screens,

2006-01-09 Thread Raymond Griffith
I have a suggestion. You can take your window and make it a background, and use the scroll properties of the background to view what you wish. So your stack might be 1024 x 768, but the background can be much larger. Hide the rest of the screen with a backdrop. Hope that helps. Raymond E. Griffi

Re: Tricks for accessing Oracle via ODBC???

2006-01-09 Thread Mark Wieder
Roger- Monday, January 9, 2006, 7:49:30 AM, you wrote: > I am trying to connect to an Oracle database via ODBC (mainly because I > can't get the built-in Rev support for Oracle to work). Anyways, when I There are many problems with rev's odbc driver. I'm using BZ #1528 as a central gathering poi

making it run with Dreamcard Player

2006-01-09 Thread Sieg Lindstrom
I converted what used to be a Hypercard stack to a Revolution stack, revised it in Revolution to get all the proper Transcript in place, and it runs perfectly. Now I want to distribute it for others in my company to run using the Dreamcard Player. When I open the stack using Dreamcard Player it do

Re: Mac OS 10.2.x system config files

2006-01-09 Thread Mark Talluto
On Jan 8, 2006, at 7:43 PM, J. Landman Gay wrote: I need to know where OS X version 10.2.x stores its system config file. In 10.3 and 10.4 it is here: /Library/Preferences/SystemConfiguration/preferences.plist Apparently this isn't the case in 10.2 and I don't have an older system to chec

Serial communication

2006-01-09 Thread liamlambert
Try this stack from http://www.troz.net/Rev/tutorials.html from sarah's page. Liam Lambert [EMAIL PROTECTED] IRELAND ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: save for web name length

2006-01-09 Thread Jerry Daniels
Kathy, It's "all y'all" for the all-inclusive, plural of "y'all." Best, Jerry Daniels Tool makers for the 21st century http://www.daniels-mara.com/products On Jan 5, 2006, at 9:54 PM, Kathy Jaqua wrote: Hi all y'alls (or is it alls y'all?:-) Anyone know the limit of a png image "Save fo

getExif

2006-01-09 Thread UDI
Exif data reader. Not support TIFF. All script is public domain. Have fun. http://homepage.mac.com/udi/stack/getExif10.hqx UDI [EMAIL PROTECTED] http://homepage.mac.com/udi/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit th

Re: Using Revolution as a CGI

2006-01-09 Thread kee nethery
to be more precise, rev cgi accessed via https setting up a certificate for https web serving is still kinda tricky kee On Jan 9, 2006, at 9:01 AM, Björnke von Gierke wrote: As far as I know there's no such thing as secure connections in rev cgi's. Ssl is a feature since 2.5 (?). But cgi's a

Re: Quicktime for Windows 98?

2006-01-09 Thread jeffrey reynolds
Sivakatirswami, Apple is very careful about the quicktime distribution. If you want to distribute quicktime with your product you have to jump through several hoops to do so. They are very restrictive. You can only distribute the most current version of QT with your product. If you reissu

Re: Using Revolution as a CGI

2006-01-09 Thread jbv
> As far as I know there's no such thing as secure connections in rev > cgi's. > Ssl is a feature since 2.5 (?). But cgi's are version 2.1. not exactly. I have installed Rev 2.5 linux as cgi. but I don't know if ssl is available for that version... JB __

Re: who provides webring?

2006-01-09 Thread Björnke von Gierke
It always fails for me too, what i do is search for "shaosean" in google. The first entry is 66.160.136.21/shaosean/ which in turn works for me. On Jan 09 2006, at 06:37, J. Landman Gay wrote: Sean Shao wrote: To make sure that you go to the newest site always use the domain redirect www.sh

Re: setting default directory using 'answer file'

2006-01-09 Thread Rob Cozens
Hi Jason, I want to use a 'answer file' open command but I want it to open up a directory named "images" which will be in the same directory as the application. From the app: set the itemDelimiter to "/" get the effective fileName of me put "images" into item -1 of it put "/" after it answer

Re: Using Revolution as a CGI

2006-01-09 Thread Björnke von Gierke
As far as I know there's no such thing as secure connections in rev cgi's. Ssl is a feature since 2.5 (?). But cgi's are version 2.1. On Jan 09 2006, at 17:03, kee nethery wrote: On Jan 7, 2006, at 10:29 PM, Ken Ray wrote: All you would ever want to know about CGIs is at Jacque Landman Gay's

Re: Set the icon to (icon of another stack)--YES!

2006-01-09 Thread Rob Cozens
Paul, Can your design allow you to separate the images in "X2" from the resources that must be opened? I understand now that stacks X2 & X3 were created by other people. I also understand that, for whatever reason, X2 must be remain open when X3 is opened. This leaves me mystified as to w

Re: Quicktime for Windows 98?

2006-01-09 Thread Trevor DeVore
On Jan 8, 2006, at 8:32 PM, Sivakatirswami wrote: I thought the "media player wars" would dictate a strategy by Apple to make sure *any* Windows user could easily run QT. At least Apple has not deleted it from their web site... a search turns up any number of old versions, which in itself i

Re: setting default directory using 'answer file'

2006-01-09 Thread Eric Chatonet
Hi Jason, Sure! Have a look at the 'answer file [with type]' command For instance: answer file "Choose a file:" with the defaultFolder -- a function answer file "Choose a file:" with "/Applications/Revolution 2.6.1/ plugins/" -- a path answer file "Choose a file:" with tFolder -- a variable L

setting default directory using 'answer file'

2006-01-09 Thread Jason (Polydiam)
I want to use a 'answer file' open command but I want it to open up a directory named "images" which will be in the same directory as the application. Is this possible? Thank you so much for your help. Jason ___ use-revolution mailing list

Re: Using Revolution as a CGI

2006-01-09 Thread kee nethery
On Jan 7, 2006, at 10:29 PM, Ken Ray wrote: All you would ever want to know about CGIs is at Jacque Landman Gay's site: http://www.hyperactivesw.com/cgitutorial/index.html uh, it does not cover secure connections so ... "All you would ever want to know about CGIs" would not apply to me.

Tricks for accessing Oracle via ODBC???

2006-01-09 Thread Roger . E . Eller
Hello List, I am trying to connect to an Oracle database via ODBC (mainly because I can't get the built-in Rev support for Oracle to work). Anyways, when I issue the sql query SELECT * FROM MyTableName; all that is returned is the field headers... no data. I know the database is populated becau

Re: Restricting display to 1024*768 on wider screens, - still unsolved !!!

2006-01-09 Thread Klaus Major
Hi Kresten, Klaus wrote "maybe a windowshape would do what you want A simple (rectangular) image with a hole in the middle? The "hole" will be rendered as not existing, so one could acces a stack that lies under (or even above) that part of the screen." Do you mean an image on another stac

Re: Using Revolution as a CGI

2006-01-09 Thread David Brooks
I was introduced to RunRev at the 2004 MacWorld. I spent the better part of the next 15 or so months converting a HC cgi backend to a RunRev backend -- with success. The biggest challenge was in getting Apache to produce AppleEvents. At RunRev West in 2005, Jerry Daniels showed some progr

Re: Slightly Overwhelmed

2006-01-09 Thread Thomas McGrath III
Since the effect you describe is not practical i.e. it will be very slow. Then you could consider an effect for show. I think you have two choices here: 1. you could animate a gif with ten or so images that go through the 'fake' process of scanning to 'show' the effect. and 2. You could set

Re: Restricting display to 1024*768 on wider screens, - still unsolved !!!

2006-01-09 Thread Kresten Bjerg
Klaus wrote "maybe a windowshape would do what you want A simple (rectangular) image with a hole in the middle? The "hole" will be rendered as not existing, so one could acces a stack that lies under (or even above) that part of the screen." Do you mean an image on another stack...or how else ca

Re: [ANN] surprise - new website to host codes

2006-01-09 Thread Malte Brill
Hi Marielle, first of all, I really like this and thanks for all the work you put into it. (Richard, Chipp, Hugh, Malte, I added mention of your stacks...) Thanks for adding my work. All the best, Malte -- ArcadeEngine - prepare to WOW your audience within minutes http://www.runrev.com/s

Re: [ANN] surprise - new website to host codes

2006-01-09 Thread Marielle Lange
I forgot to repeat the link, as this is quite new: Also note that the "open stacks" gallery (revolution.lexicall.org/stacks_education.php>) has been updated with information about the "dynamic digital maps" open source app. ddm.geo.umass.edu/> and "Chanc

Re: How do I select text in a field?

2006-01-09 Thread Dan Soneson
This command does not work in the Message Box, apparently since the message box entry field retains the focus. However, when you create a button with only this command in the mouseUp handler it ought to work just fine. Are you doing other things with your button script that might get in the way?

Re: [ANN] surprise - new website to host codes

2006-01-09 Thread Marielle Lange
Dear all, Thanks for the kind words on the new cms. My log suggests that many of you paid it a visit... and came back. 500 pages now and still growing! Some more information. 1. We had discussed the fact that this was viable only if (a) everything was automated as much as possible, (b)

Re: Restricting display to 1024*768 on wider screens, - still unsolved !!!

2006-01-09 Thread Klaus Major
Hi Kresten 4 images on your current stack sorry to repeat sending, but experiment to get reply attached to the original thread: Hi Thank you for the idea. However I am not sure, that I understand your suggestion exactly.Are you thinking of 4 auxiliary substacks, which together invariably

Re: Restricting display to 1024*768 on wider screens, - still unsolved !!!

2006-01-09 Thread Monte Goulding
4 images on your current stack > sorry to repeat sending, but experiment to get reply attached to the original thread: > > Hi > Thank you for the idea. However I am not sure, that I understand your suggestion exactly.Are you thinking of 4 auxiliary substacks, which together invariably could c

Re: Restricting display to 1024*768 on wider screens, - still unsolved !!!

2006-01-09 Thread Kresten Bjerg
sorry to repeat sending, but experiment to get reply attached to the original thread: Hi Thank you for the idea. However I am not sure, that I understand your suggestion exactly.Are you thinking of 4 auxiliary substacks, which together invariably could cover, what lies outside a central 1024x76

Restricting display to 1024*768 on wider screens,

2006-01-09 Thread Kresten Bjerg
Hi Thank you for the idea. However I am not sure, that I understand your suggestion exactly.Are you thinking of 4 auxiliary substacks, which together invariably could cover, what lies outside a central 1024x768 window, - or are you thinking of one auxiliary substack, with 4 thus placed images. T

Re: SSL Certificates on OSX (Dar :)

2006-01-09 Thread David Bovill
On 9 Jan 2006, at 12:35, Dave Cragg wrote: David, what is it you want to do with this certificate? Use it to provide your own secure web server, or to verify connections to https sites secured with certificates issued by CAcert? I'm assuming the latter. If that's right, then I *think* you w

Re: arrays

2006-01-09 Thread Stephen Gorton
yes you're right. i have just completed my own version of the average function that can move up and down my "array" i keep forgetting tht we are talking about an associative array with possible non-numerical "keys" i am used to array[linenumber][itemnumber] which seems more simple to me (for

Re: SSL Certificates on OSX (Dar :)

2006-01-09 Thread Dave Cragg
On 6 Jan 2006, at 14:57, David Bovill wrote: Has anyone used SSL certificates on OSX with Rev? A little. So this is definitely not expert advice. I have created and downloaded a certificate from www.cacert.org but I am not sure if this is what is required. The file is [EMAIL PROTECTED

Re: arrays

2006-01-09 Thread Alex Tweedly
Stephen Gorton wrote: xavier, found the solution put average(item 2 of line 20 to 30 of thearray) into theaverage it scares me that i find the solution on google but not in the documentation to be honest - rev is very powerful - but its difficult to harness this power if it isn't docu

Re: arrays

2006-01-09 Thread Stephen Gorton
xavier, found the solution put average(item 2 of line 20 to 30 of thearray) into theaverage it scares me that i find the solution on google but not in the documentation to be honest - rev is very powerful - but its difficult to harness this power if it isn't documented, (ie 3rdparty book

Re: arrays

2006-01-09 Thread xavier . bury
Stephen, look it up in the language reference... the keys returns the elements of the array example: repeat with x = 1 to 5 put random(100) into array[x] end repeat put the keys of the array -- what cells of the array are in use... -=- Xavier Bury Clea

Re: arrays

2006-01-09 Thread Stephen Gorton
cool but what are "keys"? if i want an avg from numbers associated with elements 3,4,5,6,7,8 of array thearray ie: keys := thearray[3 .. 8] or do i have to specify the entire list 3,4,5,6,7,8 ?? s [EMAIL PROTECTED] wrote: Hi Stephen no struggle needed... put the keys of myarray in

Re: arrays

2006-01-09 Thread xavier . bury
Hi Stephen no struggle needed... put the keys of myarray into keylist repeat for each line thiskey in keylist get myarray[thiskey] if it is a number then put it & comma after nulist end repeat delete last char of nulist put average(nulist) into myAnswer cheers Xavier [EMAIL PROTECTED] wrote on

arrays

2006-01-09 Thread Stephen Gorton
Hi i'm struggling with this language (reference manuals have non-existant crossreferances - glorified faqs) what i want to do is hand a sub array to a function but only a range of elements ie i want to get an average from a set of data put avg(thearray[3 .. 8]) into theaverage how do i hand t

Re: who provides webring?

2006-01-09 Thread graham samuel
On Sun, 08 Jan 2006 23:37:29 -0600, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: Sean Shao wrote: To make sure that you go to the newest site always use the domain redirect www.shaosean.tk and you can always reach me via email through the email redirect < info AT shaosean DOT tk > (it red

RE: Slightly Overwhelmed

2006-01-09 Thread Scott Kane
Hi Joshua, > Hello everyone, thank all of you very much for all your > help. I've managed > to learn a good deal about Revolution since I first started. > I purchased Dan > Shafer's book "Software At The Speed of Thought." An > excellent book by the > way! I've also gone over all the vid

Re: SnapzPro

2006-01-09 Thread Dan Shafer
FWIW, my experiences with Ambrosia tech support on SnapZProX has been superb. It's a utility without which I could not do a lot of my work. On 1/8/06, David Glasgow <[EMAIL PROTECTED]> wrote: > I tried SnapzPro, and the Snapz before that. For my money it was > never as good as ScreenRecord. > >

Slightly Overwhelmed

2006-01-09 Thread SupermanSlyr
In a message dated 1/8/2006 11:17:23 A.M. Eastern Standard Time, [EMAIL PROTECTED] writes: Hello everyone, thank all of you very much for all your help. I've managed to learn a good deal about Revolution since I first started. I purchased Dan Shafer's book "Software At The Speed of Thoug

Re: CGI on Mac OS X server help...asap please!

2006-01-09 Thread Jonathan Kotthoff
Interesting...It seem that this was a Rev issue...I reverted back to an older version of Rev CGI 2.1 and all works fine...h...Am going to get my project done now for tomorrow...but will investigate further tomorrow...Thanks all for your help... Jonathan Kotthoff Director of Media & Technol

Re: movies on Win

2006-01-09 Thread Signe Marie Sanne
Nicolas Cueto skrev: Hello List, I'm looking to play WMV videos (or even RM videos!) in my stacks, but because the docs seem to favor the use of QT for RunRev I'm having trouble trying to learn on my own how to implement playback of non-QT videos in Win-based stacks. My stack mciMpegVide

Re: Set the icon to (icon of another stack)--YES!

2006-01-09 Thread Paul Claude
Dear Rob, I cannot change in any way the X2 or X3 stack, because it is an external stack, not mine, and it may change everytime: I'm not switching themes, I'm browsing stacks. on 5-01-2006 17:15, Rob Cozens at [EMAIL PROTECTED] wrote: > Can your design allow you to separate the images in "X2" f