Re: MD5 digests of very big files

2010-06-29 Thread Malte Pfaff-Brill
Hi Al, I guess the problem you see is that revs MD5s need to be binaryDecoded to have the same output like for example PHP. A simple script to see this is: on mouseUp local tCheck,tResult put md5Digest(moo) into tCheck get binaryDecode(H*,tCheck,tResult) put tCheckcrtResult --

Pointlist from move command?

2010-06-29 Thread Michael Kristensen
Hi there Is there a way to get a complete pointlist from all the points an object visiting through a move command on a polygon. I do not mean the polygon corner points but all the points that make up the lines of the polygon. Thanks Mic ___

Re: Pointlist from move command?

2010-06-29 Thread Richmond
On 06/29/2010 11:48 AM, Michael Kristensen wrote: Hi there Is there a way to get a complete pointlist from all the points an object visiting through a move command on a polygon. I do not mean the polygon corner points but all the points that make up the lines of the polygon. Thanks I

Re: Pointlist from move command?

2010-06-29 Thread BNig
Hi Mic, if you mean that instead of the corner points of a polygon you want all the intermediate points also then this came up on the forum a while ago and I uploaded a little stack to the forum that does this. See:

Re: Need Help with Geometry

2010-06-29 Thread Gregory Lypny
Hi Ken, Thanks for responding. Yes (I think --- that's a whole lotta numbers you've got down there!), the top-left corner of the topmost field should remain fixed. As the stack window is enlarged, the topmost field should grow proportionately downwards and to the right. The field below

Re: Location parameters in Size Inspector for stack

2010-06-29 Thread Michael D Mays
If a field isn't recognizing the closefield message I would call that a major bug, if the closefield message isn't being trapped and/or acted upon correctly in a field I would call that minor. (yes I am nit picking like my cousins ;) Re reproduction: If I create a new stack, double click the

Re: snapshot and background problems

2010-06-29 Thread Michael D Mays
So when I do something like set the filename of image Image to filepath that data is 'the text of the image or just 'the image' which backs the image in its original format. When I ask for 'the imagedata of the image' I get four bytes for each pixel in the image: one byte of zeroes, a

Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Mark Stuart
Hi all, Platform: WinXP Rev: revStudio 4.0 I'm wanting to get all possible screen resolutions from a Windows computer. I know the screenRects gets the current resolution from all attached screens, but I want to get all possible screen resolution range settings from only 1 of the screens. Eg: on

Re: Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Richmond
On 06/29/2010 06:36 PM, Mark Stuart wrote: Hi all, Platform: WinXP Rev: revStudio 4.0 I'm wanting to get all possible screen resolutions from a Windows computer. I know the screenRects gets the current resolution from all attached screens, but I want to get all possible screen resolution range

Re: snapshot and background problems

2010-06-29 Thread Scott Rossi
Recently, Michael D Mays wrote: So when I do something like set the filename of image Image to filepath that data is 'the text of the image or just 'the image' which backs the image in its original format. The image data is not part of the stack -- you create a reference to the external

Re: Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Bob Sneidar
For Macs it appears someone put together a free terminal app that does this. I have not checked it out so proceed with caution. http://www.mowlem-enterprises.co.uk/ScreenUtil_v1.0.zip Bob On Jun 29, 2010, at 9:42 AM, Richmond wrote: On 06/29/2010 06:36 PM, Mark Stuart wrote: Hi all,

Re: Getting ALL screen resolutions from 1 screen

2010-06-29 Thread G. Wolfgang Gaich
For windows systems: http://www.mirkes.de/files/batch_tools.zip In the archiv there is a display.exe: show or change display settings (resolution, frequency, bit depth) usage: display hwidth vheight [ffreq.] [bbit depth]: change display settings (e.g. h1024 v768 f60 b16) display

Re: Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Ken Ray
Mark, You can do this with VBScript - here's a script that gets all possible video controller resolutions: ' List All Possible Video Controller Resolutions On Error Resume Next strComputer = . Set objWMIService = GetObject(winmgmts: _ {impersonationLevel=impersonate}!\\ strComputer

Re: Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Richmond
On 06/29/2010 11:12 PM, Ken Ray wrote: Mark, You can do this with VBScript - here's a script that gets all possible video controller resolutions: ' List All Possible Video Controller Resolutions On Error Resume Next strComputer = . Set objWMIService = GetObject(winmgmts: _

Re: MD5 digests of very big files

2010-06-29 Thread Alejandro Tejada
Hi Malte, Malte Pfaff Brill wrote: I guess the problem you see is that revs MD5s need to be binaryDecoded to have the same output like for example PHP. A simple script to see this is: on mouseUp local tCheck,tResult put md5Digest(moo) into tCheck get binaryDecode(H*,tCheck,tResult)

Re: MD5 digests of very big files

2010-06-29 Thread Richard Gaskin
Alejandro Tejada wrote: My question is: Which other operations are needed in this quasiMD5 function to produce true MD5 digests of big files? The MD5 algo is a great way for quick data validation for internal use, but for more serious use (like verifying a distro) I don't think anyone uses

Re: MD5 digests of very big files

2010-06-29 Thread Bob Sneidar
Yes MD5 is supremely hackable, or should I say hashable. There are hash tables that contain the MD5 hash for an almost unlimited number of possible keys, and the algorithm is also easily crackable these days. Bob On Jun 29, 2010, at 2:30 PM, Richard Gaskin wrote: Alejandro Tejada wrote:

last available version of revBrowser.dll (windows) ?

2010-06-29 Thread Pierre Sahores
Hi Friends, Anyone knows what is the last available version of revBrowser.dll (windows) ? If yes, is it the same in Rev 4 and rev 4.5 ? Many thanks for your comments. Best, Pierre :-) -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com

Re: Location parameters in Size Inspector for stack

2010-06-29 Thread Mark Wieder
Jacque- Monday, June 28, 2010, 12:57:09 PM, you wrote: groan Reproduct is a perfectly good word, it just isn't in widespread use yet. Knowing you, it soon will be... I think reproduct is a great verb. And the concept is certainly in common use: it's what makers of candy bars and cereal boxes

Imbedding e-mail address in an About dialog...

2010-06-29 Thread charles61
How do you imbed an e-mail address link in the generic About dialog generated by the Menu Builder? I wanted to put a link in the About dialog so the user could click on it that would launch the user's e-mail application. -- View this message in context:

RevCloud (was Re: Line Numbers in Text Editor)

2010-06-29 Thread Richard Gaskin
stephen barncard wrote: On 26 June 2010 09:23, Richard Gaskin wrote: ... This keeps the stack file small enough to be extremely portable (I'm migrating a lot of tools to cloud storage - look for *RevCloud* coming soon to RevNet this summer; think devolution on serious steroids and focused on

Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Mark Stuart
on Tue Jun 29 15:02:41 CDT 2010, G. Wolfgang Gaich wrote: For windows systems: http://www.mirkes.de/files/batch_tools.zip In the archive there is a display.exe: show or change display settings (resolution, frequency, bit depth) usage: display hwidth vheight [ffreq.] [bbit depth]: change display

Re: Imbedding e-mail address in an About dialog...

2010-06-29 Thread Jeff Massung
Add a field to the about box named Email put Email support with any questions into fld Email set the textStyle of word 2 of fld Email to link set the linkText of word 2 of fld Email to mailto:m...@gmail.com; Done. ;-) Jeff M. On Tue, Jun 29, 2010 at 6:27 PM, charles61 csz...@mac.com wrote:

Re: Mac Standalone Bug

2010-06-29 Thread Bill Vlahos
That doesn't fix it in 4.0. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 24, 2010, at 10:22 AM, J. Landman Gay wrote: Justin Sloan wrote: Jeff, I do have a menu. Is that the

Drag Drop question

2010-06-29 Thread tkuyp...@telenet.be
ok, something weird is happening and I'm lost... I have a list with some lines of text of which I want to drag from. Next I have a button on which I want to drop onto. I've created an invisible button, whose label is set to the line I selected, and becomes visible in the dragStart handler of

Re: Sorting lines by variable directions and types

2010-06-29 Thread James Hurley
Message: 22 Date: Sun, 27 Jun 2010 23:14:00 -0500 From: Ken Ray k...@sonsothunder.com Subject: Re: Sorting lines by variable directions and types To: Use Revolution List use-revolution@lists.runrev.com Message-ID: c84d8bb8.43259%k...@sonsothunder.com Content-Type: text/plain;

Re: Drag Drop question

2010-06-29 Thread Jan Schenkel
I think the button you're dragging along will get in the way of the drop. It's better to update the dragImage rather than try and move a 'shadow' button around the card; besides, it won't show once your drag goes outside the window. Add an image, set its name to DragImage and hide it. Then use

Re: Drag Drop question

2010-06-29 Thread Mark Wieder
tkuypers- Here's a tutorial I wrote on drag-and-drop: http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/7124-Pinning-Drag-and-drop-to-the-mat-a-primer -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list

Re: Location parameters in Size Inspector for stack

2010-06-29 Thread J. Landman Gay
Michael D Mays wrote: If a field isn't recognizing the closefield message I would call that a major bug, if the closefield message isn't being trapped and/or acted upon correctly in a field I would call that minor. (yes I am nit picking like my cousins ;) It looks to me like it just isn't

Re: Mac Standalone Bug

2010-06-29 Thread J. Landman Gay
Bill Vlahos wrote: That doesn't fix it in 4.0. Odd, it's what I usually use. You could try setting the destroywindow to false too. I don't think you need to, but it's all I can think of. You saved the stack after resetting the destroystack, before building, right? Is the checkbox for

Re: Mac Standalone Bug

2010-06-29 Thread Mark Schonewille
Hi Bill, Set the destroyStack to false, toggle the destroyWindow property (just try both possibilities), save and close your stack. Re-open your stack and build your standalone immediately. This worked for me. Another solution might be to set the editMenus to true while hiding the

Re: RevCloud (was Re: Line Numbers in Text Editor)

2010-06-29 Thread Sarah Reichelt
RevCloud makes it easier to support multi-developer teams by providing a collection of tools tailored specifically for the sort of work we do in Rev. Even better, the tools in RevCloud are just the icing.  Beneath them is a tasty layer cake of client and server libraries from which you can