Re: Script Reporter v1.1 crashes

2010-05-25 Thread JosepM
Hi Sarah, Still freezing... it's inside the on GetScripts to show all the scripts. on GetScripts set the itemdelimiter to Tab put empty into fld AllScripts -- Sarah: 9th Feb 2009 -- changed to using plain text, not htmltext and then using Rev 3 script colorization

Re: Binary files inconsistency

2010-05-25 Thread stephen barncard
Different than other file systems. Pages and keynote documents are not files but packages with many files inside. MacOS Finder abstracts them as application or document units but they must be handled differently. This is also true for complex textedit documents (.rtfd) and some documents saved by

Re: Implementing a library of behavior buttons across multiple applications

2010-05-25 Thread Mark Schonewille
Hi Peter, No, you don't need to include the operating system's path to the stack file. For example, the following is a correct reference for a behavior: button id 1015 of stack Untitled 1 You can keep one copy of your stack with parent objects on your hard disk and add this stack to the

Re: RevBrowserPrint

2010-05-25 Thread Robert Mann
I am looking for a solution to print pdf files from the browser. problems to summit up regarding the limitations of revBrowserPrint command : 1) No background print process : revbrowser systematicaly calls the dialog, no parameters can be passed and you get no answer about what has

Re: Editing Text Selections?

2010-05-25 Thread DunbarX
I think I see what you are trying to achieve. But even if Rev supported discontinuous selections in an editable field, how would you actually select the various chunks? Normally, the current selection is released when you click somewhere else in the field. But if you did it by holding down the

table cell text wrapping?

2010-05-25 Thread Kee Nethery
Can I configure a table so that if the text for a cell is too long, it will wrap within that cell (pushing that row to be taller so that multiple lines of text get displayed)? If so, how? The wrap checkbox appears to be disabled when I'm dealing with a table.

Re: table cell text wrapping?

2010-05-25 Thread Josh Mellicker
Not with the standard table, but you can with a data grid form: http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/3787-How-Do-I-Create-a-Form-with-Variable-Line-Heights- On May 25, 2010, at 8:26 AM, Kee Nethery k...@kagi.com wrote: Can I configure a table

Re: use-revolution Digest, Vol 80, Issue 81

2010-05-25 Thread Peter Haworth
I'm glad to gear such a simple solution! My concerns were all based on the following in the dictionary entry for behavior: The behavior property is a reference to a button containing the script to use. It is in the format of a long ID. I guess I need to be more careful about believing

[OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
Somebody on this Use-List surmised that Plovdiv, Bulgaria might be rather like Madison, Wisconsin (or thereabouts). Going in search of a new PATA 160 GB disk (not that easy now that everybody except Richmond has gone SATA) I ended up parking my car next to this place:

Re: use-revolution Digest, Vol 80, Issue 81

2010-05-25 Thread Richard Gaskin
Peter Haworth wrote: I'm glad to gear such a simple solution! My concerns were all based on the following in the dictionary entry for behavior: The behavior property is a reference to a button containing the script to use. It is in the format of a long ID. I guess I need to be more careful

Re: Remote SQL databases

2010-05-25 Thread Bob Sneidar
All well and good... so long as the database DOING the JOIN knows about the database it is joining to. In my case, this is not so. The joining database has no access to the related database. Thanks for the help tho. It's still an education. Bob On May 24, 2010, at 9:00 PM, Bob Cole wrote:

Re: Script Reporter v1.1 crashes

2010-05-25 Thread Bob Sneidar
Is Display a keyword now? Try enclosing the field name in quotes. I make it a habit to do so to avoid the possibility of getting it confused with a keyword or a variable. Bob On May 24, 2010, at 11:37 PM, JosepM wrote: Hi Sarah, Still freezing... it's inside the on GetScripts to show

Re: Script Reporter v1.1 crashes

2010-05-25 Thread Richard Gaskin
Andrew Kluthe wrote: Richard Gaskin wrote: What do you use that output for? There may be other ways to solve the root problem I just want to look off of them to use as a guide for doing a re-write. Thanks. I ask because I used to write script dumpers for every new xTalk I picked up,

Re: Remote SQL databases

2010-05-25 Thread Mark Wieder
Bob- Monday, May 24, 2010, 9:00:59 PM, you wrote: I am not a MySQL expert but I have found that it is possible to join different databases, each with various tables. Bob S.'s main issue here is that he's trying to join two different *types* of databases, a MySQL database and a SQLite

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread J. Landman Gay
Richmond Mathewson wrote: Tonight I am disciplining myself to work through my CASE problem; where a CASE loop goes AWOL when the stack becomes a standalone. There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Mark Wieder
Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it line by line. That would show you Unless you've got some trick in

Re: Listing available MYSQL databases

2010-05-25 Thread Joe F.
This script would make promysql evaluate to mysqlshow - u nrl -pnrl1 On May 23, 2010, at 3:36 PM, Glen Bojsza wrote: Hello, Has anyone successfully used either open process or get shell() to list the databases available on a machine. From the command line I do the following and get the

Re: Implementing a library of behavior buttons across multiple applications

2010-05-25 Thread Peter Haworth
Thanks for the explanation Richard. This stuff isn't made any easier by the fact that there are multiple names available for the same thing - behavior=parentScript apparently. Getting back to Mark's answer and the use of stack files, I see two separate places where additional stack files

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread J. Landman Gay
Mark Wieder wrote: Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it line by line. That would show you Unless

Re: Implementing a library of behavior buttons across multiple applications

2010-05-25 Thread Richard Gaskin
Peter Haworth wrote: Thanks for the explanation Richard. This stuff isn't made any easier by the fact that there are multiple names available for the same thing - behavior=parentScript apparently. You can safely ignore parentScript. That was the name that I used when I first proposed this

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 20:25, J. Landman Gay wrote: Richmond Mathewson wrote: Tonight I am disciplining myself to work through my CASE problem; where a CASE loop goes AWOL when the stack becomes a standalone. There's not enough info to say what's going wrong, but you'd save yourself a lot of time

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 20:30, Mark Wieder wrote: Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it line by line. That would

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 20:40, J. Landman Gay wrote: Mark Wieder wrote: Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it

Re: Remote SQL databases

2010-05-25 Thread Bob Sneidar
Which is why if I pull this off, there are people who may be interested in it. Bob On May 25, 2010, at 10:19 AM, Mark Wieder wrote: I think the only way around this is to issue two SQL commands, one to MySQL, one to SQLite, then take the recordsets and mangle them yourself, pretending that

Re: Listing available MYSQL databases

2010-05-25 Thread Glen Bojsza
HI Joe, You are correct and this has help solve my problem. regards, Glen On Tue, May 25, 2010 at 10:32 AM, Joe F. jo...@mac.com wrote: This script would make promysql evaluate to mysqlshow - u nrl -pnrl1 On May 23, 2010, at 3:36 PM, Glen Bojsza wrote: Hello, Has anyone

Possible Bug

2010-05-25 Thread LunchnMeets
Hi Everyone, They say when you make something idiot proof all you get are smarter idiots. Here's the idiotic thing I did. I was trying to add a Control-V shortcut to a menuItem in the menu manager. Instead of using Shift-V to insert the V I used Command-V it added the code that was on my

Re: Possible Bug

2010-05-25 Thread Bob Sneidar
No bug. You pasted the contents of your clipboard into your menu. I have a great saying: Computers do not do what you want them to. They only do what you tell them to. ;-) Bob On May 25, 2010, at 11:42 AM, lunchnme...@aol.com wrote: Hi Everyone, They say when you make something idiot

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 20:40, J. Landman Gay wrote: Mark Wieder wrote: Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it

Happy Geek Pride Day (OT)

2010-05-25 Thread Jonathan Lynch
May 25 is Geek Pride Day, so, just in case there are any self-proclaimed geeks on the list (such as myself): Happy Geek Pride Day :) A related wired.com article: http://www.wired.com/geekdad/2010/05/5-reasons-to-be-proud-on-geek-pride-day/ Cheers, Jonathan -- Do all things with love

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Jeff Massung
http://www.imdb.com/title/tt0259446/quotes Note: I'm not Greek, but this movie made me laugh. ;-) On Tue, May 25, 2010 at 2:03 PM, Jonathan Lynch jonathandly...@gmail.comwrote: May 25 is Geek Pride Day, so, just in case there are any self-proclaimed geeks on the list (such as myself): Happy

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Jeff Massung
O M G. I'm a moron... and obviously a geek. ;-) On Tue, May 25, 2010 at 2:10 PM, Jeff Massung mass...@gmail.com wrote: http://www.imdb.com/title/tt0259446/quotes Note: I'm not Greek, but this movie made me laugh. ;-) On Tue, May 25, 2010 at 2:03 PM, Jonathan Lynch

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Bob Sneidar
Sadly, I only don my Geek Hat on the 24th of May. Bob On May 25, 2010, at 12:03 PM, Jonathan Lynch wrote: May 25 is Geek Pride Day, so, just in case there are any self-proclaimed geeks on the list (such as myself): Happy Geek Pride Day :) A related wired.com article:

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 22:03, Jonathan Lynch wrote: May 25 is Geek Pride Day, so, just in case there are any self-proclaimed geeks on the list (such as myself): Happy Geek Pride Day :) A related wired.com article: http://www.wired.com/geekdad/2010/05/5-reasons-to-be-proud-on-geek-pride-day/ Cheers,

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Mark Wieder
Jonathan- Tuesday, May 25, 2010, 12:03:41 PM, you wrote: May 25 is Geek Pride Day, so, just in case there are any self-proclaimed geeks on the list (such as myself): But there's more to 25 May than that: Douglas Adams passed away on 11 May 2001, and 25 May (a fortnight after) was declared

Re: [OT] Plovdiv . . . / hard CASE

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 20:40, J. Landman Gay wrote: Mark Wieder wrote: Jacque- Tuesday, May 25, 2010, 10:25:49 AM, you wrote: There's not enough info to say what's going wrong, but you'd save yourself a lot of time if you set a breakpoint near the top of the switch structure and step through it

Galaga 1990

2010-05-25 Thread Generic Email
So, I am teaching my kids programming. I started with Scratch. http://scratch.mit.edu/ Our first game was Galaga 1990. It is available to play here: http://scratch.mit.edu/projects/TheCritic1/1057645 I wanted to teach them Rev as well, so I started recreating the game in Rev. My code for both

Re: Stack in memory problem

2010-05-25 Thread Jerry Daniels
If you turn around quickly while reminiscing, you can see the future! Best, Jerry Daniels Use tRev's buy link during your 7 day free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On May 22, 2010, at 8:08 PM, Mark Wieder wrote: Marty- Saturday, May 22, 2010, 6:02:13 PM, you

Re: GLX Application Framework: difference between a resource and a stack

2010-05-25 Thread Trevor DeVore
On May 24, 2010, at 7:44 PM, David Bovill wrote: Second go digging into this great open source framework: wandering the best way to get a stack loaded as a library on startup. So do I use a stack, or add it as a resource like the suggested route for datagrid the library - wandering what

Re: Remote SQL databases

2010-05-25 Thread Trevor DeVore
On May 21, 2010, at 6:31 PM, Bob Sneidar wrote: I'm wondering if the Relational aspect of Trevor's sqlYoga would be able to do this, but again, I think I have to be working with two tables in the same database for that to work. Trevor? That is correct. SQL Yoga will only work with

Re: [Data Grid] set the dimmed hilite color

2010-05-25 Thread Trevor DeVore
On May 14, 2010, at 1:48 PM, zryip theSlug wrote: It seems that there is no way to set the (effective) dimmed hilite color property of a Data Grid. I checked the setProp handler of the Data Grid library and found nothing to set this property. Plus the getProp of this property seems to return

Hard CASE: not what it seems.

2010-05-25 Thread Richmond Mathewson
Oh, Blast: I got the wrong end of the stick completely . . . There was nothing wrong with my CASE script at all ! The problem seems to be that standalones have a problem with the second part of a script that runs like this: on mouseUp set the useUnicode to true if fld fBUILT is

How to deal with unplug from the LAN

2010-05-25 Thread Sivakatirswami
I'm working on an app that requires a remote volume to be mounted (Mac OS X 10.6) I use several basic connectivity tests like put hostAddressToName (11.11.11.11:) into the server # If I get DNS from the XServe box I know the user is at least plugged in or has his Airport connection uup and

Re: [Data Grid] get the header text color

2010-05-25 Thread Trevor DeVore
On May 14, 2010, at 7:05 PM, zryip theSlug wrote: 2010/5/14 zryip theSlug zryip.thes...@gmail.com: It seems same for the Text color property. I've fixed getProps for text color, effective text color, header text color and effective header text color. Entries in the getProp dgProps

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread David C.
Now that's funny; in my dictionary a geek is a person who works in travelling circuses by biting the heads of live chickens: http://en.wikipedia.org/wiki/Geek From the wikipedia link: Formerly, the term referred to a carnival performer often billed as a wild man whose act usually includes

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Richmond Mathewson
On 25/05/2010 23:22, David C. wrote: Now that's funny; in my dictionary a geek is a person who works in travelling circuses by biting the heads of live chickens: http://en.wikipedia.org/wiki/Geek From the wikipedia link: Formerly, the term referred to a carnival performer often billed as a

Re: [data grid] can't hide one of the scrollbar

2010-05-25 Thread Trevor DeVore
On May 13, 2010, at 10:45 AM, Andre.Bisseret wrote: - on mouseUp local DGRef, --- copy group DataGrid of group Templates of stack revDataGridLibrary to this card put it into DGRef set the dgProp[show hScrollBar] of DGRef to false set the dgProp[show

Re: How to Dial Using Rev ?

2010-05-25 Thread Douglas
Hi Jaque, Surely Gary must have a phone line and relatively old iMac with built-in modem, or at least a modem, or he wouldn't be wanting to use what he assumes to be a dial-up routine to an external device? It's over 15 years since I did anything with at AT codes, but I can remember the pain

Re: Hard CASE: not what it seems.

2010-05-25 Thread Scott Rossi
Maybe because standalones have an (editable) script limit of 10 lines, meaning you can't build scripts dynamically in standalones that exceed 10 lines. There is no such limit in the IDE. Scott Rossi Creative Director Tactile Media, UX Design On May 25, 2010, at 1:15 PM, Richmond Mathewson

Reverse Intersect

2010-05-25 Thread Bob Sneidar
Hi all. I know the Intersect command removes keys in array-1 that don't exist in array-2. What I need however is a command that removes keys in array-1 that DO exist in array-2, so that array-1 contains all the keys I need to add. Why you ask? Why not just use the Union command? Because I

Re: Reverse Intersect

2010-05-25 Thread stephen barncard
if you want to remove duplicate keys - put the imported data immediately into an array. Duplicates are automatically eliminated. On 25 May 2010 14:45, Bob Sneidar b...@twft.com wrote: Hi all. I know the Intersect command removes keys in array-1 that don't exist in array-2. What I need

Re: Reverse Intersect

2010-05-25 Thread Mark Wieder
stephen- Tuesday, May 25, 2010, 3:08:33 PM, you wrote: if you want to remove duplicate keys - put the imported data immediately into an array. Duplicates are automatically eliminated. I was going to suggest something similar, but then thought this seems like a long way to go around for the

Re: Reverse Intersect

2010-05-25 Thread Bob Sneidar
Thanks for the reply Stephen. What I want to end up with is an array of ONLY the keys that exist in the first array that do NOT exist in the second. Otherwise I simply end up with identical arrays that both contain all the keys from the first and the second arrays. I should mention that it

[ANN] revIgniter v1.3.2b has been released

2010-05-25 Thread Ralf Bitter
revIgniter now follows a simple, easy to memorize, naming convention to reduce potential name conflicts to a minimum. While maintaining the deprecated set of handler names it will be phased out in a later version, so all users are asked to replace those names over time. Please read about Reserved

Re: Reverse Intersect

2010-05-25 Thread Bob Sneidar
Hi Mark. Thanks for the interest. My apologies to everyone for the length of this post. First, remember that I am working with paged data. The reason is this: Let's say the source database has a million records. Since I cannot use a join due to the fact they are dissimilar databases that

Re: Reverse Intersect

2010-05-25 Thread Jim Ault
In the time it took to write the original email you could have put the keys of array1 into keysOne combine array2 using cr and tab set the itemDel to tab repeat for each line LNN in array2 if item 1 of LNN is not among the lines of keysOne then put LNN cr after newArray2 end repeat filter

Re: GLX Application Framework: difference between a resource and a stack

2010-05-25 Thread David Bovill
On 25 May 2010 20:59, Trevor DeVore li...@mangomultimedia.com wrote: Standalone Resources are files that need to be included when building the app but which aren't explicitly loaded when you open the application in Rev.

Re: [ANN] revIgniter v1.3.2b has been released

2010-05-25 Thread David Bovill
Thanks for that :) On 25 May 2010 23:29, Ralf Bitter ra...@dimensionb.de wrote: revIgniter now follows a simple, easy to memorize, naming convention to reduce potential name conflicts to a minimum. While maintaining the deprecated set of handler names it will be phased out in a later

Re: Implementing a library of behavior buttons across multiple applications

2010-05-25 Thread Peter Haworth
Thanks Richard. So the SB pulls in ALL the stack files defined to it int the application and I don;t have to send any of them out with the app, right? Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On

Datagrid border colour setting?

2010-05-25 Thread Terry Judd
Does anyone know if there is a setting to change the border colour (both the header and the 'body') of a datagrid? Trevor? Terry... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: revWeb - revlet - examples please

2010-05-25 Thread Richard K. Herz
A few days ago I asked for links to web pages with revlets - here is my list so far: # Link 4 Game http://www.gemetest.ihouse.on-rev.com/ by John Dixon # Guess game http://jacque.on-rev.com/guess/guess.irev by Jacqueline Landman Gay # Chance lab and physics impulse lab

Re: Galaga 1990

2010-05-25 Thread Scott Rossi
Hi Generic: I took a look at your stack and you've done everything right from a conceptual standpoint. All your code makes sense. The problem you're running into is Rev's real world behavior and performance -- Rev is not multi-threaded and is not suited to managing lots of sub-second messages

Re: Listing available MYSQL databases

2010-05-25 Thread Bob Cole
If you put SHOW DATABASES; in a text file on the target machine then you can execute the following statements (watch for line breaks): put /usr/local/mysql/bin/mysql -u username -ppassword '/usr/local/ShowDatabases.txt' into myCommand put shell(myCommand) into message box That works

Re: Happy Geek Pride Day (OT)

2010-05-25 Thread Jeff Reynolds
jeff, now that made me really laugh!!! another jeff On May 25, 2010, at 4:15 PM, use-revolution-requ...@lists.runrev.com wrote: O M G. I'm a moron... and obviously a geek. ;-) ___ use-revolution mailing list use-revolution@lists.runrev.com