The detailed files bug

2003-09-22 Thread Pär Lindgren
The files function returns correct file names but the detailed files returns the file name with strange characters inserted if there is a space or foreign language characters present. Par ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Web host recommendations?

2003-09-22 Thread Toma Tasovac
I can wholeheartedly recommend http://www.xrackhosting.com It's NOT the cheapest hosting available, but the service is unbelievable, and most of your questions/requests are answered within an hour... Plus it's an OSX based hosting provider. Check it out. I switched to xrackhosting after

Re: The detailed files bug

2003-09-22 Thread Klaus Major
Hi Pär, The files function returns correct file names but the detailed files returns the file name with strange characters inserted if there is a space or foreign language characters present. Don't worry, no bug :-) The long files will return the filename in urlEncoded form! So you just have

Re: QT Player only?

2003-09-22 Thread Klaus Major
Hi Ken, Hi Kurt, Date: Sun, 21 Sep 2003 11:28:06 -0400 Subject: QT Player only? From: Kurt Kaufman [EMAIL PROTECTED] displayed without the flexibility of the player (the controller for starting, pausing, playing only a selection, etc.), but in that case does not rely upon the presence of

RE: Leaving room for the title bar

2003-09-22 Thread Graham Samuel
On Sun, 21 Sep 2003 16:35:13 -0500, Ken Ray [EMAIL PROTECTED] wrote: You're not talking to yourself, but I think that most people that wanted to use up the full space of the screen have gone the route of hiding the menubar and making a decorations empty full-screen stack based on the screenRect.

JPEG comment data

2003-09-22 Thread Rodney Tamblyn
Does anyone have an example code snippet of how to access COM (comment) or APP1 chunk information from JPEG images in Revolution? Thanks ~ Rodney -- Rodney Tamblyn 44 Melville Street Dunedin New Zealand +64 3 4778606 http://rodney.weblogs.com/ ___

RE: Leaving room for the title bar

2003-09-22 Thread Jan Schenkel
--- Graham Samuel [EMAIL PROTECTED] wrote: On Sun, 21 Sep 2003 16:35:13 -0500, Ken Ray [EMAIL PROTECTED] wrote: query HKEY_CURRENT_USER/Control Panel/Desktop/WindowMetrics/CaptionHeight and take the value there and divide it by 15 and get the absoulte value. You can then take

Re: JPEG comment data

2003-09-22 Thread Jan Schenkel
--- Rodney Tamblyn [EMAIL PROTECTED] wrote: Does anyone have an example code snippet of how to access COM (comment) or APP1 chunk information from JPEG images in Revolution? Thanks ~ Rodney Hi Rodney, Not exactly the sample code you were looking for, but more a general idea +

RE: Leaving room for the title bar

2003-09-22 Thread Ken Ray
Well, I have geometry to worry about! There are a lot of controls in the window (stack) and they have to arrange themselves sensibly in the available space. I have decided to accommodate the 1024x768, 800x600 and 640x480 screens (teacher feedback again - personally I have not worked on a

Re: QT Player only?

2003-09-22 Thread Klaus Major
Hi all, SWF files are only played WITH SOUND!!! with version =6 of QT... CUBIC panoramas require version =6... Typo alert!!! Has to be SWF files are only played WITH SOUND!!! with version =6 of QT... CUBIC panoramas require version =6... ( = 6) of course... Regards Klaus Major [EMAIL

Re: Web host recommendations?

2003-09-22 Thread Barry Levine
www.simonweb.com Located in El Paso, TX; run by a friend of mine. $7/month. One hop from the main Internet trunk coming through the city. Lots of package choices including (ugh!) .asp if you need it. If you do sign up, please let me know. I don't get anything from it but I'd like to let my

Re: Can Standalones Do do?

2003-09-22 Thread Mark Brownell
On Monday, September 22, 2003, at 07:15 AM, Rob Cozens wrote: Morning all. Lately I've got a nagging feeling that part of my effort is for naught: [snip] but if a standalone can't do do, I'm wasting my time. Am I wasting my time? Rob, I tested for it; it worked. I just built a standalone

Re: Can Standalones Do do?

2003-09-22 Thread Roger . E . Eller
Yes, standalones can do do. ;) Am I wasting my time? Is there another way to change handlers on-the-fly? Here's another way: set the script of btn dynamicScript to fld Handler dynamicHandler -- in the field, the handler begins with on dynamicHandler Roger Eller [EMAIL PROTECTED] On

RE: Leaving room for the title bar

2003-09-22 Thread Graham Samuel
On Mon, 22 Sep 2003 04:51:54 -0700 (PDT), Jan Schenkel [EMAIL PROTECTED] wrote: At 7:08 -0400 22/9/03, [EMAIL PROTECTED] wrote: Hi Graham, The 'queryRegistry' function will figure that one out for itself ; so try : put HKEY_CURRENT_USER/Control Panel/Desktop/WindowMetrics/CaptionHeight into

Re: Can Standalones Do do?

2003-09-22 Thread Jan Schenkel
--- Rob Cozens [EMAIL PROTECTED] wrote: Morning all. I'm working away polishing up SDB for the LA Run Rev Dev meeting on Wednesday. Lately I've got a nagging feeling that part of my effort is for naught: SDB Data Dictionary includes a field where the developer can type a validation

download woes

2003-09-22 Thread Stephen Messimer
Hi all, Anyone have any tips about how to download 2.1. I have tried downloading the Classic, OSX and Windows versions all to no avail. Thinking it might be some sort of Safari related issue I tried IE 5.2 but that didn't work either. Any assistance would be very much appreciated. Thanks.

Re: download woes

2003-09-22 Thread Klaus Major
Hi Stephen, Hi all, Anyone have any tips about how to download 2.1. I have tried downloading the Classic, OSX and Windows versions all to no avail. Thinking it might be some sort of Safari related issue I tried IE 5.2 but that didn't work either. Just tested it with Safari without

Re: Can Standalones Do do?

2003-09-22 Thread Klaus Major
Hi Ken, ... One way to check if the script is any good and within limits is by making a field testscript, and use something like : try set the script of btn testscript to \ on test return fld Validation \ return end test ... I thought there were plans to remove the set

2.1 starts very slow

2003-09-22 Thread Wolfgang M. Bereuter
Hi list, I have compared an actual 2.1 build with a older 2.0.x build. 2.1 is the same program (same included) with some minor bugfixes. Buz surprisingly it needs 3(!) times longer to start. 2.0x build was about 3-4 seconds the 2.1 needs about 10 seconds. Thats a big difference. One of my

Re: Bug submission

2003-09-22 Thread Wolfgang M. Bereuter
On Donnerstag, Sep 18, 2003, at 21:13 Europe/Vienna, Alex Rice wrote: But I dont want to learn and struggle with bugzilla, because it is very complicated...! AND Ken Ray has written this most cool app, which he announced on Sept 14. So now you really have no excuse for not using bugzilla :-)

Re: download woes

2003-09-22 Thread Pierre Sahores
Works OK there in using MacOS X 10.2.6 and Mozila 1.5a Le lun 22/09/2003 17:21, Stephen Messimer a crit : Hi all, Anyone have any tips about how to download 2.1. I have tried downloading the Classic, OSX and Windows versions all to no avail. Thinking it might be some sort of Safari

Re: Can Standalones Do do?

2003-09-22 Thread Klaus Major
Hi Alex, On Monday, September 22, 2003, at 09:30 AM, Klaus Major wrote: I thought there were plans to remove the set script of x to z stuff at all? Looks like that was only planned ;-) Wha? From standalones only, or entirely? From standalones only, of course :-) If i only could remember where

mailto

2003-09-22 Thread Paul Collins
Title: mailto Hi Does anyone know the command to automatically send an email from the command line I know the command (DOS): start mailto:[EMAIL PROTECTED] will open up a mail with the word test in the subject section but does anyone know how to automatically send the email without human

Panther and Rev

2003-09-22 Thread Rob Gould
I've got a client who's interested in having me create something that will work in Apple's upcoming "Panther" OS. Has anyone done any experiments running Revolution in Panther? I know that Panther has been out for a while within the developer community, but I haven't done anything with it

Re: Detecting MouseMove within scrollBar of fld

2003-09-22 Thread Richard Gaskin
I noticed today that a MouseMove message is not generated while the mouse is over the scrollBar portion of a fld. Aside from using a mouseWithin (ick), or adding my own scrollBar (yuck!), is there a good way to detect that the mouse is within the scrollBar region of a fld? It seems to be a

RE: mailto

2003-09-22 Thread Ken Ray
Paul, does it have to be on the command line? THe reason I ask is that Shao Sean has written an SMTP library that works to send email without human intervention. Her web site is at: http://www.shaosean.tk/ Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site:

Re: Bug submission

2003-09-22 Thread Alex Rice
On Monday, September 22, 2003, at 09:49 AM, Wolfgang M. Bereuter wrote: Thanks Alex Looks very good at the first view. Thank Ken Ray, not me. Why is this not included in the rev ide...? For one thing, revzilla was only announced on Sept 12th. For second thing- I wouldn't know. :-) Or, why it

Re: Can Standalones Do do?

2003-09-22 Thread Richard Gaskin
Klaus Major wrote: Hi Alex, On Monday, September 22, 2003, at 09:30 AM, Klaus Major wrote: I thought there were plans to remove the set script of x to z stuff at all? Looks like that was only planned ;-) Wha? From standalones only, or entirely? From standalones only, of course :-)

Re: Panther and Rev

2003-09-22 Thread Gordon Tillman
Hi Rob, On Sep 22, 2003, at 11:08 AM, Rob Gould wrote: I've got a client who's interested in having me create something that will work in Apple's upcoming Panther OS.  Has anyone done any experiments running Revolution in Panther?  I know that Panther has been out for a while within the

RE: Bug submission

2003-09-22 Thread Ken Ray
However, I do hope that Ken is coordinating with Runrev to get exposure for this very good alternate interface to bugzilla. Well, I'm certainly coordinating with RunRev on getting feature parity in RevZilla... exposure's another thing entirely. :-) Ken Ray Sons of Thunder Software Email:

Re: mailto

2003-09-22 Thread FlexibleLearning
Does anyone know the command to automatically send an email from the command line I know the command (DOS): start mailto:[EMAIL PROTECTED] will open up a mail with the word test in the subject section but does anyone know how to automatically send the email without human intervention.

Re: Web host recommendations?

2003-09-22 Thread miscdas
[snip] On Sunday, Sep 21, 2003, [EMAIL PROTECTED] wrote: Web host recommendations? + check out http://www.freewebs.com; They offer some amazing option with just the free service, including enabling e-commerce (using your PayPal account). If the free services aren't sufficient for

repeated send-comands

2003-09-22 Thread R. Hillen
Hello List, I want to display some pictures, one after another (somewhat like a dia-show) and to be able to stop the show at any time by pressing a button. The pictures are very big, so loading from CD and scaling takes some time too. With T1 = Intervall between to pictures it should be

Re: Can Standalones Do do?

2003-09-22 Thread Rob Cozens
I just built a standalone with a text entry field and a do button. Thanks, Mark, for doing what I was too lazy to do myself.:{`) I was hoping someone would known of the top of her/his head. Nice to know my design will fly. -- Rob Cozens CCW, Serendipity Software Company

Re: QT Player only?

2003-09-22 Thread Klaus Major
Hi Ken, Hi Klaus, As already stated in an earlier mail, RR does NEVER USE QT to play ac xxx!!! -- So the player for AC's is Rev/MC's own special device? In that case RR uses some very low system routines *, if i remember right... *Whatever that may be... ;-) -- QT is used for

Re: Can Standalones Do do?

2003-09-22 Thread Rob Cozens
On Monday, September 22, 2003, at 09:30 AM, Klaus Major wrote: I thought there were plans to remove the set script of x to z stuff at all? Looks like that was only planned ;-) Wha? From standalones only, or entirely? From standalones only, of course :-) If i only could remember where i read

Re: More focus problems

2003-09-22 Thread Andy Burns
- Original Message - From: Doug Johnston [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:27 PM Subject: Re: More focus problems Thanks for the reply Andy, No, unfortunately the fields are just plain text fields. Regards Doug Johnston Doug, Plain

Re: focusOut problem

2003-09-22 Thread Richard Gaskin
Doug Johnston wrote: I'm a long time Visual FoxPro developer who has stumbled over Revolution. Just trying it at the moment to see if it will serve may application needs (mostly business database). I have run into a problem... I have 2 fields (Field 1 and Field 2) on a card along with a

Re: focusOut problem

2003-09-22 Thread Doug Johnston
Richard, your bloods worth bottling. Thank you Regards Doug Johnston Richard Gaskin wrote: Doug Johnston wrote: I'm a long time Visual FoxPro developer who has stumbled over Revolution. Just trying it at the moment to see if it will serve may application needs (mostly

RE: More focus problems

2003-09-22 Thread Ken Ray
Doug, In an unlocked field (i.e. the lockText property is false), the openField and closeField handlers (methods) are used instead of focusIn/focusOut. Take a look at the Transcript Dictionary; it may help in isolating the issues you run across. Of course, feel free to post to the list. Ken Ray

re download woes

2003-09-22 Thread Stephen Messimer
Klaus And Alex, Thanks for the help guys. I was able to download via ftp w/o problems. :-) I still don't know what the problem is. I suppose I will have to devote some effort to this in the near future. Dang! Best regards, Steve Stephen R. Messimer, PA 208 1st Ave. South Escanaba, MI