Re: fieldtrip (was re: Can standalones give users...)

2014-11-22 Thread Matthias Rebbe
I do not know what the current status of that project is, but Curry sent out a download link for a beta and registration keys to all funders in January 2013. This is the version i am working with. I had no problems with it so far. http://curryk.com/FieldTrip-Beta-1.zip Didn´t you get your

process data in steps of 50 lines

2011-06-07 Thread Matthias Rebbe
Hi, i have a variable which contains data with unspecified number of lines. It can be 3 but it can also be 9000 or whatever. I need to do some calculations with each line of that data, but want to do it in steps of e.g. 50 lines. I thought i would do that with 2 repeat loops ( one within the

Re: process data in steps of 50 lines

2011-06-07 Thread Matthias Rebbe
the repeat for each line theLine of theData form in your inner loop. But I do not see the advantage of doing it in blocks of 50, unless there is something about the data that requires it. Bob On Jun 7, 2011, at 6:05 AM, Matthias Rebbe wrote: Hi, i have a variable which contains data

Re: process data in steps of 50 lines

2011-06-07 Thread Matthias Rebbe
Hi Mark, could you please explain how you did that. How you chunk the data into groups? That is not clear for me. Regards, Matthias Am 07.06.2011 um 20:46 schrieb Mark Talluto: On Jun 7, 2011, at 6:27 AM, Mark Schonewille wrote: Since the data is already in memory, there is no reason to

Re: process data in steps of 50 lines

2011-06-07 Thread Matthias Rebbe
-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce On 7 jun 2011, at 15:05, Matthias Rebbe wrote: Hi, i have a variable which contains data with unspecified number of lines. It can be 3

Re: process data in steps of 50 lines

2011-06-07 Thread Matthias Rebbe
, Mark Talluto http://www.canelasoftware.com On Jun 7, 2011, at 2:07 PM, Matthias Rebbe wrote: Hi Mark, could you please explain how you did that. How you chunk the data into groups? That is not clear for me. Regards, Matthias Am 07.06.2011 um 20:46 schrieb Mark Talluto

LiveCode 4.6.2 released

2011-06-24 Thread Matthias Rebbe
Hi, today i wanted to redownload LiveCode from my account and saw that Version 4.6.2 was released. So i thought i would share that info with the list. Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Matthias Rebbe
Hi, although i understand what you mean. I cannot completely agree. Nobody is forced to buy it. Mark made an iOS tool which can be used offline on the iOS devices. He spent time and effort into it. So why not selling? Everyone is free to use the free webInterfaces. But if one wants to buy,

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Matthias Rebbe
Well spoken, Andre ! Am 20.07.2011 um 17:45 schrieb Andre Garzia: irgh, Hey Guys, Is it friday 13th here? What is happening? Mark made an mobile application that he likes and some other people find useful, props to him. Others don't see the need, that is ok. Mark is not forcing anyone

Re: OT: on-rev account ftp server error 552 disk full???

2011-07-24 Thread Matthias Rebbe
Hi Klaus, I'm sure the error text is misleading (DISK FULL? Come on! :-D, but what can I do? I already wrote to support. Did you put a URGENT at the beginning of the subject line? The word urgent ensures that your support request is handled with a higher priority. But keep in mind to use

Re: URGENT: RE:on-rev account ftp server error 552 disk full???

2011-07-24 Thread Matthias Rebbe
Jim, i think you got me wrong. I meant to include the word URGENT in the subject line of the email sent to the on-rev support. Regards, Matthias Am 24.07.2011 um 23:59 schrieb Jim Lambert: Yes, Klaus I also get 552 on https://freyr.on-rev.com Jim Lambert

Re: OT: on-rev account ftp server error 552 disk full???

2011-07-24 Thread Matthias Rebbe
Hi. I am on loki and i can also upload. Matthias Am 25.07.2011 um 00:51 schrieb Sarah Reichelt: I tried to upload some files to my on-rev account via FTP a couple of minutes ago and got this strange server response: error 552 - Disk full, please upload later DISK FULL??? I updated my

How to add something to a group

2011-07-26 Thread Matthias Rebbe
Hi, maybe a dumb question, but how do i add for example a button to an already existing group? Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: FTP Error

2011-07-28 Thread Matthias Rebbe
Hi Jack, if i am not wrong just replace the space with %20 in the filename. So Clip 009.mov will get Clip%20009.mov That should doing it. Or just try to avoid spaces in filenames for the web. Regards, Matthias Am 28.07.2011 um 20:37 schrieb JACK RARICK: From Robert: There seem to

Re: onRev client problems

2011-08-06 Thread Matthias Rebbe
Len, as long as the client is not updated it seems that you have to use the old engine by using the .irev suffix. Regards, Matthias Am 07.08.2011 um 00:44 schrieb Len Morgan: It seems that with the upgrade from the old server to 4.6.3 (and consequently .irev files to .lc files) I can no

Datagrid: How to change the width of the scrollbar

2011-08-18 Thread Matthias Rebbe
Hi, i thought i could adjust the scrollbar width of a datagrid (table) with for example set the dgProp[ scrollbar width ] of group Datagrid 1 to 10 But regardless what value i use, the scrollbar dissapears. If i set it back to auto the size of the scrollbar is set back to its initial size. I

Re: Datagrid: How to change the width of the scrollbar

2011-08-19 Thread Matthias Rebbe
On Thu, Aug 18, 2011 at 3:49 PM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Hi, i thought i could adjust the scrollbar width of a datagrid (table) with for example set the dgProp[ scrollbar width ] of group Datagrid 1 to 10 But regardless what value i use, the scrollbar

how to scroll a datagrid form by script

2011-08-19 Thread Matthias Rebbe
Hi, is it possible to scroll the datagrid from by script? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: TextLib.rev

2011-08-29 Thread Matthias Rebbe
Peter, thank you very much for sharing. Matthias Am 30.08.2011 um 00:19 schrieb Peter M. Brigham, MD: I collected some of my utilities into a library that I want to make available to anyone who could use such a thing. They are mostly text processing routines, since my LC work mostly

Re: [revServer]http authentication -

2011-08-29 Thread Matthias Rebbe
are easily sniffable. As long as the web site is not serving up private or critical information, I suppose there's no harm, but if it is, then you should consider using https and having a form that gets the credentials. Bob On Aug 29, 2011, at 3:40 PM, Matthias Rebbe wrote: Hi

Re: Live LiveCode other tools topics

2011-08-31 Thread Matthias Rebbe
And i think it is on for Sat Sep 3rd ;) Matthias Am 31.08.2011 um 23:20 schrieb Jim Ault: On Aug 31, 2011, at 2:15 PM, Mike Felker wrote: So nothing for this weekend? I thought this was for this weekend. Mike Semantics. I think it is on for Sat Aug 3rd Jim Ault Las Vegas

DataGrid: some questions

2011-09-04 Thread Matthias Rebbe
Hi, what do i have to do to let my user to add a new row to a DataGrid table? I can edit an existing row(with already text in it), but i cannot add a new line to the grid by clicking into the next empty row. Is that not possible? And is it possible to let a user just enter a number of a

Re: DataGrid: some questions

2011-09-04 Thread Matthias Rebbe
Hi Zryip, thank you very much. As a DGH user, you can follow the lesson I've just uploaded: http://lessons.runrev.com/s/lessons/m/4068/l/28533-How-Do-I-Create-a-Menu-Button-in-a-Column- I followed your instructions in that lesson and it works. But there is a little but I entered 2

how to bitwise negate a binary file?

2011-09-07 Thread Matthias Rebbe
Hi, i have here some binary files, which were negated bitwise. How can i convert them back? Is there a livecode function i can use? Or do i have to convert the binary file to hex, convert each byte to decimal, convert each decimalbyte value with bitNot, reconvert to hex and then convert to

Re: how to bitwise negate a binary file?

2011-09-08 Thread Matthias Rebbe
(c) into x put numToChar(255-x) after fixed_binary_file end repeat --- On Wed, 9/7/11, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: From: Matthias Rebbe matthias_livecode_150...@m-r-d.de Subject: how to bitwise negate a binary file? To: How to use LiveCode use-livecode

how to add a file type and creator code to a binary file under mac os x

2011-09-17 Thread Matthias Rebbe
Hi, i am creating a binary file (audio) with extension .mp4 with LiveCode. GetFileInfo (from the Xcode SDK) shows the file type TEXT and the creator code ttxt. Is there a way to addjust/modify this? Does anyone have a clue? Regards, Matthias ___

Re: Comma-Delimited Files on Macs

2011-09-17 Thread Matthias Rebbe
Gregory, i had a similiar question today. Just put one of the following lines set the filetype to CSV set the filetype to XCELCSV in the script before you write the file. means the CSV file is opened in the default application set in the system´s preferences.XCEL means

Re: how to add a file type and creator code to a binary file under mac os x

2011-09-17 Thread Matthias Rebbe
https://www.facebook.com/marksch On 17 sep 2011, at 14:08, Matthias Rebbe wrote: Hi, i am creating a binary file (audio) with extension .mp4 with LiveCode. GetFileInfo (from the Xcode SDK) shows the file type TEXT and the creator code ttxt. Is there a way to addjust/modify this? Does

how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
Hi, maybe this is a dumb question, but how can i avoid that the card number is shown in the stack title bar? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
Aaaahhh, you got me. As is said, maybe a dumb question. I really thought that if i don´t enter a title the name of the stack is used. Thanks. Matthias Am 20.09.2011 um 13:19 schrieb Klaus on-rev: Hi Mathias, Am 20.09.2011 um 13:11 schrieb Matthias Rebbe: Hi, maybe this is a dumb

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
was Untitled 1, or some such? And that the answer was to provide a stack name? Certainly it was not the card number, right? Craig Newman -Original Message- From: Matthias Rebbe matthias_livecode_150...@m-r-d.de To: How to use LiveCode use-livecode@lists.runrev.com Sent: Tue

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
. On Sep 20, 2011, at 8:50 AM, Matthias Rebbe wrote: With no title set the name of the stack is shown in the title bar + the number of the actual shown card. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
with the result. :) Regards, Matthias Am 20.09.2011 um 16:39 schrieb Colin Holgate: Let's face it, it's way too flexible! Enough in there to make everyone happy, or if not, confused. On Sep 20, 2011, at 10:06 AM, Matthias Rebbe wrote: yes and no. I meant the stack name

Dragging folder to a field under linux adds file:// before the folder

2011-09-24 Thread Matthias Rebbe
Hi, i want to drag a folder into a field to get the path displayed. I am using the following code in the field script: ON dragEnter IF there is a folder the dragdata[files] THEN set the dragaction to copy END IF END dragEnter ON dragDrop set the text of me to

Re: Dragging folder to a field under linux adds file:// before the folder

2011-09-25 Thread Matthias Rebbe
Richmond, thanks for your answer. So i do not have to worry about that my script might be causing this. Regards, Matthias Am 25.09.2011 um 09:45 schrieb Richmond Mathewson: On 09/25/2011 03:34 AM, Matthias Rebbe wrote: Hi, i want to drag a folder into a field to get the path displayed

which audioClip format for linux

2011-09-25 Thread Matthias Rebbe
Hi, i have here a stack in which i combined a visual effect with sound. Tried .wav and .aiff. Under Mac OS X and Windows i get the sound played. Under Linux, in my case Debian Linux, there is no sound played when the visual effect takes place. In what format do the audioClips have to be to be

Re: libJSON

2011-09-27 Thread Matthias Rebbe
Hi, there is still his On-Rev Site online at http://marksmith.on-rev.com Information about his libraries can be found here http://marksmith.on-rev.com/revstuff/ but the D/L links seem not to be correct. But the libaries can be downloaded from here http://marksmith.on-rev.com/revstuff/files/

Re: Dragging folder to a field under linux adds file:// before thefolder

2011-09-28 Thread Matthias Rebbe
18:51 schrieb Olivier Dussutour: Hello, I am interested in your script, but how can you drag multiple folders simultaneously. If you could help me, thank you in advance Cordialement, Olivier Dussutour olivierdussut...@gmail.com - Original Message - From: Matthias Rebbe

Re: Dragging folder to a field under linux adds file:// beforethefolder

2011-09-29 Thread Matthias Rebbe
am French and my English is awful. :'-( This is the idea of your script that interests me but how do I change to allow drag several files at once? Cordialement, Olivier Dussutour olivierdussut...@gmail.com - Original Message - From: Matthias Rebbe matthias_livecode_150...@m-r

Re: libJSON

2011-09-29 Thread Matthias Rebbe
Did one try his on-rev address i posted here? Regards, Matthias Am 29.09.2011 um 17:07 schrieb stephen barncard: I got the same error message. I fear the worse for Mark Smith. On 29 September 2011 05:47, Martin Koob mk...@rogers.com wrote: I tried the address on Mark Smith's paypal

Re: When does recursion limit bite you?

2011-10-04 Thread Matthias Rebbe
Hi Malte, i cannot enlighten you, but can remember that i got that recursion limit message, too. But i cannot remember which handler was affected. And it just happened 3 or 4 times. If i remember right only with GLX2 enabled. I will try to recap that, but have to remember first which project i

how to compare 2 very large textfiles

2011-10-05 Thread Matthias Rebbe
Hi, i need to compare two very large text files with about 5000 - 7000 lines each with a lines size of up to 256 chars. I need to find out if there are lines missing in either file a or file b. What is the best way to do this with good speed? I tried to check each line in file a and if the

Re: how to compare 2 very large textfiles

2011-10-06 Thread Matthias Rebbe
after tMissingInB end repeat Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 5, 2011 at 3:00 PM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Hi, i need to compare two very large text files with about 5000 - 7000 lines each with a lines size of up

Re: how to compare 2 very large textfiles

2011-10-06 Thread Matthias Rebbe
, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: From: Matthias Rebbe matthias_livecode_150...@m-r-d.de Subject: how to compare 2 very large textfiles To: How to use LiveCode use-livecode@lists.runrev.com Date: Wednesday, October 5, 2011, 5:00 PM Hi, i need to compare two very large

Re: how to compare 2 very large textfiles

2011-10-06 Thread Matthias Rebbe
returntMissingInHDD1 returntMissingInHDD2 Regards, Matthias _ Matthias Rebbe Bramkampsieke 13 D-32312 Lübbecke Tel +49 57 41 - 31 00 00 mobil +49 160 - 550 44 62 Fax+49 57 41 - 310 0 02 E-Mail matth...@matthiasrebbe.eu http

rev libraries of the late Mark Smith

2011-10-07 Thread Matthias Rebbe
Hi, just want to let you know, that i mirrored all the rev libraries the late Mark Smith put online. Just to keep sure they do not get lost. You get the libs at http://www.matthiasrebbe.eu/revstuff/marksmith Regards, Matthias Rebbe ___ use

Re: on-rev livecodeServer 4.6.3 .irev .lc

2011-10-13 Thread Matthias Rebbe
Hi, just noticed that the actual version of Textastic now supports the extensions .lc, .irev, .rxt, .lcs. Great for editing livecode server scripts with the ipad. Regards, Matthias Am 28.07.2011 um 23:14 schrieb Ken Ray: On Jul 28, 2011, at 2:40 PM, Michael Kann wrote: Andre,

Anyone out there who uses TextMate for LiveCode editing?

2011-10-13 Thread Matthias Rebbe
Hi, is anyone on the list using TextMate(with syntax highlighting) for LiveCode editing? If so, where can i get/download the definitions for syntac highligthing? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Anyone out there who uses TextMate for LiveCode editing?

2011-10-13 Thread Matthias Rebbe
_ Matthias Rebbe Bramkampsieke 13 D-32312 Lübbecke Tel +49 57 41 - 31 00 00 mobil +49 160 - 550 44 62 Fax+49 57 41 - 310 0 02 E-Mail matth...@matthiasrebbe.eu http://www.matthiasrebbe.eu Am 13.10.2011 um 23:10 schrieb stephen barncard: I love Textmate

Re: Anyone out there who uses TextMate for LiveCode editing?

2011-10-13 Thread Matthias Rebbe
software from Blue Mango. Great tool! Cheers andre On Thu, Oct 13, 2011 at 6:19 PM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Hi, thanks Andre and Stephen. I am not very used with TextMate modification i am just using it. I have downloaded the revIgniter TMbundles

Re: Anyone out there who uses TextMate for LiveCode editing?

2011-10-13 Thread Matthias Rebbe
of MonsieurX (MisterX), who left the community for some reasons in 2006. Regards, Matthias Am 13.10.2011 um 23:46 schrieb Ken Ray: On Oct 13, 2011, at 3:56 PM, Matthias Rebbe wrote: Hi, is anyone on the list using TextMate(with syntax highlighting) for LiveCode editing? If so, where can i get

Anyone using LC 5 and GLX2 on Mac?

2011-10-18 Thread Matthias Rebbe
Hi, is anyone else using LiveCode 5 with GLX2? I am experiencing some problems with that combination. It takes 2 to 3 seconds until it reacts on for example a copypaste or on clicking the compile button or entering the GLX2 menu. With 4.53 or 4.6.4 i do not see this behaviour. Regards,

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-18 Thread Matthias Rebbe
On Oct 18, 2011, at 1:42 PM, Matthias Rebbe wrote: Hi, is anyone else using LiveCode 5 with GLX2? I am experiencing some problems with that combination. It takes 2 to 3 seconds until it reacts on for example a copypaste or on clicking the compile button or entering the GLX2 menu

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-19 Thread Matthias Rebbe
Hmm, I am also on Snow Leopard. Tried already with a new install of GLX2. Will try with only GLX2 plugin and nothing else. Matthias Von meinem iPhone gesendet Am 19.10.2011 um 07:26 schrieb Mark Wieder mwie...@ahsoftware.net: Matthias- Tuesday, October 18, 2011, 4:03:55 PM, you wrote:

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-19 Thread Matthias Rebbe
Mark, thanks. Will give it a try. Tried already - deleting the preferences - only GLX2 in the plugins folder - reinstall of LiveCode 5.0 Maybe it´s not a delay of 2 -3 seconds, maybe only 1 or 2, but it is a delay which lets the user think she/he did not have pressed the compile button.

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-19 Thread Matthias Rebbe
Mark, tried now the current version. But the delay is still there. Matthias Am 19.10.2011 um 18:55 schrieb Matthias Rebbe: Mark, thanks. Will give it a try. Tried already - deleting the preferences - only GLX2 in the plugins folder - reinstall of LiveCode 5.0 Maybe it´s

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-21 Thread Matthias Rebbe
Hi Mark, i cannot see a significant change of the delay. But now i get an answer dialog with some numeric values, when clicking into the LiveCode menubar. If i disable GLX2 editor by clicking onto GLX2 in the black GLX2 bar, then i do not get that answer dialog. Regards, Matthias Am

Re: Anyone using LC 5 and GLX2 on Mac?

2011-10-21 Thread Matthias Rebbe
21.10.2011 um 09:15 schrieb Matthias Rebbe: Hi Mark, i cannot see a significant change of the delay. But now i get an answer dialog with some numeric values, when clicking into the LiveCode menubar. If i disable GLX2 editor by clicking onto GLX2 in the black GLX2 bar, then i do not get

Hurray!

2011-10-24 Thread Matthias Rebbe
Hi, good to know the list is back again. It was so boring w/o the list. I missed you all. ;) Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Am I misunderstanding data grids?

2011-10-30 Thread Matthias Rebbe
Hi Geoff, if you are using DataGrids in more than one project then have a look at DataGridHelper Plugin. http://www.runrev.com/store/product/data-grid-helper-1-2-0/ You find a quickstart guide at http://aslugontheroad.com/index.php?option=com_phocadownloadview=categoryid=12:trialItemid=63#

is the list down?

2011-11-04 Thread Matthias Rebbe
Just a test to see if the list is working. So please exuce, but no new e-mails from the list for about 10 hrs? Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

OT: Paradigma Software Inc released Free Business Ready Database and Reports Server

2011-11-08 Thread Matthias Rebbe
Hi, this might be of interest for someone. Paradigma released Free Business Ready Database and Reports Server. Visit the following link for more informations (including the terms)

Re: Wasting space on the forum.

2011-11-11 Thread Matthias Rebbe
Hi Mark, Francis spoke about 6 to 7 levels of quoting. And that is at least for me excessive quoting and makes it sometimes very hard to read and understand. Regards, Matthias Am 11.11.2011 um 19:02 schrieb Mark Schonewille: Hi Robert, No, I don't think he meant excessive quoting, I

Re: [ANN] tmCONTROL - Custom Interface Components for LiveCode Developers

2011-11-12 Thread Matthias Rebbe
Am 12.11.2011 um 16:24 schrieb bar...@libero.it: Hi Pierre Fri, 11 Nov 2011 Pierre Sahores wrote: Seems useful and cool priced with the pickup the templates you need, at your choice option ! Thanks for delivring it. Will probably test it along a next coming project ;-) Best, Pierre

OT: Live Support Chat script/solution?

2011-11-13 Thread Matthias Rebbe
Hi, does anyone know if there is a free LiveChat/LiveSupport tool available.I am looking for a solution where my website visitors can press a link on my site and a chat windows opens where they can contact me online by chat. I had something already, but the chat app for me was a windows

Re: OT: Live Support Chat script/solution?

2011-11-14 Thread Matthias Rebbe
HI Stephan, yes, i should have mentioned that. I am looking for a text chat, like Adobe is using for support. Regards, Matthias Am 14.11.2011 um 02:12 schrieb stephen barncard: what kind of chat? text, audio or video? On 13 November 2011 17:03, Matthias Rebbe matthias_livecode_150...@m

Re: OT: Live Support Chat script/solution?

2011-11-14 Thread Matthias Rebbe
On 14 Nov 2011, at 02:03, Matthias Rebbe wrote: Hi, does anyone know if there is a free LiveChat/LiveSupport tool available.I am looking for a solution where my website visitors can press a link on my site and a chat windows opens where they can contact me online by chat. I had

Re: OT: Live Support Chat script/solution?

2011-11-14 Thread Matthias Rebbe
to build such thing from scratch. I was looking for a ready to use solution, e.g. in PHP, which i could integrate on my site in the next days. Regards, Matthias Le 14 nov. 2011 à 02:03, Matthias Rebbe a écrit : Hi, does anyone know if there is a free LiveChat/LiveSupport tool available.I

Re: OT: Live Support Chat script/solution?

2011-11-17 Thread Matthias Rebbe
On 14 Nov 2011, at 02:03, Matthias Rebbe wrote: Hi, does anyone know if there is a free LiveChat/LiveSupport tool available.I am looking for a solution where my website visitors can press a link on my site and a chat windows opens where they can contact me online by chat. I had

Re: OT: Live Support Chat script/solution?

2011-11-17 Thread Matthias Rebbe
HI Stephan, yes, i should have mentioned that. I am looking for a text chat, like Adobe is using for support. Regards, Matthias Am 14.11.2011 um 02:12 schrieb stephen barncard: what kind of chat? text, audio or video? On 13 November 2011 17:03, Matthias Rebbe matthias_livecode_150...@m

Re: OT: Live Support Chat script/solution?

2011-11-17 Thread Matthias Rebbe
Hi, please excuse and ignore the last 2 messages from me. I´ve sent them with the wrong sender address and because of that they were held for approval. Unfortunatley i forgot to cancel them. Sorry. Regards, Matthias ___ use-livecode mailing list

Re: [OT] A FLASH in the pan? Part 2

2011-11-21 Thread Matthias Rebbe
Gals and Guys, please stop here. I am always shocked, how easy a OT runs out of control. Regards, Matthias Am 22.11.2011 um 00:21 schrieb Chipp Walters: Well, do you advocate all threads with the [OT] prefix be removed, or just the ones you personally don't care for? On Monday,

Re: Survey

2011-11-21 Thread Matthias Rebbe
Survey, survey? What survey? Regards, Matthias Am 22.11.2011 um 00:29 schrieb Mark Schonewille: I got a message on Twitter, that they fixed the problem. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com

Re: [OT] A FLASH in the pan? Part 2

2011-11-21 Thread Matthias Rebbe
clogging your email box then consider getting a Gmail account, or perhaps using the forums. On Monday, November 21, 2011, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Gals and Guys, please stop here. I am always shocked, how easy a OT runs out of control. Regards, Matthias

Re: Use-List

2011-11-24 Thread Matthias Rebbe
Hi, asking that directly the support team at supp...@runrev.com may give you a faster answer. ;) Regards, Matthias Am 24.11.2011 um 10:37 schrieb Richmond: I, for one, would be extremely grateful if the good folk at RunRev could give us some sort of information about:

Some questions about revBrowser

2011-11-24 Thread Matthias Rebbe
Hi, i am running into some problems, maybe caused by myself not understanding the revBrowser stuff. I have already created a simple browser stack. That was really easy to do. But now i want to create a stack with 3 buttons. Each button stands for a predefined URL(lets say url1, url2, url3).

Re: Some questions about revBrowser

2011-11-28 Thread Matthias Rebbe
that you want. Since revbrowser is an external overlay, it kinda takes over and lays on top of your stack in the rect you designate, so showing 2 at once on top of each other is problematic. So just hide the ones you don't want to show. On Thu, Nov 24, 2011 at 5:26 PM, Matthias Rebbe

Re: Some questions about revBrowser

2011-11-29 Thread Matthias Rebbe
, Matthias Rebbe wrote: Hi, and thanks to both of you. Had again a little spare time to investigate revbrowser a little bit more. A new problem now is: I use revbrowser to open a specific page. This page contains javascript. There are buttons on that page which use the javascript window.open

LiveCodeServer: redirecting with 'put header'

2011-12-07 Thread Matthias Rebbe
Hi, i am trying to redirect to another URL with ?lc put http://www.google.com; into tURL put header Status: 301 put header Location: tURL ? I tried it with 'put new header' also. I always get an Internal Server error. Does anyone know, how i can redirect with 'put header'?

Re: LiveCodeServer: redirecting with 'put header'

2011-12-08 Thread Matthias Rebbe
return meta name= setquote(robots) content= setquote(all) / return \ /head return htmlbody /body/html put it OK with Rev/LC server 3.5 to 5 HTH, Le 8 déc. 2011 à 01:39, Matthias Rebbe a écrit : Hi, i am trying to redirect to another URL with ?lc put http

Re: LiveCodeServer: redirecting with 'put header'

2011-12-08 Thread Matthias Rebbe
Hi Andre. while answering to the other replies i oversaw your one.. Tried it now out. It works ! ! ! But why do i have to put the redirecting…? Is this an on-rev specific thing or is this additional put also needed when using LiveCodeServer on other systems? If the 2nd, then RunRev would do

Re: RevOnline

2011-12-08 Thread Matthias Rebbe
Hi, did someone already inform supp...@runrev.com about that problem? Regards, Matthias Am 08.12.2011 um 19:52 schrieb Pete: Yes, been trying for weeks to upload a stack with no success. On Thu, Dec 8, 2011 at 9:44 AM, René Micout rene.mic...@numericable.comwrote: Good evening

Re: Building and Exporting 3D Models for Game Environments Free Seminar Begins in 5 Minutes

2011-12-09 Thread Matthias Rebbe
Hi, thanks for the offer. Would love to take part, but do not have a Facebook account anymore. No other way to enjoy that presentation? Regards, Matthias Am 09.12.2011 um 16:57 schrieb Lynn Fredricks: For those of you interested... This covers building models and then exporting them in

Re: Building and Exporting 3D Models for Game Environments FreeSeminar Begins in 5 Minutes

2011-12-09 Thread Matthias Rebbe
Ah, thanks. Regards, Matthias Am 09.12.2011 um 17:20 schrieb Lynn Fredricks: thanks for the offer. Would love to take part, but do not have a Facebook account anymore. No other way to enjoy that presentation? You should be able to watch it via the Ustream site, using the E Frontier

Re: DSN Less connections to ODBC database

2011-12-09 Thread Matthias Rebbe
Hi Todd, do you want to connect to an ODBC data source w/o creating a DSN in ODBC Manager/Administrator on Win/Mac? If so, there was a discussion in October 2010 in this list with the topic Does revDB support FileDSN or Connection Strings? The following is an example which should work under

Re: DSN Less connections to ODBC database

2011-12-09 Thread Matthias Rebbe
On Mac i am using the ActualTech with this connection string: Driver={Actual SQL Server};Server=192.168.0.1\SQLExpress;Database=NorthWind;UID=sa;PWD=my_password; You should not have any spaces around the semi-colons or the assignment operator (the equals signs). Hi, let me complete the

Re: Livecode Server version (wrt. on-rev)

2011-12-15 Thread Matthias Rebbe
Alex, was version 5 installed on loki systemwide by runrev? Did you get a note about that? If not, then you have to install it manually to your account. Regards, Matthias Am 15.12.2011 um 21:41 schrieb Alex Tweedly: I'm using on-rev (specifically loki.on-rev.com) for my website. It is

Re: Livecode Server version (wrt. on-rev)

2011-12-15 Thread Matthias Rebbe
to support. Thanks for your help, -- Alex On 15/12/2011 21:59, Matthias Rebbe wrote: Hi Alex, you can install LiveCodeServer 5.0 manually into your account. There is a lesson at http://lessons.runrev.com/s/lessons/m/4070/l/41105-How-do-I-choose-which-LiveCode-Server-engine-to-use

Re: FTP a file to the www directory

2011-12-16 Thread Matthias Rebbe
Hi Jacque, an ftp account normally has access to one folder and its subfolders. On on-rev for example the main ftp account points to the main folder in which the public_html folder and other system folders resides. In this case you would use ibURLftpUploadFile

Re: Wanted: Neophytes ftp Client

2011-12-18 Thread Matthias Rebbe
Bob, Andre has put an Stack called ftp commander to revonline. http://revonline2.runrev.com/stack/516/FTP-Commander Maybe you can start with that stack. HTH, Matthias Am 18.12.2011 um 20:41 schrieb Bob Earp: The Problem: I support a bunch of seniors located around the world that wish to

Re: [OT] iPhone is for games, Android is for apps.

2011-12-23 Thread Matthias Rebbe
That´s funny. Me too. And i did not yet win a game too. Matthias Am 23.12.2011 um 20:50 schrieb Mark Wieder: J. Landman Gay jacque@... writes: ...though it's important to note that Android users do in fact download games. The first Android app I downloaded was something called Casey's

Re: [OT] iPhone is for games, Android is for apps.

2011-12-23 Thread Matthias Rebbe
Cheating? Never! ;) Matthias Am 23.12.2011 um 21:31 schrieb J. Landman Gay: On 12/23/11 2:05 PM, Matthias Rebbe wrote: That´s funny. Me too. And i did not yet win a game too. Matthias Am 23.12.2011 um 20:50 schrieb Mark Wieder: J. Landman Gayjacque@... writes: ...though it's

Re: [OT] iPhone is for games, Android is for apps.

2011-12-23 Thread Matthias Rebbe
Jaqcue, Casey is headed to both markets as soon as I can see openGL on my Android tablet. No one on the RR team can figure out why I can't. what tablet do you have? Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Installer Maker 33% OFF

2012-01-02 Thread Matthias Rebbe
Mark, just for your information: The code has expired. At least that´s what Plimus is saying. Regards, Matthias Am 02.01.2012 um 11:41 schrieb Mark Schonewille: Hi everyone, First of all, a happy new year to everyone reading this list. I wish you all a productive year with very few

Re: Log in to RevOnline

2012-01-18 Thread Matthias Rebbe
Hi Richmond, how about sending an email to supp...@runrev.com ? ;) Matthias Am 18.01.2012 um 15:58 schrieb Richmond: tried to, found I had forgotten my password, so did the lost password thing using my e-mail address, waiting, waiting, waiting.. any bright ideas

Re: revBrowser sound

2012-01-19 Thread Matthias Rebbe
Ton, i am pretty sure, that this is not want you want to hear. I do not use revBrowser anymore, because it is not possible to create reliable apps with it. That is not a complaint, just a fact. But if you are on Mac you could try Jerry Daniels RodeoAppMaker instead, which is able to create a

Re: rTree author

2012-01-20 Thread Matthias Rebbe
http://forums.runrev.com/viewtopic.php?f=51t=10726 Hmm, his last visit or better say his last login into the forum was on the 6th November last year. Keep fingers crossed that he is well. Matthias I've seen him answer other posts there in a very good way, and I'm hoping he's

Re: Windows Special Folders

2012-01-21 Thread Matthias Rebbe
Pete, the link in the dictionary works for me http://vbnet.mvps.org/index.html?code/browse/csidlversions.htm Regards, Matthias Am 21.01.2012 um 18:43 schrieb Pete: The link in the dictionary to a web page that explains CSIDLs is broken. Can anyone point me to a source for this info?

Re: Windows Special Folders

2012-01-21 Thread Matthias Rebbe
files? Pete On Sat, Jan 21, 2012 at 11:24 AM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Pete, the link in the dictionary works for me http://vbnet.mvps.org/index.html?code/browse/csidlversions.htm Regards, Matthias Am 21.01.2012 um 18:43 schrieb Pete

Re: [ANN] libQR

2012-01-25 Thread Matthias Rebbe
Hi, Am 25.01.2012 um 15:22 schrieb Andre Garzia: John, Cool =) That, allied with Monte barcode reader external is a great combo. That is exact what i was thinking. Matthias =) On Wed, Jan 25, 2012 at 11:14 AM, John Craig j...@splash21.com wrote: Hi, Roger. All versions

  1   2   3   4   5   6   7   8   9   10   >