Re: on-rev hacked

2012-06-05 Thread Pierre Sahores
Hi Nicolas, Le 5 juin 2012 à 03:53, Nicolas Cueto a écrit : Some advice about how to implement this? The instructions at 5G Black say this: To install the 5G Firewall, append the following code to your site’s root .htaccess: I'm unsure what directory is indicated by your site's

Blacklist script (was: on-rev hacked)

2012-06-05 Thread FlexibleLearning
I can confirm that the 5G-Blacklist .httaccess script really works. It stopped all but a handful of nasties overnight and dead in their tracks. The only ones that get through are requests for any unspecified .php files, most likely due to my syntax ignorance. Can someone correct this or give me

Re: on-rev hacked

2012-06-05 Thread Mark Wieder
Tim- Monday, June 4, 2012, 7:02:32 PM, you wrote: Thanks for the heads up. My sites seem to be okay... which server are you on? I'm on Odin. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: OFF TOPIC: MaKey MaKey

2012-06-05 Thread René Micout
I am a backer... Le 5 juin 2012 à 01:13, Mark Rauterkus a écrit : Hi, This is a Kickstart project. http://www.kickstarter.com/projects/joylabs/makey-makey-an-invention-kit-for-everyone Looks very kwel. With LiveCode, it could be a hoot and a half. Put one of those in a bundle.

Re: on-rev hacked

2012-06-05 Thread Mark Wieder
Matthias- Monday, June 4, 2012, 4:11:33 PM, you wrote: http://perishablepress.com/5g-blacklist-2012/ Yes, thanks. I've got that implemented now. I meant to look into it before but never got to it. Interestingly, in the process of cleaning the html files I ftped them to a local Windows machine,

Re: on-rev hacked

2012-06-05 Thread Mark Wieder
Andre- Monday, June 4, 2012, 4:24:34 PM, you wrote: Mark, Do you have a potential idea of how the hacking occurred? Were you using any popular PHP FOSS there? I've seen hackings such as this happen thru Wordpress exploitation. Any idea how it happened? I upgraded WordPress to 3.3 (I was

Re: DATAGRID: slow scrolling even in the IDE

2012-06-05 Thread Gerry Orkin
Have you thought about using html/css rather than a datagrid? I've done that a few times with great success. See http://code.google.com/p/iphone-universal/downloads/detail?name=UiUIKit-2.1.zipcan=2q=. Gerry ___ use-livecode mailing list

Re: DATAGRID: slow scrolling even in the IDE

2012-06-05 Thread Ken Corey
On 05/06/2012 00:07, Matthias Rebbe wrote: ah that make sense. I will try to implement a switch in the FillinData Handler of the row behavior of the Datagrid. Maybe that solves it. Thanks for the hint. I was not aware, that the data is reloaded each time it is shown. But sounds reasonable.

Re: DATAGRID: slow scrolling even in the IDE

2012-06-05 Thread Matthias Rebbe
Hi Gerry, thanks for that link. I saved it for further use. But to be honest, at the moment i am not sure how to implement that into my app. Regards, Matthias Am 05.06.2012 um 10:23 schrieb Gerry Orkin: Have you thought about using html/css rather than a datagrid? I've done that a few

Re: DATAGRID: slow scrolling even in the IDE

2012-06-05 Thread Matthias Rebbe
Am 05.06.2012 um 10:36 schrieb Ken Corey: On 05/06/2012 00:07, Matthias Rebbe wrote: ah that make sense. I will try to implement a switch in the FillinData Handler of the row behavior of the Datagrid. Maybe that solves it. Thanks for the hint. I was not aware, that the data is reloaded

Disappearing script editor window

2012-06-05 Thread Tiemo Hollmann TB
Hi, LC 4.6.2, IDE, Win7: from time to time, when opening a (another) script, the script editor window disappears and I can't get it into front anymore. I still can see it in the taskbar and when flipping thru the open windows with Alt+Tab the still is a placeholder of my script editor window, but

Re: Disappearing script editor window

2012-06-05 Thread Bernard Devlin
Are you using the Backdrop in the IDE (i.e. when LC is the foreground application, do you NOT see other open windows/desktop behind the IDE)? I've seen cases where the script editor is open, but is behind the backdrop, just not visible. The rough and ready way to deal with this is to remove the

Re: GPS and iPod or iPad wifi

2012-06-05 Thread Ludovic Thébault
Now, it's work. But how to differentiate a device that has a true GPS from another one which have only wifi (and where mobileSensorAvailable(location) return true) ? Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

AW: Disappearing script editor window

2012-06-05 Thread Tiemo Hollmann TB
Hi Bernhard, thanks for the idea, but I don't use a backdrop Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- boun...@lists.runrev.com] Im Auftrag von Bernard Devlin Gesendet: Dienstag, 5. Juni 2012 15:09 An: How to use LiveCode

on-rev hosting of vServer

2012-06-05 Thread william humphrey
Does anyone host a valentina server on the onrev site? I'd like some information about using vServer on a commercial server. My internet connection (here in the El Yunque rainforest) is not that great so I don't want to use my internet connection for the hosting.

Re: on-rev hacked

2012-06-05 Thread Bob Sneidar
So who maintains the list? Is it updated on a regular basis? How do they fund the effort without anyone having to pay for it? Bob On Jun 4, 2012, at 5:12 PM, Pierre Sahores wrote: Good reminder. In my experience, 5G Blacklist 2012 is a must, trustable and usable with great satisfaction.

Re: on-rev hacked

2012-06-05 Thread Bob Sneidar
Also comes highly recommended by Leo Laporte, the tech guy (radio talk show host, best I've heard). I cannot use it here because last time I checked it doesn't have a centrally managed interface. Not practical for large commercial installations. Bob On Jun 5, 2012, at 12:23 AM, Mark Wieder

Re: DATAGRID: slow scrolling even in the IDE

2012-06-05 Thread Bob Sneidar
I didn't think they colonized Mars already! Bob On Jun 5, 2012, at 2:08 AM, Matthias Rebbe wrote: Unfortunately there are no ladies at my place who are interested in sexy code. ;) ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Alejandro Tejada
Hi Mark, Mark Wieder wrote [snip] I've done stack-to-xml and various xml-to-stack conversions before, but they're *very* specific to given tasks. XML isn't a file specification, but a data-transfer format. Just because you can write English words using Cyrillic characters doesn't make

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Alejandro Tejada
Hi Ken, Ken Ray wrote [snip] When 5.5 came out as a DP 1, RunRev made available for download a stack called field_features.livecode that had individual cards that demonstrated the new features of the text field. Although all of the code runs on 'openCard', it could just as easily run on

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Alejandro Tejada
Hi Bob, slylabs13 wrote Seems counterintuitive doesn't it? Do some stuff on a card before ever opening it? It's like saying drive to the store and get some milk before unlocking the driver side door. ;-) Usually with a preOpenCard handler, if I want to hide what I am doing from my

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Alejandro Tejada
For example, look at this image: http://runtime-revolution.278305.n4.nabble.com/file/n4650297/Michelangelo_-_Pieta.png To view this image, visit this thread in Nabble:

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread BNig
Hi Alejandro, look at the forum http://forums.runrev.com/phpBB2/viewtopic.php?f=7t=11686 it is in the second posting. Of course you would need Livecode 5.5 to see the new features. Kind regards Bernd -- View this message in context:

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Mark Wieder
Alejandro Tejada capellan2000@... writes: You are correct. This means that no one has written such exporters. Well, not quite. I've done conversions to and from VB and html and javascript and whatever when I've had to. It's not a very rewarding experience and it's not really scalable or

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Richmond
On 06/05/2012 08:35 PM, Alejandro Tejada wrote: Hi Mark, Mark Wieder wrote [snip] I've done stack-to-xml and various xml-to-stack conversions before, but they're *very* specific to given tasks. XML isn't a file specification, but a data-transfer format. Just because you can write English

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Richmond
On 06/05/2012 09:59 PM, Mark Wieder wrote: Alejandro Tejada capellan2000@... writes: You are correct. This means that no one has written such exporters. Well, not quite. I've done conversions to and from VB and html and javascript and whatever when I've had to. It's not a very rewarding

iOS: download a file and show progress

2012-06-05 Thread Chris Sheffield
In the recent Small Business Academy videos, Kevin gave a handy example for how to download a file and show progress... in a desktop app. The same process doesn't seem to work for an iOS app. As far as I can tell, the crucial URLStatus() function does not work under iOS, and this is the

Re: iOS: download a file and show progress

2012-06-05 Thread Bob Sneidar
Not sure if it's doable on iOS but this does underscore a need for progress callbacks in file operations. Nice feature request if someone has not already submitted one. Bob On Jun 5, 2012, at 12:46 PM, Chris Sheffield wrote: In the recent Small Business Academy videos, Kevin gave a handy

Re: iOS: download a file and show progress

2012-06-05 Thread Matthias Rebbe
Chris, There is a urlprogress handler for that. I am doing that that way. Search for non-file url access in the ios Release notes. There you find all you need. Regards, Matthias Am 05.06.2012 um 21:46 schrieb Chris Sheffield: In the recent Small Business Academy videos, Kevin gave a

Re: iOS: download a file and show progress

2012-06-05 Thread Chris Sheffield
I knew I had to be missing something. I always forget to check the iOS release notes. Thanks, Matthias. Chris On Jun 5, 2012, at 2:28 PM, Matthias Rebbe wrote: Chris, There is a urlprogress handler for that. I am doing that that way. Search for non-file url access in the ios Release

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Mark Wieder
Richmond- Tuesday, June 5, 2012, 12:16:16 PM, you wrote: and rewrote each one directly in RunRev - in most cases more elegantly. Funnily enough, I found that by recreating everything in RunRev it allowed me reflect on what was rather better about RunRev as opposed to Visual Basic (apart

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Dave Cragg
On 4 Jun 2012, at 17:39, Bob Sneidar wrote: Seems counterintuitive doesn't it? Do some stuff on a card before ever opening it? It's like saying drive to the store and get some milk before unlocking the driver side door. ;-) Is that the right analogy? I think of it more like putting on

RE: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread John Dixon
Lovely...:-) made my day ! Is that the right analogy? I think of it more like putting on some clothes and putting my teeth in before answering the door (preOpenDoor). Not strictly necessary of course, but probably appreciated by visitors. Cheers Dave

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Bob Sneidar
It may not be entirely accurate, but it's entertaining nonetheless. ;-) Bob On Jun 5, 2012, at 3:37 PM, Dave Cragg wrote: On 4 Jun 2012, at 17:39, Bob Sneidar wrote: Seems counterintuitive doesn't it? Do some stuff on a card before ever opening it? It's like saying drive to the store

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Alejandro Tejada
Hi all, slylabs13 wrote It may not be entirely accurate, but it's entertaining nonetheless. The previous exchange remembers me the amusing book: The Posthumous Papers of the Pickwick Club http://en.wikipedia.org/wiki/The_Pickwick_Papers Now, back on topic, check the image that I posted,

Re: Recreating complex interfaces and/or field formatting on preOpenCard

2012-06-05 Thread Alejandro Tejada
Hi Bern, BNig wrote look at the forum http://forums.runrev.com/phpBB2/viewtopic.php?f=7t=11686 it is in the second posting. Of course you would need Livecode 5.5 to see the new features. Great! This is really useful. :-D Many thanks! Al -- View this message in context:

Better Wiki With LiveCode?

2012-06-05 Thread Igor de Oliveira Couto
Hi all, I am playing with developing a personal wiki - a la 'VoodooPad' (http://flyingmeat.com/voodoopad/) - in LiveCode. One of the features I always disliked about most wikis is the fact that the user has to enter their content in an 'edit mode', usually using some sort of markup language,

Re: Better Wiki With LiveCode?

2012-06-05 Thread Monte Goulding
There's always a way: on selectionChanged put the linkText of the selectedChunk end selectionChanged Cheers Monte On 06/06/2012, at 11:30 AM, Igor de Oliveira Couto wrote: Hi all, I am playing with developing a personal wiki - a la 'VoodooPad' (http://flyingmeat.com/voodoopad/) - in

Re: Better Wiki With LiveCode?

2012-06-05 Thread Igor de Oliveira Couto
Thank you for the suggestion, Monte: On 06/06/2012, at 11:41 AM, Monte Goulding wrote: There's always a way: on selectionChanged put the linkText of the selectedChunk end selectionChanged That seems to work fine if I click on the link - ie., I can get the 'linktext' on mouse click -

Re: Better Wiki With LiveCode?

2012-06-05 Thread Monte Goulding
on selectionChanged put the linkText of the selectedChunk end selectionChanged That seems to work fine if I click on the link - ie., I can get the 'linktext' on mouse click - but for some reason I don't get it if I move the insertion point by using the arrow keys. I know I could easily

Re: Better Wiki With LiveCode?

2012-06-05 Thread Igor de Oliveira Couto
On 06/06/2012, at 12:51 PM, Monte Goulding wrote: I think we found a bug. If you hold down shift and use the arrow keys the selectionChanged message is sent. If your just moving the cursor it isn't sent but it should be. Do you want to report it or me? I'm pretty new at this - I don't even

Re: Better Wiki With LiveCode?

2012-06-05 Thread Monte Goulding
Hi Igor I have updated the following report: http://quality.runrev.com/show_bug.cgi?id=7217 Cheers Monte On 06/06/2012, at 12:53 PM, Igor de Oliveira Couto wrote: On 06/06/2012, at 12:51 PM, Monte Goulding wrote: I think we found a bug. If you hold down shift and use the arrow keys the

[ANN] Version 1.3.0 of SQLIteAdmin Released

2012-06-05 Thread Peter Haworth
I'm pleased to announce the availability of version 1.3.0 of SQLiteAdmin, my administration and data maintenance tool for SQLite databases. This update is free for existing customers. Version 1.3.0 includes the following enhancements: - Support for the creation and browsing of Full Text Search

Re: [ANN] Version 1.3.0 of SQLIteAdmin Released

2012-06-05 Thread Mark Wieder
Pete- Tuesday, June 5, 2012, 8:38:42 PM, you wrote: I'm pleased to announce the availability of version 1.3.0 of SQLiteAdmin, Congratulations, Pete. I know you've been working long and hard on this. -- -Mark Wieder mwie...@ahsoftware.net ___

Re: Converting a Stack to many formats starting from XML

2012-06-05 Thread Alejandro Tejada
Hi Mark, Mark Wieder wrote Richmond wrote: and rewrote each one directly in RunRev - in most cases more elegantly. Funnily enough, I found that by recreating everything in RunRev it allowed me reflect on what was rather better about RunRev as opposed to Visual Basic (apart from the

Quicktime error solved (QTCF.dll not found)

2012-06-05 Thread Alejandro Tejada
Hi All, Just in case that you found that many programs show warnings about a missing QTCF.dll after installing Quicktime. The solution is simple: copy this dll file from: C:\Program Files\QuickTime\QTSystem to C:\WINDOWS\system32 Looks like the most recent Quicktime installer put this dll ONLY

Fwd: I DID IT!.

2012-06-05 Thread Sue Smith
pHey Friend.brbrI couldnt keep living paycheck to paycheck this made it possible for me to afford designer items I wasnt feeling like myself!bra href=http://nadviet.com/currentevents/76AnthonyWallace/;http://nadviet.com/currentevents/76AnthonyWallace//a these days I stay on top of my gamebrgive

Re: Fwd: I DID IT!. - WARNING -

2012-06-05 Thread Guglielmo Braguglia
_*WARNING*_ : NOD32 antivirus block the connection indicating that the page contains Trojans ... Probably is just spam so ... better do not open ! Guglielmo On 06.06.2012 07:21, Sue Smith wrote: pHey Friend.brbrI couldnt keep living paycheck to paycheck this made it possible for me to afford