Re: Running in Taskbar

2005-09-29 Thread Mark Wieder
to catch some Windows messages, then process those messages and pass them back to your rev app running invisibly. If you're comfortable doing this in C then the steps are fairly straightforward but still quite a bit of coding. If you're not then I wouldn't even think about trying this. -- -Mark Wieder

Re: Some Foolish questions

2005-09-30 Thread Mark Wieder
is not a viable option except for very small databases because of the tremendous amount of disk thrashing involved. My take is that a new ODBC connection is opened and closed for each record retrieval. Yes, it's been BZed. -- -Mark Wieder [EMAIL PROTECTED] ___ use

errorDialog

2005-10-01 Thread Mark Wieder
All- Can someone clue me in about the use of errorDialog? My on errorDialog handlers are never being triggered and I never see the errorDialog message in the Message Viewer. I'd like to intercept the standard error dialog, but can't quite figure out how. -- -Mark Wieder [EMAIL PROTECTED

Re: Some Foolish questions

2005-10-04 Thread Mark Wieder
. Tuviah weaseled out of this one by saying I believe the docs document that certain ops don't work with certain databases. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Stack Switching Question

2005-10-06 Thread Mark Wieder
. Got my vote, too. See also the destroyStack writeup at http://support.runrev.com/bugdatabase/show_bug.cgi?id=1072 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Stack Switching Question

2005-10-06 Thread Mark Wieder
in favor of purge stack and having purge stack alias to the existing behavior of delete stack (without the substack badness, of course). -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Strange math behaviour... could someone explain this ?

2005-10-08 Thread Mark Wieder
internally appended a trailing before performing its task, and I think it's worth a BZ enhancement request entry - jbv, want to do the honors? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: little arrows Increase/decrease a field value

2005-10-08 Thread Mark Wieder
in the field goes up and down. Try enabling Variable Checking in the Script menu, or better yet, change the Script Editor preferences to enable Variable checking by default. That's what it's for. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution

computers on network

2005-10-09 Thread Mark Wieder
and got a completely unanticipated result. I think I have never typed get as a command prompt verb before... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: c

2005-10-09 Thread Mark Wieder
Ah... The get command appears to be part of my Perl installation... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Strange math behaviour... could someone explain this ?

2005-10-09 Thread Mark Wieder
(tValue + 1e-8) end mouseUp In this case you get 180, even though the specified value is less than 180 by a finite amount, which has the effect of rounding the value to the next higher integer instead of truncating it. -- -Mark Wieder [EMAIL PROTECTED

Re: QT version on Windows

2005-10-11 Thread Mark Wieder
dword for the registry key type for the QT version. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: QT version on Windows

2005-10-11 Thread Mark Wieder
Dave- Tuesday, October 11, 2005, 10:16:23 AM, you wrote: No idea, Mark. :-) I just copied that part from an earlier post. I didn't notice it. Fair enough. I've tossed the original by now - was just curious. -- -Mark Wieder [EMAIL PROTECTED

Re: [OT] Microsoft Office's New UI Blazes Some New Trails for Us

2005-10-11 Thread Mark Wieder
, and although it wasn't expounded upon in the writeup there was mention made of being able to define your own layouts. This isn't necessarily a bad thing at all, but it does fit in quite well to the turn-everything-into-PowerPoint dumbing down approach Microsoft has taken. -- -Mark Wieder [EMAIL

Re: automated testing tools (slightly OT)

2005-10-12 Thread Mark Wieder
introspection. I *do* have a jUnit-style unit testing framework together and expect to get that out the door Real Soon Now. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: automated testing tools (slightly OT)

2005-10-12 Thread Mark Wieder
automation tools you can verify results by taking a snapshot of a textbox and then comparing the bitmap to a previous bitmap. It's ugly and error-prone, but it's sometimes the only workaround. Screen readers wouldn't have this option since they need to grab actual text. -- -Mark Wieder [EMAIL

Re: automated testing tools (slightly OT)

2005-10-12 Thread Mark Wieder
Jacque- Thanks. And I'm breathing a sigh of relief, too... I was sure you were gonna say you did this with VU back in the day. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Question on message handling

2005-10-13 Thread Mark Wieder
wakes up and says somebody pressed a key in this field - I'd better put the char in there. The slash chars never get to the pass keydown message, so the engine never gets its wakeup call. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list

Re: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Mark Wieder
Andre- Thursday, October 13, 2005, 3:11:34 PM, you wrote: weird weird weird... ...and it looks like Lula's in trouble, too... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Mark Wieder
). Or, for that matter, JavaScript/XML. Back when I was doing hardware stuff, our one strict rule was never design a circuit with single-source parts. If your sole supplier gets stomped on by a dinosaur you're SOL. -- -Mark Wieder [EMAIL PROTECTED

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-14 Thread Mark Wieder
Jacque- Thursday, October 13, 2005, 10:13:10 PM, you wrote: I use this: http://flashblock.mozdev.org/ Works very well and leaves me in control. *Very* interesting. Thanks for the pointer. And that way you won't miss http://www.ninjai.com/ -- -Mark Wieder [EMAIL PROTECTED

Re: Scripting conference this week -- forgot to mention it

2005-10-15 Thread Mark Wieder
will be available for download later. Again, Hmmm. Seems like something's afoot in Texas... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-15 Thread Mark Wieder
are able to see the outside walls of the box while the rest of us are still working on discovering that we're in a box at all... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Mark Wieder
of moving my rev version control over to subversion, too. But I'd happily give that up if you can get this running in the next month or so. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

FORTH

2005-10-16 Thread Mark Wieder
patching trunc so that it does the right thing by: function trunc pValue return trunc(pValue ) end trunc -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Mark Wieder
it needs to shed the cowboy coder mentality that the rest of the developing world left behind a decade ago. Subversion integration in the IDE is a big step in that direction. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Mark Wieder
Richard- Sunday, October 16, 2005, 10:55:59 AM, you wrote: Magic Carpet's been around for a while, and many of us have written ...and it's about time someone posted the url... http://www.altuit.com/webs/altuit2/MagicCarpetCover/default.htm -- -Mark Wieder [EMAIL PROTECTED

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Mark Wieder
Richard- Sunday, October 16, 2005, 10:55:59 AM, you wrote: Magic Carpet's been around for a while, and many of us have written ...and it's about time someone posted the url... http://www.altuit.com/webs/altuit2/MagicCarpetCover/default.htm -- -Mark Wieder [EMAIL PROTECTED

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-16 Thread Mark Wieder
Richard- Sunday, October 16, 2005, 10:55:59 AM, you wrote: Magic Carpet's been around for a while, and many of us have written ...and it's about time someone posted the url... http://www.altuit.com/webs/altuit2/MagicCarpetCover/default.htm -- -Mark Wieder [EMAIL PROTECTED

Re: FORTH and Hypercard

2005-10-16 Thread Mark Wieder
the keyword overloading feature I'm wishing we had... not that I would wish Forth syntax on Transcript, but its extensibility is the stuff dreams are made of. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: FORTH

2005-10-16 Thread Mark Wieder
on one finger. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-17 Thread Mark Wieder
have to divide the work into separate stacks or we have to email our finished work in token-passing style. This limits the sort of collaborative projects that can be taken on with runrev (libraries, for example, are typically single-developer items). -- -Mark Wieder [EMAIL PROTECTED

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-17 Thread Mark Wieder
of the monolithic structure it's always had. Now if we could just get FileMaker to adopt xTalk to give it a *real* programming language... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-17 Thread Mark Wieder
... alas... MSAccess does have a real programming language, even if it's VBA... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: control layer in a grp

2005-10-17 Thread Mark Wieder
, i.e., field x of group abc. What problem are you trying to solve? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

OT: Re: FORTH

2005-10-17 Thread Mark Wieder
Bill- Sunday, October 16, 2005, 10:46:25 PM, you wrote: Ah Neon. It was the first language I bought for the Mac. It was object oriented and everything. IIRC Neon was where Michael Hore started when he built Mops and really took the whole object-oriented thing to a new level. -- -Mark Wieder

Re: Open source collaboration

2005-10-17 Thread Mark Wieder
together. ...and this is the way rev development works best right now. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: ANN: New Website for TAOO

2005-10-17 Thread Mark Wieder
this is subclassing... -- -Mark Wieder [EMAIL PROTECTED] ___ 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: debugging modal dlg boxes

2005-10-17 Thread Mark Wieder
discovered. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Open source collaboration [WAS: Re: Rev vs. AJAX... Ajax vs TAOO]

2005-10-17 Thread Mark Wieder
Todd- Monday, October 17, 2005, 8:11:50 AM, you wrote: Actually FileMaker 7 (and now FileMaker 8) encourages development in less files then before. My bad. Typing without thinking again. You're right, of course. And the data/interface separation is definitely a Good Thing. -- -Mark Wieder

Ann: uRIPides

2005-10-17 Thread Mark Wieder
mainStacks with some RIP properties already filled in and ready for editing. revOnline under my user space (mwieder) and in the RIP files area on yahoo ( http://groups.yahoo.com/group/revInterop/ ). Of course, mostly it was just an excuse to use Yet Another Pun. -- -Mark Wieder [EMAIL

Re: FORTH and Hypercard

2005-10-17 Thread Mark Wieder
. There are cases where I'd really *like* to have the facility, but none that I can think of that I can't work around. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: FORTH and Hypercard

2005-10-17 Thread Mark Wieder
existing behavior). -- -Mark Wieder [EMAIL PROTECTED] ___ 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: spacebar messes up focus?

2005-10-18 Thread Mark Wieder
script. Now if it just highlighted the proper line... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: spacebar messes up focus?

2005-10-18 Thread Mark Wieder
. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Constellation's Great, But the Rev IDE Doesn't Suck

2005-10-18 Thread Mark Wieder
isn't explictVars-safe. I've written up bugs on the use of nonexistent variables in the IDE that explictly declaring variables would have caught. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Constellation's Great, But the Rev IDE Doesn't Suck

2005-10-18 Thread Mark Wieder
between Apr 2004 and May 2005? And only 3 since then? OK - I joined up. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Constellation's Great, But the Rev IDE Doesn't Suck

2005-10-18 Thread Mark Wieder
into celebrating diversity, not just living with it. If everyone thought like me I'd never learn anything. Meanwhile I'm hanging out here on the list and constantly learning new ways of thinking about things. And having a blast. -- -Mark Wieder [EMAIL PROTECTED

Re: Filtering for uniqueness in a list

2005-10-19 Thread Mark Wieder
RemoveDupesFrom pList local tNoDupesA repeat for each line tData in pList put true into tNoDupesA[tData] end repeat return the keys of tNoDupesA end RemoveDupesFrom -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Filtering for uniqueness in a list

2005-10-20 Thread Mark Wieder
Alex- Wednesday, October 19, 2005, 5:08:44 PM, you wrote: put myVar into otherVar split otherVar by cr and TAB put the keys of otherVar into otherVar Dang! I never remember about split. Good one. Congrats on the move to broadband, BTW. -- -Mark Wieder [EMAIL PROTECTED

Re: Filtering for uniqueness in a list

2005-10-20 Thread Mark Wieder
Harvey- Thursday, October 20, 2005, 7:49:27 AM, you wrote: work, but I'll settle on the split. It took me a while to figure out why it works. I think the split technique should be faster as well, although I haven't benchmarked it. -- -Mark Wieder [EMAIL PROTECTED

Re: Constellation

2005-10-21 Thread Mark Wieder
Jerry- Friday, October 21, 2005, 9:33:16 AM, you wrote: Developers normally disagree on UI, but Rev developers disagree on UI and workflow both. ROTFL -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

OT: Bush in Free Fall

2005-10-21 Thread Mark Wieder
://www.yeeguy.com/freefall/ /completely obligatory back-on-track content Makes me wonder how I would do something like this in runrev. /obligatory -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: OT: Bush in Free Fall

2005-10-22 Thread Mark Wieder
Jim- Friday, October 21, 2005, 5:51:36 PM, you wrote: Couldn't find the elephants. http://www.pekkasandborg.com/portfolio/?id=4 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: OT: Bush in Free Fall

2005-10-22 Thread Mark Wieder
appealing: http://www.gpgstudy.com/gpgiki/GDC%202001%3A%20Advanced%20Character%20Physics -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Phishy Paypal

2005-10-22 Thread Mark Wieder
, eBay does own PayPal, so... -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Best Update Standalone Scenario

2005-10-22 Thread Mark Wieder
a minor update, making them feel better about updating the app. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: strange issue

2005-10-22 Thread Mark Wieder
. and kConstant (never got out of that habit)... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Best Update Standalone Scenario

2005-10-22 Thread Mark Wieder
case different users on the computer would have separate copies of the file). Use (35) for the first case and (26) for the second case. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: docWikis

2005-10-25 Thread Mark Wieder
hkhfkj in order for them to stick? -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Variable Watcher

2005-10-25 Thread Mark Wieder
to the fact that you can change the value of variables in the VW on the fly but can't (yet) change the values of array elements. See BZ #870, 1199, 1564 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: AW: How trim: Bug in RegExp engine + docWiki

2005-10-25 Thread Mark Wieder
to explain regular expressions in runrev is that it supports a sparsely-documented subset of PCRE compatible syntax and that subset can change at any time. BZ #428, 2805, 3198 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Variable Watcher

2005-10-25 Thread Mark Wieder
, continue processing, the elements don't change and don't disappear the way other variables do) hasn't been logged, and probably deserves its own entry. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: AW: How trim: Bug in RegExp engine + docWiki

2005-10-25 Thread Mark Wieder
the syntax that the builtin commands will accept, it doesn't do much good from a scripting perspective. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: AW: How trim: Bug in RegExp engine + docWiki

2005-10-25 Thread Mark Wieder
than used to be the case. Ah. My bad in that case. I read wildcard expression to mean regular expression since that's what's used elsewhere. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: AW: How trim: Bug in RegExp engine + docWiki

2005-10-26 Thread Mark Wieder
briany- Tuesday, October 25, 2005, 4:40:55 PM, you wrote: put ACcrBDCC into tText regexFilter tText,[AB][BC] // tText = AC Something like that would probably work out, but you'd lose the speed of the filter command. -- -Mark Wieder [EMAIL PROTECTED

Re: OpenSockets and multiple stacks...?

2005-10-26 Thread Mark Wieder
-to-peer approach is most definitely the more interesting way to go about designing it). -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: OpenSockets and multiple stacks...?

2005-10-26 Thread Mark Wieder
of privacy / confidentiality / trust concerns that I am not sure I'd ...and that's part of what makes it interesting... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Enhancement for Constellation?

2005-10-26 Thread Mark Wieder
it when the structure grows later. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Programming tools philosophy.

2005-10-26 Thread Mark Wieder
on the subject of Generated Code here I always find him worth reading. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: working method?

2005-10-26 Thread Mark Wieder
... -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Programming tools philosophy.

2005-10-27 Thread Mark Wieder
a result. Thanks, but I'm actually more interested in the program that finds the answer than in the result itself. Can you show your work? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Programming tools philosophy.

2005-10-27 Thread Mark Wieder
if c is in char i+1 to -i of tNum then -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: I guess I stumped everyone. :(

2005-11-02 Thread Mark Wieder
. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: checking removable drives

2005-11-02 Thread Mark Wieder
for Windows. There's a GetDriveType external function for Windows in the sdk. I thought there was an OSX Gestalt function for this, but I can't find it. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Globals Question

2005-11-02 Thread Mark Wieder
as that seems... local myglobalarray -- -Mark Wieder [EMAIL PROTECTED] ___ 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: checking removable drives

2005-11-03 Thread Mark Wieder
to do this. There's a Win32 API call named GetDriveType() that returns DRIVE_REMOVABLE for removable drives. Including USB flash drives. I doubt this can be done without an external call, short of seeing if a write works. -- -Mark Wieder [EMAIL PROTECTED

Re: [Slightly OT?] Why It's Hard to Explain Rev

2005-11-03 Thread Mark Wieder
it was, and it resembled nothing so much as an environment -Edward Albee ...so - any attempt at trying to describe this for folks who haven't dived in yet? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: checking removable drives

2005-11-04 Thread Mark Wieder
Chipp- Thursday, November 3, 2005, 10:33:33 PM, you wrote: Well then Mark, are you going to share it? ;-) The source is in the sdk. Do you need the compiled dll? I can't post it to the list or to revonline... -- -Mark Wieder [EMAIL PROTECTED

Re: [Slightly OT?] Why It's Hard to Explain Rev

2005-11-04 Thread Mark Wieder
. ...at least in theory. And as they say, In theory there's no difference between theory and practice, but in practice there is. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [Slightly OT?] Why It's Hard to Explain Rev

2005-11-04 Thread Mark Wieder
trying to pitch a project) then they just don't get it. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [Slightly OT?] Why It's Hard to Explain Rev

2005-11-04 Thread Mark Wieder
Jim- Thursday, November 3, 2005, 5:08:13 PM, you wrote: am done. Cross platform made dead easy... (with emphasis on... well... all of the words.) ...except maybe for dead... g -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list

Re: Controlling External Devices

2005-11-04 Thread Mark Wieder
to ever release such a product. Bummer. I was looking forward to that. Any plans to open-source it then? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Controlling External Devices

2005-11-04 Thread Mark Wieder
acronyms. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: [Slightly OT?] Why It's Hard to Explain Rev

2005-11-04 Thread Mark Wieder
in xtalk. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Virtual custom property question

2005-11-05 Thread Mark Wieder
to see it documented and given runrev's blessing, but that hasn't happened yet. /standard disclaimer -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: My Prototype update!

2005-11-05 Thread Mark Wieder
Tom- !!!Bravo!!! I want to be able to tell success stories like this when I grow up... If the team doesn't pick up on this as a feature story I'm gonna leave them out of my will. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: [OTAnn] Feedback - take care!

2005-11-08 Thread Mark Wieder
=roomity.comx=0y=0 -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Best Practices

2005-11-08 Thread Mark Wieder
John- Tuesday, November 8, 2005, 6:07:29 PM, you wrote: Hi, Erin, stepping in for Erin http://www.swcp.com/dsc/revstacks.html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [OT] Daylight Savings (Was Re: Scripting conference stack

2005-11-08 Thread Mark Wieder
Klaus- Tuesday, November 8, 2005, 2:39:02 PM, you wrote: well, took me a bit longer since I am a german native speaker and know how to pronounce Adenauer correctly :-) ...then you must be familiar with his comrade, Evenanauer... -- -Mark Wieder [EMAIL PROTECTED

Re: Testing Standards

2005-11-08 Thread Mark Wieder
and then the prototype later becomes the working model without having to start from scratch again. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Testing Standards

2005-11-09 Thread Mark Wieder
://www.opensourcetesting.org/testmgt.php OK - got more long-winded than I thought. I'll duck out now. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: The Disappearing Desktop - It's Real This Time

2005-11-09 Thread Mark Wieder
of the world's population has access to the internet. And that's not talking about wired-in broadband connection - this includes dialup and folks who simply have access to internet cafes and such. http://unesdoc.unesco.org/images/0014/001418/141843e.pdf -- -Mark Wieder [EMAIL PROTECTED

Re: Safe (icon) image IDs

2005-11-11 Thread Mark Wieder
xavier- Friday, November 11, 2005, 3:34:39 AM, you wrote: Downloads perfectly - it was tested this morning. http://www.monsieurx.com/modules.php?name=Downloadsd_op=getitlid=82; The html tags you attempted to use are not allowed -- -Mark Wieder [EMAIL PROTECTED

frappr map

2005-11-11 Thread Mark Wieder
All- I just created a frappr map so we can see where we are. http://www.frappr.com/runtimerevolution -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: [OT] Sony music installs secret malware gateway

2005-11-11 Thread Mark Wieder
in... http://news.bbc.co.uk/2/hi/technology/4427606.stm -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: frappr map

2005-11-11 Thread Mark Wieder
and told it to just go ahead a do it. -- -Mark Wieder [EMAIL PROTECTED] ___ 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: Xlate libTranslator

2005-11-12 Thread Mark Wieder
stack wich demonstrates the possible uses of libTranslator ? Thanks for the heads-up on that. I have no idea why that wouldn't download - some revOnline glitch. I deleted it and uploaded it again, creating a new entry, and it seems to work now. -- -Mark Wieder [EMAIL PROTECTED

Re: frappr map

2005-11-12 Thread Mark Wieder
x- Friday, November 11, 2005, 7:01:49 PM, you wrote: Cool What do you know, rev users using Ajax ;) g -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: frappr map

2005-11-12 Thread Mark Wieder
, doesn't it? Yes. I've adjusted the map so that it shows the whole world now. It's using Google maps, so my guess is that it's a Google spinoff. I've just become aware of it in the last couple of weeks, so I think it's *very* new... and *very* beta. But much fun. -- -Mark Wieder [EMAIL PROTECTED

  1   2   3   4   5   6   7   8   9   10   >