Re: HEAD method

2009-02-18 Thread Thomas Fischer
if this is a problem with the debugger, with the url call, with the headers or with my installation. I use Revolution Media 3.0.0 Revision A, Build 750. Does anybody have an idea? Best regards Thomas Fischer ___ use-revolution mailing list use-revolution

Subject: Re: HEAD method

2009-01-29 Thread Thomas Fischer
Hello, thanks to all! I didn't find the method in the User Guide: HEAD isn't mentioned in the section 12.6.3 HTTP methods and http URLs and the section on libURLSetCustomHTTPHeaders is pretty scarce. But the dictionary is very clear: Use the libURLSetCustomHTTPHeaders command to implement an

HEAD method

2009-01-28 Thread Thomas Fischer
Thomas Fischer Permosergasse 23a 5026 Salzburg Tel.: +43 662 621498 ___ 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

Compiling externals: strcasestr etc.

2007-03-12 Thread Thomas Fischer
AND or even case-insensitive in an external functions? Best regards Thomas Fischer ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Compiling externals: infrequent crash

2007-03-12 Thread Thomas Fischer
of a concern with my former Mac Plus with 4Mb RAM). I rewrote the external with using a copy of the original parameters to return the data and haven't had a crash since, but would really like to know if there is a general rule. Best regards Thomas Fischer

AW: Front Stack/Window???

2005-11-30 Thread Thomas Fischer
idle message?), but then you can click around and see what messages are created (you have to guess where they go to, though). But you will see the suspendStack and resumeStack quite nicely - and many others. Thomas -- -- Thomas Fischer Salzburg -Ursprüngliche Nachricht- Von: [EMAIL

AW: Following this List

2005-11-28 Thread Thomas Fischer
. All the best Thomas -- Thomas Fischer Salzburg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Andre Garzia Gesendet: Montag, 28. November 2005 23:18 An: How to use Revolution Betreff: Re: Following this List Frank, move your

Problem with group script

2005-11-18 Thread Thomas Fischer
. for copying names of buttons into the script). I also realized that when I edit a group there seems to be no way to edit the script (Object Script is greyed). Is this a regular behaviour? Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing

AW: open with on windows does not work with rev. Heeeeeelp :-)

2005-11-17 Thread Thomas Fischer
with the Dreamcard Player on a double click and with the full engine choosing something like edit with a right mouse click. All the best Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

AW: HTML issue

2005-11-17 Thread Thomas Fischer
the itemDelimiter to comma I didn't test for speed though. All the best Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

AW: Downloading mystery

2005-11-17 Thread Thomas Fischer
on the one hand and Revolution on the other with the given site, probably you can see where the communication breaks down. If you are using a Mac, you might try the download using AppleScript, that might work slightly differently. All the best Thomas -- Thomas Fischer Salzburg

AW: Problem with loop of array elements

2005-11-16 Thread Thomas Fischer
Hi Jim, thank you for the hints. Thomas, another technique you might try is locating and using the href = ³www.url.com² string. This may not be suitable for your purpose, however. It also does not explain the debugger anomaly you saw. Yes, I am still waiting for an explanation of that one.

Problem with loop of array elements

2005-11-15 Thread Thomas Fischer
char 1 of foundURLs end repeat put file: theSearchFile -Links into theSearchFile put foundURLs into URL theSearchFile end mouseUp -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

AW: Problem with loop of array elements

2005-11-15 Thread Thomas Fischer
Hi Jim, open file theSearchFile read from file theSearchFile until end close file theSearchFile put it into theSearchResult Suggestion: instead of these 4 lines, consider put url (file:/ theSearchFile) into theSearchResult Yes, you're right, I'm sticking unnecessarily to my

AW: counting runs

2005-10-31 Thread Thomas Fischer
of items in myString into totalCount replace T, with in myString put the number of items in myString into headCount put totalCount - headCount into tailCount answer total: totalCount return \ Heads: headCount return \ Tails: tailCount All the best Thomas -- Thomas

AW: Finding the Stack that Started Up a Stack

2005-10-28 Thread Thomas Fischer
Hi David, if you put answer the last word of the long name of the recent card in an openStack handler, it should give you the name of the stack. All the best Thomas -- Thomas Fischer Salzburg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von

AW: answer file with defaultPath

2005-10-28 Thread Thomas Fischer
not seem to influence the folder that is first shown with the answer file command. - I couldn't change the defaultfolder. A subsequent answer the defaultfolder showed it to be unchanged (Revolution's main folder). Tested with Rev 2.6.1 on Mac 10.4.2 All the best Thomas -- Thomas

AW: AW: AW: How trim: Bug in RegExp engine

2005-10-28 Thread Thomas Fischer
is surprisingly slow, and word is very effective if you can control the situation. word 1 to -1 of testString - removes tabs, spaces and returns from But do you know what you get if you ask for get word 1 to -1 of quote My test with lots of spaces at the end ? All the best Thomas -- Thomas

AW: AW: How trim: Bug in RegExp engine

2005-10-25 Thread Thomas Fischer
. Proves again that there are no simple questions... All the best Thomas -- Thomas Fischer Salzburg (actually Gottingen right now) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

AW: long (?) filenames in players

2005-10-25 Thread Thomas Fischer
character i in orgTextString if charToNum(i) 127 then put % baseConvert(charToNum(i),10,16) after newString else put i after newString end repeat answer newString All the best Thomas -- Thomas Fischer Salzburg/Gottingen -Ursprungliche Nachricht- Von: [EMAIL PROTECTED

AW: How trim: Bug in RegExp engine

2005-10-23 Thread Thomas Fischer
interpreted as ^.*A*. Parentheses don't help, but might make things worse: answer replaceText(BAC,(^A)*,) gives an empty result. No idea why. All the best Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com

AW: How trim?

2005-10-22 Thread Thomas Fischer
at the end use get replaceText(The cat sat under the mat. , *$,) The $ tells the search engine to look at the end. All the best Thomas -- Thomas Fischer Salzburg -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Bob Warren Gesendet

AW: Resizing Boxes

2005-10-21 Thread Thomas Fischer
the stack (it worked on my PC). All the best Thomas -- Thomas Fischer Salzburg -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von [EMAIL PROTECTED] Gesendet: Freitag, 21. Oktober 2005 14:49 An: use-revolution@lists.runrev.com Betreff: Re: Resizing

AW: AW: Resizing Boxes

2005-10-21 Thread Thomas Fischer
stores the rects of these stacks and boxes? Possibly in the license.rev stack? All the best Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

AW: AW: Lines, items, repeat loops, not always what you think

2005-10-20 Thread Thomas Fischer
Hi Jim, I'm sitting in a train and just found some time to go through your arguments. put the number of lines in temp into lineCount if the last char of temp is return then add one to lineCount .. if you are creating a list you should be aware of the style that you use to generate it.

AW: AW: Lines, items, repeat loops, not always what you think

2005-10-20 Thread Thomas Fischer
Hi Jim, I'm sitting in a train and just found some time to go through your arguments. put the number of lines in temp into lineCount if the last char of temp is return then add one to lineCount .. if you are creating a list you should be aware of the style that you use to generate it.

AW: Revolution back to HyperCard

2005-10-20 Thread Thomas Fischer
. There are only some very complex projects available (involving scores of files, half of which I don't understand), so I would really appreciate something very simple that can be compiled with XCode. All the best Thomas -- Thomas Fischer Salzburg ___ use

AW: AW: AW: Lines, items, repeat loops, not always what you think

2005-10-20 Thread Thomas Fischer
tried the different options with the Change_Log_2.6.1.txt file, and there the double replacement is slower by a factor of 10. All the best Thomas -- Thomas Fischer Salzburg ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

AW: AW: Lines, items, repeat loops, not always what you think

2005-10-19 Thread Thomas Fischer
Hi Dave, The number of lines or items does not count an additional empty object at the end: A,B and A,B, both have two items. I would think this is rather a feature, because I don't have to take care of removing delimiters at the end after creating lists with put something comma after

AW: finding and parsing internet shortcuts in Win

2005-10-19 Thread Thomas Fischer
Hi David, Could I prevail upon someone using Windows to get the files or the detailed files in a folder including an internet shortcut to see whether this mysterious extension is seen by Rev? If not, has anyone else any bright ideas how I could identify Internet Shortcuts? I mean,

AW: Lines, items, repeat loops, not always what you think

2005-10-18 Thread Thomas Fischer
with x = 1 to delimCount(temp,return) +1 answer line x of temp ‹ which will now do all 12 lines, even if the last one is empty end repeat All the best Thomas Fischer (Salzburg) ___ use-revolution mailing list use-revolution@lists.runrev.com Please

AW: finding and parsing internet shortcuts in Win

2005-10-18 Thread Thomas Fischer
know which other software will give you access to these endings, though. All the best Thomas Fischer -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von David Glasgow Gesendet: Dienstag, 18. Oktober 2005 13:53 An: use-revolution@lists.runrev.com