Re: Unicode sorting

2006-05-26 Thread Dar Scott
On May 25, 2006, at 4:19 PM, Devin Asay wrote: I have a need to sort long lists of Cyrillic unicode text according to Russian alphabet order. Before I start writing my own routine, has anyone figured out how to sort unicode text lists? Here are some hints: 1. Trick: If you are sorting

Re: Disable combo box menu item?

2006-05-26 Thread Judy Perry
On Thu, 25 May 2006, J. Landman Gay wrote: Judy Perry wrote: For all other multiple-option button types, doing this disables the particular button/menu option. But for the combo box, it simply shows an enabled-state menu item that looks like this: (Vodka Why? Combo buttons are

Re: dragData[files] problem

2006-05-26 Thread Ken Ray
On 5/25/06 11:04 PM, J. Landman Gay [EMAIL PROTECTED] wrote: Maybe someone else can come up with a better way, or fix this one. Or there may be an Applescript function that allows you to get the long name. Yes, there is... here's my stsLongFilePath function in action: on dragDrop put the

Re: video at the conference?

2006-05-26 Thread Dan Shafer
Stand by, everyone. Chipp and I are working on what may be a great solution. We just need another day or two to hammer it together. If it goes, it won't involve me and Chipp but will give you a professional result. On 5/25/06, Josh Mellicker [EMAIL PROTECTED] wrote: I wish I could consider

Re: The ssl library again

2006-05-26 Thread Dave Cragg
On 26 May 2006, at 03:10, Mark Smith wrote: Dave, thanks for the response. On 25 May 2006, at 23:38, Dave Cragg wrote: Mark, what OS and version are you using? I'm on 10.4.6 (G4 Powerbook). Rev 2.7.1 The timeout frequency seems to vary by url. For the service I'm trying to access, curl

how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Josh Mellicker
Just wondering, After you execute a revExecuteSQL INSERT, how do you get the auto- incremented record ID MySQL automatically assigned (from within Rev)? (Rather than doing an inelegant search for the record you just inserted and reading it's ID?) Thanks!

Re: Video at the conference.

2006-05-26 Thread Stephen Barncard
Sorry to be so harsh, Dan... my point was.. if one is going to do something.. it's not that much harder to do it just a little better - sqb Stephen.. Chastisement noted and accepted. There were no advance plans to video last year. It happened spur-of-the-moment. We had two rooms of

First record status inconsistent using SQLite

2006-05-26 Thread David Vaughan
Using Rev 2.7.1 with AltSqlite/SQLite 3, I found inconsistent behaviour (as I see it) with the function revdb_isbof alias RevCurrentRecordIsFirst. Let us assume you find a record set comprising one record. -- revdb_isbof will be true (expected) -- revdb_iseof will be false (not expected)

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Jan Schenkel
--- Josh Mellicker [EMAIL PROTECTED] wrote: Just wondering, After you execute a revExecuteSQL INSERT, how do you get the auto- incremented record ID MySQL automatically assigned (from within Rev)? (Rather than doing an inelegant search for the record you just inserted and reading

Re: First record status inconsistent using SQLite

2006-05-26 Thread Jan Schenkel
--- David Vaughan [EMAIL PROTECTED] wrote: Using Rev 2.7.1 with AltSqlite/SQLite 3, I found inconsistent behaviour (as I see it) with the function revdb_isbof alias RevCurrentRecordIsFirst. Let us assume you find a record set comprising one record. -- revdb_isbof will be true

Re: First record status inconsistent using SQLite

2006-05-26 Thread David Vaughan
On 26/05/2006, at 19:02, Jan Schenkel wrote: I remember an old discussion about when exactly you were at the end of a cursor: on the last record, or after you call revdb_movenext on the last record? FoxPro seemed to think that the EOF() was _after_ the last record, not on it. I do not

Re: Disable combo box menu item?

2006-05-26 Thread Mark Schonewille
Hi Judy, Like Jacque, I see the combo box menu being simple text as a possible explanation for not being able to disable items in it. Dividers, too, cannot be created, probably for the same reason. Your default button problem seems to be a bug caused by either Revolution or Mac OS X

Re: dragData[files] problem

2006-05-26 Thread Klaus Major
Hi Ken and all, On 5/25/06 11:04 PM, J. Landman Gay [EMAIL PROTECTED] wrote: Maybe someone else can come up with a better way, or fix this one. Or there may be an Applescript function that allows you to get the long name. Yes, there is... here's my stsLongFilePath function in action:

Re: dragData[files] problem

2006-05-26 Thread Ken Ray
On 5/26/06 5:22 AM, Klaus Major [EMAIL PROTECTED] wrote: But i think it is worth mentioning that this will only DISPLAY the correct filepath. You cannot use that correct filepath in Rev in any way! True! Thanks for the reminder... Example: Path returned by Rev:

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Ken Ray
--- Josh Mellicker [EMAIL PROTECTED] wrote: After you execute a revExecuteSQL INSERT, how do you get the auto- incremented record ID MySQL automatically assigned (from within Rev)? You can use revDataFromQuery right after you have done your insert with revExecuteSQL: get

Re: dragData[files] problem

2006-05-26 Thread Klaus Major
Hi Ken, On 5/26/06 5:22 AM, Klaus Major [EMAIL PROTECTED] wrote: But i think it is worth mentioning that this will only DISPLAY the correct filepath. You cannot use that correct filepath in Rev in any way! True! Thanks for the reminder... Example: Path returned by Rev:

Re: The ssl library again

2006-05-26 Thread Dave Cragg
Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it seems the first write to the socket (writing the request headers) is timing

audio file volume levels

2006-05-26 Thread Kurt Kaufman
I have a stack which uses a large number of audio files, and unfortunately they were recorded at various volume levels. I would like to even them out so that they sound more matched with each other, volume-wise. Does anyone have a suggestion as to a utility that can accomplish this? It is not

Re: The ssl library again

2006-05-26 Thread Mark Smith
Thanks, will vote as soon as it shows up in revZilla. Best, Mark On 26 May 2006, at 14:32, Dave Cragg wrote: Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing

Re: The ssl library again

2006-05-26 Thread Dar Scott
On May 26, 2006, at 7:32 AM, Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it seems the first write to the socket (writing

Background Field Table Behavior

2006-05-26 Thread Robert Sneidar
I encountered an odd thing. I have a field as part of a background group with text in it that is different for every card. If on one card I enable the Cell Editing property, then on the other cards, as long as I don't click in the field, the existing text is preserved. But as soon as I

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Trevor DeVore
On May 26, 2006, at 1:08 AM, Josh Mellicker wrote: Just wondering, After you execute a revExecuteSQL INSERT, how do you get the auto- incremented record ID MySQL automatically assigned (from within Rev)? (Rather than doing an inelegant search for the record you just inserted and reading

ErrorLib 1.0b01 released

2006-05-26 Thread Mark Schonewille
Dear Revolution community, It is a pleasure to announce that Economy-x-Talk is releasing a new library for Runtime Revolution 2.2 and later, called ErrorLib. ErrorLib gives you control of execution errors. With ErrorLib, you decide whether errors are reported and how they are reported.

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Ken Ray
On 5/26/06 11:45 AM, Mark Schonewille [EMAIL PROTECTED] wrote: ErrorLib is shareware. Download ErrorLib from the Economy-x-Talk website at http://economy-x-talk.com/developers.html. Lookd good, Mark, but is there any way to download a copy and try it out *before* buying? Ken Ray Sons of

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Mark Schonewille
Hi Ken, You should be able to use the library during one hour after opening it. Next time you restart the IDE, you can try again. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Salery is the easiest way to get your own

Re: The ssl library again

2006-05-26 Thread Mark Smith
One small piece of the puzzle - through playing around with the curl --trace option in the terminal, I was able to discover that the certificate it uses is: /usr/share/curl/curl-ca-bundle.crt (this is Mac OS 10.4.6, presumably this will be fairly consistent on macs). Setting the

Re: Video at the conference.

2006-05-26 Thread Dan Shafer
Stephen Harshness doesn't bother me. After about 3 decades in this business and a bunch of books published, I've grown a fairly thick skin. And you're right. I just wanted to put the decision about video last year into its proper context. On 5/26/06, Stephen Barncard [EMAIL PROTECTED]

Re: The ssl library again

2006-05-26 Thread Dar Scott
On May 26, 2006, at 11:08 AM, Mark Smith wrote: Setting the sslcertificates to this now means that I can get the wsdl without using the shell, and with verification on, though every other attempt (or thereabouts) times out. I'm not sure I'm parsing every other right. Does this mean you

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Ken Ray
On 5/26/06 12:02 PM, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Ken, You should be able to use the library during one hour after opening it. Next time you restart the IDE, you can try again. I guess my question was how to download it... the only buttons I see are buy buttons. Ken Ray

Re: dragData[files] problem

2006-05-26 Thread J. Landman Gay
Ken Ray wrote: Agreed... even though there are some workarounds, it is desperately important that ALL of these path-related things get fixed. In fact, drag-and-drop should return a long file path just like 'answer file' does so there shouldn't be a need to go out to AppleScript to handle that

Re: The ssl library again

2006-05-26 Thread Mark Smith
Sorry, what I meant was that approximately half of the attempts timeout, but the failures and successes don't simply alternate. And now I've found a certificate that works, it doesn't seem to make any difference whether verification is on or off. Best, Mark On 26 May 2006, at 18:47, Dar

Re: audio file volume levels

2006-05-26 Thread Stephen Barncard
You might look for an audio editor that has batch processing features. The process you desire is called 'Normalizing' and will adjust the peaks to be at 100% (or whatever level you want). Of course this process does modify the sound - and of course the low-level noise that is there.. so be

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Mark Schonewille
Hi Ken, The download links are in the blue rectangle in the top-right of the page http://economy-x-talk.com/developers.html. It seems I should try to make this more visible. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Stephen Barncard
Ken, There are two links on the developer's page in a blue round rect. http://economy-x-talk.com/developers.html they're only charging 9 Euros for this thing. On 5/26/06 12:02 PM, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Ken, You should be able to use the library during one hour

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Josh Mellicker
Hmmm... I tried both of these, and got a nice round zero as a returned value in both cases, same as my earlier tests with mysql_insert_id()... My first instinct is that I need to do the INSERT using some other command than revExecuteSQL? Because revExecuteSQL does not provide for a

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Mark Wieder
Ken- Friday, May 26, 2006, 10:55:41 AM, you wrote: I guess my question was how to download it... the only buttons I see are buy buttons. It's at the top of the page. The blue box that's labeled Download errorLib... -- -Mark Wieder [EMAIL PROTECTED]

Now a TCP Question

2006-05-26 Thread Jim Ault
It turns out that the server service has just started a TCP alternative, so I tried Alex Tweedly's TCP server and client. These two stacks run successfully on both the same computer and two that I have on my network, either with DHCP address or each having a static IP address. Now the outside

Re: The ssl library again

2006-05-26 Thread Dave Cragg
On 26 May 2006, at 16:19, Dar Scott wrote: On May 26, 2006, at 7:32 AM, Dave Cragg wrote: It seems the secure socket is being opened OK (at least the Rev engine thinks so), and the timeouts are occurring on the first read immediately after writing the request. On further checking, it

Re: dragData[files] problem

2006-05-26 Thread Garrett Hylltun
Much appreciate all the information and efforts on this from everyone. It does explain the problems I've been having making an MP3 Player for myself. I believe that this isn't just a dragData issue either, as I've had problems with trying to load files into the player with long file names

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Trevor DeVore
On May 26, 2006, at 11:33 AM, Josh Mellicker wrote: Hmmm... I tried both of these, and got a nice round zero as a returned value in both cases, same as my earlier tests with mysql_insert_id()... My first instinct is that I need to do the INSERT using some other command than

Players and Long Filenames (was: dragData[files] problem)

2006-05-26 Thread Scott Rossi
Recently, Garrett Hylltun wrote: Much appreciate all the information and efforts on this from everyone. It does explain the problems I've been having making an MP3 Player for myself. I believe that this isn't just a dragData issue either, as I've had problems with trying to load files

Re: How does revAppendXML work?

2006-05-26 Thread John Patten
Thank for the tip Sarah! I tried your suggestion and the strange thing is I get an error after: revAppendXML targetXMLFile, StudentURL_table, tXMLdata However, when I ask it to dump out the xml file it appears to have appended the xml files but, I think, in the wrong format. Here's what it

AltSQLite to Mobile Content

2006-05-26 Thread Michael Mandaville
Has anybody been checking into how to take altSQLite data from an application and port it over to PDS/Phones, etc., through a Mobile Content conduit/program/app/service, etc., ?? Michael ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Now a TCP Question

2006-05-26 Thread Dar Scott
On May 26, 2006, at 12:45 PM, Jim Ault wrote: These two stacks run successfully on both the same computer and two that I have on my network, either with DHCP address or each having a static IP address. Now the outside world... Are you saying you cannot make a TCP connection to a server

Re: how do you get the MySQL mysql_insert_id(); from within Rev? WORKS NOW!

2006-05-26 Thread Josh Mellicker
get revDataFromQuery(,,dbID,SELECT LAST_INSERT_ID()) is now working, I rewrote my connection function and all is well! Thanks! I think my connection thing somehow generated multiple database connections :o Thanks! On May 26, 2006, at 11:46 AM, Trevor DeVore wrote: On May 26, 2006, at

Re: Now a TCP Question

2006-05-26 Thread Alex Tweedly
Jim Ault wrote: It turns out that the server service has just started a TCP alternative, so I tried Alex Tweedly's TCP server and client. These two stacks run successfully on both the same computer and two that I have on my network, either with DHCP address or each having a static IP address.

Re: Background Field Table Behavior

2006-05-26 Thread Jan Schenkel
--- Robert Sneidar [EMAIL PROTECTED] wrote: I encountered an odd thing. I have a field as part of a background group with text in it that is different for every card. If on one card I enable the Cell Editing property, then on the other cards, as long as I don't click in the field, the

Re: Unicode sorting

2006-05-26 Thread Devin Asay
Thanks, Dar. These tips will come in handy, and help confirm some of the things I was already thinking. A 'sort lines' command, after converting upper case to lower, works fairly well, except that, curiously, a space sorts *after* all cyrillic chars. I'm sure that's because rev is really

Re: Players and Long Filenames

2006-05-26 Thread Garrett Hylltun
Scott Rossi wrote: Recently, Garrett Hylltun wrote: Much appreciate all the information and efforts on this from everyone. It does explain the problems I've been having making an MP3 Player for myself. I believe that this isn't just a dragData issue either, as I've had problems with trying

Re: Players and Long Filenames

2006-05-26 Thread Alex Tweedly
Garrett Hylltun wrote: I appreciate this. But this isn't a mission critical task. It was just a whim. I've been wanting a simple drag and drop MP3 player for when I rip my cd's. Just wanted to be able to drag the new mp3 and drop it on a player and have it play so I could make sure the

Re: S-L-O-W text entry -- Solved

2006-05-26 Thread Timothy Miller
For anyone looking to diagnose such a problem, you may like to use my Pending Messages Manager plugin, which (I think) provides a more friendly interface to the pending messages. You can download it from http://www.troz.net/Rev/plugins.php. Cheers, Sarah That's a cool little utility, Sarah.

Re: Unicode sorting

2006-05-26 Thread Dar Scott
On May 26, 2006, at 3:57 PM, Devin Asay wrote: A 'sort lines' command, after converting upper case to lower, works fairly well, except that, curiously, a space sorts *after* all cyrillic chars. That's weird. Space is U+0020. The basic Cyrillic lower case seem to be U+0430 to U+044F,

Re: Unicode sorting

2006-05-26 Thread Dar Scott
On May 26, 2006, at 3:57 PM, Devin Asay wrote: A 'sort lines' command, after converting upper case to lower, works fairly well, except that, curiously, a space sorts *after* all cyrillic chars. I think I figured out what it is. 'sort' seems to see NUL as the end of the string and

Re: ErrorLib 1.0b01 released

2006-05-26 Thread Ken Ray
There are two links on the developer's page in a blue round rect. The download links are in the blue rectangle in the top-right of the page http://economy-x-talk.com/developers.html. It seems I should try to make this more visible. It's at the top of the page. The blue box that's labeled

Re: Players and Long Filenames

2006-05-26 Thread J. Landman Gay
Alex Tweedly wrote: Garrett Hylltun wrote: I'd use iTunes, but iTunes is too much for a simple task of just playing an mp3. It's great for managing my iPod or managing playlists. But ya can't just drop a song and go without iTunes adding it to the library. OK, it's not actually

Re: AltSQLite to Mobile Content

2006-05-26 Thread Andre Garzia
Michael, you can create a Revolution stack to export altSQLite database to a format PDA understands or you can create a mobile homepage/web application and access it from the phone. Andre On May 26, 2006, at 4:51 PM, Michael Mandaville wrote: Has anybody been checking into how to take

Re: Players and Long Filenames

2006-05-26 Thread Stephen Barncard
you can turn off that behavior in iTunes settings. create a folder of mp3s, drop on the directory side, check them out, delete folder (which is an alias) in iTunes. No residual mess. sqb I'd use iTunes, but iTunes is too much for a simple task of just playing an mp3. It's great for

Linux installation

2006-05-26 Thread Richard Gaskin
I'd like to make an installer for Linux versions of my app which handles the basics: - Puts the application in its own folder - Puts a shortcut to the app in the Start menu - Assigns appropriate file types to the app - Assigns icons for the app and its documents When I went fishing for this

Re: First record status inconsistent using SQLite

2006-05-26 Thread Kay C Lan
On 5/26/06, Jan Schenkel [EMAIL PROTECTED] wrote: I remember an old discussion about when exactly you were at the end of a cursor: on the last record, or after you call revdb_movenext on the last record? FoxPro seemed to think that the EOF() was _after_ the last record, not on it. I

audio file volume levels

2006-05-26 Thread Kurt Kaufman
You might look for an audio editor that has batch processing features. The process you desire is called 'Normalizing'... Thanks for the information! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: First record status inconsistent using SQLite

2006-05-26 Thread David Vaughan
On 27/05/2006, at 12:30, Kay C Lan wrote: ... ...BUT once you move away from these, moving back to them using 'previous' or 'next' will not result in them be recognised, you need to try an move past them, then they'll be recognised. I recognise it but it leaves me thinking that the old