The siglum key explained.

2010-10-29 Thread Richmond Mathewson
On 10/28/10 11:21 PM, dunb...@aol.com wrote: Richmond. snip And what is the story with siglum? Well; on Mac keyboards the top-left key has a siglum: § on it, rather than a `; that key usually being to the left of the Z key. Whether § should be classified seriously as one of the sigla is a

This probably reflects my complete ignorance, but...

2010-10-29 Thread Vokey, John
All, I use RunRev in my lab: indeed, it does everything in my lab: all of my lab computers have it, except they have it as Metacard, but that shouldn't be an issue (or if it is, then I really have an issue, as it has to be in the Metacard IDE!). I never create standalones (well, I have done

Re: revweb plug-in for linux

2010-10-29 Thread Peter Alcibiades
Thanks guys, food for thought. This would probably do most of it, have him able to write it in something he is comfortable with, but also centralize it so as not to proliferate copies. Should have thought of it. Thanks. -- View this message in context:

Re: libURLDownloadToFile and LiveCode

2010-10-29 Thread Dave Cragg
On 29 Oct 2010, at 06:58, Ludovic Thébault wrote: Hello, Under Revolution 4, this script work like a charm : on mouseup ... libURLDownloadToFile theUrl, theDestUrl, Downloaded wait 0 milliseconds with messages ShowInfo theUrl end mouseup on ShowInfo pUrl local

Re: This probably reflects my complete ignorance, but...

2010-10-29 Thread Chipp Walters
John, It's easy, but not so straightforward to do this. Put this in your message box and hit enter: go URL (http://www.widgetgadget.com/stuff/testLineDraw.rev;) On Fri, Oct 29, 2010 at 1:54 AM, Vokey, John vo...@uleth.ca wrote: So, I designed a simple stack to have the user *in the

Re: Missing mouse clicks

2010-10-29 Thread Chipp Walters
Break it down to a simple stack and try and replicate the error. Chances are you'll isolate the problem. If not, post the simple stack and I or someone else can take a look at it. On Thu, Oct 28, 2010 at 7:06 PM, Terry Judd t...@unimelb.edu.au wrote: I¹ve got something weird going on where

[OT] My G3 and DVDs

2010-10-29 Thread Richmond
Back to the Future . . . All works superbly except . . . The Lightscribe DVD burner. All DVD burning software gets stuck. - Flash the ROM, Dance naked in the streets, (well, it is also a kind of flashing) Hack things ???

Re: Auto-updating apps, and splash screens.

2010-10-29 Thread Alex Tweedly
On 29/10/2010 05:40, stephen barncard wrote: Search for Magic Carpet at Chipp's site. I tried Magic Carpet when it was first announced, and it was a good backup/archive/version-control system, but I don't remember anything about auto-update, and there's nothing about auto-update in the web

Re: Auto-updating apps, and splash screens.

2010-10-29 Thread Thierry
Le 29 oct. 2010 à 11:59, Alex Tweedly a écrit : . and you're right, lots of good advice, looks like a good system, etc. I was just hoping for some working example to start from. Hi Alex, Out of my cloudy memory, there is on RevOnline a stack called Registration-Update, Registration and

Re: libURLDownloadToFile and LiveCode

2010-10-29 Thread Ludovic Thébault
Le 29 oct. 2010 à 10:38, Dave Cragg a écrit : I'm not sure, but perhaps this has something to do with the new asynchronous behavior of the hostNameToAddress function. It seems that urlStatus will now return empty for a short period between issuing the load command and the point after it

[OT] Re:The siglum key explained.

2010-10-29 Thread Jacques Hausser
I looked at siglum, wondering if it has something to do with gollum or glum. Well, Siglum seems to be a generic denomination for special characters (*,#,§,,@...). On Mac's character wiever § is called Section sign, what seems to be the normal name in english. It is highly used in legal writing

Re: [OT] My G3 and DVDs

2010-10-29 Thread Shao Sean
Did you try PatchBurn ? http://www.patchburn.de/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [OT] My G3 and DVDs

2010-10-29 Thread Richmond
On 10/29/2010 03:15 PM, Shao Sean wrote: Did you try PatchBurn ? http://www.patchburn.de/ ___ Thanks; I have already tried that; to no avail. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: The siglum key explained.

2010-10-29 Thread DunbarX
Richmond. On Mac keyboards? I have a tilde and a sort of mini backSlash (ASCII 57) Like everyone else. But I see what you meant, your odd char is used to reference or annotate secondary sources in a text. It is a sigla, part of a siglum. How much do you want for that keyboard? Craig

html entities

2010-10-29 Thread Chris Sheffield
Got a small problem and wondering if there's any way around it. When getting the htmlText of a field, is there any way to make Rev/LiveCode return the numeric html entities of special characters? So for example, if I have a word in Spanish, like día (accented i), if I put that into a text

Re: This probably reflects my complete ignorance, but...

2010-10-29 Thread stephen barncard
Chip. That photo is hilarious. Was that some band promo fail or something? Creepy. Perfect for your demo though. On 29 October 2010 01:48, Chipp Walters ch...@chipp.com wrote: go URL (http://www.widgetgadget.com/stuff/testLineDraw.rev;) -- Stephen Barncard San Francisco Ca. USA more

Re: Photoshop Applescript fails , why?

2010-10-29 Thread Sivakatirswami
On 10/28/10 5:36 PM, Terry Judd wrote: What happens if you use system events to activate Photoshop first and then tell Photoshop to do its action? tell application System events to tell application Adobe Photoshop CS5 to activate tell application Adobe Photoshop CS5 to do action [action] from

Re: html entities

2010-10-29 Thread DunbarX
I use HTML text not at all, but after looking at the dictionary, it seems there is no direct way to do this. I could be wrong. But it would be simple to take the output and do a little massaging. An ampersand seems always to be inserted as a tag when the function encounters a character with

Re: html entities

2010-10-29 Thread stephen barncard
One could roll a special getprop handler that lives in the script of the field (and / or controlled by a behavior for several fields ) that can change the text (using replace or merge) to anything you want: *instead of * get the htmltext of fld xxx *call your getprop property instead* get the

Re: The siglum key explained.

2010-10-29 Thread Richmond
On 10/29/2010 04:41 PM, dunb...@aol.com wrote: Richmond. On Mac keyboards? I have a tilde and a sort of mini backSlash (ASCII 57) Like everyone else. But I see what you meant, your odd char is used to reference or annotate secondary sources in a text. It is a sigla, part of a siglum. How

Re: html entities

2010-10-29 Thread DunbarX
I should have been more clear. Use the ampersand and semicolon to locate the original char in the source text. Convert that char with the charToNum function. If your source text actually contains ampersands and semicolons, it is a bit more involved. The ampersand itself comes over as amp. So

Re: The siglum key explained.

2010-10-29 Thread DunbarX
Hmmm. Must be a European thing? Craig In a message dated 10/29/10 11:59:15 AM, richmondmathew...@gmail.com writes: Very funny; all the Mac keyboards I have have the siglum key in the top-left corner. ___ use-revolution mailing list

Re: The siglum key explained.

2010-10-29 Thread J. Landman Gay
On 10/29/10 10:59 AM, Richmond wrote: Very funny; all the Mac keyboards I have have the siglum key in the top-left corner. I've never seen it that way. All my Mac keyboards have a tilde in that position. International differences, maybe? -- Jacqueline Landman Gay |

Re: html entities

2010-10-29 Thread J. Landman Gay
On 10/29/10 11:11 AM, dunb...@aol.com wrote: I should have been more clear. Use the ampersand and semicolon to locate the original char in the source text. Convert that char with the charToNum function. Except that the htmltext doesn't return characters you can convert in these cases, it

Re: The siglum key explained.

2010-10-29 Thread Richmond
On 10/29/2010 07:31 PM, J. Landman Gay wrote: On 10/29/10 10:59 AM, Richmond wrote: Very funny; all the Mac keyboards I have have the siglum key in the top-left corner. I've never seen it that way. All my Mac keyboards have a tilde in that position. International differences, maybe?

Re: The siglum key explained.

2010-10-29 Thread Jim Sims
On Oct 29, 2010, at 6:31 PM, J. Landman Gay wrote: I've never seen it that way. All my Mac keyboards have a tilde in that position. International differences, maybe? Yup, my UK English has the siglum and a plus/minus in the upper left corner. There are UK, American, Universal (I think

App store audio blog discussion

2010-10-29 Thread jim sims
http://www.coreint.org/audio/CoreInt_34.mp3 Interesting discussion from well know developers Daniel Jalkut is the founder of Red Sweater Software. Manton Reece is the founder of Riverfold Software. sims ___ use-revolution mailing list

Re: This probably reflects my complete ignorance, but...

2010-10-29 Thread J. Landman Gay
On 10/29/10 1:54 AM, Vokey, John wrote: in the Metacard IDE, as soon as I script-select the line to allow the user to draw the line so my code can get the rect, it switches the IDE to edit mode, which means any subsequent clicks on buttons (to indicate that the line has been drawn, etc.) put

Re: The siglum key explained.

2010-10-29 Thread Peter Brigham MD
See Wikipedia: http://en.wikipedia.org/wiki/Keyboard_layout#QWERTY The siglum at topleft seems to be found in Scandinavian countries and in Holland, at least in the QWERTY layout. The british version at least in this article, doesn't have any siglum key at all (must be an alt/option-key

Re: html entities

2010-10-29 Thread DunbarX
Jacques. I meant he could search for strings bracketed by an ampersand and a semicolon, with the complications as a bonus, of course. Craig In a message dated 10/29/10 12:34:30 PM, jac...@hyperactivesw.com writes: Except that the htmltext doesn't return characters you can convert in these

[OT] G3 and USB 2

2010-10-29 Thread Richmond
So; having got a generic USB 2.0 PCI card recognised in my Back-to-the-Future G3 Mac I have started having a lot of 'fun' with it: 1. It works very well with my faithful Belkin Nostromo. 2. When I plug 2 external USB 2 hard-drives into it they are not recognised AND nor is the Nostromo.

Re: html entities

2010-10-29 Thread Chris Sheffield
Yeah, looks like a lookup table of some kind is my best bet. Thanks for the suggestions. Chris On Oct 29, 2010, at 10:34 AM, J. Landman Gay wrote: On 10/29/10 11:11 AM, dunb...@aol.com wrote: I should have been more clear. Use the ampersand and semicolon to locate the original char in the

Re: html entities

2010-10-29 Thread Monte Goulding
If you don't want to use a lookup table then pulling out these entities using repeat while matchchunk and in the loop setting the htmltext of a second field and doing chartonum on the text of the field would work. Cheers Monte Sent from my iPad On 30/10/2010, at 1:53 AM, Chris Sheffield

Best practice for creating a custom control

2010-10-29 Thread Jérôme Rosat
Hello everybody, I'm looking for a kind of best practice for creating custom controls. For example, how to access the data of the custom control ? Do we have to use custom properties or a setProp or getProp handlers or both ? Is it preferable to use a prefix for naming a command ? And for

Re: Best practice for creating a custom control

2010-10-29 Thread Mark Schonewille
Hi Jerome, You might want to have a look at the scripts of the password field, available at http://qurl.tk/jo -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Stress-testing SQLite

2010-10-29 Thread Richard Gaskin
I have a need coming up for a data store that can robustly handle at least a million records, ideally up to five million, where each record may be as large as 5k. I don't need relationality, so for me SQLite is an option but only an option; I'm happy to consider other options as well. (Yes,

Stress-testing SQLite

2010-10-29 Thread Mark Stuart
on Fri Oct 29 19:17:40 CDT 2010, Richard Gaskin wrote: Thanks in advance for sharing your experiences with large data sets if SQLite. Hi Richard, How many tables and how many columns per table (on average) are you talking about? That can make a big difference to the performance if there are

Re: This probably reflects my complete ignorance, but...

2010-10-29 Thread Alejandro Tejada
Hi John, Check the card script of these stacks: http://andregarzia.on-rev.com/alejandro/stacks/newPentoolScript_v02.zip http://andregarzia.on-rev.com/alejandro/stacks/CurvedDrawingPen_v01.zip Use these scripts as you like, but notice that instead of using a line created by the user, i would

Re: Stress-testing SQLite

2010-10-29 Thread Richard Gaskin
Mark Stuart wrote: on Fri Oct 29 19:17:40 CDT 2010, Richard Gaskin wrote: Thanks in advance for sharing your experiences with large data sets if SQLite. Hi Richard, How many tables and how many columns per table (on average) are you talking about? Probably just a single table, with about

Re: [OT] G3 and USB 2

2010-10-29 Thread -=JB=-
Have tried shutting down the computer and rebooting with them still plugged in? If not that will probably mount them but it will be the same everytime. -=JB=- On Oct 29, 2010, at 12:30 PM, Richmond wrote: So; having got a generic USB 2.0 PCI card recognised in my Back-to-the-Future G3 Mac I

Re: Stress-testing SQLite

2010-10-29 Thread Sivakatirswami
On 10/29/10 3:10 PM, Richard Gaskin wrote: It'll vary, and in my own tests that seems to be the only bottleneck with SQLit; queries that return little data are ultra speedy, but once we get into large amounts of return data I see the hit. Just a reminder, which you probably don't need at

Re: Stress-testing SQLite

2010-10-29 Thread Monte Goulding
32TB db limit according to this: http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems#Limits Maybe use limit and offset to page through query results though. Cheers Monte Sent from my iPad On 30/10/2010, at 11:17 AM, Richard Gaskin ambassa...@fourthworld.com

Re: [OT] G3 and USB 2

2010-10-29 Thread -=JB=-
I forgot to mention also have the drive turned on. In other words every time you want to mount the drive have the computer shut down make sure the drives are plugged in and turned on then boot the computer. -=JB=- On Oct 29, 2010, at 6:22 PM, -=JB wrote: Have tried shutting down the computer

Re: [OT] G3 and USB 2

2010-10-29 Thread -=JB=-
Another important thing to remember is some drives like the LeCie drives can be very touchy. Do not use them to run programs or do much work is the best way to prevent crashes so just use it for a back up drive. And to unmount the drive you might be safest shutting down the computer then turning

revweb plug-in for linux

2010-10-28 Thread Peter Alcibiades
I have been to http://revweb.runrev.com/ and it says, as it has for some years now, that the Linux version is coming shortly. Is it in fact coming? And if so when? I'm asking because I need that kind of functionality one way or another in the next couple of months. Peter

applescript question

2010-10-28 Thread Yves COPPE
Hello, on mac machine I want to ask the user the name of a MS Excell file on the desktop then I want this script not in LiveCode language but applescript (for another purpose afterwards in the livecode script) here is my applescript code that doesn't run (!) set le_chemin to (path to

Re: applescript question

2010-10-28 Thread Mark Schonewille
Hi Yves, Runs fine here. What's your problem? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker plugin for Runtime Revolution at

Re: applescript question

2010-10-28 Thread Yves COPPE
Le 28 oct. 10 à 14:13, Mark Schonewille a écrit : Hi Yves, Runs fine here. What's your problem? says error can't find file this has been destroyed or destroyed (in French !) http://lists.runrev.com/mailman/listinfo/use-revolution Greetings. Yves COPPE yvesco...@skynet.be

Re: applescript question

2010-10-28 Thread Mark Schonewille
That's strange. I don't get any errors at all, even if the file doesn't exist. Which version of Mac OS X are you using? as unicode text might no longer be necessary. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com

Re: applescript question

2010-10-28 Thread Yves COPPE
Le 28 oct. 10 à 14:37, Mark Schonewille a écrit : That's strange. I don't get any errors at all, even if the file doesn't exist. Which version of Mac OS X are you using? as unicode text might no longer be necessary. leopard on a G5 and snow leopard on a Core 2 duo same problem

Re: applescript question

2010-10-28 Thread Mark Schonewille
Hi Yves, Why don't you use the choose file command? Much easier. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker plugin for Runtime

Re: applescript question

2010-10-28 Thread Yves COPPE
Le 28 oct. 10 à 14:49, Mark Schonewille a écrit : Hi Yves, Why don't you use the choose file command? Much easier. ok, I will change my script thanks Greetings. Yves COPPE yvesco...@skynet.be ___ use-revolution mailing list

CronJobs [was Re: Where is the Login to Rev's Web Hosting]

2010-10-28 Thread Gregory Lypny
Hi Andre, Well, that's just too darn easy! As always, thanks a ton, Gregory On Thu, Oct 28, 2010, at 8:47 AM, Andre G.: Gregory, On your control panel there's something called cronjobs which is exactly what do you want. You can specify the intervals and the commands to run. :D

Re: revweb plug-in for linux

2010-10-28 Thread Richard Gaskin
Peter Alcibiades wrote: I have been to http://revweb.runrev.com/ and it says, as it has for some years now, that the Linux version is coming shortly. Is it in fact coming? And if so when? I'm asking because I need that kind of functionality one way or another in the next couple of months.

Re: CronJobs [was Re: Where is the Login to Rev's Web Hosting]

2010-10-28 Thread Andre Garzia
You're welcome Gregory! :D On Thu, Oct 28, 2010 at 11:03 AM, Gregory Lypny gregory.ly...@videotron.cawrote: Hi Andre, Well, that's just too darn easy! As always, thanks a ton, Gregory On Thu, Oct 28, 2010, at 8:47 AM, Andre G.: Gregory, On your control panel there's something

Rev as Linux Shell Script

2010-10-28 Thread Bill Andersen
I'm sorry this is so long winded. I'm hoping it will help you understand my motivation... I am a necessity programer. I don't sell my programs, I program as a systems analyst to achieve results for my employer. I have developed fairly complex solutions in FileMaker and I can program in VB,

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
Bill, The 3.5 engine is quite capable but it lacks the revolution libraries such as libURL, thats why your calls to URL commands fail. Another issue is that getting database working is not that trivial when you try for the first time. You need to set the externals on the startup handler to point

Re: Rev as Linux Shell Script

2010-10-28 Thread Peter W A Wood
Bill On 28 Oct 2010, at 22:39, Bill Andersen wrote: I'm sorry this is so long winded. I'm hoping it will help you understand my motivation... ... snip I've read how to get the runtime working as a CGI and played around enough that I 'can' (seemingly) make it work from a shell

Re: LiveCode applications accepted in iOS App Store

2010-10-28 Thread Thomas McGrath III
Kevin, FYI, I'm surprised the app was accepted because it has the text IPHONE TEST APP on the background and Apple's submission guidelines specifically state that no 'test apps should be submitted. It is a minor thing for sure and the app itself seems ready for prime time but I would be

Re: Rev as Linux Shell Script

2010-10-28 Thread Mike Bonner
You can also leave off the -ui but then instead of a put you must write to stdout. Worked last time I checked on 4.0, didn't test on 4.5 so don't know if it will work there. Also, since you run without -ui you get a window flash. On the subject of revserver, Andre, you mentioned that liburl works

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
I also am keen to use LiveCode to write shell programs and believe that it is possible by adopting a slightly different approach. I believe that if you build a standalone of your script, you can run the 'standalone program with the -ui argument. Peter, This approach has a couple of

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
On the subject of revserver, Andre, you mentioned that liburl works with that, but I have yet to get it to work in a revserver script. Has there been an updated release of revserver that works wiht liburl, or do I just have something broken on my end or.. ? Mike, I think it can handle

Re: Title Text

2010-10-28 Thread Bob Sneidar
In the UK they have Kilometerage?? Bob On Oct 27, 2010, at 10:18 AM, Richmond wrote: On 10/27/2010 08:05 PM, Devin Asay wrote: Your Mileage May Vary. I thought this was a common net-breviation. :-) DNA On Oct 27, 2010, at 11:03 AM, dunb...@aol.com wrote: YMMV??? In a message

Re: Rev as Linux Shell Script

2010-10-28 Thread Mike Bonner
Ah k. Yep was confused. No libUrlFtp stuff doesn't work and even libURLVersion throws an error. I forget sometimes how much you can do with just the URL keyword. On Thu, Oct 28, 2010 at 9:37 AM, Andre Garzia an...@andregarzia.com wrote: On the subject of revserver, Andre, you mentioned

Re: revweb plug-in for linux

2010-10-28 Thread Richmond
On 10/28/2010 01:13 PM, Peter Alcibiades wrote: I have been to http://revweb.runrev.com/ and it says, as it has for some years now, that the Linux version is coming shortly. Is it in fact coming? And if so when? I'm asking because I need that kind of functionality one way or another in the

Re: revweb plug-in for linux

2010-10-28 Thread Peter Alcibiades
Its a really simple application, its for a guy that I work with. I would really like for him to be able to write it and keep it going himself. I am lately rather seriously in the mode of lessening people's dependence on me for this stuff. What it is, he will have a large map on a big screen.

How you modify SQL Lite tables which have many records?

2010-10-28 Thread Ruslan Zasukhin
Hi Guys, One developer, which try now implement some GUI around SQL Lite have touch me with wonder that SQL Lite do not have any way to modify schema of database. At this URL http://www.sqlite.org/omitted.html You can read that Only the RENAME TABLE and ADD COLUMN variants of the

auto identification of connected printer (Mac)

2010-10-28 Thread Peter Brigham MD
In case anyone else would find it useful, I've finally managed to tune up my handlers for LiveCode printing from a Mac laptop, designed to avoid any unnecessary printing dialogs. This is useful if you, like me, use a LiveCode app on your laptop in a number of different venues and need to

Underscore in script for windows?

2010-10-28 Thread charles61
I am using the following script to open a text file for both windows and Macintosh. My question is do I need two separate scripts one for the Mac and one for for Windows (XP, Vista, Windows 7) with a space instead of an underscore? For example /S504_Student for /S504 Student for Windows. if

Re: revweb plug-in for linux

2010-10-28 Thread Roger . E . Eller
Peter Alcibiades wrote: It could run locally. Except that everything else runs on a server, so it would be nice if it were all in one place and accessible from anywhere on the LAN, which is why it would be nice to run it as a browser plug in. I'm with Richmond about not holding your breath

Re: auto identification of connected printer (Mac)

2010-10-28 Thread Bob Sneidar
Great job Peter! This is a great example of how extensible LiveCode is. With Hypercard we were at the mercy of xcmd's, and they were not always well written or even compatible with each other. Being able to shell out or access compiled externals makes LiveCode an excellent front end dev tool,

Re: How you modify SQL Lite tables which have many records?

2010-10-28 Thread Bob Sneidar
Well I wonder what the max record count is for sqLite? I hardly think it's millions of records! But I may be mistaken. Still, I fail to see why you HAVE to drop a column if you don't want it anymore. Granted it's kind of dirty to leave a heretofore unused column stranded in your schema, but

Re: How you modify SQL Lite tables which have many records?

2010-10-28 Thread Bob Sneidar
What I find more egregious is this statement: The ADD COLUMN syntax is used to add a new column to an existing table. The new column is always appended to the end of the list of existing columns. The column-def rule defines the characteristics of the new column. The new column may take any of

Re: How you modify SQL Lite tables which have many records?

2010-10-28 Thread Bob Sneidar
Oh yeah and this tidbit of info is useful: After ADD COLUMN has been run on a database, that database will not be readable by SQLite version 3.1.3 and earlier. Bob On Oct 28, 2010, at 9:11 AM, Ruslan Zasukhin wrote: Hi Guys, One developer, which try now implement some GUI around SQL Lite

Re: How you modify SQL Lite tables which have many records?

2010-10-28 Thread Ruslan Zasukhin
On 10/28/10 8:09 PM, Bob Sneidar b...@twft.com wrote: Hi Bob, Well I wonder what the max record count is for sqLite? I hardly think it's millions of records! But I may be mistaken. Still, I fail to see why you HAVE to drop a column if you don't want it anymore. Granted it's kind of dirty to

Re: How you modify SQL Lite tables which have many records?

2010-10-28 Thread Ruslan Zasukhin
On 10/28/10 8:25 PM, Bob Sneidar b...@twft.com wrote: Really, this is so limiting that it may be better to dump your database, recreate the new structure, and then re-import it, or do the second database thingummy, rather than try to modify the schema. Right. Modification of schema is pain

HELP Key ???

2010-10-28 Thread Richmond
This is a repost of a message I just sent off entitled 'HELP' which was blocked with this message: Your mail to 'use-revolution' with the subject HELP Is being held until the list moderator can review it for approval. The reason it is being held: Message may contain administrivia

Re: HELP Key ???

2010-10-28 Thread DunbarX
All over the web dictionaries. It isn't pretty... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
The latest worm to make its way onto our discussion lists is ww32.kle...@mm and it is quite sophisticated. See http://www.symantec.com/avcenter/venc/data/w32.kle...@mm.html for full details. On Oct 28, 2010, at 11:11 AM, Richmond wrote: This is a repost of a message I just sent off entitled

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
http://www.korean-war.com/Archives/2002/04/msg00153.html On Oct 28, 2010, at 11:11 AM, Richmond wrote: This is a repost of a message I just sent off entitled 'HELP' which was blocked with this message: Your mail to 'use-revolution' with the subject HELP Is being held until the

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
http://www.mail-archive.com/security-bas...@securityfocus.com/msg03257.html On Oct 28, 2010, at 11:11 AM, Richmond wrote: This is a repost of a message I just sent off entitled 'HELP' which was blocked with this message: Your mail to 'use-revolution' with the subject HELP Is being

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
And from another blog. Note the date tho': -Original Message- From: Gary E. Miller [ mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:08 PM To: Schmehl, Paul L Cc: [EMAIL PROTECTED] Subject: RE: [Full-Disclosure] Administrivia: Testing Emergency Virus Filter..

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
I see that the Administrivia contains as one payload it's own spam mailer. It uses a long list of subject lines, and I think one of them is HELP. If this is the subject line you used, or if the subject line contained that word, you may have triggered a false positive in the list's AV filter.

Re: HELP Key ???

2010-10-28 Thread Richmond
On 10/28/2010 09:46 PM, Bob Sneidar wrote: I see that the Administrivia contains as one payload it's own spam mailer. It uses a long list of subject lines, and I think one of them is HELP. If this is the subject line you used, or if the subject line contained that word, you may have triggered

the siglum key ???

2010-10-28 Thread Richmond
[Hope this subject line doesn't throw a 'bluey'] If I have a button that contains something like this: on mouseUp put silly phrase into fld XXX end mouseUp it works . . . Now if I set up a card script so that when I hit the 'Q' key on my keyboard a mouseUp is sent to my button, it works.

Re: Rev as Linux Shell Script

2010-10-28 Thread Bill Andersen
If you stick to the 3.5 engine or switch to RevServer but want to do some net stuff not enabled by libURL, you can always shell() to cURL and be happy. Yes. However, I'm still having to work with 'non-rev' syntax (learning how cURL works). As it turns out, I already know most of it

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
I've used PHP to do 'shell utilities', I sure wish Rev could act similar. How nice would it be to just have one language/syntax for the bulk of your code. There is RevServer... -- http://www.andregarzia.com All We Do Is Code. ___

Re: the siglum key ???

2010-10-28 Thread Mike Bonner
I put this in a button script: on mouseUp put any item of random,Silly,Phrase into field 1 end mouseUp And this in the cardscript: on keydown theKey if theKey is ` then send mouseup to button 1 else pass KeyDown end if end keydown It works for me, so not sure whats up on

Re: HELP Key ???

2010-10-28 Thread J. Landman Gay
On 10/28/10 1:46 PM, Bob Sneidar wrote: I see that the Administrivia contains as one payload it's own spam mailer. It uses a long list of subject lines, and I think one of them is HELP. If this is the subject line you used, or if the subject line contained that word, you may have triggered a

Re: the siglum key ???

2010-10-28 Thread Richmond
On 10/28/2010 10:22 PM, Mike Bonner wrote: I put this in a button script: on mouseUp put any item of random,Silly,Phrase into field 1 end mouseUp And this in the cardscript: on keydown theKey if theKey is ` then send mouseup to button 1 else pass KeyDown end if end

Re: HELP Key ???

2010-10-28 Thread Richmond
Gottit, al last: 'administrivia' has to be pronounced as 'administrivia' rather than 'adminis - trivia'; which made things sound like a sort of mindless babbling game indulged in by bored administrators . . . :) On 10/28/2010 10:23 PM, J. Landman Gay wrote: On 10/28/10 1:46 PM, Bob Sneidar

Re: Rev as Linux Shell Script

2010-10-28 Thread J. Landman Gay
On 10/28/10 2:08 PM, Bill Andersen wrote: I've used PHP to do 'shell utilities', I sure wish Rev could act similar. How nice would it be to just have one language/syntax for the bulk of your code. You can insert libURL (or any other script) into the message path so that commands to the

Re: HELP Key ???

2010-10-28 Thread J. Landman Gay
On 10/28/10 2:46 PM, Richmond wrote: Gottit, al last: 'administrivia' has to be pronounced as 'administrivia' rather than 'adminis - trivia'; which made things sound like a sort of mindless babbling game indulged in by bored administrators . . . :) :) It's a little of both I think. It's an

Re: HELP Key ???

2010-10-28 Thread Richmond
On 10/28/2010 11:10 PM, J. Landman Gay wrote: On 10/28/10 2:46 PM, Richmond wrote: Gottit, al last: 'administrivia' has to be pronounced as 'administrivia' rather than 'adminis - trivia'; which made things sound like a sort of mindless babbling game indulged in by bored administrators . . . :)

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
Only one thing to do. Test it. I just sent an email with the word HELP in the subject line and body. Let's see if it bounces. Bob On Oct 28, 2010, at 12:23 PM, J. Landman Gay wrote: That may not be what is going on. On many text-based lists like this one, the word HELP is the standard

Re: HELP Key ???

2010-10-28 Thread Richmond
On 10/28/2010 11:12 PM, Bob Sneidar wrote: Only one thing to do. Test it. I just sent an email with the word HELP in the subject line and body. Let's see if it bounces. Bob Presumably this thing is positional; after all this heading is getting through, while simple HELP did not. On

Re: HELP Key ???

2010-10-28 Thread Bob Sneidar
HAH! You nailed it Jacque! My test email got bounced. What an odd thing to reply with though! Administrivia?? Why not just say Administrative Command? Bob On Oct 28, 2010, at 12:23 PM, J. Landman Gay wrote: On 10/28/10 1:46 PM, Bob Sneidar wrote: I see that the Administrivia contains as

Re: the siglum key ???

2010-10-28 Thread Mike Bonner
*slaps forehead* I need to learn to read. However, have you done something as simple as on rawKeyDown theKey put theKey end rawKeyDown to see what code is actually being sent? If you aren't going for a specific key other than the one in the upper left of the keyboard, and keyboards differ,

Re: the siglum key ???

2010-10-28 Thread DunbarX
Richmond. In a blank card script (so no other offending traps) I have: on rawkeydown var if var = 96 then put tilde else if var = 113 then put Q pass rawKeyDown end rawkeydown Works fine. Can you say what is different, in concept to how you are doing it? Or could there be something

Re: Rev as Linux Shell Script

2010-10-28 Thread Mike Bonner
I have a question regarding this, if one were to copy the script as you explained, and instead of placing it in a stack could one paste it into an .irev file and use it as an include with revserver scripts? On Thu, Oct 28, 2010 at 2:03 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On

<    5   6   7   8   9   10   11   12   13   14   >