Re: Hot Tracking a text line in a field

2009-11-23 Thread Terry Judd
Hi Mark - yes you can do it that way but it really isn't necessary to 'reset' all the lines in the field every time you want to change the formatting of one. Storing the 'highlighted' line number in a local variable and just resetting this line before you highlight the new line works just as well

Re: Hot Tracking a text line in a field

2009-11-23 Thread Mark Schonewille
Hi Mark, In the old RevOnline (Rev 3.0 and earlier) I have a sample stack called Reading Guide, which does what you want. My user name is Mark. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Edit field weirdness

2009-11-23 Thread Andre.Bisseret
Bonjour, My first idea was that the autoHilite property of your fields might be set to false ? but if your are able to place the cursor in any field (to type into or delete text from) then should not be that Not a great help ! Sorry Best regards from Grenoble André Le 23 nov. 09 à 08:13,

Re: Connecting directly to On-Rev SQL

2009-11-23 Thread Pierre Sahores
Hi Bob, For security reasons, the on-rev servers are set to accept localhost MySQL connexions only. To let your stack bind the MySQL server, she need to tell to an irev script what to query/request from the db. Works like a charm in this way. Best Regards, Le 22 nov. 09 à 19:12, Bob

Re: Edit field weirdness

2009-11-23 Thread Thomas McGrath III
A quick check - try hard coding for those fields: copy word 1 to -1 of field myField cut word 1 to -1 of field myField if the clipboard is text then paste See if any of those work. Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and

Re: Edit field weirdness

2009-11-23 Thread David Coker
Bonjour, My first idea was that the autoHilite property of your fields might be set to false ? but if your are able to place the cursor in any field (to type into or delete text from) then should not be that Not a great help ! Sorry Best regards from Grenoble André Hello André, Thanks for

Re: Edit field weirdness

2009-11-23 Thread David Coker
A quick check - try hard coding for those fields: copy word 1 to -1 of field myField cut word 1 to -1 of field myField if the clipboard is text then paste See if any of those work. Thanks, I'll give that a try and see what happens. (It will probably be a few hours before I can do any further

Re: Front Scripts Issue

2009-11-23 Thread Richard Gaskin
Peter Haworth wrote: I have a number of message handers set up as front scripts to carry out standard processes on any cards in my stack,things like closeField, selectionChanged, etc. The problem is it appears that these scripts are being executed when the events they handle come from

Re: revlet works locally - fails on server

2009-11-23 Thread Roger . E . Eller
Hi Sarah, Error displayed in browser: runrev (logo) Powered by runrev.com There was an error loading the revlet - could not open input file Sarah Reichelt wrote: I assume that the revlet the html file are still in the same folder on the server? Did you upload the files as text? FTP

Re: knowing if a printer is connected

2009-11-23 Thread Peter Brigham MD
This worked for me on my home printer, and I had high hopes for it, but if fails this morning here at work. The problem seems to be that with some printers the listing from the ioreg call has little relation to the name of the printer. For instance, my Brother laserjet MFC 8220 (combo

Re: Connecting directly to On-Rev SQL

2009-11-23 Thread stephen barncard
Not true. Security issues aside, one can use % as the ip address to accept any address for a MySQL client connection. See Remote Database Access Hosts in the Cpanel. 2009/11/22 Pierre Sahores psaho...@free.fr Hi Bob, For security reasons, the on-rev servers are set to accept localhost MySQL

Re: Edit field weirdness

2009-11-23 Thread David Coker
Update: I found the culprit, but don't have any idea as to the why of it. It wasn't the datagrid at all... I remembered adding a menu to the stack as an afterthought. I can delete the menu bar and all of the edit fields start functioning properly again. With this app, I was hesitant to add the

Re: Front Scripts Issue

2009-11-23 Thread Mark Wieder
Richard- Monday, November 23, 2009, 8:22:38 AM, you wrote: http://www.fourthworld.com/embassy/articles/revolution_message_path.html Note for Mark Wieder: Yes, I finally got around to adding mention of dispatch there. :) Bravo! Not only that, but in checking that out I discovered a new

Hot Tracking a text line in a field

2009-11-23 Thread Mark Stuart
Hi Terry, I wasn't able to understand your script, as there is 2 end if commands, without 2 beginning if commands. Can you look into that? Local pLine on mouseMove put word 2 of the mouseLine into tLine set the itemDel to tab if pLine 0 then set the textStyle of item 2 of

Re: Front Scripts Issue

2009-11-23 Thread Scott Rossi
Recently, Richard Gaskin wrote: This article may be helpful: Extending the Runtime Revolution Message Path: An introduction to using Libraries, FrontScripts, BackScripts and Behaviors in Runtime Revolution's RevTalk Programming Language

Blocking the 'Windows keys' doesn't work. Why?

2009-11-23 Thread William de Smet
Hi there all, Can someone explain to me why blocking the Windows keys doesn't work? As suggested a while ago on this forum I use the following code: * * *---* *on* rawKeyDown theKeyNumber *if* theKeyNumber is not 65388 and theKeyNumber is not 65389 *then* *pass*

Re: revlet works locally - fails on server

2009-11-23 Thread Jim Lambert
I upload the 2 files (MyApp.revlet and MyApp.html) to web server, and they fail in ie and firefox: http://myserver.com/somewhere_on_server/RevApps/MyApp.html Error displayed in browser: runrev (logo) Powered by runrev.com There was an error loading the revlet - could not open input file

Re: Connecting directly to On-Rev SQL

2009-11-23 Thread George C Brackett
And I can verify from experience that this approach works just fine. George On Nov 23, 2009, at 11:35 AM, stephen barncard wrote: Not true. Security issues aside, one can use % as the ip address to accept any address for a MySQL client connection. See Remote Database Access Hosts in the Cpanel.

Re: Front Script Issues

2009-11-23 Thread Peter Haworth
Richard, Thanks for the infor and I will re-read the article on the message path. You wrote: FrontScript are handy, but they're available for a very specific purpose: to catch ALL messages BEFORE objects get them. That is exactly what I'm trying to achieve and it works like a charm except

Sanskrit Typewriter - at last.

2009-11-23 Thread Richmond Mathewson
First official release for Mac and Win available here: http://andregarzia.on-rev.com/richmond/dwriter.html sincerely, Richmond Mathewson. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Joe Lewis Wilkins
Hey Richmond, Do we need ALL of the Sanskrit font downloads? TIA, Joe Wilkins On Nov 23, 2009, at 11:40 AM, Richmond Mathewson wrote: First official release for Mac and Win available here: http://andregarzia.on-rev.com/richmond/dwriter.html sincerely, Richmond Mathewson.

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Mark Wieder
Richmond- Monday, November 23, 2009, 11:40:43 AM, you wrote: First official release for Mac and Win available here: Yay! Congratulations on the release! -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Richmond Mathewson
Joe Lewis Wilkins wrote: Hey Richmond, Do we need ALL of the Sanskrit font downloads? No; best use the direct download on the webpage; this gives you JUST the relevant font. ___ use-revolution mailing list use-revolution@lists.runrev.com Please

[ANN] tText and tRev Birthday blow-out

2009-11-23 Thread Jerry Daniels
Lovers of editors and tools, Today is my birthday. 61 years walking around our little planet. I thought I'd celebrate with a little birthday blow-out sale. We're about to do something pretty cool to tText and tRev. Something Revolution developers will love. This means their prices will go

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Joe Lewis Wilkins
Thanks, Richmond. I fingered it out. (smile) Really great achievement. Now to figure out how to use it. Any thought on doing something for Mandarin? I'm getting involved with a number of Chinese Companies and anything may be some help. Joe Wilkins On Nov 23, 2009, at 11:56 AM, Richmond

Re: Front Scripts Issue

2009-11-23 Thread Richard Gaskin
Scott Rossi wrote: Recently, Richard Gaskin wrote: This article may be helpful: Extending the Runtime Revolution Message Path: An introduction to using Libraries, FrontScripts, BackScripts and Behaviors in Runtime Revolution's RevTalk Programming Language

Re: Does revweb run under osx 10.4.11 / ppc?

2009-11-23 Thread Robert Brenstein
On 22.11.09 at 07:53 -0500 Richard Miller apparently wrote: Solved it. It was that bug in revweb that requires the security window (under OSX 10.4.11, at least) to be slightly moved before buttons on it will respond. I certainly hope this bug is resolved very shortly. Richard Miller Did

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Richmond Mathewson
Joe Lewis Wilkins wrote: Thanks, Richmond. I fingered it out. (smile) Really great achievement. Now to figure out how to use it. Any thought on doing something for Mandarin? I'm getting involved with a number of Chinese Companies and anything may be some help. Joe Wilkins There is

Re: Sanskrit Typewriter - at last.

2009-11-23 Thread Joe Lewis Wilkins
That would be much appreciated; but, should the need arise, I might be able to provide an appropriate economic incentive for you to undertake it yourself. We'll have to see how some of my projects develop. Hopefully, I'll get back to you some day. (smile) Joe Wilkins On Nov 23, 2009, at

Re: Hot Tracking a text line in a field

2009-11-23 Thread Terry Judd
Hi Mark - yes sorry about that. I was just typing some code off the top of my head and I didn't finish it off properly. The code should be... local pLine on mouseMove put word 2 of the mouseLine into tLine set the itemDel to tab if pLine 0 then set the textStyle of item 2

Re: Edit field weirdness

2009-11-23 Thread Sarah Reichelt
On Tue, Nov 24, 2009 at 2:35 AM, David Coker davidoco...@gmail.com wrote: Update: I found the culprit, but don't have any idea as to the why of it. It wasn't the datagrid at all... I remembered adding a menu to the stack as an afterthought. I can delete the menu bar and all of the edit fields

Hot Tracking a text line in a field

2009-11-23 Thread Mark Stuart
Written by Terry Judd on Mon Nov 23, 2009 - 2:53 PM CST Hi Mark - yes sorry about that. I was just typing some code off the top of my head and I didn't finish it off properly. The code should be... local pLine on mouseMove put word 2 of the mouseLine into tLine set the itemDel to tab

Re: knowing if a printer is connected

2009-11-23 Thread Phil Davis
Hi Peter, If you filter out all lines from ioreg output except ones that contain IOUSBCompositeDevice, do you see the printer name in any line? If so, maybe available printer names could be matched to the device names in IOUSBDevice and IOUSBCompositeDevice records. Phil Peter Brigham MD

Re: Connecting directly to On-Rev SQL

2009-11-23 Thread stephen barncard
and I should add that if one has to only have to deal with a single or series (comma delimited) of remote IP, use that for much better security. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/11/23 George C Brackett gbrack...@luceatlux.com And

Re: [ANN] tText and tRev Birthday blow-out

2009-11-23 Thread Troy Rollins
On Nov 23, 2009, at 3:03 PM, Jerry Daniels wrote: We're about to do something pretty cool to tText and tRev. Something Revolution developers will love. I'm looking forward to this! Since I already own both products, happy birthday Jerry. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: Does revweb run under osx 10.4.11 / ppc?

2009-11-23 Thread Richard Miller
I didn't, but since this bug was discussed in some detail a while back, I believe others have submitted it. It's a rather serious loss of functionality on the Mac side that the engineers must be aware of. Richard Robert Brenstein wrote: On 22.11.09 at 07:53 -0500 Richard Miller apparently

Re: Front Scripts Issue

2009-11-23 Thread stephen barncard
This document hangs on my wall. Thanks for the update and clarifications of dispatch, call and send. sqb - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev http://www.fourthworld.com/embassy/articles/revolution_message_path.html This has always been

Re: Does revweb run under osx 10.4.11 / ppc?

2009-11-23 Thread Robert Brenstein
On 23.11.09 at 17:01 -0500 Richard Miller apparently wrote: I didn't, but since this bug was discussed in some detail a while back, I believe others have submitted it. It's a rather serious loss of functionality on the Mac side that the engineers must be aware of. Richard I suggest you

RE: Blocking the 'Windows keys' doesn't work. Why?

2009-11-23 Thread Jim Bufalini
William, Hi there all, Can someone explain to me why blocking the Windows keys doesn't work? As suggested a while ago on this forum I use the following code: * * *---* *on* rawKeyDown theKeyNumber *if* theKeyNumber is not 65388 and theKeyNumber is not 65389 *then*

Re: Does revweb run under osx 10.4.11 / ppc?

2009-11-23 Thread Richard Miller
I entered it. It's not clear if it was already entered, but it's certainly in there now. Richard Robert Brenstein wrote: On 23.11.09 at 17:01 -0500 Richard Miller apparently wrote: I didn't, but since this bug was discussed in some detail a while back, I believe others have submitted it.

Re: Connecting directly to On-Rev SQL

2009-11-23 Thread Pierre Sahores
Why not but the irev or php or... ways lets us a safer solution ;-) Le 23 nov. 09 à 17:35, stephen barncard a écrit : Not true. Security issues aside, one can use % as the ip address to accept any address for a MySQL client connection. See Remote Database Access Hosts in the Cpanel.

Re: dataGrid question

2009-11-23 Thread Trevor DeVore
On Nov 22, 2009, at 6:57 AM, Yves COPPE wrote: I have a question with DataGrid A datagrid in Form Style I have a fld body that I can edit by doubleclick (on mouseDoubleUp ...) Now my text is editable I'd like to make a selection in the edited Text (this can automatically) but I'd like to

Re: DataGrid Sorting

2009-11-23 Thread Trevor DeVore
On Nov 22, 2009, at 10:24 AM, RevList wrote: In my datagrid, I load in a column from a SQLite database that is the number of seconds that a person has been logged in to a particular server. I have a function that converts the data into days, hrs, mins, seconds and populates another column in

WAV without QT

2009-11-23 Thread Richard Gaskin
I just tried playing a WAV file on a Win XP system which doesn't have QuickTime. No go. MP3 played well, but I couldn't get the WAV file to play. Also, I need to be able to start playback from arbitrary times in the audio file, but setting the currentTime property of the player appears to

RE: WAV without QT

2009-11-23 Thread Jim Bufalini
Richard, -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] On Behalf Of Richard Gaskin Sent: Monday, November 23, 2009 1:49 PM To: How to use Revolution Subject: WAV without QT I just tried playing a WAV file on a

RE: WAV without QT

2009-11-23 Thread Jim Bufalini
Should have told you to go to Library - More Options - File Types tab and make sure Windows audio file (wav) is checked. Aloha from Hawaii, Jim Bufalini -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] On Behalf Of

Re: WAV without QT

2009-11-23 Thread Richard Gaskin
Jim Bufalini wrote: I just tried playing a WAV file on a Win XP system which doesn't have QuickTime. No go. MP3 played well, but I couldn't get the WAV file to play. Also, I need to be able to start playback from arbitrary times in the audio file, but setting the currentTime property of

Re: revlet works locally - fails on server

2009-11-23 Thread Robert Brenstein
On 23.11.09 at 09:38 -0500 roger.e.el...@sealedair.com apparently wrote: The files are in the same folder on the server. They were uploaded as binary. There is no 'file' access in the stack script, but I do check for and create a folder locally. Could that be the problem? on openStack if

RE: WAV without QT

2009-11-23 Thread Jim Bufalini
Hi Richard, That MIGHT work, but the client would prefer an out-of-the-box-with-nothing-else-required-for-the-user-to-do solution. WAV stands for Windows Audio, so by default, Windows Media Player is configured to play WAV files. If it's not, it means they already messed around and installed

Re: WAV without QT

2009-11-23 Thread Scott Rossi
Recently, Jim Bufalini wrote: That MIGHT work, but the client would prefer an out-of-the-box-with-nothing-else-required-for-the-user-to-do solution. WAV stands for Windows Audio, so by default, Windows Media Player is configured to play WAV files. If it's not, it means they already messed

Re: [ANN] tText and tRev Birthday blow-out

2009-11-23 Thread Jerry Daniels
Thanks, Troy! Best, Jerry Daniels The latest Rev Editor Video: http://reveditor.com/feature-friday-part-2-ttext-a-super-text-edit On Nov 23, 2009, at 4:01 PM, Troy Rollins wrote: On Nov 23, 2009, at 3:03 PM, Jerry Daniels wrote: We're about to do something pretty cool to tText and tRev.

Re: revlet works locally - fails on server

2009-11-23 Thread Roger . E . Eller
On 23.11.09 at 09:38 -0500 roger.e.el...@sealedair.com apparently wrote: The files are in the same folder on the server. They were uploaded as binary. There is no 'file' access in the stack script, but I do check for and create a folder locally. Could that be the problem? on openStack if there

Re: knowing if a printer is connected

2009-11-23 Thread Peter Brigham MD
There is only that one entry in the ioreg output that contains IOUSBCompositeDevice and that entry disappears if I unplug that printer, so it's undoubtedly the listing for my laserjet. But there is nothing in the ioreg listing that identifies the printer more specifically, and thus there

Re: WAV without QT

2009-11-23 Thread Richard Gaskin
Scott Rossi wrote: Recently, Jim Bufalini wrote: That MIGHT work, but the client would prefer an out-of-the-box-with-nothing-else-required-for-the-user-to-do solution. WAV stands for Windows Audio, so by default, Windows Media Player is configured to play WAV files. If it's not, it means

Re: dataGrid question

2009-11-23 Thread Yves COPPE
Le 24 nov. 09 à 00:34, Trevor DeVore a écrit : On Nov 22, 2009, at 6:57 AM, Yves COPPE wrote: I have a question with DataGrid A datagrid in Form Style I have a fld body that I can edit by doubleclick (on mouseDoubleUp ...) Now my text is editable I'd like to make a selection in the