Re: the := operator (affectation

2005-06-23 Thread Dar Scott
like your comments, Jim. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing

Re: Confirm Long File Name Bug in Player Object

2005-06-23 Thread Dar Scott
. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution

Re: Confirm Long File Name Bug in Player Object

2005-06-24 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Confirm Long File Name Bug in Player Object

2005-06-24 Thread Dar Scott
admit that I might be reading in something more stringent than what is there. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software

Re: Fast/slow code example (was: Re: compileIt for revolution?)

2005-06-24 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Sucess compiling Alex Tweedly DLL!

2005-06-24 Thread Dar Scott
not have hit upon anything useful. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution

Re: Confirm Long File Name Bug in Player Object

2005-06-24 Thread Dar Scott
the fileName of player i to aliasPaththen check player's props filename will be the original long one. It was worth a try. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software

Re: repeat for each in reverse order ?

2005-06-26 Thread Dar Scott
in some seemingly arbitrary order. In any case... You can get the keys of the array and sort them in the order you want and then loop through the keys with 'repeat for each line'. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: IP conflict?

2005-06-26 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: IP conflict?

2005-06-26 Thread Dar Scott
On Jun 26, 2005, at 4:34 PM, Dar Scott wrote: The second one (in the netConnectOne handler) can cause nested responses, so if some of those variables are global then the values will get scrambled. This might cause both responses to go to only one client. I didn't word that well. The 'wait

Re: Fast/slow code example (was: Re: compileIt for revolution?)

2005-06-26 Thread Dar Scott
On Jun 26, 2005, at 4:01 PM, Jeanne A. E. DeVoto wrote: It should be mentioned in the docs. (And probably is and I don't know where.) In the dictionary for the repeat control structure. ;-) I thought it would be, but when I skimmed over that, I missed it. Dar

Re: repeat for each in reverse order ?

2005-06-27 Thread Dar Scott
On Jun 27, 2005, at 1:57 AM, Robert Brenstein wrote: repeat for each element x in y descending Now, is that with keys in descending order or elements in descending order? Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http

Re: repeat for each in reverse order ?

2005-06-28 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Confirm Long File Name Bug in Player Object

2005-06-28 Thread Dar Scott
Since this seems to have changed, can we get a new subject on this? -- Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: sorting zip codes

2005-07-10 Thread Dar Scott
00235 Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution

Re: Building a library with functions with callbacks

2005-07-11 Thread Dar Scott
encourage the wrapper incase it changes. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use

Re: Building a library with functions with callbacks

2005-07-11 Thread Dar Scott
to be separated would be nice.) Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing

Re: Building a library with functions with callbacks

2005-07-11 Thread Dar Scott
forgotten I made made an earlier suggession. So, the votes won't add up to what they were. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software

Re: random number help...

2005-07-12 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution

Re: passing quotes parameters to a 'send' message...

2005-07-12 Thread Dar Scott
. The statement is executed right up until the actual invocation (the parameters are evaluated by this time), and then there's an optional wait until some time, and then it is dropped into the message path pinball machine. Dar -- ** DSC (Dar Scott

Re: passing quotes parameters to a 'send' message...

2005-07-13 Thread Dar Scott
of me after message to button B end mouseUp That displays the color of button B. If that weird part I mentioned above is fixed, then that would probably change. Maybe we don't want it to. I'm OK with the change. Dar -- ** DSC (Dar Scott

Re: Script local

2005-07-14 Thread Dar Scott
in other scripts will not. Dar Scott -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution

Re: Anomolous is among

2005-07-22 Thread Dar Scott
-- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Anomolous is among

2005-07-22 Thread Dar Scott
On Jul 22, 2005, at 9:47 PM, Brian Yennie wrote: answer planets is among the words of = TRUE answer planets is among the words of x= FALSE It looks like it has to do with using string literals in the statement, and chokes on empty words. Yeah. But it seems to be a little more

Re: Unicode confusion

2005-07-25 Thread Dar Scott
there is a way to cheat with some special tools. Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use

Re: Fonts Unicode

2005-07-26 Thread Dar Scott
(Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming and software ** ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Fonts Unicode

2005-07-26 Thread Dar Scott
would be happy with pasting strange encodings and with selecting any fonts--it would be usually transparent. For I/O we would want to convert, though.) Dar -- ** DSC (Dar Scott Consulting Dar's Lab) http://www.swcp.com/dsc/ Programming

Re: Fonts Unicode

2005-07-27 Thread Dar Scott
On Jul 26, 2005, at 2:49 PM, Brad Borch wrote: 4. If the text pasted in is styled text from a Unicode font, the htmlText reflects this: font face=TITUS Cyberbit Basic lang=el#945;#946;#948;#966;#949;/font Note the lang='el' parameter. The el stands for Ellinas, which is the Greek word

Re: need help with strings

2006-06-17 Thread Dar Scott
On Jun 17, 2006, at 11:03 PM, Jared Smith wrote: repeat for myVariable times tabCount = tabCount+tab end repeat put tabCount Hello into field Field Almost there! Change the + to and accumulate tabs in the string. (The name tabCount sounds like a number; call it tabs or tabString.) Dar

Re: need help with strings

2006-06-17 Thread Dar Scott
it might be an interesting extension of the language, but it won't work. In Revolution 10 and 10 are the same. So, should 10*2 be 1010 or 20? For Revolution it is the latter. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: determining a plain text file

2006-07-10 Thread Dar Scott
don't look at the whole file (except in some special cases). I look at only the characters near the end and near the front. That puts an upper bound on determination time. Is the question Should I dump this into a field or should I convert to hex first? ? Dar Scott

Re: Internal security of Rev?

2006-07-11 Thread Dar Scott
to license and supply OEM components. Your happy customers will never notice that there is an encryption challenge; be ahead of them on what you give them. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Internal security of Rev?

2006-07-12 Thread Dar Scott
I was asleep.) Hmmm. There should be an enhancement request for this. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Wanted: Insights on implementing continuations. (Related to web frameworks)

2006-07-12 Thread Dar Scott
On Jul 12, 2006, at 1:13 AM, Andre Garzia wrote: Most help I need now is on theory and good ideas. This email is touching the topics of continuations and why we need them for webframeworks. Continuations are not a familiar concept for xTalk coders, actually I think that most people

Re: Internal security of Rev?

2006-07-13 Thread Dar Scott
On Jul 12, 2006, at 6:20 PM, John Tregea wrote: Thanks for your extensive reply. The point you raised about info leaks through memory was one of my two concerns, the other was what could be seen by 'peaking' into the built application. In the latter case, you are using a hardwired

Re: Colour of a pixel?

2006-07-13 Thread Dar Scott
On Jul 13, 2006, at 3:04 AM, John Tregea wrote: I thought if I could extract the RGB values from pixels in a picture I could solve my concern about storing a password that may be read by someone peaking at the source code of a built rev app. !! Several people have suggested that you not

Re: Internal security of Rev?

2006-07-13 Thread Dar Scott
, and encryption maybe you can exploit all that.) Dar Scott On Jul 12, 2006, at 7:37 PM, Brian Yennie wrote: I would second that. If you're going to go to all of the trouble of encrypting your database, using SSL, taking thumbprints, etc, etc - then just about any method of storing critical passwords

Re: Internal security of Rev?

2006-07-13 Thread Dar Scott
On Jul 13, 2006, at 6:50 PM, John Tregea wrote: Thanks for your time again. I believe that the database server is secure. It will be Solaris 10 running a dedicated copy of postgreSQL. Solaris will be configured with a zone that enables login only on the postgres port . The server will be

Re: Internal security of Rev?

2006-07-13 Thread Dar Scott
On Jul 13, 2006, at 9:35 PM, John Tregea wrote: That is a valuable synopsis. I will go away now and get on with it... :-) If you need help with any of those pieces, we are around. Setting up SSL, encryption, message digest (using MD5)... (I did not intend to be abrasive about hiding

Re: Internal security of Rev?

2006-07-14 Thread Dar Scott
On Jul 14, 2006, at 6:08 AM, Wouter wrote: As for giving a reason to someone to crack your software, this is an excellent one. Right, and with moral indignation one might not have the extra (emotional) moral cost of violating an agreement or stealing or sinning or dishonoring the state

Re: irregular expression

2006-07-14 Thread Dar Scott
GREP-enabled application (BBEdit). Yet the line of code doesn't change a thing; all hyperlink tags are still there. How can this be? case? Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: irregular expression

2006-07-14 Thread Dar Scott
On Jul 14, 2006, at 12:29 PM, Dar Scott wrote: On Jul 14, 2006, at 6:05 AM, [EMAIL PROTECTED] wrote: I have a problem with regular expressions. I want to use put replacetext(myVar,/?a[^]*,) into myVar to delete all hyperlinks form a HTML file. case? To elaborate: Try putting (?i

Re: irregular expression

2006-07-15 Thread Dar Scott
that to this: Revolutionbr So both the a and /a must be matched. The optional slash does that. (The regex does not handle a in an attribute string, say, for title, but maybe there cannot be one.) Dar Scott ___ use-revolution mailing list use-revolution

Re: [OT] Open Source Replacements

2006-07-16 Thread Dar Scott
-KNOW-WHAT' : see ref to SSS {although on the Mac I use NEO-OFFICE, a port of OPEN OFFICE which is more 'Maccy') AUDACITY - sound recorder, editor: SSS Note that GIMP and Audacity have GPL licenses, so if one avoids GPL, one needs to find something else. Dar Scott

Re: revealing drivers list

2006-07-16 Thread Dar Scott
as /dev/ttyUSB0 and /dev/ttyUSB1. The normal serial port is at /dev/tty0. HTH Do these not show up on driverNames()? Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

getProp and setProp (was Re: Personalized Syntax)

2006-07-17 Thread Dar Scott
meters to report layout and content, often in layers. Them's cool. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Internal security of Rev? Hardware for storing passphrases or keys?

2006-07-18 Thread Dar Scott
On Jul 17, 2006, at 10:00 PM, John Tregea wrote: Oh yes, I would then need Rev to read data from a USB port as well... If it looks like a drive or a serial port, then Rev can do it. (Seems like I have seen drives with a print reader someplace.) Dar Scott

Redirect output using shell()

2006-07-20 Thread Dar Scott
reports on RunRev. Maybe those bugs don't apply when opened with for neither, IIRC they mostly had to do with comm. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Where are the limits?

2006-07-20 Thread Dar Scott
In the old days there was a page in the doc about the limits. I don't mean scriptLimits(), but I think there was a link there. I mean max chars in a field, max chars in a script line, max length of a string and so on. (Maybe that is still in the doc, but I am not clever enough to find

Re: Imagedata row order

2006-07-21 Thread Dar Scott
On Jul 21, 2006, at 1:55 PM, J. Landman Gay wrote: I am trying to figure out how to set an image's imageData to a repeating pattern. I have a pattern that is 8 x 8 pixels. I want to repeat this pattern 16 times in order to fill a 32-pixel square image. If I repeat the pattern 4 times, I

Re: Imagedata row order

2006-07-21 Thread Dar Scott
On Jul 21, 2006, at 4:07 PM, J. Landman Gay wrote: But now I'm curious. My first attempt created an incomplete set of pixels that didn't fill the image completely, but how come it wrapped by itself? That got me to wondering how imagedata gets applied. Is it supposed to just go along in

Re: Combo boxes in background groups

2006-07-22 Thread Dar Scott
or computed names to prevent clashes. Missing in Rev is some sort of preOpenControl. Making one for one's controls is an investment of time and might not be worth it. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Combo boxes in background groups

2006-07-22 Thread Dar Scott
a property that is not shared. Here the setProp and getProp must either impose on the card (maybe leaving junk around as controls are moved from card to card) or use a hidden field. That still leaves the problem of setting the correct value when the card is opened. Dar Scott

Re: need help with accept connections from terminal.

2006-07-22 Thread Dar Scott
know which one you are closing. Try ResetAll. If I didn't get what your are doing, I'll try to pay better attention. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Imagedata row order

2006-07-23 Thread Dar Scott
complicated for folks making a simple image. Oh. Do you mean P6? Cool! Does P6 have alpha? Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Imagedata row order

2006-07-23 Thread Dar Scott
On Jul 23, 2006, at 3:19 PM, Dar Scott wrote: I see next to no reason to ever reference the imageData property of an image, and as noted in my last post, setting the TEXT property causes the imageData, dimensions, and related properties to adjust automatically. Image files are pretty

Re: Revolution Community Partners

2006-07-24 Thread Dar Scott
Forums and I don't see that. I just see some announcements. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: Imagedata row order

2006-07-25 Thread Dar Scott
to the image or size. When I tried to subsequently export, I got an error. Maybe something was wrong with my data. I suppose if I could set one of these, I could still compress it by exporting as something else and then setting it again. Has anybody tried some of the simpler formats? Dar Scott

Re: Why is the imagedata value different from Win32 to MacOS

2006-07-26 Thread Dar Scott
lf in Rev's case. You might want to compare or use that data. More is online, google for P6 PPM. I got a compiler error in trying to export a mask. I hope that gives some hints. Dar Scott ___ use-revolution mailing list use-revolution

Re: More Imagedata Issues

2006-07-26 Thread Dar Scott
it. I would be pleased to find a simple image file format that an image can be set to. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: programatically eject drive

2006-07-26 Thread Dar Scott
that out, then use the Revolution shell() function. The drive might need a /dev/ prefix. I'm not sure what OS X releases that is on. Dar Scott in shock, because eBay has gone Windows-only ___ use-revolution mailing list use-revolution@lists.runrev.com

What clears script local variables

2006-07-26 Thread Dar Scott
else it comes up empty. All are below the variable in the script. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: What clears script local variables -- Never mind!

2006-07-26 Thread Dar Scott
On Jul 26, 2006, at 5:38 PM, Dar Scott wrote: I'm finding a script local variable is being cleared. I can't figure out where or how. I figured it out. -- Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: restrict number of characters in a field?

2006-07-26 Thread Dar Scott
of password dialog boxes. It is probably a problem with many applications that use KeyDown. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: restrict number of characters in a field?

2006-07-27 Thread Dar Scott
On Jul 27, 2006, at 2:14 AM, Klaus Major wrote: Interestingly the behaviour has changed a bit between 2.6.1 and 2.7.2, but not fixing this bug. What changed? Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: More Imagedata Issues

2006-07-27 Thread Dar Scott
On Jul 27, 2006, at 9:23 AM, Rob Cozens wrote: Rev knows the paintCompression of image 3. When it changes image 3's text property based on the imageData why is it converted to png format instead of, in this case, gif format? I can guess. Normally, a gif is limited to 256 colors. An

Re: restrict number of characters in a field?

2006-07-27 Thread Dar Scott
On Jul 27, 2006, at 1:19 AM, Ben Rubinstein wrote: Interestingly the behaviour has changed a bit between 2.6.1 and 2.7.2, but not fixing this bug. What changed? Good BZ report, BTW. Dar ___ use-revolution mailing list

RLE

2006-07-27 Thread Dar Scott
having trouble believing that this legendary RLE exists. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Re: RLE

2006-07-27 Thread Dar Scott
On Jul 27, 2006, at 5:19 PM, Ben Rubinstein wrote: I'm having trouble understanding why anyone wants it. (This is sincere, not snide.) I'm just trying to learn if I want it. But why does anyone care what the RLE format is? It's just used internally. We don't need to understand the

Re: RLE

2006-07-27 Thread Dar Scott
the change card is what I keep forgetting for newly drawn images. Are there alternatives to changing the card? I need to read up on paintCompression. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Handling Key Messages

2006-07-28 Thread Dar Scott
is the ASCII code for a digit. So you want to check for the range 48 through 57 inclusive. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Need quick check on Intel Mac

2006-07-28 Thread Dar Scott
Could somebody check this in the message box on an Intel Mac? (2^32-1) bitAnd (2^32+1) Thanks, Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Need quick check on Intel Mac

2006-07-29 Thread Dar Scott
On Jul 28, 2006, at 1:14 PM, Phil Davis wrote: On an Intel mini: Rev 2.7.2: put (2^32-1) bitAnd (2^32+1) result = 1 Rev 2.6.1: put (2^32-1) bitAnd (2^32+1) result = 4294967295 Thanks, Phil, Marian, Malte and anybody else! Rev 2.7.2 Windows: put (2^32-1) bitAnd (2^32+1) result = 1 Rev 2.7.2

Re: Math challenge thing

2006-07-30 Thread Dar Scott
On Jul 30, 2006, at 12:03 PM, J. Landman Gay wrote: put (x mod 4)+1 into x put x mod 4 into x will generate 0,1,2,3 if you start out with a whole positive number that isn't extremely large. Dar ___ use-revolution mailing list

Re: Math challenge thing

2006-07-30 Thread Dar Scott
On Jul 30, 2006, at 12:13 PM, Thierry Arbellot wrote: put (x+1) mod 4 into x Yikes, I forgot the increment, Jacque! Pay attention to this one. -- Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Math challenge thing

2006-07-30 Thread Dar Scott
On Jul 30, 2006, at 12:17 PM, Ken Ray wrote: put (x mod 4) into x as in: on mouseUp put 12 into tMax repeat with x = 1 to tMax put (x mod 4) , after fld 1 end repeat end mouseUp Result: 1,2,3,0,1,2,3,0,1,2,3,0, Yeah. That's what I was thinking. Then when I saw Thierry's I

Re: Registration Key Storage

2006-07-30 Thread Dar Scott
platforms. put testFile into URL file:data.txt The file: prefix is for text and might change the line endings. The binfile: prefix is suitable for binary data and will not adjust line ending characters. So, depending on the format of your registration file, chose the right prefix. Dar Scott

Re: angle of image bug

2006-07-31 Thread Dar Scott
rather than a bug?) Dar Scott ___ use-revolution mailing 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

Re: Saving externals in a standalone on OSX?

2006-07-31 Thread Dar Scott
app. I especially don't want it copied over several times. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Re: angle of image bug

2006-07-31 Thread Dar Scott
On Jul 31, 2006, at 11:52 AM, Scott Rossi wrote: (Was it wimpy of me to make this a suggestion rather than a bug?) I'll gladly pay you Tuesday for a hamburger today. :-) Well, if your policy and code of conduct allow, see if you have any votes left and apply them. Thats bz 1186. This

answer file default *file*?

2006-08-01 Thread Dar Scott
I'm using 'answer file with defaultpath' on XP. That seems to be setting the right folder. However, I'd like to have a default file, too, and when I try to include a file path the file field is still blank. Is there a way to specify a default file? Dar Scott

Re: rawKeyDown - Cross Platform ???

2006-08-02 Thread Dar Scott
is a bug or not. Let us know what you learn, if you feel inclined. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Answer/File File Name combo problems

2006-08-02 Thread Dar Scott
of the folder path followed by the full path. Like this: C:/chocolate/C:\mockchocolate\white\chip.txt I could parse that out, but I suspect there is a right way to do this and get the right path. Or maybe a way to clear or set the combo list. Dar Scott

Re: LibURL Error Previous request not completed

2006-08-03 Thread Dar Scott
. Dar Scott ___ use-revolution mailing 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

Re: Answer/File File Name combo problems

2006-08-03 Thread Dar Scott
On Aug 2, 2006, at 5:02 PM, Dar Scott wrote: C:/chocolate/C:\mockchocolate\white\chip.txt Ah, yes. Bug 3300. Any experience of success with the Rev dialogs? If not, I'll continue with the system dialogs and check it and extract what I need. (I hope my example did not offend any white

Re: Saving externals in a standalone on OSX?

2006-08-04 Thread Dar Scott
things into temp, even code, but I'm not sure if that is the right place. I have a vague memory of what I read where things to go and where the new (then) app builder wanted to put them were not the same. I don't know if any of that mumbling is any help. Dar Scott

One Day Beta for Microsecond Performance Timer Plugin

2006-08-05 Thread Dar Scott
the first release works. And you can help me out as I learn how to create a product family. So send me an email, if you'd like to play with this. The plugin is currently about 44KB, but might shrink in a week or two. I'll send a demo stack, too. FREE! Dar Scott Dar Scott Consulting

Re: Bessel function

2006-08-06 Thread Dar Scott
a factor table the first time and use that each time. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Extension of pre-pub testing for ns performance timer plugin

2006-08-06 Thread Dar Scott
it takes to do an operation can vary and sometimes take much longer than usual. Time several times to get the feel for the time. Drop me a note if you want an early look. Dar Scott [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Extension of pre-pub testing for ns performance timer plugin

2006-08-06 Thread Dar Scott
On Aug 6, 2006, at 12:09 PM, Dar Scott wrote: It sets up a uniform timing API and adds very high res timing to Windows. I forgot to say that this version does not solve bug 75 for non Windows, so don't use 'time' or 'convert' during timing. It will mess up the timing measurement

Plugin visibility

2006-08-06 Thread Dar Scott
Is there a way to set a plugin so it is invisible when (if) loaded with the IDE, but visible when loaded from the menu? Is there a way for the plugin to tell the difference? Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Plugin visibility

2006-08-06 Thread Dar Scott
On Aug 6, 2006, at 6:53 PM, Mark Smith wrote: Can you not do this from the 'Development' menu in the IDE? I have a menuItem at the bottom of the 'Development' menu called 'plugin settings', where you can define this behaviour for each plugin. Studio 2.7.2, but I'm pretty sure it's been

Re: Plugin visibility

2006-08-06 Thread Dar Scott
On Aug 6, 2006, at 7:43 PM, Phil Davis wrote: The settings Mark mentioned are the ones I was referring to in my earlier response. I didn't see a message among them that tells the plugin when (start of session / mid-session) or how (auto / manual) it is being opened. I thought that's what

Re: HTML Tag Cleaner Fails

2006-08-07 Thread Dar Scott
is way outside the scope of what htmlText does. Stripping title and not foo is bizarre. It might be a clue that htmlText will become closer to HTML, but I suspect it is an ancient artifact. Dar Scott ___ use-revolution mailing list use-revolution

Re: HTML Tag Cleaner Fails

2006-08-08 Thread Dar Scott
. Maybe it is even possible for retrieved htmlText to closely render in HTML.) There is no reason to expect a field to process HTML when it is dumped into the field's htmlText property. Stripping title is bizarre. Dar Scott ___ use-revolution mailing

Re: Problems using Send and Functions with 2 parameters

2006-08-08 Thread Dar Scott
in the group, then the group is in the message path. Dar Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Re: Problems using Send and Functions with 2 parameters

2006-08-08 Thread Dar Scott
to keep the send parameter to a single command plus a comma delimited list of variable parameters, like this: send advancePen m,n,x ... This looks like a good place for a setProp in the group, if 'moveClockHands' will set the time rather than advance some amount. Dar Scott

Re: HTML Tag Cleaner Fails

2006-08-08 Thread Dar Scott
for. No effort was made to make that happen. Would you have released htmlText the way it is if you made it to render HTML? So removing title is bizarre. Somebody complained or asked for it and it was tacked on. Dar Scott ___ use-revolution mailing list

Re: HTML Tag Cleaner Fails

2006-08-08 Thread Dar Scott
On Aug 8, 2006, at 1:18 PM, [EMAIL PROTECTED] wrote: There would be no assumption that a property named taggedText would render html pages. I agree. -- Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: HTML Tag Cleaner Fails

2006-08-08 Thread Dar Scott
On Aug 8, 2006, at 5:22 AM, Mark Schonewille wrote: Apple's TextEdit application behaves exactly like Revolution fields in this respect. Are you looking at clipboardData[html]? I don't think TextEdit is creating bad HTML. I think Revolution is using the same function to create htmlText

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