Re: remote control of rr app via network, ii

2004-10-18 Thread Mark Wieder
Andrew- Sunday, October 17, 2004, 9:41:16 PM, you wrote: >> -- cool so tell me more what are these tools and where to get them? Thanks! Mac> mac, 10.3.5 Mac> pc, 2000 pro, latest service packs installed. http://www.redstonesoftware.com/vnc.html http://www.tightvnc.com/ --

OS X Externals

2004-10-18 Thread Mark Wieder
Frank- I got curious about your externals problem and cobbled together a test stack and external library from your sources. Works fine for me (at least once I get my head wrapped around reading octal again). I can't explain why you're seeing different results. -- -Mark Wieder [EMAIL

Re: OS X Externals

2004-10-18 Thread Mark Wieder
; been able to compile under Windows yet, so I can't confirm this. Well, admittedly I did the quick test in Win2k (I can hear Chipp laughing at me even now) - I'll try to give it a test under OSX tomorrow if I get a chance. -- -Mark Wieder [EMAIL PROTECTED]

ANN: ArchiveSearch 1.2

2004-10-22 Thread Mark Wieder
of having to retrieve all at once. Now... does anyone know if it's possible to script an automatic check to see if there's an update from revonline? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTE

Re: revonline

2004-10-22 Thread Mark Wieder
re's a cryptic url for the file but I don't know it that's persistent or whether a protocol has been worked out for determining these things. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] htt

Re: Making Windows externals

2004-10-22 Thread Mark Wieder
ame(char *args[], int nargs, char **retstring, Bool *pass, TF> Bool *error); void __declspec(dllexport) XGetName(char *args[], int nargs, char **retstring, Bool *pass, Bool *error); void __declspec(dllexport) XSetName(char *args[], int nargs, char **retstring, Bool *pass, Bool *error); -- -Ma

Re: Revolution standalones and Windows terminal services

2004-10-25 Thread Mark Wieder
settings, especially the display settings. Terminal Services is notorious for messing up things that otherwise display fine. I just checked and I can display png graphics through Terminal Services and I can run rr standalones that display jpg images in buttons. -- -Mark Wieder [EMAIL PROTECTED]

Re: External Development Question

2004-10-27 Thread Mark Wieder
sign such and animal under Revolution (this could simply be K> because the model is different in RR). Any suggestions/ideas? Are you trying to do something that you can't do with the "read from file" command? -- -Mark Wieder [EMAIL PROTECTED]

sample stacks

2004-10-29 Thread Mark Wieder
All- Hmmm - where have all the sample stacks gone? v2.2 had a subdirectory for them, but they seem to have disappeared from v2.5. Luckily I could dig them out of my zipped archives. Is this just an oversight, or have they been deprecated out of existence? -- -Mark Wieder [EMAIL PROTECTED

Re: sample stacks

2004-10-30 Thread Mark Wieder
e promised samples on the web site have yet to materialize. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: sample stacks - detailed description of how to find them

2004-10-31 Thread Mark Wieder
ing else is wrong. Er... you do have a valid internet connection while you're trying this, right? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: sample stacks - detailed description of how to find them

2004-10-31 Thread Mark Wieder
of the rev installer package. In particular, the xmltree example I wanted to look at. The sample stacks are still available in the old installers at ftp://ftp.runrev.com/pub/revolution/downloads/distributions/2.2.1/ -- -Mark Wieder [EMAIL PROTECTED] _

Re: Dialog Box Tutorial

2004-11-02 Thread Mark Wieder
're having problems with revOnline: you don't have a handler built into the OS to deal with .gz files automatically, and therefore the default is to download the file (and possibly hand it off to StuffItExpander afterwards). -- -Mark Wieder [EMAIL PROTECTED] __

Re: Multiple shell commands

2004-11-06 Thread Mark Wieder
from your script issue the command shell "test.bat" -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: How to access Telnet Port - please help

2004-11-08 Thread Mark Wieder
the whole protocol yourself. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: setting Windows desktop

2004-11-09 Thread Mark Wieder
l years now. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Example stacks found!

2004-11-14 Thread Mark Wieder
/resources/unsupported.php -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

closeField

2004-11-16 Thread Mark Wieder
y and results in false positives if someone merely clicks in the field without changing anything. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: closeField

2004-11-16 Thread Mark Wieder
he MessageWatcher sees it. Maybe because my field is in a group? I'm still plugging away at it. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: closeField

2004-11-16 Thread Mark Wieder
Hershel- Tuesday, November 16, 2004, 10:52:45 AM, you wrote: HF> Its not better, but an alternative . on focusIn put fld "x" into myVar HF> on focusOut compare the current fld with myVar. Thanks - that's an interesting approach. I'll try scripting that and see what

Re: closeField

2004-11-17 Thread Mark Wieder
t the focusIn and focusOut handlers, then deleted them and went back to the original code and now my closeField handler is working. Must be sunspots. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: No peep from Malta?

2004-11-17 Thread Mark Wieder
Bruce- Wednesday, November 17, 2004, 8:06:50 AM, you wrote: BR> Not a peep from the Malta conference? I keep looking at the pictures on the conference webpage thinking they'll change and I'll recognize some familiar faces (at least in the bar ), but so far nothing. -- -Mark W

Re: How to use sockets?

2004-11-18 Thread Mark Wieder
ackets where small amounts of data need to be sent quickly. Do a web search for the OSI network model - here's a quick sample: http://www.webopedia.com/quick_ref/OSI_Layers.asp You'll find datagrams at layer 3 and TCP at layer 4. All you need to know about datagrams: http

Re: How to use sockets?

2004-11-18 Thread Mark Wieder
My bad. atn> If you are on a single machine, then (my opinion only) And my opinion concurs with all the above. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Apple scriptable standalones

2004-11-20 Thread Mark Wieder
amp; quote & "quit" & quote && cr \ & "end tell" & cr \ into theScript do theScript as applescript -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Command - C does not work

2004-11-20 Thread Mark Wieder
int on the Command-C keyboard equivalent should work. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

re: RR Wrapper

2004-11-21 Thread Mark Wieder
urred.). And also that the userconributions web page at the runrev site is long gone. M> See Mathewson's software at: M> http://members.maclaunch.com/richmond/default.htmland M> http://www.runrev.com/Revolution1/developercentral/usercontributions.html -- -Mark Wiede

Re: Apple scriptable standalones

2004-11-21 Thread Mark Wieder
things inside out. I seem to do that a lot lately. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: externals sdk

2004-11-21 Thread Mark Wieder
ttp://support.runrev.com/resources/externals.php -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: some EuroRevCon photos

2004-11-21 Thread Mark Wieder
Re: s> Kevin Miller - Dave Cragg - Alex Tweedly s> http://EZPZapps.com/ERC_photos/km_dc_at.JPG Kevin - That is absolutely the *smallest* sword I have ever seen... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PRO

Re: Command - C does not work

2004-11-22 Thread Mark Wieder
t;> SR> Go to Rev's Preferences and click the "Reset preferences to defaults" SR> button. For some reason this restores the shortcuts to the menus. Thanks! That does indeed seem to do the trick. It has the obvious drawbacks, but it got the menu i

Re: Reading the WAB

2004-12-02 Thread Mark Wieder
spate of windows viruses you'll see how to (mis)use it. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

ANN: StacKnowledge v1.4

2004-12-02 Thread Mark Wieder
ularity of examination. You can pick up StacKnowledge either in my revOnline space (mwieder) or at http://www.ahsoftware.net/StacKnowledge.html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.c

Re: testing on case

2004-12-08 Thread Mark Wieder
Dar- Wednesday, December 8, 2004, 1:46:05 PM, you wrote: or... on IsUpperCase w return toUpper(w) is w end IsUpperCase on IsLowerCase w return toLower(w) is w end IsLowerCase if IsUpperCase(x) then put xxx else put x -- -Mark Wieder [EMAIL PROTECTED

Re: testing on case

2004-12-09 Thread Mark Wieder
Dar- Wednesday, December 8, 2004, 5:34:27 PM, you wrote: >> on IsUpperCase w >> return toUpper(w) is w >> end IsUpperCase DS> Cool. But won't this need caseSensitive set to true? Right you are. My fingers think faster than my head. -- -Mar

parsing comments in scripts

2004-12-09 Thread Mark Wieder
tains an embedded comment ("--") then -- delete the comment part and just return the Transcript content - function StripComments theLine local numTokens -- ignore comments put the number of tokens of theLine into numTokens if numT

Re: parsing comments in scripts

2004-12-11 Thread Mark Wieder
umentation. I'd hate to think that a 'fix' to some future version would break my code. The insertion of comments shouldn't have an effect on the execution of code. Comment added to bug #2468. -- -Mark Wieder [EMAIL PROTECTED] __

Re: Sexuality and Runtime Revolution

2004-12-12 Thread Mark Wieder
tion? Uh oh... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Sexuality and Runtime Revolution

2004-12-12 Thread Mark Wieder
ke the sound of Dr. Beat. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: forum

2004-12-12 Thread Mark Wieder
, the amount of help available here is absolutely awesome. I remember a couple of attempts to set up runrev fora, but as far as I can tell they died from lack of interest. Maybe I'm misremembering and they're actually in use somewhere, in which case someone will set me straight about t

Re: parsing comments in scripts

2004-12-12 Thread Mark Wieder
Ken- Thanks for explaining the "first" line to me. Now I get it. I'm not in a panic anymore, but it's still bizarre. I'm sure someone thought it was a good idea at the time... more heavy medication, maybe? -- -Mark Wieder [EMAIL PROTECTED] __

Re: me missing in actions...

2004-12-12 Thread Mark Wieder
sims- Aubergines blow up in the oven? I always thought pricking them with a fork would prevent that. Always one more thing to worry about... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com

Re: parsing comments in scripts

2004-12-12 Thread Mark Wieder
; end StripComents Thanks for that. It pretty much does the job for me, although I have to handle C-style comments and line-continuation characters externally before the tokenizer has a chance to work. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution m

Re: parsing comments in scripts

2004-12-12 Thread Mark Wieder
Dar- Sunday, December 12, 2004, 10:39:19 AM, you wrote: DS> The feature is a by-product of the compiler ignoring top level lines DS> that are not top level constructs or commands in Transcript. Ah - so this "feature" is actually tied into your postings about junk in scripts?

Re: Sexuality and Runtime Revolution

2004-12-12 Thread Mark Wieder
what prompted him to do that. More heavy meditation? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Sexuality and Runtime Revolution

2004-12-12 Thread Mark Wieder
MW> Actually, I don't really know what prompted him to do that. More heavy MW> meditation? ...sorry ...make that "medication"... -- -Mark [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/us

Re: parsing comments in scripts

2004-12-12 Thread Mark Wieder
igorously syntactically correct is an error. I suppose others may have differing needs. If nobody's said it yet, let me be the first to say that I think uncommented junk is still junk. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution maili

Re: forum

2004-12-12 Thread Mark Wieder
thor. Hint #1: put your name into the "exact phrase" field, either on Google's advanced search page or in my plugin. Hint #2: if you're using my plugin and you're reading a post from someone, clicking on their name in the author field will do a new search on the author'

The Programmer As Wordsmith

2004-12-15 Thread Mark Wieder
ww.embedded.com/showArticle.jhtml;jsessionid=UIAIHHO3P0PECQSNDBCSKH0CJUMEKJVN?articleID=53700319 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Applescript error?

2004-12-17 Thread Mark Wieder
ised to find that rev's internal math handlers were fast enough that I no longer needed to spawn the tasks out to external handlers. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: parsing comments in scripts

2004-12-10 Thread Mark Wieder
awing board... AT> I don't have any suggestions, yet but it's an intriguing question, so AT> I'll use it as an excuse to avoid gardening this afternoon :-) Well, winter itself (or December) should be a good excuse. Me, I was happy to get some greens in the ground bef

Re: parsing comments in scripts

2004-12-10 Thread Mark Wieder
lines. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: parsing comments in scripts

2004-12-10 Thread Mark Wieder
. BTW - the item count thing won't work because you still don't know the order, especially in cases where there are multiple quotes and/or possible comment chars. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTEC

Re: THESIS now available

2004-12-12 Thread Mark Wieder
he prototype software. I'm disappointed that you didn't mention either ProGraph or VIP-C, though. Maybe for volume 2, or when you decide to go for the PhuD. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED]

Re: parsing comments in scripts

2004-12-12 Thread Mark Wieder
set me straight on what the "first" line is. However, now that I understand what's involved in this, I'm rather apathetic to the whole thing since I don't intend to use this "feature" at all. I'm changing my bz

Re: parsing comments in scripts

2004-12-15 Thread Mark Wieder
llow this: start incrementing a counter at the first "/*", decrement the counter at each "*/" and don't exit the comment processing until the count reaches zero. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list

Re: chasing the -1701 ae error

2004-12-18 Thread Mark Wieder
* have them in parentheses. A function returns a value which you can place in a container; a command does not. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: menu woes...

2004-12-28 Thread Mark Wieder
27;s no easy way out. Menuing is just broken. You have a choice: have extra blank space at the top of your Windows app; do without OSX system menus; or have two separate builds. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list u

Re: menu woes...

2004-12-29 Thread Mark Wieder
list. Resizing issues aside, I herewith present: http://support.runrev.com/bugdatabase/show_bug.cgi?id=2366 RG> Carpe menus! Or maybe cave menum... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http:/

Re: menu woes...

2004-12-29 Thread Mark Wieder
it this some day. Nonetheless, I agree with the comments that this should be easier. Menus are a basic part of the OS and it shouldn't be this much work fiddling with things to provide cross-platform functionality. -- -Mark Wieder [EMAIL PROTECTED] __

Re: a basic stupid splashscreen question

2005-01-03 Thread Mark Wieder
ndividual stackfiles" from the Standalone Application Settings. Then you shouldn't need the clone command. I usually use a splashscreen stack that does no more than launch a substack, which is the main application. The substack is in a separate file, which makes

Re: Externals written in not(c)

2005-01-04 Thread Mark Wieder
ks to basic. I have taken external math routines I used to have in C to get some speed out of HyperCard and now run them *all* natively in runrev. YMMV. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http:/

ANN: MacWorld runrev dinner Tuesday

2005-01-07 Thread Mark Wieder
All- First announcement: we're going to do a revvers dinner on Tuesday night after the first day of MacWorld expo. I'd like to have folks who can make it please email me so I can get an idea of how many to expect. -- -Mark Wieder [EMAIL

Re: I am back...

2005-01-09 Thread Mark Wieder
Andre- Boas festas e prospero ano novo Glad to see you back in action. Now start coding! -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: crash recipe for htmlText?

2005-01-11 Thread Mark Wieder
uot;. I haven't seen an actual stack crash, but YMMV. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: crash recipe for htmlText?

2005-01-11 Thread Mark Wieder
to the image itself. This results in an extra space when you get the htmlText of the line. And if you do this recursively then an extra space is inserted each time. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.r

Report from the MacWorld Trenches

2005-01-12 Thread Mark Wieder
was much fun. A half-dozen of us gathered after the show to talk of things Revolutionary, tell jokes and family stories, and wind down from a day on the show floor. I resolved to work on getting Bay Area rev users' meetings together, if not regularly, at least occasionally, aiming for next

MacWorld part 2

2005-01-14 Thread Mark Wieder
developer) tool. A single mouse click builds a double-clickable application, but you can also export the program as C code (nice touch) for speed. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http:/

Re: employee database tutorial

2005-01-15 Thread Mark Wieder
ell, there's a Contact Manager database in revonline. Open revonline, select Learning Center, then Sample Work, and finally Sample Projects and All Projects. Here's the direct url (but watch the line wrapping). http://revonline.runrev.com/channels/learning_center.rvc.gz?Sample Projects/Secti

Re: Some nice RegEx links

2005-01-17 Thread Mark Wieder
Andre- And also there's a great Windows app called The Regex Coach that allows you to try out various regex strings against target text interactively until you get the desired result. I don't know of a similar approach for OSX, but it's at http://weitz.de/files/regex-coach.exe -

Re: crash recipe for htmlText?

2005-01-17 Thread Mark Wieder
Jeanne- Wednesday, January 12, 2005, 6:58:24 PM, you wrote: JAED> But this *would* help with round-tripping, I think. I modified bug #2511 as an enhancement request with the suggestion that the tag itself be modified, rather than the text. -- -Mark Wieder [EMAIL PROTEC

Re: trouble with RevCopyFolder...

2005-01-27 Thread Mark Wieder
Andre- By coincidence, I just received this from ADC. -- -Mark Wieder [EMAIL PROTECTED] Apple Developer Connection Innovate with .Mac Create more powerful applications with .Mac technology. http://insideapple.apple.com/redir/99660/LEARN/048e35609bbaca2f87a74f1423be5966 Supercharge

Re: Getting User Email Settings

2005-01-27 Thread Mark Wieder
tting from here to there absent any other information is anything but a slam dunk. Note that my mail app is stored on a network drive rather than locally, just to throw another monkey wrench into the works. -- -Mark Wieder [EMAIL PROTECTED] ___ use-rev

Re: .Mac SDK (was Re: trouble with RevCopyFolder...)

2005-01-27 Thread Mark Wieder
ong after your message. Mind you, I haven't looked into the sdk, but my guess would be that a simple wrapper around the api would give you what you want. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.r

Re: Getting User Email Settings

2005-01-27 Thread Mark Wieder
;t work properly anymore?" -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Getting User Email Settings

2005-01-27 Thread Mark Wieder
MTP info to DS> send the email. When I get into a situation like that I set up a Preferences panel for the user to plug in their smtp server address by hand. Much easier on the old gray cells. ...and it's cross-platform. -- -Mark Wieder [EMAIL PROTECTED] __

Re: external trouble with missing getStatus();

2005-01-27 Thread Mark Wieder
Andre- Sounds like you're not including XCmdGlue.c. That's where the getstatus() function is defined. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/li

Re: Getting User Email Settings

2005-01-27 Thread Mark Wieder
email client they're using and what address their email came from. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Searchable archives?

2005-02-01 Thread Mark Wieder
Scott- Monday, January 31, 2005, 9:00:37 PM, you wrote: SS> Is there a searchable archive of this mailing list available anywhere? You might try the plugin at http://www.ahsoftware.net/ArchiveSearch.html. -- -Mark Wieder [EMAIL PROTECTED] ___

Re: Quoting the list

2005-02-01 Thread Mark Wieder
Mark- ...in addition, if folks would use the standard net signature delimiter of (see my signature below) then much of the redundant garbage would automatically be clipped. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Quoting the list

2005-02-01 Thread Mark Wieder
. I believe the convention is that the message is clipped at the lowest sig delimiter. And it's a recommendation, not a requirement - these are RFC's, after all, not laws laid down from above. But check out RFCs 2646.4.3, 3676.4.3 and 6, and especially 1036.4.3.2. -- -Mark Wie

Re: New Externals...

2005-02-03 Thread Mark Wieder
lassID query, then a query of the interface to return a list of functions, and of course a way to call the various functions and pass arguments of various types and return parameters of various types. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution m

Re: Printing Crashes Rev in OSX

2005-02-04 Thread Mark Wieder
Alex- Thanks. I tried twice to come up with a good analogy to post to the list and gave up each time. That freeway onramp/offramp thing is great IMO. (and speaking of spellcheckers, why is it cloverleafs and not cloverleaves?) -- -Mark Wieder [EMAIL PROTECTED

Re: Ultra Beginner Question/Request

2005-02-04 Thread Mark Wieder
me advantages and disadvantages of forth. The bottom-up coding style is a real productivity enhancer: once you get something working you can build other things with it. And I have the same love-hate relationship with the lack of variable typing that I have with fo

Re: Save reg information

2005-02-05 Thread Mark Wieder
w.rwin.ch/xp-live/regedit.htm I do not need to tell you to make a backup first, do I? :-) ------- -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Problem! Inaccessible substack

2005-02-05 Thread Mark Wieder
bug.cgi?id=2582> ...and I just threw it five votes. This should take very little effort on runrev's part and I can't think of a downside. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com htt

Re: Searchable archives?

2005-02-05 Thread Mark Wieder
Everyone is encouraged to upgrade their ArchiveSearch plugin to the new one (v1.4). http://www.ahsoftware.net/ArchiveSearch.html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Searchable archives?

2005-02-05 Thread Mark Wieder
at was KR> intended)... ...dang users anyway... you can always count on them to do something you never thought of. Who in their right mind would type a return into a text field anyway? OK - it's fixed up now. Sheesh - two fixes in one day. Return now sends a "mouseUp" message to th

Re: Searchable archives?

2005-02-06 Thread Mark Wieder
ng what I get back. Of course, the 10 is a maximum number, so if there are only 9 hits that's all you'll get. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Searchable archives?

2005-02-07 Thread Mark Wieder
Glen- Nope. It was me after all. Shoulda known. It's fixed and uploaded and the last hit is no longer truncated. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/ma

Re: The Case of the Disappearing Custom Property

2005-02-09 Thread Mark Wieder
Dan- You're not doing something silly like trying to set a customProperty in a running mainStack, are you? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinf

Re: OT: Why does XP choke on the filename - "com1.gif"

2005-02-09 Thread Mark Wieder
my head. It's a holdover from DOS commandlines where you don't need the trailing colon in order to reference a logical device: COPY FILE.TXT COM1 -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.c

Bloodshed

2005-08-23 Thread Mark Wieder
oject | Project Options select the "Parameters" tab. Then in the Linker window you will want to have just these two options: -fno-leading-underscore -def myDLL.def The contents of myDLL.def should be: LIBRARY external EXPORTS getXtable Hope this helps someone. -- -Mark Wieder [

Re: colors in scrolling text field

2005-08-23 Thread Mark Wieder
uot;xyz" set the foreColor of line -1 of field "xyz" to "red" -- -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: difficulties with StandAlone

2005-08-23 Thread Mark Wieder
Howard- BZ #3080 has now been filed against this. This has annoyed me for a while, but since I don't build standalones that often it's just been a minor annoyance. Now it's finally reached a stage where it's getting to me. -- -Mark [EMAIL PROTECTED] Tuesday, August 23, 2005, 5:58:03 PM, you wr

Re: Problem with Set Script in Compiled App

2005-08-24 Thread Mark Wieder
t create a standalone app and stay within the IDE you won't run into the 10-line limit. Once you get beyond this hurdle you'll probably want to enumerate the properties and custom properties as lists and send them out to the source control app as well. -- -Mark Wied

Re: Problem with Set Script in Compiled App

2005-08-24 Thread Mark Wieder
Yes, this is the way that almost all source code control systems work. They expect to do a diff on text files in order to create a delta document to flag changes from version to version. I have the same problem checking in regression tests that are in "formatted text" outline formats. --

Re: How to write a VERY simple server?

2005-08-24 Thread Mark Wieder
uit" is not in theMessage read from socket theSender until cr put it into theMessage if theMessage is not empty then switch word 1 of theMessage -- do something with the message here end switch end if end repeat end Po

Re: len of field

2005-08-25 Thread Mark Wieder
Jonathan- Thursday, August 25, 2005, 8:37:42 AM, you wrote: > Put Character 1 to 14 of (tVar & " ") into tVar !!! That's getting filed in my scrapbook. Thanks. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revol

Re: Revolution under Ubuntu Linux?

2005-08-25 Thread Mark Wieder
runrev installed into the proper directory it's been working fine. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

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