Re: wait with messages

2004-08-12 Thread Dar Scott
On Aug 12, 2004, at 6:16 PM, Erik Hansen wrote: if you had your website URL as part of your signoff then it would be easier to find your stacks! Like this? Dar Dar Scott Consulting http://www.swcp.com/dsc/ Programming Services

Re: wait with messages

2004-08-11 Thread Dar Scott
, the wait for a is blocked by the wait for b. Looking at the time, you can see that once the setB button is clicked, everything wraps up. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

Re: wait with messages

2004-08-11 Thread Dar Scott
On Aug 11, 2004, at 9:55 AM, Dar Scott wrote: Without polling what is the best way to wait (while messages continue processing) for a viriable state to change? Since wait with messages is presenting several anomalies I cannot explain. One way would be to use a custom command (hander) to set

Re: errorDialog Message question

2004-08-11 Thread Dar Scott
. Maybe that is what you meant by in a handler, but I thought I'd mention this. I don't have my 'throw' schema integrated with what Revolution throws, so I use 'try'. Also, there is some interesting behavior in making sure you get the right errorDialog. Dar Scott

Re: errorDialog Message question

2004-08-11 Thread Dar Scott
are going will work; I didn't look closely. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: send (myHandler myItems) in tSpeed millisecs only sends item 1 of myItems

2004-08-11 Thread Dar Scott
parameter to myHandler, it containing an item list, I presume. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: opening sockets and cpu usage

2004-08-10 Thread Dar Scott
, don't test using a default button. For me, that causes usage to jump up 27%. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: wait with messages

2004-08-10 Thread Dar Scott
messages are destined to come, all creating the behavior you want. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: opening sockets and cpu usage

2004-08-10 Thread Dar Scott
On Aug 10, 2004, at 2:26 PM, Dar Scott wrote: It looks like a bad thread is running when any socket is open. It might be polling. This looks like bugzilla food to me. I don't see any new threads added. A polling thread might be OK under some conditions. Normally Rev makes 200 system calls

Re: MDI kind

2004-08-09 Thread Dar Scott
be doing, and what *exactly* should the taskbar be doing? I'm with you. I thought a minimized doc would be be something in the bottom of the window. The taskbar would not be involved. Well, my VC++ does this and an app I made deep in the last century did. Dar Scott

Re: MDI kind

2004-08-09 Thread Dar Scott
might be too strong. Maybe there is no easy way to make an arbitrary stack a child window, but for many applications a document can be represented in a way that looks like a child window. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: MDI kind

2004-08-09 Thread Dar Scott
. One problem might be matching the system buttons of the host. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: ActiveX and RR

2004-08-09 Thread Dar Scott
) for others. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: question about httpProxy prop.

2004-08-09 Thread Dar Scott
of these. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: imagedata problem

2004-08-08 Thread Dar Scott
on some gray PNG files and display a squished pink image. Maybe some gray formats are a problem. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Further on Platform Specificity

2004-08-08 Thread Dar Scott
On Aug 8, 2004, at 4:15 PM, Richard Gaskin wrote: All in all most of the work I do has less than 2% platform-specific code. But what percentage of the work is directed toward that 2%? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Further on Platform Specificity

2004-08-08 Thread Dar Scott
On Aug 8, 2004, at 4:46 PM, Richard Gaskin wrote: For me, far less than 2%: I wrote most of what I need years ago, and just start using a common library whenever I need it. Does that take care of the problem that there is no available font that works the same on both Windows and OS X? Dar

Re: Further on Platform Specificity

2004-08-08 Thread Dar Scott
by the target HIG Then text can extend beyond the right or bottom of the field. Do you tweak the font size until text fits? Do you do something special for objects that float to the left of a paragraph? Dar Scott ___ use-revolution mailing list

Re: MDI challege

2004-08-07 Thread Dar Scott
. In that case, it is all in one stack and everything is under the developer's control. You don't have to have some special OS interface. The start bar has nothing to do with it. Or am I thinking of something else. Dar Scott ___ use-revolution mailing

Re: image size and depth

2004-08-07 Thread Dar Scott
an idea of what should be done. on setJPEGdpi @jpeg, dpi -- dpi less than 256 put numToChar(1) into units -- dots per inch put numToChar(0) numToChar(dpi) into encodedDPI get units encodedDPI encodedDPI put it into char 13 to 17 of jpeg end setJPEGdpi Dar Scott

Re: Error message Can't find handler (was Object: value is not a boolean (true or false))

2004-08-06 Thread Dar Scott
, the libraries seem to be also here.) Frontmost does not enter into this. Is there a way to explicitly tell RunRev which stack should handle the call? Look at 'send', 'call' and 'value()'. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Error message Object: value is not a boolean (true or false)

2004-08-05 Thread Dar Scott
the problem is also in the dev env, but some things don't work in startup. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: sound in revolution

2004-08-05 Thread Dar Scott
On Aug 5, 2004, at 6:50 AM, Klaus Major wrote: Yes, but only via player objects, but even without QT being installed! Uh, do you mean QT must be installed? Or do you mean QT need not be installed? Dar Scott ___ use-revolution mailing list [EMAIL

Re: sound in revolution

2004-08-05 Thread Dar Scott
object is incidental and not supported. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Way to mimic what this page does?

2004-08-05 Thread Dar Scott
computer that is really in your application. The application sets the cookies. On approach to the domain problem is to make the cookies widely available. Maybe IE also allows cookie management by AppleScript. Well, I said maybe. Dar Scott ___ use

Re: retrieving data from a sub-stack?

2004-08-05 Thread Dar Scott
with 'lock screen', so if that might occur, make your own 'go back'. I can look up what I ended up doing, if you need. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: fast click ingnored

2004-07-27 Thread Dar Scott
On Jul 27, 2004, at 10:19 PM, Sarah Reichelt wrote: I am using Mac OS X 10.3.4 and Rev 2.2.1 as well as the latest beta. I don't think I see it on 2.2 or 2.5b1. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman

Re: Send syntax again

2004-07-25 Thread Dar Scott
something into it before the call. Get it right afterward. For the reference, uh, I'm not sure. In my scripts, I send to affect an object or in a callback or similar message. Most of the time that I want to pass a reference I use a library. Consider 'start using' and 'insert script'. Dar Scott

Re: Socket woes

2004-07-25 Thread Dar Scott
on a computer (such as a notebook) that is isolated from the LAN. Have it dial up to get Internet. Then access 81.6.14.88:1029. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Messages problem

2004-07-25 Thread Dar Scott
resets the custom property to false.) Ah. I thought you were trying to sync to something. This is a good solution. One way to program in an event style is to think of user actions changing the state of the app. Dar Scott ___ use-revolution mailing list

Re: Message Box useage from scripts

2004-07-25 Thread Dar Scott
the way you want. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Cancel socketTimeout?

2004-07-25 Thread Dar Scott
the socketTimout? What OS? What Rev version? (The beta has new socket code and bugs are being worked out.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 3:05 PM, Andre Garzia wrote: thank you very much for all your replies! Noew thanks to this function, we can probe a string to see if it is Base64 encoded and add it as a base64 item in the XML-RPC Lib! Is this safe? Dar ___

Re: why I needed this (was Re: anyone here got a function to find is a string is base64 encoded?)

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 6:56 PM, Andre Garzia wrote: thats on the client side, like you are the one making the request. You call the xmlrpcRequest function with an arbitrary numbers of parameters. They will all be probed and an XML-RPC Method Request XML will be assembled. Integers will be put

Re: Messages problem

2004-07-24 Thread Dar Scott
in a script local and have checkMouse and its starting and stopping commands maintain that. You might want to look at my Message Mechanics primer (very slightly dated) that is here: http://www.swcp.com/dsc/revstacks.html Dar Scott ___ use-revolution

Re: functions: use a controls name as a parameter

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 9:42 AM, Malte Brill wrote: ok. Just figured out I can choose the name of That´s something I´ve seen before. ;-) I often use the long id of. I can use that value in most places where I can use an object reference. Dar Scott ___ use

Re: Public ip address

2004-07-24 Thread Dar Scott
with the 2.5 release. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
, but for the trademark symbol I am receiving 99 instead of 2112 (which the spec told me is the correct value) (both base16), any clue anyone? Did you set useUnicode? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:02 PM, Dar Scott wrote: Hi Folks imagine this string made with revolution where the last char is that nice trademark symbol made with Option+2. When looping thru the chars of this string and acquiring their unicode values I receive correct values for everyone of them

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
of it put baseConvert(it,10,16) end mouseUp I got 2122. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:24 PM, Dar Scott wrote: I got 2122. I just checked. That is the tm. 2112 is L. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Public ip address

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:41 PM, Alex Tweedly wrote: I can only test it on Windows, but put hostNameToAddress() seems to do the right thing for me. Cool! I get empty on OS X. Dar ___ use-revolution mailing list [EMAIL PROTECTED]

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
on strings as byte sequences that encode Unicode, and the two-byte modifier for chartoNum. My dream is that someday we would be able to work with chars as chars with unicode as the basis and still be able to work with strings as byte sequences. I don't know if there is much hope for that. Dar Scott

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-24 Thread Dar Scott
to be able to see some pattern. In general, it can't be done. Consider ABCD. Is it base64? Hard to tell. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: About CharToNum and Unicode...

2004-07-24 Thread Dar Scott
On Jul 24, 2004, at 5:24 PM, Dar Scott wrote: I put just the option 2 into a field and ran this: on mouseUp get the unicodeText of field field set the useUnicode to true get the charToNum of it put baseConvert(it,10,16) end mouseUp I got 2122. Whoops, that was on the beta. Sorry folks

Re: send syntax question

2004-07-21 Thread Dar Scott
in-time. Or you can use getProp. (I tried this. I had the beta 2.5 up and used that. Execution just stopped. Weird.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: problems with sockets on panther

2004-07-20 Thread Dar Scott
should see the opensockets. It should include the accept port, the client end and the server end. You don't show the closing. You might have errors because you are already open. Try the loopback IP address: 127.0.0.1 Dar Scott ___ use-revolution

Re: [ERC] British Airways 3 Day Special

2004-07-20 Thread Dar Scott
On Jul 20, 2004, at 8:49 AM, sims wrote: I just looked up flights leaving USA on13 November to London returning from London to USA on17 November Uh. I thought the conference started on the 14th. Shouldn't folks in the US leave on the 11th or with good connections the 12th? Dar Scott

Forcing full compiling of a stack

2004-07-20 Thread Dar Scott
Is there a way to force full compiling of a stack? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Forcing full compiling of a stack

2004-07-20 Thread Dar Scott
compiling the stack and card 1 and its components? Suppose there are scripts on other cards that won't compile? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Monterey Summit - kudos to Dan and Chipp

2004-07-19 Thread Dar Scott
, folks who do need special seating or layover situations which can get expensive should not feel picked on, unless you feel that is an important part of your camaraderie on the list and then you should. Dar Scott ___ use-revolution mailing list [EMAIL

Re: save as for text file?

2004-07-17 Thread Dar Scott
of it is not .txt put .txt after it put field daTable into URL (file: it) end mousUp Something like that. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: MD5digest hash in hex

2004-07-13 Thread Dar Scott
On Jul 13, 2004, at 8:12 AM, kee nethery wrote: Any ideas what I am doing wrong? Use capital H instead of lowercase h for the nibble order you want. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

Re: no-graphic application

2004-07-13 Thread Dar Scott
it to run a short script that brings in your stack. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: help with speedy graphics

2004-07-13 Thread Dar Scott
On Jul 13, 2004, at 5:45 PM, Alex Tweedly wrote: Any suggestions on the best way to do this ? I hear it is possible to put a shape at each corner of a polygon. Now, if those lines were transparent... Dar Scott ___ use-revolution mailing list [EMAIL

Re: Arrays in Rev (long)

2004-07-12 Thread Dar Scott
in times. (Maybe you have 2 to 3 ms overhead in your 1 loop, but that would not account for the difference, I don't think.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Arrays in Rev (long)

2004-07-12 Thread Dar Scott
On Jul 12, 2004, at 10:24 PM, Troy Rollins wrote: Even more interesting, addressing the keys of the array by string name rather than integer key location, doesn't increase the time appreciably (then again, I imagine even the element location is a string in Transcript.) - Right. Keys are always

Re: Arrays in Rev (long)

2004-07-11 Thread Dar Scott
On Jul 11, 2004, at 3:31 PM, Dar Scott wrote: There are some things to watch for in array values. Array elements cannot (yet!) be arrays. The result of arithmetic retains full precision when saved as an element (numberFormat is not applied at saving) and is not coerced to a string. When

Re: Arrays in Rev (long)

2004-07-11 Thread Dar Scott
On Jul 11, 2004, at 7:39 PM, Andre Garzia wrote: You can fetch box primer from http://www.swcp.com/dsc/revstacks.html Uh. I haven't put it there. I need to think on this. Dar ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Arrays in Rev (long)

2004-07-11 Thread Dar Scott
. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Shell $PATH problems

2004-07-10 Thread Dar Scott
On Jul 10, 2004, at 6:42 AM, Kaveh Bazargan wrote: But when I say put shell(bash --login; return echo $PATH) I get the new path name, just as in Terminal. Again this might be something basic. Any idea why the return is needed? I can only guess. Maybe some init is done between lines. Dar

Re: Communication with USB HID devices?

2004-07-10 Thread Dar Scott
will be best off with polling. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Dar Scott
AppleScript. Use Transcript or shell scripts. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Dar Scott
at the same time, then you will wish 'open process' worked in OS X. A workaround would be to use appleScript to use terminal and then use 'open process' on Linux and when it is ready on OS X. I've created externals that effective do an 'open process' of a sort, so making an external is an option. Dar

Re: Shell $PATH problems

2004-07-09 Thread Dar Scott
. Terminal uses bash, but you can change that in preferences. I think the shell for shell() changed recently for OS X. You can set the shellCommand property to determine the shell that the shell() function uses. On my Rev 2.2 on OS X the shellCommand is /bin/sh. Dar Scott

Re: Shell $PATH problems

2004-07-09 Thread Dar Scott
:/Users/dar I'd look in /etc/bashrc and in .profile, too. There might be other files. I don't get the long $PATH in Terminal. Maybe some installers put them in .profile or other file. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Shell $PATH problems

2004-07-09 Thread Dar Scott
have no .profile, the best I can tell. Maybe you have one and it adds the paths. Maybe you can get your shell to look at it or maybe you can switch to absolute paths. An alternate way to shell is to use appleScript to get to a shell. Dar Scott

Re: Communication with USB HID devices?

2004-07-09 Thread Dar Scott
On Jul 9, 2004, at 2:41 PM, Phil Davis wrote: Any suggestions? Observations? Guesses? Guess: Maybe it can look like a mouse/keyboard? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Communication with USB HID devices?

2004-07-09 Thread Dar Scott
device. Sometimes driverNames() will miss devices. Try this: -- Ken Ray and Dar Scott did this function deviceNames local theNames=, ioregOutput, skipLines, temp local IOTTYDevice, IODialinDevice, IOCalloutDevice set the hideConsoleWindows to true put shell(ioreg -n IOSerialBSDClient

Re: Shell $PATH problems

2004-07-09 Thread Dar Scott
replace numToChar(13) with linefeed in r return r end shellSH This uses sh and not tcsh that the Terminal program uses. The shell used may not apply any more. In your case, if you 'cat .profile', you might see what it does to the path if it exits. Dar Scott

Re: Communication with USB HID devices?

2004-07-09 Thread Dar Scott
of making an external. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: anyone here implemented common CS data structures... (stack, queue...)

2004-07-08 Thread Dar Scott
, there is good news for boxes. An upcoming version of Revolution with have some optimization for replacing substrings with 'put'.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Revolution strange behaviour in function names...

2004-07-08 Thread Dar Scott
weird stuff. (If ds stands for Dar Scott, I might wonder about the notion of ds_push(), myself.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: anyone here implemented common CS data structures... (stack, queue...)

2004-07-07 Thread Dar Scott
also have keys for those and all integers in between. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Overlapping audio

2004-07-06 Thread Dar Scott
On Jul 6, 2004, at 12:25 PM, Rick Harrison wrote: Try running several QuickTime Movies at the same time in Rev. I think you will find that the audio does overlapp. I think this requires players. The future of audio-only in players is unclear. Dar Scott

Re: QUERY:special characters supported by revolution

2004-07-06 Thread Dar Scott
On Jul 5, 2004, at 1:16 AM, yogananth jayapal wrote: Could you tell what are all the html entities not supported by revolution because when i loaded a html page from harddisk to revolution many characters are denoted by '|' . Could this be a font limitation? Dar Scott

Overlapping audio

2004-07-05 Thread Dar Scott
How do I play overlapping audio without using a player object? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Equivalence of Color names to RGB

2004-07-04 Thread Dar Scott
On Jul 3, 2004, at 10:50 PM, MisterX wrote: That's interesting! Here's what i wrote up some time ago -- LUT = lookupTable local rclut,rgblut on generateLUTs put the colornames into colorslist repeat for each line c in colorslist set the backcolor of btn 1 to c get the backcolor of btn 1 put

Re: about the merge function...

2004-07-04 Thread Dar Scott
it is like this: ? put getList into mergeVarX; sort items of mergeVarX; return mergeVarX ? Tinker with that. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: about the merge function...

2004-07-04 Thread Dar Scott
On Jul 4, 2004, at 1:01 PM, Dar Scott wrote: ? put getList into mergeVarX; sort items of mergeVarX; return mergeVarX ? I meant this: ? put getList() into mergeVarX; sort items of mergeVarX; return mergeVarX ? I guess that doesn't matter much. Dar

Re: Flash reduction hints?

2004-07-04 Thread Dar Scott
drivers and Windows. I have no idea if that is related or not. That bug has been fixed but I don't remember for what release. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Equivalence of Color names to RGB

2004-07-03 Thread Dar Scott
of the rectangle to an image. Get the imageData. Find an interior pixel and then convert the bytes to rgb triplet. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Equivalence of Color names to RGB

2004-07-03 Thread Dar Scott
the foreColor of text in a field and then look at the htmlText. You should be able to figure out how to parse that to make a table with all colorNames(). Idea 4: There is a color names palette in the docs and it shows the RBG value. Maybe you can figure out how RunRev does it. Dar Scott

Re: Equivalence of Color names to RGB

2004-07-03 Thread Dar Scott
On Jul 3, 2004, at 9:41 PM, Dar Scott wrote: Idea 4: There is a color names palette in the docs and it shows the RBG value. Maybe you can figure out how RunRev does it. I was curious and looked. The RGB value is in a custom property. Each swatch in the swatches group is named by the color

Re: Intercepting arrow keys and menus on XP

2004-07-02 Thread Dar Scott
you can't use arrows to navigate the menus. Anyone know how to determine if a program is current open? Will it help to check 'the target' in the handler and pass otherwise? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Intercepting arrow keys and menus on XP

2004-07-02 Thread Dar Scott
didn't have to pass. Interesting. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: 21 years ahead in math and blocked by a stupid field display bug?

2004-07-01 Thread Dar Scott
is nothing compared to the work to do indefinite digit math. You might use it in a setprop that is for an alternative to the text property of the field and use it to set the text with the formatted value. Too bad we can't make setprops for built-in properties. Dar Scott

Re: Problem with read from socket

2004-06-28 Thread Dar Scott
of Revolution? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Problem with read from socket

2004-06-28 Thread Dar Scott
milliseconds (one second), a socketTimeout message is sent every second until the action completes. Your script is waiting for two bytes. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Problem with read from socket

2004-06-28 Thread Dar Scott
to eof, but that is not the case either.) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: 2.2.1 change

2004-06-27 Thread Dar Scott
On Jun 27, 2004, at 3:16 PM, [EMAIL PROTECTED] wrote: Are you sure you've got the Select Grouped icon set on Not the Icon , the group itself gets selected instead of the button I choose to select to edit its script. Look for a button called Select Grouped in the bar below the menu. Dar Scott

Re: Can Rev Telnet?

2004-06-27 Thread Dar Scott
', 'read to socket' and so on. (Strictly, telnet involves some capability to set up character sets and other things, but you can reasonably assume ASCII.) For executing the commands, look at the shell() function. You can also make your telnet client with Revolution. Dar Scott

Re: 16 bit numbers?

2004-06-26 Thread Dar Scott
binary two ways. Sometimes I mean the bits and bytes of low-level representation. Other times I mean the base of a numeral, the text to represent a number. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman

Re: Loop, while and mouseUp

2004-06-24 Thread Dar Scott
and new designs consider approaches that do not need long loops. You might get some ideas from the message mechanics primer here: http://www.swcp.com/dsc/revstacks.html Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Playing quicktimes while pinging

2004-06-21 Thread Dar Scott
. Perhaps you can make a test open on the service you need. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Crazy imageData

2004-06-21 Thread Dar Scott
mean you set the text property of the image? Key Ray's idea of copying the image (the text) should work. I wouldn't consider setting the height and width a trick. The imageData has no height and width info. Dar Scott ___ use-revolution mailing list [EMAIL

Re: Crazy imageData

2004-06-21 Thread Dar Scott
format, but I get nothing when I try to set the image with it. (A candidate for an enhancement?) Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Crazy imageData

2004-06-21 Thread Dar Scott
it. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Crazy imageData

2004-06-21 Thread Dar Scott
this to be in 2.3. I hope the missing targets get fixed soon. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Group anomalies

2004-06-21 Thread Dar Scott
the group was resized and thus the objects don't appear to move. I guess this begs the question which way do we want it to work? Is this with or without lockLocation of the objects set to true? Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http

<    5   6   7   8   9   10   11   12   13   14   >