Re: Storing an Array as a Custom Property

2010-10-03 Thread Michael D Mays
So true Gregory. Michael On Oct 3, 2010, at 12:16 PM, Gregory Lypny wrote: > But the documentation problem, both with the user guide and built-in help or > dictionary, goes far beyond updating. Good writing, examples, organization, > and consistency in design take time. If you type the wo

Re: RevMobile Discussions

2010-10-03 Thread Michael D Mays
On Oct 2, 2010, at 6:33 PM, Colin Holgate wrote: > > On Oct 2, 2010, at 7:16 PM, Michael D Mays wrote: > >> Back in March and April in the pre-Alpha release notices there was mention >> of setting up a such discussion group. The release in August did not. I was >>

Re: RevMobile Discussions

2010-10-02 Thread Michael D Mays
Back in March and April in the pre-Alpha release notices there was mention of setting up a such discussion group. The release in August did not. I was hoping it had been set up. Thanks, Michael On Oct 2, 2010, at 10:05 AM, Dar Scott wrote: > On Oct 2, 2010, at 7:54 AM, Michael D Mays wr

RevMobile Discussions

2010-10-02 Thread Michael D Mays
Is this the or is there a place for RevMobile discussions? Thanks, Michael ___ 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: Line Wrapping and Margins

2010-09-24 Thread Michael D Mays
Runtime Revolution at > http://qurl.tk/ce Create installers for Mac and Windows on *every* > Rev-compatible platform. No additional software needed. > > On 24 sep 2010, at 19:05, Michael D Mays wrote: > >> Hi, >> >> How can I tell where (at what position or charact

Line Wrapping and Margins

2010-09-24 Thread Michael D Mays
Hi, How can I tell where (at what position or character) a line wraps in a field? If I have a word which has a length greater than the width of the field it is contained in, how can I get it to wrap anywhere other than at the end of the word? Thanks, Michael__

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
e they can get to it from anywhere there's an internet connection. > Doesn't seem like mailto would be of any use here. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX Design > > > Recently, Michael D Mays wrote: > >> I

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
Ignorant me. I just tried revMail on Windows and if the file is too big the email program isn't launched or if running the email isn't generated. I think Sarah Reichelt's POP3 and SMTP stacks at http://www.troz.net/rev/index.irev?category=Library#stacks are pretty good. Michael On Aug 5,

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
Aug 5, 2010, at 10:38 AM, Richard Gaskin wrote: > Michael D Mays wrote: > > > I think you misunderstood my comment. And reading Charles comments > > I didn't think he was wanting to use mailto (cgi stuff) rather he > > was wanting a solution more along revMail. Email is

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
chard Gaskin wrote: > Michael D Mays wrote: > > > In a lot of places email is the only way. I have people whose > > parent corporation provides their internet connection. They > > have limited bandwidth and a less than stellar corporate IT. > > Emails of less tha

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
In a lot of places email is the only way. I have people whose parent corporation provides their internet connection. They have limited bandwidth and a less than stellar corporate IT. Emails of less than a few MB is the only way for them. Michael On Aug 4, 2010, at 10:40 AM, Andre Garzia wrote:

Re: Location parameters in Size Inspector for stack

2010-06-30 Thread Michael D Mays
On Jun 30, 2010, at 12:16 AM, J. Landman Gay wrote: > The default value for maxWidth and maxHeight is the topmost limit of the > allowable stack size. So if you click the up arrow, you're going to go off > into the weeds; the size will be an abstraction. The fix would be to script > the inspec

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 b

Re: Location parameters in Size Inspector for stack

2010-06-29 Thread Michael D Mays
#x27;reset' the stack's sizes and clicked that arrow again and the width was set to 1. Michael On Jun 28, 2010, at 2:25 PM, J. Landman Gay wrote: > Michael D Mays wrote: >> When I go to one of the location fields, type in a different number; >> tab: nothing happens.

Re: Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
When I go to one of the location fields, type in a different number; tab: nothing happens. If I click either of the arrows for the location's input fields of the stack, the stack updates to the incremented value. I've quit and restarted Rev; created a new empty mainstack with the same results.

Re: Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
Yes this works. On Jun 28, 2010, at 10:16 AM, dunb...@aol.com wrote: > Works for me. Something is going on at your end. > > If you click and hold on the small arrows, does the stack size change, > tracking the increase or decrease in the values? ___

Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
When I type in a new location and tab out of the field in the size & position inspector for a stack nothing happens. All other objects I've done this with update their location when I tab out. Is this a feature or a bug? If it is a feature, why? Thanks, Michael___

Re: snapshot and background problems

2010-06-28 Thread Michael D Mays
Thanks Scott. I don't know what is going on. I tried this before and I didn't get anything but trash. This morning when I ran the handler the image became grey. I had been saying 'set the imagedata ...' instead of '...text...'. I tried text and the same nothing changed. So I deleted and dragged

snapshot and background problems

2010-06-27 Thread Michael D Mays
I have a revBrowser and I want to take a snapshot of it and save the image on a card and do this a lot of times for many pages. I can take a snapshot of revBrowser and save the file: export snapshot from rect "0,0,100,100" to "aFile.png" as png . How do I save a copy of the snapshot to an

Re: Can't change directory with shell(cd)

2008-05-02 Thread Michael D Mays
Richard Hillen in September of last year was claiming on this list 25 seconds to do a revcopyfile. I typed CR into the dictionary and couldn't find it. I think I must have added an extra " or quote when I was typing. Michael On May 1, 2008, at 10:06 PM, Sarah Reichelt wrote: The reason

Re: Can't change directory with shell(cd)

2008-05-01 Thread Michael D Mays
Yes you do if you have space and other evil MacOS filename characters. Sarah saw what I was doing wrong. I wonder if each shell call is threaded separately. Thanks, Michael On May 1, 2008, at 6:01 PM, Richard Gaskin wrote: Michael D Mays wrote: I'm doing this answer folder "

Re: Can't change directory with shell(cd)

2008-05-01 Thread Michael D Mays
at 6:04 PM, Sarah Reichelt wrote: On Fri, May 2, 2008 at 8:54 AM, Michael D Mays <[EMAIL PROTECTED]> wrote: I'm doing this answer folder "" put it into aPath put "cd "&aPath into aRequest put aRequest into fld 1 put shell(aRequest) into fld 2 put

Can't change directory with shell(cd)

2008-05-01 Thread Michael D Mays
I'm doing this answer folder "" put it into aPath put "cd "&aPath into aRequest put aRequest into fld 1 put shell(aRequest) into fld 2 put shell("ls") into fld 3 No matter which folder I chose, Rev's 'Home' folder is the directory listed. When I cut and paste fld 1 into the Terminal, ls

How do I get dragStart message sent?

2007-05-17 Thread Michael D Mays
I have a locked field with the following handlers: on mouseDown set the dragdata ["text"] to me end mouseDown on dragStart beep pass dragStart end dragStart I never get a beep. In the Message Watcher I see mouseDown dragLeave dragEnter dragMove What do I do to get the dragStart to be se

Re: Installing a Standalone on Windows

2007-03-26 Thread Michael D.
Dan Here something that I use for smaller applications, quick'n easy. http://www.gdgsoft.com/pb/index.aspx - Original Message - From: "Dan Friedman" <[EMAIL PROTECTED]> To: "RunRev Mail List" Sent: Monday, March 26, 2007 2:03 PM Subject: Installing a Standalone on Windows Greetings

Re: setRegistry question

2007-02-21 Thread Michael D.
Klaus Yes my string was incorrect, thanks works great, bump on head from banging head will now get smaller. Michael - Original Message - From: "Klaus Major" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, February 21, 2007 7:22 AM Subject: Re: setRegistry question

setRegistry question

2007-02-21 Thread Michael D.
Hello, I have a couple fields with vars and trying to input the vars into a setRegisty line. var2 inputs the dword data correctly to the registry. But var1 just creates the key named as "var1" not inputing the fld data. Anyone have a pointer on how this is accomplished, very grateful for your h

Re: Option menu

2007-02-17 Thread Michael D.
Klaus yes I have the itemdel set as set the itemDelimiter to numtoChar(34), with your help I see how this works now. Thanks. Michael - Original Message - From: "Klaus Major" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Saturday, February 17, 2007 10:11 AM Subject: Re: Opti

Option menu

2007-02-17 Thread Michael D.
Hello I have a fld with with a list of 100 or so lines with itemdel for the first item of each line. How can I get each lines item1 into the option menu ? so far this gets the first line of the fld into the option menu but not addtional lines. put item 1 of fld "sortfld" into btn "menuS" so I

XP Print driver list

2007-02-15 Thread Michael D.
Hi all, Anyone know where the list of printer drivers are located in WinXP ? I need to pull then place the list in a select fld. Thanks Michael ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscri

Package tools

2007-01-30 Thread Michael D.
Hi everyone, I was looking for an option to cexe executable compressor and ran across this site, some nice tools. The builder Packed one of my 2.5meg exe's down to 990k. http://www.gdgsoft.com/ Michael ___ use-revolution mailing list use-revolution@lis

Re: AltBrowser licensing/documentation

2007-01-12 Thread Michael D.
Hello I downloaded these plugins too and its great there available early, but of course how to use ? be great to have some documentation. Anyone have some direction ? Michael - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, January 12, 2007 1:23 AM Subject: Re-2: Alt

Re: Replace Text in Lines

2007-01-09 Thread Michael D.
Klaus, Thanks this works just perfect , and a good one for me to remember. Michael - Original Message - From: "Klaus Major" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Tuesday, January 09, 2007 7:48 AM Subject: Re: Replace Text in Lines Hi Michael, Hi all I have a numbe

Replace Text in Lines

2007-01-09 Thread Michael D.
Hi all I have a numbered text file with 1 to 800 lines, I need to replace text in specific lines with text from a field. I can replace by individual lines with the replace into a single line number, but how is this done with mutliple odd lines ? replace 12345 with 67890 in the text file in all

Re: [ANN] RevOnRockets Web Development educational Package! Happy2007everyone.

2007-01-02 Thread Michael D.
2007 3:01 PM Subject: Re: [ANN] RevOnRockets Web Development educational Package! Happy2007everyone. Michael, Did it worked fine for you? It's quite bare right now, I plan to polish it as time goes. Cheers andre On Jan 1, 2007, at 12:15 AM, Michael D. wrote: Double Awesome out loud !

Re: [ANN] RevOnRockets Web Development educational Package! Happy 2007everyone.

2006-12-31 Thread Michael D.
Double Awesome out loud !! Andre, I'm one of the aspiring web developers and this is just tremendous ! really going to help me out so much. Thank You ! Have a great 2007 Michael - Original Message - From: "Andre Garzia" <[EMAIL PROTECTED]> To: "Improvements to Revolution" Sent: Sunda

Icon Editors

2006-02-18 Thread Michael D.
Hi all I've been working on an app and came across some icon editors / icons, thought I would just share these with the group. http://www.conware-pro.com/products/ia/about.php http://www.snidesoft.com/staticpages/index.php?page=20050504142037205 http://www.stardock.com/products/icondeveloper/

Sending Keystrokes

2006-02-10 Thread Michael D.
Hi All I'm looking to send keystrokes, I need to cover this for an application that will also run on laptops. Its to turn the numlock on/off when enterning and leaving fields. Any suggestions much appreciated Michael ___ use-revolution mailing list use

Re: Send Keys and Window ID's?

2005-12-31 Thread Michael D.
Garrett, This may help you also, great stuff http://www.troz.net/Rev/tutorials/KeyCoder.rev.gz - Original Message - From: "Garrett Hylltun" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Saturday, December 31, 2005 2:52 PM Subject: Send Keys and Window ID's? > Greetings, > > I

Re: Send Keys and Window ID's?

2005-12-31 Thread Michael D.
Hey Garret Here's a bit of an answer from something I saved: Nicolas Cueto wrote: > Like Jacqueline, I too was going to suggest "keyDown" > and "keyUp". However I tried it out first myself and > found that so long as the targeted key is held conti- > nuously down: > > 1. the "keyDown" message is a

Re: Get from File

2005-12-31 Thread Michael D.
st into fld ("edit"&x) > end repeat > put itemOffset("-00", dest) into itemNum > put item itemNum of dest into fld ("edit00") > > end mousedoubleup > > > > On 12/28/05 5:26 AM, "Michael D." <[EMAIL PROTECTED]> wr

Happy New Year !

2005-12-31 Thread Michael D.
I have to say also its just been a wonderfull year as my first with RR, Thank you all !! Happy New Year ! Michael ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: Get from File

2005-12-28 Thread Michael D.
dit-1.*edit-5.)" into regExStr > put matchchunk(sorce,regExStr, charPos1,charPos2) into success > if success is true then > put char charPos1 to charPos2 of sorce into dest > else > answer "did not find the edit string you were looking for" >

Re: Get from File

2005-12-27 Thread Michael D.
harPos2 of sorce into dest > else > answer "did not find the edit string you were looking for" > exit to top > end if > answer "your gift is behind door number 2" > put dest into fld 2 > breakpoint > end getChunk >

Get from File

2005-12-26 Thread Michael D.
Greetings, I'm stuck on something here and looking for some advice with pulling this section from a text file(*.hta). Its search the complete file around 800 lines for just this section then put this section into line numbered field ? then put each "edit" of selected line into a field. StartArra

Re: Help ASAP. Newbie Needs to develop magnify like feature

2005-12-21 Thread Michael D.
Jonathan I remember seeing a sample stack at revonline that does this, think its called magnifying. Michael - Original Message - From: "Lynch, Jonathan" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Wednesday, December 21, 2005 8:38 AM Subject: RE: Help ASAP. Newbie Needs to deve

Re: Selecting a Wireless Connection

2005-11-10 Thread Michael D.
Richard Are the wireless access point private or public ? I have multiple sites with wireless and use a unique additional DNS entry (base convert the ip)per site to identify each location, I key off the gateway address change. When the system see's this gateway change the system will look for the u

Re: Running in Taskbar

2005-09-29 Thread Michael D.
Gordon Thats sounds very handy tool, would you mind forwarding a copy to me ? Michael - Original Message - From: "Gordon Tillman" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Thursday, September 29, 2005 5:22 PM Subject: Re: Running in Taskbar > I have an external that will do

Re: restart computer from within Rev

2005-09-29 Thread Michael D.
Chris Can you just run a shell command and use INT / init 6 ? - Original Message - From: "Chris Sheffield" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Thursday, September 29, 2005 2:02 PM Subject: restart computer from within Rev > Well, since I can't get my little Unix scrip

Re: Running in Taskbar

2005-09-29 Thread Michael D.
I use this STSTray 1.0 from Ken, take a look its a great tool . http://www.sonsothunder.com/index2.htm?http://www.sonsothunder.com/devres/revolution/revolution.htm Michael - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, September 29, 2005 5:13 PM Subject: Running in T

Re: Locating an Application to Launch

2005-09-28 Thread Michael D.
David, On Windows you could use psinfo-s from Sysinternals to find all applications installed on a PC. Then output into a temp file, search though it for what you need, if its found then do something with it. http://www.sysinternals.com/Utilities/PsInfo.html - Original Message - From: "D

Re: Arithmetic operations on dates ?

2005-03-07 Thread Michael D Mays
Paul, I don't see that days start a 2 am. If I have a list of dateItems 2005,3,8,23,59,59,0 (Tue March 8, 2005, one minute until midnight) and I add 2 to item six, convert the resulting list to dateItems, the list is 2005,3,8,0,0,1,4 (Wed March 9, 2005, one minute after midnight) What are the

Re: Arithmetic operations on dates ?

2005-03-07 Thread Michael D Mays
Are we talking about the fact that when we do something like: get the date convert it to dateItems The result is: "2005,3,7,2,0,0,2" instead of perhaps: "2005,3,7,0,0,0,2" ?? Michael On Mar 6, 2005, at 11:39 AM, Bill Vlahos wrote: I believe it is 2am. Bill Vlahos

Re: Arithmetic operations on dates ?

2005-03-06 Thread Michael D Mays
Paul, If you say put "2005,2,29,0,0,0,0" into someDate convert someDate to dateItems someDate will be "2005,3,1,0,0,0,3" If I say put "2005,3,6,23,59,59,0" into aTimeDate add 1 to 1 to item 6 of aTimeDate convert aTimeDate to long date aTimeDate is 'Monday, March 7, 2005' What days is Rev st

Re: custom property searching speed question

2005-03-02 Thread Michael D Mays
Only 2 seconds? I would think about a month. ;) Michael On Mar 2, 2005, at 4:36 PM, Richard Gaskin wrote: PBG4/1KHz. ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Arithmetic operations on dates ?

2005-02-26 Thread Michael D Mays
Use the dateItem format of the date: Convert your date to date items. convert myDate to dateItems Now add your time increments to the appropriate item add 17 to item 5 of myDate -- hours add 3 to item 4 of myDate -- days Then convert to dateItems again convert myDate to dateItems Convert ba

Re: Printing Again

2005-01-29 Thread Michael D Mays
This behavior, although logical, does not make since in a WYSIWYG environment. Does one ever see this inherited color except when printing? What would happen if the default was white instead of transparent? Is anyone actually printing on purpose the default color of the system on printed output

Re: Random #'s

2005-01-28 Thread Michael D Mays
What does it mean to sort "1,2,3,4,5" by 12? Maybe it should be sort items of x numeric by random(1) ? Michael On Jan 27, 2005, at 4:21 PM, Dar Scott wrote: On Jan 27, 2005, at 2:31 AM, D.Rothe wrote: How can I include only unique numbers? Here is an interesting variation: on mouseUp put r

Re: Random #s

2005-01-28 Thread Michael D Mays
If you are asking the random of a big number then that will be true. I think I remember that to generate a list of random numbers what you should be doing is asking questions like random(N) random(N-1) . . . 1 If you wanted to generate a random list with the numbers 1 thru 10 random(10) -> 3 Now

Re: Offset with 'charstoskip' doesn't work? [was RunRev vsRealBasic (Richard Gaskin)]

2005-01-21 Thread Michael D Mays
On Jan 21, 2005, at 10:05 AM, Alex Tweedly wrote: Michael D Mays wrote: I thought I would see if I could solve the RB/Rev/SC challenge and tried this as a first attempt: on mouseUp put fld 1 into sFld put fld 2 into tFld put "" into fld 3 -- put 0 into it --*1 put zero i

Offset with 'charstoskip' doesn't work? [was RunRev vs RealBasic (Richard Gaskin)]

2005-01-21 Thread Michael D Mays
I thought I would see if I could solve the RB/Rev/SC challenge and tried this as a first attempt: on mouseUp put fld 1 into sFld put fld 2 into tFld put "" into fld 3 -- put 0 into it --*1 put zero into t --*2 repeat with i= 1 to the number of lines in tFld repeat -- get off

Re: RunRev vs RealBasic (Richard Gaskin)

2005-01-20 Thread Michael D Mays
see thread Bugzilla 586, the fast char replacement (was Revolution compilation) I had a hard time counting to 4. I get a 4000X improvement on my dual 2GHz PPC G5. Michael On Jan 20, 2005, at 4:43 PM, Richard Gaskin wrote: For clarity, I should admit that I'd accidentally misquoted Scott Raney's c

Re: RunRev vs RealBasic (Richard Gaskin)

2005-01-20 Thread Michael D Mays
Yes 4000 times faster, once you take your shoes off. One char, 4 char and 8 char replacement is fast. on mouseUp repeat with i = 1 to 100 put "1234567890" after dd end repeat put 990 into a get the long seconds put "a" into char a of dd put "abcd" into char a to a+3 of dd

Re: Date Troubles

2005-01-18 Thread Michael D Mays
The date formats only works over a short period of time, about 2^32 seconds (4 byte word). That is about 1934 to 2035. If you are using dates outside of that region then you need to work with dateItems and seconds. I think dateItems gives you the largest time span. To do this you have to conver

Re: Why no closeField messages sent?

2005-01-13 Thread Michael D Mays
-- Hash: SHA1 Look at the second paragraph under the "Comments" section of Rev's docs on the closeField message. They explicitly state that the "put" command does *not* trigger a closeField message (at least as of 2.5). On Jan 12, 2005, at 5:36 PM, Michael D Mays wrote: C

Re: Why no closeField messages sent?

2005-01-12 Thread Michael D Mays
Compatibilty is extended to the documentation. Neither docs state that the message is sent only after user interaction.;) Is there a message sent or property changed when the field is dirtied? On Jan 12, 2005, at 10:28 AM, J. Landman Gay wrote: On 1/11/05 5:14 PM, Michael D Mays wrote: If I do

Why no closeField messages sent?

2005-01-11 Thread Michael D Mays
If I do this from a handler select char 1 of fld 1 select char 2 of fld 2 an exitField message is sent from fld 1. But I cannot programatically select a fld, modify it, exit it and generate a closeField message. What am I doing wrong? Is it possible? If not, why not?:) Michael _

Re: OT: need real Apple Service email address

2005-01-11 Thread Michael D Mays
Is there a telephone number on the bill associated with the charge? Call it and tell them your situation. If this doesn't work call your credit card company and tell them Apple charged you for something you did not receive and you want to have the charge removed. Michael On Jan 10, 2005, at 3:4

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-08 Thread Michael D Mays
Ag..., I was doing put "" into char to 4448 of x Michael On Jan 8, 2005, at 12:24 PM, Dar Scott wrote: put "" into char to 4447 of x ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/l

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-08 Thread Michael D Mays
Are you saying that replacing 4 chars is fast or should be fast? I can't make it fast. If it is suppose to be fast how do you do it? Michael On Jan 4, 2005, at 12:02 PM, Dar Scott wrote: On Jan 4, 2005, at 10:00 AM, Michael D Mays wrote: 0.04 -- yy 10MB at char 999 Yes. Perh

Re: Unicode control pictures on OS X?

2005-01-08 Thread Michael D Mays
where/what layer the flds are??? Michael On Jan 4, 2005, at 12:25 PM, J. Landman Gay wrote: On 1/4/05 10:20 AM, Michael D Mays wrote: If I have a glyph that displays on the screen but doesn't print and I cover it with a transparent field it will then print. When it prints the resolution is much

Re: Version() -> 2.6.1

2005-01-08 Thread Michael D Mays
Yes I think I need revAppVersion() Michael On Jan 8, 2005, at 8:58 AM, Alex Tweedly wrote: Michael D Mays wrote: I typed put the version into the message box and 2.6.1 was the answer. I (and the splash screen) thinks it should be 2.5.something. Are we wrong? I think the 2.6.1 is the version

Crash when undo after editing Custom Property

2005-01-08 Thread Michael D Mays
When editing the Custom Properties with the Object Inspector I've crashed Revolution each time. Here is the formula: Create a property for a field in the Inspector Edit the property's name in the Inspector and save it Select Undo BB# 2537 Michael ___ us

Version() -> 2.6.1

2005-01-08 Thread Michael D Mays
I typed put the version into the message box and 2.6.1 was the answer. I (and the splash screen) thinks it should be 2.5.something. Are we wrong? Michael ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman

Re: Unicode won't print

2005-01-06 Thread Michael D Mays
assigned to Michael last I heard. It would be great to get this fixed since its a large hole in the support for unicode. Ron On Jan 3, 2005, at 9:27 AM, Michael D Mays wrote: I'm on Mac OSX.3.7 I make a stack with a card which has one field. I use the Character Palette to select and insert

Why multiple votes in Bugzilla?

2005-01-06 Thread Michael D Mays
Does it make any difference if I use all my votes on one problem? Will that increase the likely hood of the problem getting fixed or will it just show that it is a very serious problem for me? Michael ___ use-revolution mailing list use-revolution@list

Re: Bugzilla 586, the fast char replacement (was Revolution compilation)

2005-01-04 Thread Michael D Mays
This is good for a single char but beware if you say something like put "yy" into char 12345 you see a tremendous slow up: 0.08 -- y 100KB at char 9 0.13 -- y 10MB at char 999 0.000412 -- yy 100KB at char 9 0.04 -- yy 10MB at char 999 But this is good to know. I h

Re: Unicode control pictures on OS X?

2005-01-04 Thread Michael D Mays
If I have a glyph that displays on the screen but doesn't print and I cover it with a transparent field it will then print. When it prints the resolution is much less than that displayed. ??? And I have a field on a card where the cursor has disappeared (I can click and type in the field, but I

Re: Unicode won't print

2005-01-03 Thread Michael D Mays
That one prints. But why doesn't the other one? Is there anyway to tell which ones will print and which ones won't? Michael On Jan 3, 2005, at 12:52 PM, Dar Scott wrote: On Jan 3, 2005, at 7:27 AM, Michael D Mays wrote: I make a stack with a card which has one field. I use the Characte

Re: OT: Scripting the UI in Windows

2005-01-03 Thread Michael D Mays
Thanks James, Ben and Doc for the information. CESoft's Quickeys http://www.cesoft.com/ AutoIt: http://www.hiddensoft.com/AutoIt/ AutoHotKey: http://www.autohotkey.com/ WinBatch http://www.winbatch.com/ Michael ___ use-revolution mailing list use-rev

Re: RunRev vs RealBasic

2005-01-03 Thread Michael D Mays
There was CompileIt! for Hypercard which allowed you to compile your scripts. But the increase in performance wasn't obtained simply by compiling your script. In general an uncompiled HyperTalk script ran the same as the compiled script. In fact they could be slower. In some instances you could

Unicode won't print

2005-01-03 Thread Michael D Mays
I'm on Mac OSX.3.7 I make a stack with a card which has one field. I use the Character Palette to select and insert into the field the unicode character 20A04, the currency pound symbol. It shows up beautifully in the field. Now I print. Nothing shows up. What am I doing wrong? Michael

OT: Scripting the UI in Windows

2005-01-01 Thread Michael D Mays
Is there an application in Windows such as FaceSpan http://www.facespan.com/facespan/pagespeed/url//Home/ I want to be able to "click" some buttons, window items; etc programatically in a program I think was written with VisualBasic. Michael ___ use-r

Re: barcode scanner

2004-11-29 Thread Michael D Mays
In many cases this is true. But think about the case where you are scanning identical items. It would nice to be able to type 10 and then scan the item instead of scanning each identical item. Suppose you want to route the item somewhere. You need to be able to enter the routing information. Ho

Re: barcode scanner

2004-11-27 Thread Michael D Mays
The problem, I envision, is when you integrate a keyboard with the scanner. How can you differentiate between keyboard input and the input from the scanner? Is there a way to tell whether the input is from a scanner or the keyboard? Michael On Nov 25, 2004, at 5:46 AM, Andre Garzia wrote: On

Two sided printing

2004-08-31 Thread Michael D Mays
Hi, How do I set up my printer with a script to do two sided printing, pick which tray to print from, ...? Thanks, Michael ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Can Rev Print Unicode?

2004-08-03 Thread Michael D Mays
I'm on a Mac. revprintField prints everything in the filed except for the unicode. The way I put the unicode into the field is via Apple's Character Palette. Michael On Aug 3, 2004, at 1:57 PM, Jan Schenkel wrote: --- Michael D Mays <[EMAIL PROTECTED]> wrote: Can Rev print unicod

Re: Can Rev Print Unicode?

2004-08-03 Thread Michael D Mays
Aug 3, 2004, at 9:41 AM, Michael D Mays wrote: (B (B> Can Rev print unicode? And if it can how? I would like to be able to (B> print mathmatical operators and such in a line of 'text' such as (B> (B> A $B"@(B B (A 'union' B) (B> (B> I can dis

Can Rev Print Unicode?

2004-08-03 Thread Michael D Mays
Can Rev print unicode? And if it can how? I would like to be able to (Bprint mathmatical operators and such in a line of 'text' such as (B (B A $B"@(B B (A 'union' B) (B (BI can display the formula with the 'union' character in a field, but (Bnothing is printed (B (BThanks, (BMichael

Re: How to load a property with an Array?

2004-07-16 Thread Michael D Mays
Thanks to all! I was concerned about the cat to rat ratio, but Jacque cleared that all up.;) Michael On Jul 15, 2004, at 10:41 AM, Jeanne A. E. DeVoto wrote: At 9:52 PM -0500 7/14/04, Michael D Mays wrote: Can I set an array directly into a custom property or do I have to 'combine'

How to load a property with an Array?

2004-07-14 Thread Michael D Mays
Hi, Can I set an array directly into a custom property or do I have to 'combine' the array before setting it and then 'split' it after I get it in order to use it as an array? I would like to do something like: put "dog,13 cat,12 rat,129" into myPetInventory split myPetInventory by " " and "

Re: Saving a stack on OSX creates a 'classic' stack

2004-06-24 Thread Michael D Mays
That's it. I think it might have default to classic because I had downloaded some classic stacks on this machine and tried to open them before I had Rev installed. Of course my icons aren't updating. I guess I will have to rebuild my desktop :) , Thanks, Michael On Jun 23, 2004, at 9:45 PM, J.

Re: Saving a stack on OSX creates a 'classic' stack

2004-06-22 Thread Michael D Mays
I have: version: 2.6 buildNumber: 1 revAppVersion: 2.2 Michael On Jun 22, 2004, at 1:07 PM, J. Landman Gay wrote: On 6/21/04 4:54 PM, Michael D Mays wrote: When I save a stack in OSX it is saved as a classic stack. Do I have something configured wrong? I think this used to happen with

Re: A clue for using Valentina by XCMD

2004-06-22 Thread Michael D Mays
What are the currently known issues? Michael On Jun 22, 2004, at 7:07 AM, Jan Schenkel wrote: Allow me to chime in with the information that the next version of Revolution will upgrade the VXCMD to the latest stable version, squashing the currently known issues. Valentina Server will be supported a

Paths to inside bundles [was Re: A clue for using Valentina by XCMD]

2004-06-22 Thread Michael D Mays
When I say a stack I mean a stack. When I say an application I mean a standalone application. ;) When I make the standalone, Rev puts the VXCMD_Macho_HC into the bundle and sets 'the externals' of the standalone. If I tell the standalone to put the externals in fld 2 I see ./VXCMD_Macho_MC Untit

Re: A clue for using Valentina by XCMD

2004-06-21 Thread Michael D Mays
I am having trouble getting an application to work. I have a test stack which only has the mouseUp script in a button: put valentina("version") into fld 1. As a stack, when I click the button the version is put into the fld. When I create the stack nothing happens. I think I have the application

Saving a stack on OSX creates a 'classic' stack

2004-06-21 Thread Michael D Mays
When I save a stack in OSX it is saved as a classic stack. Do I have something configured wrong? Michael ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: A clue for using Valentina by XCMD

2004-06-21 Thread Michael D Mays
For debugging: get Valentina("SetDebugLevel", 3 ) The 3 parameter tells Valentina to log messages from the Valentina Xcmd to the Console program. When Rev crashes, look over at Console and you will see what was happening when you crashed or just to see if the xcmd is doing what you think it sho

Re: A clue for using Valentina by XCMD

2004-06-21 Thread Michael D Mays
Are you using Windows or OSX. If you are I think you might need to type in the message box of the stack you are using set the externals of this stack to "./VXCMD_Macho_MC" so that the stack knows to use the Xcmd (p 4 of the VXCMD docs). You have to quit Rev or purge the stack from memory and the

Re: Serial Port Toolkit

2002-04-30 Thread Michael D Mays
Are you using Apple's HyperCard serial port XCMDS to talk to a serial port via a USB to serial port adapter? I have Apple's XCMDs. If you have some others you are willing to share, I would appreciate you sending them to me. Thanks, michael David Vaughan of [EMAIL PROTECTED] wrote the followin

  1   2   >