Re: Launch command

2004-06-23 Thread Yves COPPE
Le 22 juin 04, à 23:54, Sarah Reichelt a écrit : Hi Yves, The launch command has some peculiarities, but if you have a look at my web page http://www.troz.net/Rev/, you can download my Launch.rev stack which uses a combination of AppleScript Transcript to get the correct file paths and launch.

threeD and showBorder

2004-06-23 Thread K
I like for my complicated data entry forms to have a paper form look feel. Normally I accomplish on Win32 using Visal C++ by changing the field from flat to 3D when the mouse enters the field and back to flat upon exit. I am attempting to do the same using RR. However, the showBorder

RE: Drop Down?

2004-06-23 Thread MisterX
check out pulldown or popup in the help ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of K Sent: Wednesday, June 23, 2004 10:16 To: [EMAIL PROTECTED] Subject: Drop Down? I cannot seem to find any information drop down controls? Is it called

Re: use-revolution Digest, Vol 9, Issue 58

2004-06-23 Thread Cubist
In a message dated 6/23/04 12:40:44 AM, [EMAIL PROTECTED] writes: Message: 22 Date: Wed, 23 Jun 2004 03:39:45 -0400 (EDT) From: K [EMAIL PROTECTED] Subject: threeD and showBorder To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii I like for my

win (XP) @ in a field -Keycombination (QWERTZ only)

2004-06-23 Thread Malte Brill
Hi List. I hope this didn´t come up before. On German keyboard layouts (QWERTZ) it is possible to have the @ character typed in in 2 ways. 1: ctrl+alt (left side of the keyboard)+q 2: alt gr (right side of keyboard)+q While 2 works (tested on on XP) 1 doesn´t. It is not a major issue for me.

Re: dragging images from web pages?

2004-06-23 Thread Malte Brill
Hi Terry. I did a quick and dirty test. create a stack. Script: on dragenter set the acceptdrop to true end dragenter on dragDrop put the dragData into theURL if char -4 to -1 of theURL is in field fileextensions then set the filename of img webimage to theURL put the mouseLoc

Re: dragging images from web pages?

2004-06-23 Thread Malte Brill
Hi Terry. check the messagebox output. If it is a valid url it works)... you need to add a line in the dragDrop handler: put theURL to see any output in the messagebox. Sorry deleted that too soon. Best, Malte ___ use-revolution mailing list

Re: Re: dragging images from web pages?

2004-06-23 Thread Malte Brill
Hi Terry. Sorry for posting to early. It only works with Netscape 7 on my Os 9 machine. (It drags a link instead of other data) :-( sorry. I cant figure out what the dragdata is on other browsers... Looking at it gives me no clue... It is not the imagedata. So I guess I can´t help you. But

ANN: PropsN2O Revision and registration module for RunRev Software

2004-06-23 Thread MisterX
Software without bugs is obsolete... I've revised the PropsN2O plugin with a couple fixes which were necessary. The vertical orientation had one bug which gladly no one noticed! A few minor cosmetic fixes and one menu bug are now goners. Download and info still at

Re: FTP file uploading problem

2004-06-23 Thread Dave Cragg
At 7:18 pm -0400 22/6/04, Richard Miller wrote: Dave: Thanks for the suggestion. I tried this: libURLftpUploadfile /Users/richard/Desktop/keylabels.txt,ftp://anonymous%40portable-pro.com:[EMAIL PROTECTED]/ It didn't return an error (in fact, THE RESULT didn't return anything...maybe that's

Standalone Builder not remembering last build folder

2004-06-23 Thread Jay Madren
Hi all, Before I bugzilla this, I wanted confirmation that it's not just my system (Win2000). I have been working a lot with building executables, and have noticed a few glitches. First, RR/SB doesn't remember the last used build folder for a stack. In fact, after exiting and restarting RR,

Re: iGame3D Status 062204 (Long detailed reply)

2004-06-23 Thread william griffin
Date: Tue, 22 Jun 2004 02:02:31 -0400 From: Brian Yennie [EMAIL PROTECTED] Subject: Re: iGame3D status 062204 To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] William, FWIW, your bug report appears to be left as UNCONFIRMED in BugZilla, so it doesn't look like anyone at

Linux / Unix Curses support

2004-06-23 Thread di_shuikang
hello,I'm programming on curses,I want the characters on terminal to be resized,for example,doble size or triple size.the normal size looks too small for me,I have read some paper about curses,but I did not find out a way to solve the problem.if you can,can you show me a example as demo?thank

Re: iGame3D Status 062204 (Long detailed reply)

2004-06-23 Thread Richard Gaskin
william griffin wrote: Metacard crashed while doing nothing at all. With all due respect, that doesn't seem possible. And many of us push the heck out of it without crashing. _Something_ caused the crash. Have you sent the crash log to RunRev? Its not supported or updated. On the contrary:

URGENT-How to add New Card button/menu to stack

2004-06-23 Thread drenneck
Hi everyone, I am very, very new to revolution but have an urgent request for help. I assist a professor at my university and have imported his old HyperCard Address Book stack into Revolution. I then saved it as a standalone application. I need to figure out how to add a add new card

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Marian Petrides
Dan I think you should be able to use the doMenu command. Try creating a button with this script: on mouseUp doMenu New Card of menu Object end mouseUp For more info on this command, see the Rev dox. Please let us know if this solved your dilemma (I'm not sure how/if doMenu works in a

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Jim MacConnell
Dan I assist a professor at my university and have imported his old HyperCard Address Book stack into Revolution. I then saved it as a standalone application. I need to figure out how to add a add new card button, like his old HyperCard stack had. Everyone else will probably chime in soon

Re: ANN: NT CLI GUI

2004-06-23 Thread Alejandro Tejada
on Tue, 22 Jun 2004 MisterX wrote: As promissed, here is a DOS wrapper... It was tested on WinXP but should work with W2K or NT4 (yuk) or other windowze command lines. It should work on Unix but you'll need to change the commands menu. If someone wants to make a unix command menu, I'll

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Marian Petrides
Ah, good point, Jim. I had momentarily forgotten the inability to save to standalone when I suggested using doMenu. Okay, Dan. Try this: 1) Modify your address book stack as mentioned in my previous email--incorporating doMenu-- and save it. Say it is named AddressBook.rev You will also

Re: iGame3D status 062204

2004-06-23 Thread Alejandro Tejada
on Tue, 22 Jun 2004 Brian Yennie wrote: [snip] It sounds like there's light at the end of the tunnel, [snip] I'm glad to read that these problems are in their way to be solved. Just, do not let that such things stop your whole development cycle. The developers, from this mail list are always

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Marian Petrides
Dan, Ok, one final correction. That should be on closeStackRequest not shutdownRequest (which does not work properly). Also a few refinements to the handler on closeStackRequest Answer Save stack first with No or Yes --creates a dialog with yes as default answer If it is Yes then

Non-blocking FTP directory listing?

2004-06-23 Thread Troy Rollins
I'm interested in getting a non-blocking FTP directory listing. Using PUT... is a blocking operation. So, I was thing of using libURLftpCommand(Chdir,...) but I'm not quite sure where that is going to return to, as it doesn't seem to offer the familiar callback syntax as the other libURL

printing

2004-06-23 Thread hershbp
Hi all I need to print a dynamic list meaning could be 10 lines or 50 lines. How do I do that I should be able to have a heading, and a footer right below the printed list , I should not have blank space between the body and the footer, the footer should move up or down accordingly ? Thanks

Re: Launch command

2004-06-23 Thread Sarah Reichelt
The launch command has some peculiarities, but if you have a look at my web page http://www.troz.net/Rev/, you can download my Launch.rev stack which uses a combination of AppleScript Transcript to get the correct file paths and launch. It also handles the problem of launcing an already open

re: launch

2004-06-23 Thread tuviah snyder
Launch has been well documented, if the app is already open launch will fail. This is what is happening? As Klaus mentioned, you should check the result. This was fixed in 2.2.. Tuviah ___ use-revolution mailing list [EMAIL PROTECTED]

Font and Font Size . . .

2004-06-23 Thread Roger Guay
Can someone please help me: Since my standalone app will have a lot of text editing, I want to allow the user to change font and font size. I know how to build the menus but I don't know how to script it. Any help will be greatly appreciated. Thanks, Roger

RE: Standalone Builder not remembering last build folder

2004-06-23 Thread Monte Goulding
Hi all, Before I bugzilla this, I wanted confirmation that it's not just my system (Win2000). I have been working a lot with building executables, and have noticed a few glitches. First, RR/SB doesn't remember the last used build folder for a stack. In fact, after exiting and restarting RR,

Re: Font and Font Size . . .

2004-06-23 Thread Chipp Walters
Hi Roger, You may want to take a look at the plugin 'altHTML' at http://www.altuit.com/webs/altuit2/altPluginDownload/Downloads.htm Take it apart and you may find some useful things there. best, Chipp Roger Guay wrote: Can someone please help me: Since my standalone app will have a lot of text

Re: launch

2004-06-23 Thread yoy
tuviah, I don't see that mentioned in the 2.2 transcript help. I'm needing to open a document in an app (W2k) that is already running. I think you're mistaken. Andy - Original Message - From: tuviah snyder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 6:37

Re: Re: dragging images from web pages?

2004-06-23 Thread Terry Judd
Hi Terry. Sorry for posting to early. It only works with Netscape 7 on my Os 9 machine. (It drags a link instead of other data) :-( sorry. I cant figure out what the dragdata is on other browsers... Looking at it gives me no clue... It is not the imagedata. So I guess I can´t help you. But maybe

RE: ANN: NT CLI GUI

2004-06-23 Thread MisterX
well if I come to again to la republica, dont forget to invite me for a coco loco o una presidente ;) just a reminder, windows must have a path to the exe. Best is to keep it along the application and make sure the directory variable is set to that directory... always check for errors in shell

Re: Font and Font Size . . .

2004-06-23 Thread David Squance
Can someone please help me: Since my standalone app will have a lot of text editing, I want to allow the user to change font and font size. I know how to build the menus but I don't know how to script it. Any help will be greatly appreciated. Thanks, Roger You may have some better replies

Re: launch

2004-06-23 Thread Richard Gaskin
yoy wrote: tuviah wrote: Launch has been well documented, if the app is already open launch will fail. This is what is happening? As Klaus mentioned, you should check the result. This was fixed in 2.2. Tuviah I don't see that mentioned in the 2.2 transcript help. I'm needing to open a

Re: iGame3D Status 062204 (Long detailed reply)

2004-06-23 Thread Kevin Miller
On 23/6/04 12:42 am, william griffin [EMAIL PROTECTED] wrote: I'm sorry Mr Miller, but that claim is in contradiction with the evidence provided above and my extensive correspondence archives. I've provided stacks, bug reports, screen shots, and as detailed descriptions as I possibly

Regex (MatchText) speed

2004-06-23 Thread Troy Rollins
I took a look through the archives, and didn't see anything definitive about speed advantages in Rev of using matchText with regEx, compared to more basic chunking techniques - including contains. I find Rev is a string handling monster with Transcript alone, but don't know just what it is

Re: Regex (MatchText) speed

2004-06-23 Thread Richard Gaskin
Troy Rollins wrote: I took a look through the archives, and didn't see anything definitive about speed advantages in Rev of using matchText with regEx, compared to more basic chunking techniques - including contains. I find Rev is a string handling monster with Transcript alone, but don't know

Re: Regex (MatchText) speed

2004-06-23 Thread Mark Brownell
On Wednesday, June 23, 2004, at 06:25 PM, Troy Rollins wrote: Anyone have a real-world sense of the speed difference? I have a parsing routine which I put together hastily, knowing that it would need to be later optimized. I'm edging in on that optimization phase, and I'm wondering what angle

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread J. Landman Gay
On 6/23/04 2:34 PM, Marian Petrides wrote: 1) Modify your address book stack as mentioned in my previous email--incorporating doMenu-- and save it. The domenu command won't work. Use create card instead. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software |

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Troy Rollins
On Jun 23, 2004, at 10:03 PM, J. Landman Gay wrote: The domenu command won't work. Use create card instead. Ideally after grouping the card contents, setting the group's background behavior to true, and setting the entry field's shared text property to false... right? That seems to me the way

Re: Regex (MatchText) speed

2004-06-23 Thread Troy Rollins
On Jun 23, 2004, at 9:37 PM, Mark Brownell wrote: Anyone have a real-world sense of the speed difference? I have a parsing routine which I put together hastily, knowing that it would need to be later optimized. I'm edging in on that optimization phase, and I'm wondering what angle I might want

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Marian Petrides
Exactly. I hadn't actually put together my demo stack when I wrote my first answers, so didn't think to include these details. But that is exactly what I did when I actually got a demo to work As I said in my reply to Jacque, I did get doMenu to work but did not clarify that I used doMenu not

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

2004-06-23 Thread J. Landman Gay
On 6/22/04 6:40 PM, Michael D Mays wrote: I have: version: 2.6 buildNumber: 1 revAppVersion: 2.2 I think I know what's wrong. I was thinking you were getting Classic standalones, but you are saying that the stacks themselves have the Classic Rev icon and open in OS X Classic layer

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread J. Landman Gay
On 6/23/04 9:10 PM, Marian Petrides wrote: Jacque I wasn't sure if doMenu would work, so I created a demo stack and, much to my surprise, it did. Interesting. In general it gives not implemented. This must be one of the exceptions. Does create card do the same thing as new card on the

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread J. Landman Gay
On 6/23/04 9:14 PM, Troy Rollins wrote: On Jun 23, 2004, at 10:03 PM, J. Landman Gay wrote: The domenu command won't work. Use create card instead. Ideally after grouping the card contents, setting the group's background behavior to true, and setting the entry field's shared text property to

interesting error

2004-06-23 Thread hershbp
Hi , I have an interesting windows error upon exiting(Quitting) a standalone on win 2k. The instruction at 0x10001b0f referenced memory at 0x015b0f50. the memory could not be read Click on OK to terminate the program Thanks in advanced. ___

Re: interesting error

2004-06-23 Thread Troy Rollins
On Jun 24, 2004, at 12:03 AM, [EMAIL PROTECTED] wrote: Hi , I have an interesting windows error upon exiting(Quitting) a standalone on win 2k. The instruction at 0x10001b0f referenced memory at 0x015b0f50. the memory could not be read Click on OK to terminate the program All standalones? Or a

Re: URGENT-How to add New Card button/menu to stack

2004-06-23 Thread Troy Rollins
On Jun 23, 2004, at 11:42 PM, J. Landman Gay wrote: Ideally after grouping the card contents, setting the group's background behavior to true, and setting the entry field's shared text property to false... right? Yes, that's true for most stacks, but in the case of the original poster's address

Re: Regex (MatchText) speed

2004-06-23 Thread Mark Brownell
On Wednesday, June 23, 2004, at 06:50 PM, Troy Rollins wrote: I only wish I were parsing any kind of formed text. The stuff I am parsing is more like chaos. It can be anything from plain English error messages, to server directory lists, to date and time formats... with NO consistent

Re: Regex (MatchText) speed

2004-06-23 Thread Troy Rollins
On Jun 24, 2004, at 1:08 AM, Mark Brownell wrote: These two functions work with any text for the start spot and any text for the end spot. Thanks Mark. I'll look at this. And, while I don't doubt this has provided good results, may I ask why you use it instead of a matchText? You didn't indicate

Re: Regex (MatchText) speed

2004-06-23 Thread Brian Yennie
Troy, My 2 cents- it totally depends on what kind of RegEx you're ending up with. RegEx buys you power for expressing complex rules. A hand crafted solution will almost always run faster, it's just a matter of whether you can afford to write new code for every case instead of just

Re: Launch command

2004-06-23 Thread Yves COPPE
Le 24 juin 04, à 00:35, Sarah Reichelt a écrit : The launch command has some peculiarities, but if you have a look at my web page http://www.troz.net/Rev/, you can download my Launch.rev stack which uses a combination of AppleScript Transcript to get the correct file paths and launch. It also