Re: MVC (was Text database using custom properties)

2005-12-12 Thread Mark Wieder
in the .prg files is fairly similar to xtalk (verb, object, parameters) and there are relatively straightforward mappings of functions. Plus the .dbf file format is well-documented. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Handler/Function with same name

2005-12-12 Thread Mark Wieder
? No, that's exactly my point. trim myString put trim(myString) into someOtherString will modify two different strings. In the incarnation of this operation as a function myString is not modified, and it's not immediately apparent why not, since the command version does modify it. -- -Mark Wieder

Re: SQL Statement in Rev Wipes Out Table

2005-12-12 Thread Mark Wieder
executes the sql, no SELECT statements allowed. Dang. You're correct - serves me right for typing without testing first. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: MVC (was Text database using custom properties)

2005-12-12 Thread Mark Wieder
better that way. At any rate it may give you some ideas of how you want to implement things. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Advice on Messaging System

2005-12-13 Thread Mark Wieder
. Check out the MVC example on revonline. Sounds like you're heading in the same direction. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: MVC (was Text database using custom properties)

2005-12-13 Thread Mark Wieder
. Then when the business rules change you just have to change them in one place in the model and it takes care of dispatching the messages at the right times to the right objects. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: how to beat confabulator

2005-12-13 Thread Mark Wieder
. I'll probably end up shifting votes around just to get this one more visibility. -- -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: MVC (was Text database using custom properties)

2005-12-14 Thread Mark Wieder
. And Xtalk has it's object oriented tricks that defy C++ logic :) Well put. -- -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: revdb error using record set (AltSQLite)

2005-12-14 Thread Mark Wieder
revdb_moveFirst() in the first handler, as a trial fix although I expect that the cursor would automatically be pointing to the first record. I'd expect that, too. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: debugger problem

2005-12-14 Thread Mark Wieder
Jacque- It sounds a lot like debug mode got turned off. If it happens again, check the Script Debug Mode menu item in the Development menu and see if it is still checked. ...or turn *off* Script Debug Mode and see if that recreates the problem. -- -Mark Wieder [EMAIL PROTECTED

Re: Christmas e-cards as learning tools

2005-12-15 Thread Mark Wieder
Scott- Thursday, December 15, 2005, 4:18:02 AM, you wrote: There is some kind of intermittent bug that causes a random triangle to appear every once in a while -- not sure where this comes from. Bermuda? -- -Mark Wieder [EMAIL PROTECTED] ___ use

Re: Debugging and the execution path

2005-12-17 Thread Mark Wieder
is open for voting. -- -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

Forum

2005-12-17 Thread Mark Wieder
a forum. Have fun. -- -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: Debugging and the execution path

2005-12-18 Thread Mark Wieder
. Indeed yes. I want a full stack trace available. You can modify the Variable Watcher to do this yourself, of course, but you'd have to do this with each new release of the IDE. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Forum

2005-12-18 Thread Mark Wieder
, dear. I'm sure it'll work out somehow. -- -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: Debugging and the execution path

2005-12-18 Thread Mark Wieder
Alex- Saturday, December 17, 2005, 11:47:26 AM, you wrote: Mark Wieder wrote: I just tried this on 2.5, and when it hits a breakpoint, the bottom section of the script window shows the Step Into, Step Over, , Abort and so the Go to box and button are no longer accessible

Re: Debugging and the execution path

2005-12-18 Thread Mark Wieder
all the line numbers (I might be six deep in the execution path, or more) which seems against the spirit of an online debugger. Yep. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Word XML

2005-12-18 Thread Mark Wieder
with the following html contents: !-- TOOLBAR_EXEMPT -- html headtitleschemas.microsoft.com/title/head body bschemas.microsoft.com/b /body /html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Forum

2005-12-20 Thread Mark Wieder
Judy- Monday, December 19, 2005, 11:18:27 PM, you wrote: would have had to have looked it up Sheesh! And folks still want computer languages that act like English? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Debugging and the execution path

2005-12-20 Thread Mark Wieder
suit my needs. The windows-all-over-the-screen thing gets to be a pain. And of course in *my* debugging window I also want to have the option of getting down and dirty and seeing the assembly code that's being executed. -- -Mark Wieder [EMAIL PROTECTED

Re: Forum

2005-12-20 Thread Mark Wieder
Judy- Tuesday, December 20, 2005, 9:51:10 AM, you wrote: In my case, it still beats Martian. ;-) Of course. But then Martian's a dead language, like COBOL. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Debugging and the execution path

2005-12-21 Thread Mark Wieder
Alex- Wednesday, December 21, 2005, 5:52:40 PM, you wrote: - make it an expression watcher - i.e. allow the user to specify an expression to evaluate display Click in the gray column to the left of the variable name... -- -Mark Wieder [EMAIL PROTECTED

Re: Bush-like weasel words about standalone

2005-12-21 Thread Mark Wieder
Preston- If you really really need to target the Mac OS you will need an OSX machine in any event in order to make sure that things don't go wonky when you're running in Classic mode. It's been quite a while since I've had any reason to target OS9 for a build. -- -Mark Wieder [EMAIL PROTECTED

Re: Bush-like weasel words about standalone

2005-12-21 Thread Mark Wieder
a worthwhile goal, but it's not in the perpetual motion physical impossibility category. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Send spool file to Ip address?

2005-12-21 Thread Mark Wieder
the printer is idle. All in all, it's nothing I would want to try coding if I had an OS to take care of things for me. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Debugging and the execution path

2005-12-22 Thread Mark Wieder
condition i.e., 4. The current Var Watcher implements setting conditional breakpoints after a fashion, but only while there's a debugger session already in progress, and there's no Watch List functionality. -- -Mark Wieder [EMAIL PROTECTED] ___ use

Re: empty customPropertySet and array notation

2005-12-22 Thread Mark Wieder
Scott- Thursday, December 22, 2005, 1:50:56 AM, you wrote: I've been unable to discover a method for doing: empty[foo] of field Example If you're trying to delete or clear out a Custom Propertyset, there's an example in the docs under: How do I delete a custom property set? -- -Mark

Re: Debugging and the execution path

2005-12-22 Thread Mark Wieder
Alex- Thursday, December 22, 2005, 2:29:33 AM, you wrote: That brings up a dialog which allows me to specify a Stop condition. Useful, but quite different from what I want. Agreed, but probably as good as it gets for now. -- -Mark [EMAIL PROTECTED]

Re: Debugging and the execution path

2005-12-22 Thread Mark Wieder
context saved there as well. -- -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: A supplement suite of office programs?

2005-12-22 Thread Mark Wieder
Jonathan- Thursday, December 22, 2005, 10:11:26 AM, you wrote: Y'alls thoughts? Kind of like Chandler? http://wiki.osafoundation.org/bin/view/Projects/ChandlerHome -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Don't understand the meaning of local

2005-12-23 Thread Mark Wieder
headaches. -- -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: Don't understand the meaning of local

2005-12-23 Thread Mark Wieder
they are. Globals are a bit weird in that respect, in that even if you don't declare them they're still out there waiting to bite you. I try to declare my local vars in as narrow a scope as I can get away with, and then pass them as parameters when I need them elsewhere. -- -Mark Wieder [EMAIL

Re: Whiteboard help

2005-12-23 Thread Mark Wieder
features in some stack? Is this a reference to Writeboard? http://writeboard.com -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: empty customPropertySet and array notation

2005-12-23 Thread Mark Wieder
Scott- Friday, December 23, 2005, 2:00:49 AM, you wrote: Thank you for the suggestion but as it turns out, I'm not trying to delete a customPropertySet. What I was interested in doing was to access information stored as custom properties in the unnamed default empty customPropertySet

Re: Don't understand the meaning of local

2005-12-23 Thread Mark Wieder
global doesn't. -- -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: Don't understand the meaning of local

2005-12-23 Thread Mark Wieder
Alex- Friday, December 23, 2005, 4:05:17 PM, you wrote: global gVar; delete global gVar Weird, huh ? But it works. Thanks. That makes some sort of sense. But Very Very Weird. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing

Re: Debugging and the execution path

2005-12-24 Thread Mark Wieder
in the name of one and have accidentally ended up with two globals. Just displaying the currently-in-use globals wouldn't reveal this, but displaying the whole list would. If you have to use globals I like the idea of being able to toggle the list. -- -Mark Wieder [EMAIL PROTECTED

Re: Debugging and the execution path

2005-12-24 Thread Mark Wieder
really see this as two separate requests. -- -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

1-Wire

2005-12-26 Thread Mark Wieder
All- Has anyone done any rev work with 1-wire devices? I'm about to start work on a library and would love not to have to reinvent things. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Stacks not being removed from memory

2005-12-27 Thread Mark Wieder
care of the problem for me. -- -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: REv Documentation locking up

2005-12-27 Thread Mark Wieder
Charles- As Ken said: The only thing to keep in mind is that you need to set up your account at Bugzilla (using a web browser) before you can use RevZilla. That goes for voting, too, obviously. http://support.runrev.com/bugdatabase/query.cgi?product=RevolutionGoAheadAndLogIn=1 -- -Mark

Re: There was an error...

2005-12-27 Thread Mark Wieder
Rob- Tuesday, December 27, 2005, 9:20:33 AM, you wrote: Ideas or suggestions, anyone? Are any of the substacks password-protected? Have you tried deselecting the automatic search for libraries? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution

Re: [ANN]99 bottles

2005-12-28 Thread Mark Wieder
Björnke- Wednesday, December 28, 2005, 5:23:09 AM, you wrote: http://www.99-bottles-of-beer.net/language-runtime-revolution-499.html You gotta love a language that allows you to execute send DrinkThem to me in singAlong seconds -- -Mark Wieder [EMAIL PROTECTED

Re: Com Port wait for ready character

2005-12-30 Thread Mark Wieder
around it. Are the serialControlString parameters correct? Why are you waiting 250 milliseconds? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Happy New Year, and a gift for everyone

2006-01-01 Thread Mark Wieder
University Press 1961, now sadly out of print). I must look out my copy... Out of print? Bummer. I remember it fondly. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: data files for Rev Online?

2006-01-03 Thread Mark Wieder
/ Maybe I should write a stack that harbors the data files, and unpacks them to the user's disk when run. Then I'd be uploading *.rev files only. You might try putting the data files into custom properties, then unpacking them on stack initialization. -- -Mark Wieder [EMAIL PROTECTED

Re: One cute hack for MacOS X (... or nice internet protocol helper hacks...)

2006-01-03 Thread Mark Wieder
of having web pages that launch executable programs. Does the mime type possibly launch DreamCard in secureMode? That would offer at least some protection. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: One cute hack for MacOS X (... or nice internet protocol helper hacks...)

2006-01-03 Thread Mark Wieder
think the easiest way out of this for now would be to enable security when the app is coming directly from the web and not mess with it otherwise. This does, however, have the sticky side effect of leaving secureMode on until the next launch of the engine. -- -Mark Wieder [EMAIL PROTECTED

message hierarchy question

2006-01-04 Thread Mark Wieder
to the mainstack 2. make the substack a separate file any other ideas? -- -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: message hierarchy question

2006-01-04 Thread Mark Wieder
barfing. -- -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: message hierarchy question

2006-01-04 Thread Mark Wieder
the script of the button into the back. -- -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: Meeting at MacWorld SF in January 2006

2006-01-05 Thread Mark Wieder
to do some evangelizing anyway. The event list: http://www.ilenesmachine.com/partylist.shtml -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: message hierarchy question

2006-01-05 Thread Mark Wieder
next week at the show. -- -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: MVC (was Text database using custom properties)

2006-01-05 Thread Mark Wieder
David- Wednesday, January 4, 2006, 9:07:43 AM, you wrote: What I am thinking would be a good demonstration of how MVC can add to the collaboration possibilities inherent with Revolution is to release this for a tree widget. I'm looking forward to this... -- -Mark Wieder [EMAIL PROTECTED

Re: message hierarchy question

2006-01-05 Thread Mark Wieder
dealing with overloading functions then your approach of value() or send would work, and that's what I was doing before life got complicated. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: message hierarchy question

2006-01-05 Thread Mark Wieder
peered, so they have access to each others' handlers. I take it that real backscripts stay behind library stacks in the message hierarchy? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: message hierarchy question

2006-01-05 Thread Mark Wieder
Jacque- Try: start using stack substack 1 of stack A That puts it in the back. My bad. It does work after all. I think I still had the message hierarchy messed up in memory and quitting and relaunching rev seems to have gotten things working. Thanks. -- -Mark Wieder [EMAIL PROTECTED

Re: Meeting at MacWorld SF in January 2006

2006-01-06 Thread Mark Wieder
, but that one also sounds good. I notice there's a Small Business BOF at 6 before the dinner as well. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Webservices XML and how to do it better (was XML doesn't WORK !)

2006-01-06 Thread Mark Wieder
*(['0-9tfn\[{])/){#{$1}=#{$2}}) /code -- -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: Tricks for accessing Oracle via ODBC???

2006-01-09 Thread Mark Wieder
point for bug votes. You'd be better off using a different tool to work with Oracle databases (there are several good java frontends available), rather than beating your head against the wall trying to do any database work in rev. -- -Mark Wieder [EMAIL PROTECTED

MacWorld Expo

2006-01-09 Thread Mark Wieder
://www.ilenesmachine.com/partylist.shtml -- -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

MacWorld 2006 day 1

2006-01-11 Thread Mark Wieder
stunning graphic buttons that I can't wait to start using to spiff up my stacks, and I did the dry presentation on decoupling objects. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

ANN: MVC Primer version 2

2006-01-11 Thread Mark Wieder
and changed my nomenclature to fit with the traditional MVC pattern. Now available on revOnline in userspace mwieder. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Portable Apps..?

2006-01-13 Thread Mark Wieder
. That should cut your minute down to a couple of seconds. -- -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: Portable Apps..?

2006-01-14 Thread Mark Wieder
maximum speed, like defining modems as 56k. You'll never acheive that in practice. Even so, I'm surprised at the slowness of the mac's port - I would have expected twice that speed. I don't have any USB 1.x ports over here to run a comparable test on. -- -Mark Wieder [EMAIL PROTECTED

Re: Connecting to Java

2006-01-22 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: online Revolution collaborative resources

2006-01-24 Thread Mark Wieder
I know this might be a sore subject as it's been discussed before from what I could dredge up painstakingly foraging through the email archives... I have now closed and deleted the runrev forum at frappr due to lack of interest. -- -Mark Wieder [EMAIL PROTECTED

Re: get setRegistry ?

2006-01-24 Thread Mark Wieder
:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe,0 get setRegistry(HKEY_CLASSES_ROOT\vnc\shell\open\command\, \ C:\Program Files\RealVNC\WinVNC\winvnc.exe -connect %1) BTW: I find tightvnc to be superior to realvnc in both speed and flexibility of options... -- -Mark Wieder [EMAIL PROTECTED

Re: get setRegistry ?

2006-01-26 Thread Mark Wieder
, shouldn't you be using queryRegistry() instead? -- -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: Delete Main Stack

2006-01-27 Thread Mark Wieder
and still flagged as NEW, currently has 29 votes. Sheesh! You'd think that a bug this annoying and destructive would maybe get some attention from the team, no? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: OT- Quicktime Failure on Windows -- Testers needed!

2006-01-29 Thread Mark Wieder
. This saved some otherwise unexplainable headaches for me. http://www.free-codecs.com/download/x264_Video_Codec.htm ...or encode the video using one of the supported codecs... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Copyright issue with RevGoURL commands?

2006-01-30 Thread Mark Wieder
day. If you create and distribute an app then every time that app gets used it counts against your id. Worse yet, once you hit the limit any further use by *any* user will be firewalled. And your app gets the blame. -- -Mark Wieder [EMAIL PROTECTED

Re: How to save data from standalone?

2006-02-05 Thread Mark Wieder
as a separate substack of 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/mailman/listinfo/use

Re: This I would call a bug

2006-02-05 Thread Mark Wieder
a card id then that should override the default of current card. I'd suggest writing it up as an enhancement request at the least. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: How to save data from standalone?

2006-02-06 Thread Mark Wieder
resource editors work. Are you saying that an executable can modify *itself*, though? That would involve fiddling with runtime permissions at a very deep level, and I'm not at all convinced you could get away with it. -- -Mark Wieder [EMAIL PROTECTED

Re: This I would call a bug

2006-02-06 Thread Mark Wieder
, bad implementation. -- -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: Font size when crossing platforms

2006-02-07 Thread Mark Wieder
out the Online Scripting Conference stack on menus. -- -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: Why my birthday present is fantastic for programming with Runtime Revolution

2006-02-07 Thread Mark Wieder
of stock. Please check back soon. -- -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: Enterprise problem

2006-02-08 Thread Mark Wieder
this could be your antivirus software, either on the computer running the stack or on the server, that's slowing things down. You might try disabling it for the 10-minute test, or placing the file directory on the excluded list to see if that helps. -- -Mark Wieder [EMAIL PROTECTED

Re: Massive XML docs

2006-02-08 Thread Mark Wieder
they use significant resources in indexing. -- -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: massive xml docs

2006-02-09 Thread Mark Wieder
Todd- Can you just work with the DTD? And then query the xml document for data elements you're interested in? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: massive xml docs

2006-02-09 Thread Mark Wieder
. The only thing you can't do with it is update a document. To my mind, a 100MB xml document is poorly designed. It should be segmented into a hierarchy of smaller documents or exported to a database. But nobody asked me. -- -Mark Wieder [EMAIL PROTECTED

Re: revXMLMatchingNode

2006-02-10 Thread Mark Wieder
Todd- Thursday, February 9, 2006, 11:26:37 PM, you wrote: revXMLMatchingNode(treeID,startNode,childName, attributeName,attributeValue,depth) But how do I get the next one? Try setting your startNode to the one you just got. -- -Mark Wieder [EMAIL PROTECTED

Re: massive xml docs

2006-02-10 Thread Mark Wieder
to be the way xml updates are heading. But it seems to me that XUpdate (and XQuery, for that matter) was developed to do the sort of things people are doing with AJAX these days. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: How return an error ?

2006-02-11 Thread Mark Wieder
Girard- Saturday, February 11, 2006, 10:32:32 AM, you wrote: on hellotest theNumber if isnumber(theNumber) is false then return error end if ... end hellotest What's not working? That works for me. hellotest NotaNumber put the result -- -Mark Wieder [EMAIL PROTECTED

Re: send Rawkeydown param problem

2006-02-12 Thread Mark Wieder
Ken- Yowza! Nice functions - thanks. -- -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: Contrib to old topics - why isn't Rev more popular?

2006-02-13 Thread Mark Wieder
at the scripting conference stacks, especially the one on menus, for examples of what you're trying to do. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Revolution RUMORS!

2006-02-13 Thread Mark Wieder
hours and put up half-contructed new pages that replace the ones that were previously there. Normally the new content is constructed and the switch-over isn't done until it's ready to go. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list

ANN: Save Plugin plugin

2006-02-13 Thread Mark Wieder
installing it on a pre-2.7 IDE won't do anything useful. -- -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: ANN: Save Plugin plugin

2006-02-14 Thread Mark Wieder
for it since I append a .rev to the stack name. -- -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: Cards within Stacks

2006-02-14 Thread Mark Wieder
of us, though, who find this behavior very annoying, as when the Property Inspector changes its size... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: GOTO Equivalent in Rev?

2006-02-14 Thread Mark Wieder
Garrett- Tuesday, February 14, 2006, 2:15:11 PM, you wrote: I feel a Mr Burns impression coming on now.. Exccellent! Uh oh. Sounds like you just had one of those runrev Aha! moments... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution

Sheepshaver

2006-02-14 Thread Mark Wieder
All- I see there's a new experimental version of Sheepshaver for Intel Macs running OSX 10.4.4. Has anyone tried this out? http://www.gibix.net/dokuwiki/en:projects:sheepshaver -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Getting Started with a Database

2006-02-15 Thread Mark Wieder
online. -- -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: Revolution 2.7 documentation panic

2006-02-15 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: Revolution 2.7 documentation panic

2006-02-16 Thread Mark Wieder
be pretty disappointed with this release. I, too, am reverting to 2.6.1 where I can get some work done until a properly functioning release sees the light of day. /rant -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Re: Disabled files in 2.7

2006-02-16 Thread Mark Wieder
Recent File. And I have no idea why. -- -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: Export Snapshot

2006-02-16 Thread Mark Wieder
and then it went away the next day... thought it was just me... -- -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: Windows, Launch comes up hidden

2006-02-16 Thread Mark Wieder
. In addition to setting the visible, how about setting the loc to the screenloc just to make sure you're not displaying it offscreen somewhere. Or how about having it throw an answer dialog showing its location? -- -Mark Wieder [EMAIL PROTECTED

Re: Revolution 2.7 documentation panic

2006-02-16 Thread Mark Wieder
Charles- Thursday, February 16, 2006, 3:59:50 PM, you wrote: hard-coded path to Adobe Reader You're kidding! It'll be fixed in some point-release down the line. But apparently I'm the only person around here with Acrobat installed. -- -Mark Wieder [EMAIL PROTECTED

<    1   2   3   4   5   6   7   8   9   10   >