RE: ISAM

2005-08-22 Thread Scott Kane
Have you tried ODBC access to dBase files? There are some weirdnesses with the Paradox driver depending on which version you're using, but ODBC should work to get to dBase files. Yep. I can do it in Windows (XP comes with ODBC configured by default) - but I can't find anything for OSX or

Re: ISAM

2005-08-22 Thread Jesse Sng
Unfortunately I don't know where to find such things. I spend a fair part of my life sucessfully avoiding database work, and would hate to break that record now. :) Hopefully someone here who's worked with ODBC will be able to help out Man after my own heart Jesse

Re: use-revolution Digest, Vol 23, Issue 74

2005-08-22 Thread Joel Guillod
Mark, I have no idea if you are hired by Runrev to write the API and documentation for the external. So the following should possibly be applied to Runrev. But before filling a blocking bug, let me kindly go on your reply. We stayed tuned since a long while but now I actually need a proper

Re: [ANN] Animated gif for OSX progress

2005-08-22 Thread Joel Guillod
You are most welcome, Joel. And Howard, you are not actually stopping the animation which continues in the background. As in the original posting and repeated when uploaded to ssBk Online, set the repeatCount of the image ID to -1 to start the animation and 0 to stop it. On what

Re: General Intersect

2005-08-22 Thread Malte Brill
Hi Roger, as saied before you would do this with a repeat structure. eg: repeat with i=1 to the number of buttons if the short name of btn i=targetButton then next repeat if intersect(btn targetButton, btn i) then --do stuff end if end repeat However, if it is a time critical script

Program bar at bottom of Windows screen is blank

2005-08-22 Thread Stgoldberg
Hopefully someone can help with the following question. A created a Rev program using Mac and built a standalone for Windows. The program resides in a folder. On Windows, the name of the folder shows up in the program bar at the bottom of the screen, as it should. However, on opening

Re: Program bar at bottom of Windows screen is blank

2005-08-22 Thread Pat Trendler
Possibly, you didn't give the stack a title in Basic Properties of the Stack Property Inspector. Pat [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: use-revolution@lists.runrev.com Sent: Monday, August 22, 2005 9:44 PM Subject: Program bar at bottom of Windows

Re: Uncomplete Externals SDK Documentation

2005-08-22 Thread Joel Guillod
(Sorry I repost it with the correct subject title!) Mark, I have no idea if you are hired by Runrev to write the API and documentation for the external. So the following should possibly be applied to Runrev. But before filling a blocking bug, let me kindly go on your reply. We stayed tuned

Re: General Intersect

2005-08-22 Thread TJ Frame
Aso, If you might end up intersecting more than one button, you could create a subset list of all buttons that match with something like the following: put 1 into counter repeat for the number of btns if the number of btn targetButton = counter then next repeat if intersect(button

Re: Program bar at bottom of Windows screen is blank

2005-08-22 Thread xbury . cs
Hi Steve, The only thing i can think of that causes this is - no decorations or palette mode window (but then it wouldn't be visible in the task bar - only in task manager) - you set the title of the window to a space or something like that... - any MacOS-only characters in the title? cheers

RE: Spell Checker

2005-08-22 Thread Lynch, Jonathan
Hi Derek, Just a suggestion for your spellchecker - because I have one I created for work and I made this change and now it moves much much faster. In one of the recent informal coding challenges, one of the rev users (I'm sorry, I cannot remember who it was) came up with a cool way of doing

developing win32 externals...

2005-08-22 Thread Andre Garzia
Hi Folks, I am now trying to build some externals for both mac and win32 machines. I plan to use XCode on the mac side but on the win32 side I have no clue. I'd like not to use Visual Studio, it's too bloated for my modest machine. I'd settle for DJGPP or Cygwin or whatever... If I could

Re: [ANN] Animated gif for OSX progress

2005-08-22 Thread FlexibleLearning
I suspect the repeat loop is so tight that it leaves no cycles left for the engine to activate the animation frames. For most purposes, an animated gif will happily run in it's own 'memory area', or at least that is my experiance and impression over the years. /H on doTheLongProcess

Re: developing win32 externals...

2005-08-22 Thread Mark Waddingham
Hi Andre, I'd recommend taking a look at this: http://msdn.microsoft.com/visualc/vctoolkit2003/ Although you should be able to build externals for Win32 using mingw32: http://www.mingw.org/ Warmest Regards, Mark. -- Mark

rev opens and then disappears spontaneously

2005-08-22 Thread Jon
All of a sudden, Rev no longer works. I try to start it, it pops up, all of the windows appear, and then it spontaneously disappears. There are no hidden Rev processes running. I had been using Constellation, but turned it off (or tried to?) I have not yet re-booted (too much else going on

difficulties with StandAlone

2005-08-22 Thread Jon
Every time I try to create a StandAlone (SA), I have to select a directory into which the SA will be created, starting at My Computer. I don't mind selecting the directory the first time I do this for an application, but is it necessary that I do this every time? And if I have to do it every

Re: rev opens and then disappears spontaneously

2005-08-22 Thread Andre Garzia
On Aug 22, 2005, at 11:02 AM, Jon wrote: All of a sudden, Rev no longer works. I try to start it, it pops up, all of the windows appear, and then it spontaneously disappears. There are no hidden Rev processes running. I had been using Constellation, but turned it off (or tried to?) I

Re: Spell Checker

2005-08-22 Thread jbv
Just a suggestion for your spellchecker - because I have one I created for work and I made this change and now it moves much much faster. dumb question mode on BTW, where do you guys get the words list ? dumb question mode off Thanks, JB ___

RE: Spell Checker

2005-08-22 Thread Lynch, Jonathan
I found one online with 174,000 words - I forget where. I can eMail it to you as a .txt attachment if you wish. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jbv Sent: Monday, August 22, 2005 10:31 AM To: How to use Revolution Subject: Re: Spell Checker

Re: Spell Checker

2005-08-22 Thread jbv
I found one online with 174,000 words - I forget where. I can eMail it to you as a .txt attachment if you wish. well, that's very kind; but I guess it's english words only... actually I'm looking for the same kind of thing in french... any clue ? Best, JB

RE: Spell Checker

2005-08-22 Thread Lynch, Jonathan
I'm sorry, no clue... But there must be something out there like that, I am sure a bit of creative online searching will find something. Good luck :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jbv Sent: Monday, August 22, 2005 10:43 AM To: How to

Couple CGI questions--timed events

2005-08-22 Thread Thomas McCarthy
Question 1: Can my rev cgi engine do things (such as send out emails) at predetermined intervals? Question 2: This is related to question 1. If my cgi script starts up the Rev engine. When does the rev engine shut down? thanks tom ___ Join Excite!

Re: Couple CGI questions--timed events

2005-08-22 Thread jbv
Thomas, Question 1: Can my rev cgi engine do things (such as send out emails) at predetermined intervals? you'd better use cron jobs on your server for that... Question 2: This is related to question 1. If my cgi script starts up the Rev engine. When does the rev engine shut down?

Re: General Intersect

2005-08-22 Thread Roger Guay
Thanks to all who responded. I was hoping that I wouldn't have to use a repeat loop as I do have a time-critical situation. However your suggestion of storing IDs as custom properties will perhaps save the day. Cheers, Roger On Aug 22, 2005, at 4:30 AM, [EMAIL PROTECTED] wrote: as

[ANN] Ignore my last ANN re: ReplaceText

2005-08-22 Thread Ken Ray
(This will teach me to not send things before their time...) What I posted as a bug with replaceText in 2.6 is actually a bug in 2.5.1 that I was taking advantage of and thought it was normal, so when it was fixed in 2.6 I thought it was a bug. As many have pointed out to me, the statement:

RE: developing win32 externals...

2005-08-22 Thread [EMAIL PROTECTED]
Andre, One of the things to watch for is whether you're using any binary libraries (static or dynamic) in your code that were built by someone else. If the libraries were built with visual studio and you try to link them with bloodshed you'll get linker errors. (in particular, I've had this

Re: Spell Checker

2005-08-22 Thread Alex Tweedly
Lynch, Jonathan wrote: I'm sorry, no clue... But there must be something out there like that, I am sure a bit of creative online searching will find something. Good luck :) http://www.mozilla.org/products/thunderbird/dictionaries.html -- Alex Tweedly http://www.tweedly.net --

Re: Couple CGI questions--timed events

2005-08-22 Thread Dan Shafer
On Aug 22, 2005, at 7:42 AM, Thomas McCarthy wrote: Question 1: Can my rev cgi engine do things (such as send out emails) at predetermined intervals? No. The CGI runs on request from a browser or other client. To do this it would have to stay running, which is not how CGIs are

Re: Spell Checker

2005-08-22 Thread Stephen Barncard
How would one use this dictionary? I downloaded one of the dictionaries and it was not plain text. Looked like binary. Lynch, Jonathan wrote: I'm sorry, no clue... But there must be something out there like that, I am sure a bit of creative online searching will find something. Good luck

Unicode

2005-08-22 Thread Mark Schonewille
Hello, Using the uniEncode function, I am able to read and display most unicode formats in MacOS X. However, there is one format I can't get to work. This is a file that is supposed to be UTF-16BE (with Thai encoding). If I display this in a field, I get a kind of Chinese text. I have other

RE: Unicode

2005-08-22 Thread MisterX
have you downloaded the thai fonts which are not the same as chinese? The OS may be using the most-likely... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Schonewille Sent: Monday, August 22, 2005 18:11 To: How to use Revolution

Revolution Compatible Registration Tool

2005-08-22 Thread Levi Kendall
Hi All, I was just wondering what everyone out there was using for releasing commercial demo applications with Revolution. What I'm thinking in terms of here is having a limited demo version that will show the user *some* of the functionality but which is crippled in some areas. The user will

Re: Couple CGI questions--timed events

2005-08-22 Thread Andre Garzia
On Monday, August 22, 2005, at 04:07AM, Dan Shafer [EMAIL PROTECTED] wrote: On Aug 22, 2005, at 7:42 AM, Thomas McCarthy wrote: Question 1: Can my rev cgi engine do things (such as send out emails) at predetermined intervals? No. The CGI runs on request from a browser or other client.

Re: ISAM

2005-08-22 Thread Mark Wieder
Scott- Sunday, August 21, 2005, 5:38:31 PM, you wrote: Any idea where I can find them for Windows and Mac? I've been looking evrywhere for them ODBC drivers in OSX require a Microsoft product to be installed (on Windows they are installed by default). Any ideas appreciated Since you

Re: Revolution Compatible Registration Tool

2005-08-22 Thread Malte Brill
Hi Levi, At this point I'm looking for any system to do this, perhaps it could be web integrated I vaguely recall that there should have been a Kagi Module for Revolution. I could also be wrong. :-) Kee might be able to tell you more about it. Maybe this thread is interesting:

List of Files and open file

2005-08-22 Thread Oldřich Peroutka
Hi all, can anybody help me. I am the beginner in Revolution yet and I have 2 question. The First question: I have wrote the programm is comparing contain of 2 folders each other. The first folder (source) contain is written to the first field, ?listField1? and the second folder contain

Re: ISAM

2005-08-22 Thread Stephen Barncard
Long long ago I looked at a dBase file and it looked like tab delimited texthave you checked in a text editor? Since you were talking about dBase and Paradox, I assumed you meant Windoze... In that case, the dBase file format is *very* well defined and documented. Why not just treat the

Re: ISAM

2005-08-22 Thread Dan Shafer
There are a lot of programs around for converting DBF files to other formats. A Google search is quite fruitful. On Aug 22, 2005, at 10:36 AM, Stephen Barncard wrote: Long long ago I looked at a dBase file and it looked like tab delimited texthave you checked in a text editor?

Why does this generate an error?

2005-08-22 Thread Mark Swindell
The following script is in a field, originalText. It generates an error, yet at the same time it functions and puts the htmlText of the lines of field originalText into the messageBox. Why does it generate an error as it functions? Thanks Mark on mouseMove global gMyLine put the

running player makes other thing slower

2005-08-22 Thread Ban Nguyen
Hi everyone, Does anyone run into this problem like I have? In my rev application, I have a player (playing song and movie) running just fine but when I scroll up and down the field, the sound is messed up and slows down other things such as selecting a line in the field list, clicking on a

Re: running player makes other thing slower

2005-08-22 Thread Trevor DeVore
On Aug 22, 2005, at 11:17 AM, Ban Nguyen wrote: Hi everyone, Does anyone run into this problem like I have? In my rev application, I have a player (playing song and movie) running just fine but when I scroll up and down the field, the sound is messed up and slows down other things such as

Please Unsubscribe me

2005-08-22 Thread ali jamshidi
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

RE: running player makes other thing slower

2005-08-22 Thread Ban Nguyen
Hi everyone, Does anyone run into this problem like I have? In my rev application, I have a player (playing song and movie) running just fine but when I scroll up and down the field, the sound is messed up and slows down other things such as selecting a line in the field list, clicking

Weird answer dialog behavior

2005-08-22 Thread sims
Using Rev 2.6 OS X Tiger. Answer dialogs will not display all the text I have scripted for them, text does not wrap, and the dialog is not very wide (does not expand to accommodate text). Text seems to run off the dialog and into space. I searched the archives and found Eric Chatone's patch

ANN: Some routines for Spotlight

2005-08-22 Thread Yves COPPE
Hi Thierry, your code : put unidecode(uniencode(thefilename,utf8),ansi) 1) is very 'slow since there are somtimes many lines in thefilename 2) is not fully translating the answer. There are further errors with çedilla, œ,.. any other suggestion ?? Greetings. Yves COPPE [EMAIL

Re: running player makes other thing slower

2005-08-22 Thread Trevor DeVore
On Aug 22, 2005, at 11:55 AM, Ban Nguyen wrote: 3) What codecs do your movies use? mp3 and mov mov is a container format, not an actual codec. For the video you would have something like sorenson 3 or H.264 If your audio/video is encoded using a very high data rate then this could

Re: Why does this generate an error?

2005-08-22 Thread Malte Brill
Hi Mark, it throws an error, because gMyLine can be empty. try this: on mouseMove global gMyLine put the mouseline into gMyLine if gMyLine is not empty then put the htmlText of before gMyLine put value(gMyline) end if end mouseMove Hope this helps, Malte -

Re: Why does this generate an error?

2005-08-22 Thread Mark Swindell
Indeed. Thank you. Mark On Aug 22, 2005, at 12:45 PM, Malte Brill wrote: t throws an error, because gMyLine can be empty. try this: on mouseMove global gMyLine put the mouseline into gMyLine if gMyLine is not empty then put the htmlText of before gMyLine put

CGI Advice

2005-08-22 Thread Gregory Lypny
Hello everyone, I'm finally starting on my first Rev CGI project after a number of false starts and the usual delays. I have some basic CGIs successfully invoking scripts in a stack, and I have a question concerning the storage of data. Do you think it is better to store data,

Re: CGI Advice

2005-08-22 Thread Pierre Sahores
Hi Greg, Have an eye on this if that can help : http://istream.homeunix.com/insead/index_en.html Best, Le 22 août 05 à 22:45, Gregory Lypny a écrit : Hello everyone, I'm finally starting on my first Rev CGI project after a number of false starts and the usual delays. I have

RE: running player makes other thing slower

2005-08-22 Thread Ban Nguyen
On Aug 22, 2005, at 11:55 AM, Ban Nguyen wrote: 3) What codecs do your movies use? mp3 and mov mov is a container format, not an actual codec. For the video you would have something like sorenson 3 or H.264 If your audio/video is encoded using a very high data rate then this could affect

Re: Spell Checker

2005-08-22 Thread Alex Tweedly
Stephen Barncard wrote: How would one use this dictionary? I downloaded one of the dictionaries and it was not plain text. Looked like binary. It's an XPI format file - which is basically just a ZIP format with some special requirements for Mozilla. Unzip it, you gets two files

Re: running player makes other thing slower

2005-08-22 Thread Trevor DeVore
On Aug 22, 2005, at 2:37 PM, Ban Nguyen wrote: I am using mp3 file with encoded with 96 data rate That shouldn't cause any playback problems. Did you try loading a still image into the player? Do you have any code that watches monitors the status of the player object while it is playing

Sending mail via libSMTP on cgi

2005-08-22 Thread Thomas McCarthy
1. Will libSMTP work from a rev cgi? 2. Any reason to use it instead of my host's built-in mail cgi? Yes, Andre, 'cron' is my new friend. Actually more of an acquaintance. Where is this going? I thought it would be nice to send my students emails automatically--homework reminders, thoughts of

RE: running player makes other thing slower

2005-08-22 Thread Ban Nguyen
On Aug 22, 2005, at 2:37 PM, Ban Nguyen wrote: I am using mp3 file with encoded with 96 data rate That shouldn't cause any playback problems. Did you try loading a still image into the player? Do you have any code that watches monitors the status of the player object while it is playing

Scripting conference - Menus stack updated

2005-08-22 Thread J. Landman Gay
The excellent scripting conference stack on Menus has been updated to include the chat transcript and is now online: http://support.runrev.com/scriptingconferences/ Presented by Jeanne DeVoto, the transcript log contains additional information on menus which was not present in the original

Re: Sending mail via libSMTP on cgi

2005-08-22 Thread Dan Shafer
On Aug 22, 2005, at 3:57 PM, Thomas McCarthy wrote: 1. Will libSMTP work from a rev cgi? Just a SWAG but it probably would. 2. Any reason to use it instead of my host's built-in mail cgi? Not that I can think of. Yes, Andre, 'cron' is my new friend. Actually more of an acquaintance.

Re: Revolution Compatible Registration Tool

2005-08-22 Thread Dan Shafer
Kagi was indeed working on such a module when we held RevCon West a couple of months ago. As far as I can tell, they have not yet announced that product. Disabling some features of the product until some condition is met is straightforward provided, of course, you've modularized your code

Windows tray

2005-08-22 Thread Matthew
I have played with the STSTray program by Sons of thunder and liked it but I was wondering if there is any way of doing that in revolution and not through STSTray. If you do send me a message, send it to me because I have unsubscribed from the mailing list because it gives me too much email.

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
I don't suspect this kind of thing would be hard to roll your own. The hard part is coming up with an unlock code/mechanism that can't be trivially cracked. On Windows I use Armadillo - http://www.siliconrealms.com I've never been cracked. It blocks Soft Ice and similar debuggers and

Re: developing win32 externals...

2005-08-22 Thread Mark Wieder
Chris- Have you tried the Devpak for MySQL? I haven't myself, but it's supposed to work... http://devpaks.org/details.php?devpak=79 -- -Mark [EMAIL PROTECTED] Monday, August 22, 2005, 8:22:37 AM, you wrote: libraries were built with visual studio and you try to link them with bloodshed

Drooling yet for TAOO?

2005-08-22 Thread MisterX
Hi good people, This is just a taste of the GUI of TAOO... http://monsieurx.com/hyper/xos/screenshots/TAOOScreenShot.png Im almost done with the visual part of it... im in heaven, most of it works sorry, i couldn't resist sharing it! Now comes the objects... sql, records, cards, lines,

Re: Revolution Compatible Registration Tool

2005-08-22 Thread Dan Shafer
Great practical advice, Scott. Thanks for sharing. On Aug 22, 2005, at 6:44 PM, Scott Kane wrote: I don't suspect this kind of thing would be hard to roll your own. The hard part is coming up with an unlock code/mechanism that can't be trivially cracked. On Windows I use Armadillo -

Re: Revolution Compatible Registration Tool

2005-08-22 Thread Oak Norton
Armadillo looks great but appears to be only Windows based. Is there another tool that will also work for Mac Linux builds along with Windows? Thanks, Oak On 8/22/05, Scott Kane [EMAIL PROTECTED] wrote: I don't suspect this kind of thing would be hard to roll your own. The hard part

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
Great practical advice, Scott. Thanks for sharing. You are most welcome. Members, please feel free to ask anytime about this stuff. Without trying to blow my horn I've been in amongst this stuff for a couple of decades and moderate three Big 8 newsgroups on Usenet:

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
Armadillo looks great but appears to be only Windows based. Is there another tool that will also work for Mac Linux builds along with Windows? Thanks, None that I know of for Mac and *nix. I'd look at other strategies. Nag screens with timer coundowns (no more than 5 seconds though)

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
Having said that about Mac and *nix take a look at http://www.esellerate.net/ They are a registration service (collect money on behalf of software authors) and have a wrapper/order generator for software. They have an SDK for Mac, but I'm not aware of a *nix one... Scott

what is a cgi.sh?

2005-08-22 Thread sims
sims wrote: Using Rev 2.6 OS X Tiger. Answer dialogs will not display all the text I have scripted for them, text does not wrap, and the dialog is not very wide (does not expand to accommodate text). Text seems to run off the dialog and into space. I searched the archives and found Eric

confirmation problem

2005-08-22 Thread MisterX
Just discovered that the lockmessages command is not respected by the palette stack command. I have a card preopenstack handler that gets triggered! Can anyone confirm this... recipee make a button that contains this cool little script it's my palette to stack mode switcher create button Pal

Re: Revolution Compatible Registration Tool

2005-08-22 Thread Richard Gaskin
Scott Kane wrote: Great practical advice, Scott. Thanks for sharing. You are most welcome. Members, please feel free to ask anytime about this stuff. Without trying to blow my horn I've been in amongst this stuff for a couple of decades and moderate three Big 8 newsgroups on Usenet:

RE: Revolution Compatible Registration Tool

2005-08-22 Thread MisterX
Last year, i was working on a specialized registration manager module. It is based on different types of registration schemes (1-x users), different key exchange schemes, proprietary algorithms, quantized-encryption, hardware-locking, etc... It can work in any stack with or without net

Re: Revolution Compatible Registration Tool

2005-08-22 Thread kee nethery
Just waiting for Andre to finish it and release it. Kee On Aug 22, 2005, at 4:18 PM, Dan Shafer wrote: Kagi was indeed working on such a module when we held RevCon West a couple of months ago. As far as I can tell, they have not yet announced that product. Disabling some features of the

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
You're one of the moderators there? So cool! Yep. I was the first one. Kathy is now my co-mod. Works well as we are in two time zones. Folks, he's being modest: for small software development shops like most of us have, those newsgroups are the most valuable things in Usenet.

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
Sounds good, but a little pricey? What is your idea of 3 digits? Over US$100? Just curious, not being critical. Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX Sent: Tuesday, 23 August 2005 2:55 PM To: 'How to use Revolution'

RE: Revolution Compatible Registration Tool

2005-08-22 Thread Scott Kane
Just waiting for Andre to finish it and release it. Seeing that Kagi is Mac Mecca (g) I'd be very pleased to hear when it is finished! :-) Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,