Re: How do you resize a snapshot from rect?

2010-11-17 Thread Mark Wieder
the resizequality of the last image to best set the width of the last image to tWidth set the height of the last image to tHeight -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Why Does this Behavior Fail?

2010-11-17 Thread Mark Wieder
not getting passed properly to behavior objects... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Reports and Formatted Text

2010-11-15 Thread Mark Wieder
misunderstand what you're trying to accomplish? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: LiveCode Personal Banner

2010-11-15 Thread Mark Wieder
Alex- You beat me to it. I was just about to suggest the same thing. I think I'd still be in favor of cutting the splash screen down to 5 seconds, though. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution

Re: Creative Common Copyright Notice in Standalones

2010-11-13 Thread Mark Wieder
notice that the Zope license says that it's designated as GPL compatible by the Free Software Foundation (FSF), whatever that means, but it's also straightforward and to the point. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use

Re: Audio Triggering + Mouse Event latency

2010-11-12 Thread Mark Wieder
? What hardware are you running this on? Are you using QuickTime? Have you tried fiddling with the QuickTime properties (the qtIdleRate, the dontUseQT)? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution

Re: Environment variable displayed in the debugger

2010-11-12 Thread Mark Wieder
that PowerDebug nicely compartmentalizes the global environment variables into a separate list for you. The demo version's on revOnline and the full one's at http://www.ahsoftware.net/PowerTools/BuyPowerDebug.irev -- -Mark Wieder mwie...@ahsoftware.net ___ use

Re: Creative Common Copyright Notice in Standalones

2010-11-11 Thread Mark Wieder
-license.php The BSD license: http://opensource.org/licenses/bsd-license.php and my favorite: WTFPL http://tinyurl.com/3w6cks -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

OT: Morfik is now free

2010-11-11 Thread Mark Wieder
All- Morfik 3 has just been released, the licensing restrictions are gone, and it's now free. http://www.morfik.com/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Creative Common Copyright Notice in Standalones

2010-11-10 Thread Mark Wieder
Howard Street, 5th Floor, San Francisco, California, 94105, USA. into tCCLicense set the uRIP[EULA] of this stack to tCCLicense then you can grab it from the custom property and display it however you want: put the uRIP[EULA] of this stack into field License -- -Mark Wieder mwie...@ahsoftware.net

Re: Stress-testing SQLite

2010-10-30 Thread Mark Wieder
nothing like that. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo

Re: Stress-testing SQLite

2010-10-30 Thread Mark Wieder
Richard- http://www.informationweek.com/news/software/linux/showArticle.jhtml?articleID=201001901 -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

benchmarks

2010-10-30 Thread Mark Wieder
. http://cisecurity.org/en-us/?route=downloads.multiform -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: benchmarks

2010-10-30 Thread Mark Wieder
not at all sure. Ignore that one - it's probably just a red herring. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: revweb plug-in for linux

2010-10-28 Thread Mark Wieder
stack. You can even password-protect the splash screen stack with this approach: on LaunchGrapple go stack url (the uRealStackURL of this stack) end LaunchGrapple -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution

Re: Close File question

2010-10-26 Thread Mark Wieder
charles61- Tuesday, October 26, 2010, 8:42:48 AM, you wrote: Close file file: gOpenDataFile 1. close file gOpenDataFile 2. What's the difference between Don't Save and Cancel? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing

Re: [OT] Appcelerator funding

2010-10-26 Thread Mark Wieder
Scott- There's also going to be a Webcast with other announcements tomorrow (Wednesday, October 27 at 8:00am Pacific, 11:00am Eastern, 5:00pm CEST, Midnight Thursday JST). http://www.appcelerator.com/october-27-2010/ -- -Mark Wieder mwie...@ahsoftware.net

Re: [OT] Appcelerator funding

2010-10-26 Thread Mark Wieder
:00am Pacific (11:00am Eastern, 5:00pm CEST, Midnight Thursday JST)? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: MetaCard and LiveCode externals WAS: Re: [ANN]BvG Docu 1.7

2010-10-21 Thread Mark Wieder
indeed work well with metacard. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: XMLRPC question

2010-10-21 Thread Mark Wieder
phrase relatively straightforward again is in the eye of the beholder, but hopefully this may give you something to start with. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Tabbing out of a text field

2010-10-21 Thread Mark Wieder
fields have no last line, they are infinite, so autoTab never triggers on those. I realize this probably makes sense, but I had to read it three times before I could parse it. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use

Re: Sending mouseup to checkboxes on different card

2010-10-20 Thread Mark Wieder
in the mouseup handler for the checkboxes. Since you didn't post that, it's hard to say any more. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [ANN]BvG Docu 1.7

2010-10-20 Thread Mark Wieder
figure out how to get mc to recognize rev externals (Klaus?) this should work. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

OT: Evolution of the Apple Mouse

2010-10-19 Thread Mark Wieder
http://mashable.com/2010/09/26/evolution-apple-mouse/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: [ANN]BvG Docu 1.7

2010-10-19 Thread Mark Wieder
there is no clumps.index file there. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: [ANN]BvG Docu 1.7

2010-10-19 Thread Mark Wieder
to tweak that a bit since I tried this with 4.5.1-dp1. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [OT] Benoit Mandelbrot

2010-10-17 Thread Mark Wieder
-mandelbrot-and-his-legacy/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Re: [OT] First Mobile App Released

2010-10-16 Thread Mark Wieder
Scott- Saturday, October 16, 2010, 9:10:09 PM, you wrote: Sarah, you've got a captive audience of about 30 people over at the revToMobile Google group -- I wish you'd come discuss Rodeo with us :-) Seconded. -- -Mark Wieder mwie...@ahsoftware.net

Re: Constant command

2010-10-15 Thread Mark Wieder
declared a duplicate of bz#1180 or bz#2401, which also haven't been implemented, nor by extension has bz#1712. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Constant command

2010-10-15 Thread Mark Wieder
code more readable, i.e., switch pKeyCode case kBackSpaceKey case kDeleteKey pass rawKeyUp break end switch is much more readable than switch pKeyCode case 65288 -- the backspace key case 65535 -- the Delete key pass rawKeyUp break end switch -- -Mark Wieder mwie

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Mark Wieder
Andre- Friday, October 15, 2010, 11:48:42 AM, you wrote: Glad you liked it! :-) Given infinite time and money I'd implement UserRPL and SystemRPL... It would be fairly easy to get from here to a full-fledged FORTH system, but you'd have to add more keys. -- -Mark Wieder mwie

Re: RevOnline (Was: Re: [ANN] slotmachine iPhone was scrolling wheel]

2010-10-10 Thread Mark Wieder
? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: RevOnline (Was: Re: [ANN] slotmachine iPhone was scrolling wheel]

2010-10-10 Thread Mark Wieder
Jacque- Sunday, October 10, 2010, 4:41:01 PM, you wrote: Mobile I guess. Or Rossi. Only I don't think he's uploaded anything there yet. Neither of those get any hits in the search box. I don't think he has anything there. Mobile gets me two hits. Rossi gets me three. -- -Mark Wieder

Re: RevOnline (Was: Re: [ANN] slotmachine iPhone was scrolling wheel]

2010-10-10 Thread Mark Wieder
Jacque- Sunday, October 10, 2010, 7:05:41 PM, you wrote: I get two, but neither are his. They mention him in their text. You get three? My bad. Rossi gets me two... Scott Rossi gets me three. Go figure. -- -Mark Wieder mwie...@ahsoftware.net

Re: Livecode suffix is a pain

2010-10-09 Thread Mark Wieder
for the string livecode in all the stacks in the folder Toolset. There were only a few hits, and the backscript seemed like the likely suspect. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: [OT] Morning fun: Tao of Programming

2010-10-09 Thread Mark Wieder
Andre- Saturday, October 9, 2010, 9:09:50 AM, you wrote: http://www.canonical.org/~kragen/tao-of-programming.html There are some real pearls in here. I've alway liked the Tao of Programming. A well-written program is its own heaven; a poorly-written program is its own hell. -- -Mark

Re: Livecode suffix is a pain

2010-10-08 Thread Mark Wieder
892 and 1007) -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: Livecode suffix is a pain

2010-10-08 Thread Mark Wieder
Craig- Friday, October 8, 2010, 10:13:11 AM, you wrote: That stack is a model of clean, elegant design. Pleasing to the eye, it is easy to see that it was carefully planned. Object alignment and uniformity is inspired. Who is the artist, I wonder? rotfl -- -Mark Wieder mwie

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Mark Wieder
Scott- Wednesday, October 6, 2010, 2:11:24 AM, you wrote: in case anyone uses that site, and would like to vote for it. Ugh - it's not at all clear to me how to add comments. I see two attempts were already made and ended up making new entries instead. -- -Mark Wieder mwie...@ahsoftware.net

Re: Plug-ins missing

2010-10-06 Thread Mark Wieder
Richard- Wednesday, October 6, 2010, 9:05:29 AM, you wrote: Requiring the user to set the Plugins folder to something other than their plugins folder in order to activate your plugins may not be intuitive to newcomers like myself. ;) BZ #6034 -- -Mark Wieder mwie...@ahsoftware.net

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Mark Wieder
Andre- Wednesday, October 6, 2010, 11:40:55 AM, you wrote: you need 50 points of reputation before being able to comment. right now, you can only answer (1 rep) I saw the part about needing reputation points to vote, but didn't see a notice about commenting. -- -Mark Wieder mwie

Re: [OT+ANN] Just finished a rather large project

2010-10-06 Thread Mark Wieder
?platform=wiigame=disneyepicmickey The behind-the-scenes clip looks great. This oughta be hitsville. That is all. LOL. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Mark Wieder
RunRevPlanet- Wednesday, October 6, 2010, 3:22:37 PM, you wrote: My intention was not to lead new users of it into frustration. g If even Andre's reputation can't help him there, there's no hope for the rest of us... -- -Mark Wieder mwie...@ahsoftware.net

Re: Image Library Disappeared in LiveCode

2010-10-05 Thread Mark Wieder
to worry about moving files and keeping multiple copies of things. But otherwise - yes, the folder hierarchy is the same. Copy the icon libraries into LiveCode preference for User Extensions/Resources/Icon Libraries. -- -Mark Wieder mwie...@ahsoftware.net

Re: Some other properties are excluded ?

2010-10-05 Thread Mark Wieder
David- Tuesday, October 5, 2010, 11:34:07 AM, you wrote: Anyone know what these mysterious other excluded properties are? BZ #8884 -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Download Beta Test Franklin Audio External for LiveCode

2010-10-05 Thread Mark Wieder
, launching from the programs menu gives an hourglass searching for the nonexistent FranklinAudio_1 -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Download Beta Test Franklin Audio External for LiveCode

2010-10-05 Thread Mark Wieder
. Uninstalling does a good job of getting rid of the folder and all its files, but installing afterwards seems messed up. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Download Beta Test Franklin Audio External for LiveCode

2010-10-05 Thread Mark Wieder
Ruslan- Tuesday, October 5, 2010, 9:27:09 PM, you wrote: On 10/6/10 4:29 AM, Mark Wieder mwie...@ahsoftware.net wrote: There are TWO folders installed Ah... OK. I must be getting tired. Found the installer stack, ran it. Seemed OK, but just sat there on the screen. I shut down the IDE

Re: Performance issues, perhaps Windows 7 related

2010-10-04 Thread Mark Wieder
David- Monday, October 4, 2010, 10:18:03 AM, you wrote: Has anybody else experiences this issue or have any ideas about what could be the cause? Try upgrading the Win7 video drivers (!) -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution

Re: Performance issues, perhaps Windows 7 related

2010-10-04 Thread Mark Wieder
Jacque- Monday, October 4, 2010, 2:27:08 PM, you wrote: Wow, who woulda thought? Video driver issues cause file dialog problems? I believe you, but I can't imagine why that would be. Any idea? Absolutely none. Just passing on what I've been told. -- -Mark Wieder mwie...@ahsoftware.net

Re: LiveCode Application Error upon quitting

2010-10-04 Thread Mark Wieder
prefer to wait longer? Some of us are impatient. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [OT] Atlassian merges with BitBucket

2010-09-29 Thread Mark Wieder
Andre- Wednesday, September 29, 2010, 7:45:55 AM, you wrote: yes it is Mark, that was me FUDing before actually reading the whole offer. it might be good. I'm waiting to see how this turns out, but so far it looks like a good merger. -- -Mark Wieder mwie...@ahsoftware.net

Re: [OT] Atlassian merges with BitBucket

2010-09-28 Thread Mark Wieder
if with good products. Depends on how you define expensive. I think $10 for a ten-user license is pretty reasonable. http://www.atlassian.com/starter/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: What have I done?

2010-09-27 Thread Mark Wieder
ensures that you can't accidentally get yourself into trouble. Try one of these two things: local x put 3 into x or open Rev's preferences, select Script Editor and deselect strict compilation mode -- -Mark Wieder mwie...@ahsoftware.net ___ use

Re: What have I done?

2010-09-27 Thread Mark Wieder
Devin- Monday, September 27, 2010, 9:47:13 AM, you wrote: Luxury! I dream about having a register! All I have is the bottom of a rusty soup tin, and I have to scratch tick marks on it with a broken stick! Wow! A soup tin... all I have is... aw, I forget what I have... -- -Mark Wieder

Re: ANN: Updated website

2010-09-26 Thread Mark Wieder
Klaus- ...and turn up the bass... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: data from USB joystick

2010-09-26 Thread Mark Wieder
right now. I'd be happy to offer these to anyone for the postage. http://www.tripplite.com/en/products/model.cfm?txtModelID=3915 -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Scripts that are already running

2010-09-24 Thread Mark Wieder
this unless there's no alternative. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Which stack called the library stack ?

2010-09-24 Thread Mark Wieder
or functions that provide context information. I do too, but it's deep in the bowels of the engine, so changing it is likely to break everything. I rather count on it not disappearing or changing enough to cause damage. -- -Mark Wieder mwie...@ahsoftware.net

Re: Full support for executionContexts (was Re: Which stack called the library stack ?)

2010-09-24 Thread Mark Wieder
Dar- Friday, September 24, 2010, 3:16:11 PM, you wrote: On Sep 24, 2010, at 4:00 PM, Mark Wieder wrote: I wish that RunRev would bless the format of the property or provide other properties or functions that provide context information. I do too, but it's deep in the bowels of the engine

Re: RunRev Store Account

2010-09-23 Thread Mark Wieder
at the website, and you should relicense the app as well. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [Reference] Good information about Mac OS X command line tools

2010-09-22 Thread Mark Wieder
is a good tool, but if you need to get serious about examining network traffic you should try ngrep and/or WireShark. http://ngrep.sourceforge.net/ http://www.wireshark.org/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use

Re: Where does revMobile go?

2010-09-22 Thread Mark Wieder
DropBox is an application. You can signup here: http://www.dropbox.com/referrals/NTc4MTA2NDQ5 By signing up to a referral link, we both gain 250mb additional space so it's a win-win situation. :) Done! -- -Mark Wieder mwie...@ahsoftware.net

Re: on-rev

2010-09-21 Thread Mark Wieder
. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: on-rev

2010-09-21 Thread Mark Wieder
I needed to look at variables in situ. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Free RevMedia

2010-09-21 Thread Mark Wieder
Richmond- Tuesday, September 21, 2010, 10:43:12 AM, you wrote: ??? https://secure.wikimedia.org/wikipedia/en/wiki/Dodo -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Free RevMedia

2010-09-21 Thread Mark Wieder
Richmond- Tuesday, September 21, 2010, 11:10:24 AM, you wrote: Now that is all gone. Boo! No argument from me. I do realize that the free version doesn't contribute anything to the revenue stream, but still... -- -Mark Wieder mwie...@ahsoftware.net

Re: LiveCode 4.5 and the midsummer (2010) save 60% on revStudio deal

2010-09-21 Thread Mark Wieder
Jerry- The way I understand things, your current license agreement stands. Nothing changes until its term is up. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: on-rev

2010-09-21 Thread Mark Wieder
... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: [OT] Another one bites the dust . . .

2010-09-21 Thread Mark Wieder
at this address. Site looks good to me. Issue 372 is up. Try refreshing your cache. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [OT] Another one bites the dust . . .

2010-09-21 Thread Mark Wieder
Richmond- Tuesday, September 21, 2010, 1:20:28 PM, you wrote: On 09/21/2010 11:15 PM, Mark Wieder wrote: Site looks good to me. Issue 372 is up. Try refreshing your cache. I think that there was a bump in the road because when I went there just now (without refreshing anything) the site

Re: calling com port under win7 with old 261 built app

2010-09-21 Thread Mark Wieder
the com port on win7? Hmmm... overzealous antivirus software? Do you need admin rights to access the serial ports in Win 7? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Free RevMedia

2010-09-21 Thread Mark Wieder
Richmond- Tuesday, September 21, 2010, 2:02:35 PM, you wrote: Supposedly the writer Victor Hugo wrote a letter to his publisher that consisted solely of '?' to which the reply was '!' If they were playing chess, the publisher won. -- -Mark Wieder mwie...@ahsoftware.net

Re: Where does revMobile go?

2010-09-21 Thread Mark Wieder
by previous versions of Rev. Actually, it's never been created automatically. Would that it were. And note that you *don't* select the Plugins folder itself with the browse button, just the folder that contains it. -- -Mark Wieder mwie...@ahsoftware.net

Re: DataGrid Optimization question

2010-09-20 Thread Mark Wieder
Bob- Monday, September 20, 2010, 10:11:54 AM, you wrote: Eheh! Eheh! He said Cheese! BAN HIM! ;-) Oops - so did you... we're going to be losing members rapidly at this rate. And notice that I managed to say that without once typing the word Cheese. -- -Mark Wieder mwie...@ahsoftware.net

Re: DataGrid Optimization question

2010-09-20 Thread Mark Wieder
by a bare minimum of other letters. You're treading on thin ice, my friend. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: DataGrid Optimization question

2010-09-20 Thread Mark Wieder
... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Mark Wieder
declared in the User Extensions preferences. Put your plugins into the Plugins folder. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: GOOSE BUMPS

2010-09-20 Thread Mark Wieder
Dar- Monday, September 20, 2010, 2:01:40 PM, you wrote: No doubt it is to keep it distinct from the revolution. When and if it comes. ...won't be televised, though... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use

on-rev

2010-09-20 Thread Mark Wieder
All- Is anyone able to use the on-rev client? I'm hanging on Connecting to server... Have to force-quit it. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: on-rev

2010-09-20 Thread Mark Wieder
Mike- Monday, September 20, 2010, 6:25:48 PM, you wrote: I haven't used it in forever because it sucks... ...agreed, but I need to debug a post command in a way that needs the intervention of the IDE... -- -Mark Wieder mwie...@ahsoftware.net

Re: on-rev

2010-09-20 Thread Mark Wieder
back quite a few years to debugging by printf statements... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: on-rev

2010-09-20 Thread Mark Wieder
a global for me... ...and debugging the IPN response was of course exactly what I was trying to do... unfortunately the $_POST_RAW array was empty, but $_POST had what I was looking for. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing

Re: Getting Property Names

2010-09-18 Thread Mark Wieder
Bernd- Saturday, September 18, 2010, 11:03:36 AM, you wrote: wouldn't that be set the hscroll of field myField to 0 No doubt it would. But you can also say put the keys of (the properties of field myField) to get the (more or less) complete list of properties. -- -Mark Wieder mwie

Re: What is the name of that function...

2010-09-18 Thread Mark Wieder
Tereza- Saturday, September 18, 2010, 2:42:34 PM, you wrote: Somebody knows… what is it. I was (wrap) going to try (wrap) to remember it (wrap) as well, but it's (wrap) not on the tip of my (wrap) tongue... -- -Mark Wieder mwie...@ahsoftware.net

Re: What is the name of that function...

2010-09-18 Thread Mark Wieder
: If Johnny owes nine dollars and gives five of those dollars he doesn't have to Fred, how many does he have left over? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: How to get environment VARS in iRev

2010-09-16 Thread Mark Wieder
Sivakatirswami- Thursday, September 16, 2010, 3:59:08 PM, you wrote: What are our iRev options? Try looking at the keys of the $_SERVER array: put SERVER: the keys of $_SERVER br/ You can then pick out individual elements as in: put $_SERVER[HTTP_REFERER] -- -Mark Wieder mwie

Re: Mac OS X - how to darken screen?

2010-09-16 Thread Mark Wieder
Andre- Thursday, September 16, 2010, 6:41:30 PM, you wrote: You can take a screenshot of the screen and manipulate it to darken it. Oo... sneaky... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution

Re: XML+MySQL+UTF8 = MISERY

2010-09-16 Thread Mark Wieder
from your cr characters. When you say that you're using an insert command to put the data into the database, are you storing it as a BLOB? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Real Basic Web edition - No Plugin Required!

2010-09-15 Thread Mark Wieder
was talking with Mark Wieder about how one should go to implement that exact solution. ...and I remember writing up a long report on this at the time. I'd have to dig it up again, but I seem to remember that single-threading was the issue that would kill using revServer this way. You either have

Re: on-rev forum

2010-09-14 Thread Mark Wieder
logged in to make sure. Your login info for the forum is the same as your cpanel login info. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: on-rev forum

2010-09-14 Thread Mark Wieder
up the same way. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo

Re: OT: Waiting for DNS to update a new site.

2010-09-14 Thread Mark Wieder
Alex- Visible here (dns through the public 4.2.2.1) -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Mark Wieder
DAR! -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: ANN: PowerDebug (was Re: Question about the debugger in Rev 4.0)

2010-09-10 Thread Mark Wieder
envious of your 27-inch screen. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: OT: Ft Gay, GA

2010-09-10 Thread Mark Wieder
Friday, September 10, 2010, 2:31:58 AM, Heather wrote: No religion, politics, cheese and sexual preferences. ...actually, I read that as (cheese and sexual) preferences and then my brain got a bit bogged down trying to deal with it... -- -Mark Wieder mwie...@ahsoftware.net

Re: OT: Ft Gay, GA

2010-09-10 Thread Mark Wieder
. And we probably shouldn't even think of mentioning the Defense Of Mozzarella Act. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: OT: Ft Gay, GA

2010-09-10 Thread Mark Wieder
Devin- Friday, September 10, 2010, 11:30:25 AM, you wrote: Hey, it's my democratic right to worship cheeses! It makes me feel gay, in the traditional meaning of the term! (Did I fit in all of the forbidden themes?) ...aaand... we have a winner... -- -Mark Wieder mwie

Re: how to totally make Kevin's day

2010-09-09 Thread Mark Wieder
would show you page after page of reports such as: http://www.pcworld.com/article/205108/microsoft_suspends_xbox_gamer_for_living_in_fort_gay.html?tk=hp_new -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution

ANN: PowerDebug

2010-09-09 Thread Mark Wieder
for that message and you'll be placed in the debugger with the context of the caller. http://www.ahsoftware.net/PowerTools/BuyPowerDebug.irev -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

  1   2   3   4   5   6   7   8   9   10   >