Re: LiveCode Personal Banner

2010-11-13 Thread Malte Brill
Even though I can understand splash screens feel annoying, I can not see this as a surprise, as this is clearly stated on the runrev.com homepage: Applications created with this license will include a splash screen or watermark. The Server Deployment Pack comes with a limit on the number of

iRev and theFacebook API. Anyone?

2010-11-10 Thread Malte Brill
Hi all, has anyone happened to have started on working on communicating with the Facebook API from iRev? I´d appreciate any info I can get. All the best, Malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Painfully slow performance

2010-11-06 Thread Malte Brill
Peter, what happens when you use dbsqlite.bundle from the 4.0 release with the 4.5 engine? Cheers, Malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Which messages are sent to a datagrid on opencard?

2010-10-31 Thread Malte Brill
Hi, I have a rather complex stack that needs quite a few datagrids on a card. Now when said card is opened it is noticeably laggy. I guess this is due to the messages that are sent to the datagrids on (pre)opencard. PreopenControl or something the like? If I remove the dgs, or lock messages

Re: Re: Which messages are sent to a datagrid on opencard?

2010-10-31 Thread Malte Brill
Hi Zryip, the dgs have no persistent data. they are populated at a later point. Neither cached controls Some of them have custom sorting however, that should only happen after the data has been populated Data is a handful of hundret lines at max. Most of them are in the 100 lines range. I

Re: [OT] Mac App Store

2010-10-21 Thread Malte Brill
I read somewhere that Java apps would NOT be allowed. Not sure that bodes well for rev. I think that might be because Java for Mac is deprecated now. As far as I read, Apple will no longer deliver the VM with Mac OsX (Desktop edition) but only with OsX Server.

Re: [OT] Mac App Store

2010-10-21 Thread Malte Brill
Hi Francois: From the releasenotes to said update: Java Deprecation As of the release of Java for Mac OS X 10.6 Update 3, the version of Java that is ported by Apple, and that ships with Mac OS X, is deprecated. This means that the Apple-produced runtime will not be maintained at the

Re: Flipping graphic with a Key

2010-10-14 Thread Malte Brill
Hi, try setting a flag before doing the flipping: on keydown pkey if pkey = f then if not the hasFlipped of me then set the hasFlipped of me to true DoTheFlipping end if end if pass keydown end keydown on keyUp pkey if pkey = f then

Re: Edu Ware Revlets

2009-08-11 Thread Malte Brill
Sivakatirswami wrote, When I clicked refresh. download was set back to zero and nothing happened at all (as if your server was none responsive) Did you happen to have had another revLet open in the same browser session? I do see revlets hang on load sometimes and I would be interested

Re: revlet and path

2009-08-06 Thread Malte Brill
Ermmm... The environment returns browser (sans quotes) for me. Intel Mac, Os x.5.7 Firefox The defaultfolder appears to be empty if the revLet has no disk permissions. With file access permissions I get /Users/maltebrill/Library/Application Support/RunRev/revWebPlayer All the best,

Re: [script optimization challenge] Multi dimensional array filtering

2009-08-06 Thread Malte Brill
Thank you all. I ended up creating a new array anduse repeat for each key. Brian, I would be very much interested in the binary method on sorted data. Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

[script optimization challenge] Multi dimensional array filtering

2009-08-05 Thread Malte Brill
Hey all, I just try to implement a life search on a datagrid. I was doing this with the dgtext property. However this turns out to be too slow on elder machines if there are many records (30k +) Now I am trying to instead of setting the dgtext, to work with the dgdata. This could speed

Re: Embedding substacks in a revlet (was RE: start using...)

2009-08-04 Thread Malte Brill
Hugh wrote: Are you then successfully building a revlet with an embedded AE/CE substack, Malte? /H Yes I do. And I must say that I like what I see. :) All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: start using...

2009-08-02 Thread Malte Brill
Hi Yves, you can always make the library a substack of your mainstack. Open the messagebox and type set the mainstack of stack myLibrary to myManstack This will embed the library into your revLet. For dynamically loading and unloading: I want to know that too. I hope one of the Rev folks

Re: start using...

2009-08-02 Thread Malte Brill
Hi Ian, I successfully tested AE and charts in revLets. For on-rev we can not use stacks as yet, but in a revLet it works like a charm. Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Move and Resize

2009-07-21 Thread Malte Brill
Hi Dan, this is a situation where animationEngine is your friend. That said, here is a very cheesy version with the on board methods. The move command seems to get confused by the size change. Very cheesy, but you might tweak it to look nicer. Your best bet would be to set up a timer,

Datagrid: Header and gradients

2009-07-20 Thread Malte Brill
Hi, the docs indicate that one could set a custom gradient for datagrid headers. However that does not appear to work: set the dgProps[header background color] of grp grid 1 to the fillgradient of grc customGradient This takes the first gradient defined in the gradient of the

Re: Datagrid: Header and gradients

2009-07-20 Thread Malte Brill
Nevermind. Figured it out. *sigh* Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Webinar questions

2009-07-13 Thread Malte Brill
Hi Jim, FIrst, how does one implement vertical text? The implementation was done the following way. Set up the text in transparent buttons. Fiddle with the margins. Import snapshot from button. Set the resizeQuality of snapshot to best. Rotate the image. For speed reasons do all this

Re: question on ChartEngine

2009-07-12 Thread Malte Brill
Hi Yves, you got it almost right. The appending of data is all correct. To refresh the chart use chartsRefresh the long name of grp myGraph or chartsRefresh the long ID of grp myGraph or send chartsRefresh to grp myChart Hope that helps, Malte

Re: delete - main stack vs substack

2009-07-11 Thread Malte Brill
Hi Jim, another approach would be if the mainStack of tStackInQuestion = the short name of tStackInQuestion then delete tStackInQuestion -- assuming that tStackInquestion is a long reference to the stack Cheers, Malte ___ use-revolution mailing

Re: active stack

2009-07-08 Thread Malte Brill
Have you tried setting the defaultstack after your go command? What is the mode of stack B? Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: ChartsEngine Webinar tomorrow

2009-07-08 Thread Malte Brill
Thank you all for the kind words. The webinar was fun, though I must admit I was pretty nervous the whole day. It is rather strange to speak and have no direct feedback from the people listening to you and I guess even stranger if you are not a native speaker. :) Also I would have slowed

ChartsEngine Webinar video link

2009-07-07 Thread Malte Brill
Hi! (I hope you do not mind me changing the subject) For those of you who missed it. The recorded session is here: http://runrev.com/offers/webinar-2009-07-07/2009-07-07-chartsEngine.wmv After watching the video I am thinking about upgrading my DSL connection though. The video lags a bit,

ChartsEngine Webinar tomorrow

2009-07-06 Thread Malte Brill
Hi all, just a quick note that tomorrow will be the next webinar in the revSelect series. This time it is my turn to tell interested people something about chartsEngine. Anyone who is interested in hearing a bit more about how chartsEngine works, and wants to watch me build a real world

Linux question

2009-06-25 Thread Malte Brill
Hi, can anyone make sense out of this? /usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so: wrong ELF class: ELFCLASS6 This pops up in the shell after starting a standalone we built. Also under KDE the whole system seems a bit unresponsive. While being quite snappy under Mac OS and Windows,

Re: Re: Linux question

2009-06-25 Thread Malte Brill
Hi Peter! Thanks for your reply. This is on KUBUNTU 64 bit. The log file is rather lengthy. I could send it to you off list if that ´s ok. I can not make any sense of it what could be important. Thanks again, Malte ___ use-revolution mailing list

Re: Re: mouse gestures

2009-05-29 Thread Malte Brill
Thanks Terry. :) Tom: Thanks for the kind words. I wonder if adding the distance would slow it down? I doubt. It might depend on what you want to collect, though I don´t think so. The lib already polls the distance from the last recorded x,y position to the mouseloc. If you hook in a

mouse gestures

2009-05-28 Thread Malte Brill
Hey, as sitting in hotels in the middle of nowhere is boring, I took a couple of hours to write a little lib to implement mouse gestures in Rev. You can find it either in the new revOnline or type in the messagebox: go stack URL http://www.derbrill.de/fun/libMouseGestures.rev; This lib

Re: New groups bugaBoo

2009-05-22 Thread Malte Brill
The last keyword will always reference the group with the highest layer. So if you have nested groups this might fail, or if you set the layer property of the group of course. Hth, Malte ___ use-revolution mailing list

Anyone happens to use a modbook with rev?

2009-05-19 Thread Malte Brill
Hi, does anyone here happen to use a modbook with Rev applications? http://www.axiotron.com/ If so, I would be very interested to learn if there are any drawbacks and if the text recognition works from within a rev app. All the best, Malte ___

Re: Re: Re: 2 things

2009-04-20 Thread Malte Brill
Colin wrote: By just replying, and not touching the subject, it should remain within the same thread. As soon as one is on digest mode (as am I) I think it will break. Anyone knows a way around that? Cheers, Malte ___ use-revolution

Re: on-Rev and Domain Names

2009-04-18 Thread Malte Brill
Hi Colin, If you forward from your original domain it is like someone asks you Where do I find your candy store that has the goodies at your office. You then tell them It is in abc.on-rev street, this is just the office, move along, nothing to buy here You redirect them there. If you do

Re: on-Rev and Domain Names

2009-04-18 Thread Malte Brill
Hi Yves, I wouldn´t say I am experienced with this either. :) This might shed some light though: http://en.wikipedia.org/wiki/Domain_Name_System#Domain_registration If you cancel the subscription with your current provider, you will need to make sure that your domain still can be found on

Re: How to create a UTF-8 XML file with rev?

2009-04-17 Thread Malte Brill
Moin Tiemo, this should get you started (mind linewraps): put encodeUtf8(?xml version= quote 1.0 quote encoding= quote UTF-8 quote ?request name= quote pAction quote /request) into tData put revCreateXMLTree(tData, true, true, false) into tId function decodeUtf8

Re: My BBC Master - - - getting Beeped-off.

2009-03-11 Thread Malte Brill
Brian, What would be the basic requirement that would get people off the ground, without growing into a monster sound effect library? if you gave me methods to play .wav and .aif files (.ogg would be a plus) on at least 8 different channels with the ability to set the playloudness,

Re: [ANN] Gradient Explorer

2009-03-02 Thread Malte Brill
Scott wrote: BTW, stay tuned for a new gradient plugin for Rev... Can't wait to see it! Cheers, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com

chartsEngine 1.0.1

2009-02-25 Thread Malte Brill
Hi all, we just uploaded a maintenance release of chartsEngine. - Typos in the docs have been fixed - if the chart fails to render because the data is corrupt or any other reason, the result will now contain the error code So after a chartsRefresh you can do the following: chartsRefresh

Re: [ANN] chartsEngine - now on revSelect

2009-02-20 Thread Malte Brill
Richard wrote: One small note for us MC users: the initialization of the demo stack makes a call to something in the Rev libraries, so when running in any other IDEs it throws an error and doesn't load the library. That would be the call to revLoadedStacks in the stack script of the

Re: [ANN] chartsEngine - now on revSelect

2009-02-20 Thread Malte Brill
Klaus: Thanks a heap. Will test that for v1.1 Sarah: You had a major part in making it happen. Thanks again for the random data code. :) Victorias: I hope it is useful. Andre: chartsCreateChart can take additional parameters. The first one being the name of the group you create,

Re: [ANN] chartsEngine - now on revSelect

2009-02-20 Thread Malte Brill
Richard wrote: Is the call to revLoadedStacks truly necessary? No, but convenient. revLoadedStacks will report the stack as available, also when it is closed, but in memory while the openStacks would not. What I was trying to do there (not thinking about the Metacard guys and gals I must

[ANN] chartsEngine - now on revSelect

2009-02-19 Thread Malte Brill
Hi all, just a quick note that our latest library for Revolution is now life in revSelect. chartsEngine. Before I get into the usual blahblah of what it can do, I would like to express my gratitude to a few people on this list how have been extremely helpful during final spurt. Wouter.

Re: [ANN] chartsEngine - now on revSelect

2009-02-19 Thread Malte Brill
Hi, first things first. Trevor just let me know the demo script on page 3 f the PDF is wrong. Silly typo: Should read: A complete script to create a chart can look like this: on mouseUp local tchart chartsCreateChart put the result into tchart set the charts[data] of tchart to 1,1,1

[OT] 1234567890 epoch time

2009-02-13 Thread Malte Brill
Anyone having a party? My collegue and friend Benedikt build this nice clock in processing to celebrate this event. http://benedikt-seidl.de/123/ All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Why doesn't this work now? (Copy paste of a card with a background)

2009-02-08 Thread Malte Brill
Hi Art, Now, that´s a nice one! cut this cd in a button indead instantly shuts down rev (at least on a mac). If you have not reported this to the quality centre yet, please do so. I think this is a severe defect. Please let me know the bug number. A workaround would be go last copy cd 1

Re: OT: Need a little help with package maker

2009-02-06 Thread Malte Brill
Moin Tiemo, why would you want to create an installer for your app in first place? There are very few apps on the Mac that require an installation process. Usually these are those that need admin rights to install things in places a normal user would not have access to. Most apps are

Re: When should cmd-period work?

2009-02-03 Thread Malte Brill
It's dead, Jim. Jupp. For what it´s worth. I added a wait 10 millisecs with messages after your formatFld calls in the update handler. On first run I was able to command period out of it and rather surprised to see the script of stack revDebugger popping up pointing to (ebug mode is

Re: Re: Subject: Drawing a curved shape - 2nd attempt

2009-02-02 Thread Malte Brill
Mr. Reetz wrote: Do you guys work for Putin? Forgot to take your Prozac today? I don´t get it... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Pressing Ctrl+Alt+Q on a german keyboard does not enter an '@' symbol in Revolution fields.

2009-01-30 Thread Malte Brill
Moin Tiemo, this depends on how you type it I guess. Are you a 3 key or 2 key @ typer? You can get the @ symbol with either altgr + q or ctrl + alt + q on Win. The latter one fails. However, I thought that had been fixed :-/ Anyway. Here is the workaround. on commandKeyDown theKey if

Re: Pressing Ctrl+Alt+Q on a german keyboard does not enter an '@' symbol in Revolution fields.

2009-01-30 Thread Malte Brill
dyslexic fingers forgot the end if on commandKeyDown theKey if the altkey is down and theKey = q then type @ else pass commandKeyDown end if end commandKeyDown Cheers, Malte ___ use-revolution mailing list

Re: AW: Pressing Ctrl+Alt+Q on a german keyboard does not enter an '@'symbol in Revolution fields.

2009-01-30 Thread Malte Brill
with that. :) It took a while to be able to sit in that office again. It used to be my ivory tower, now it is only 2 rooms I am not always compfortable in. That´s what remains I guess. However, onwards! Grüße, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID

Re: playing multi-sounds

2009-01-29 Thread Malte Brill
While we are at multichannel sound playing without QT again. Any external writers around here that could code such a beast for X-Plat use? I´d be willing to throw some $ in a pot. Here is my experience with multiple players: As others wrote already, it lags. Especially for short clips. But

Re: playing multi-sounds

2009-01-29 Thread Malte Brill
Mark, please keep me up to date. Synthesis is far more than I would expect (cool though, very!) I was thinking more about a wrapper around a subset of openAL if that is at any rate feasible. That also might be overkill, but cool to have. http://en.wikipedia.org/wiki/OpenAL I would so

Re: Director-like multi-image sprite animation

2009-01-28 Thread Malte Brill
FWIW here are my 2 cents. The most difficult problem you´ll face is how to react if a frame gets dropped. Slower machines may not be up to the challenge to render a complicated animation, or if the user has many apps open at the same time (and mail is starting to download many emails in

Encoding of $appdata on XP?

2009-01-26 Thread Malte Brill
Hi there, I need to read out $appdata on XP. As long as there are no Umlauts all is fine. As soon as there is an umlaut it breaks: Username: ßäöütz é specialfolderpath(26): C:/Dokumente und Einstellungen/ßäöütz é/ Anwendungsdaten $appdata: C:\Dokumente und Einstellungen\á„”tz

Re: where to put plugins, externals, under linux

2009-01-26 Thread Malte Brill
Hey Andre! What does revenvironmentuserpluginspath() return under Linux? This is the place Rev looks for user plugins under Mac and Win. Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: where to put plugins, externals, under linux

2009-01-26 Thread Malte Brill
Hi Andre, revenvironmentuserpluginspath() appears to be /home/user/My Revolution enterprise/Plugins under UBUNTU. Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Re: Encoding of $appdata on XP?

2009-01-26 Thread Malte Brill
Moin Tiemo! No dice with your suggestion I am afraid. :( Regarding citrix: I have helped building an app. that consists of a Java server and a massive Rev front end to it. It all seems to work well on citrix, however specialfolderpaths were a gotcha. The rest works just fine... Mark,

Re: Creating graphs

2009-01-21 Thread Malte Brill
) All the best, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com ___ use-revolution mailing list use-revolution

Re: Can anybody HELP !!

2009-01-20 Thread Malte Brill
? does it work first and then halt or crash once you invoke answer? All the best, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com

Re: Sounds

2009-01-19 Thread Malte Brill
-- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Re: La communauté Revolution est en deu il

2009-01-17 Thread Malte Brill
. The community lost a bright mind and a humourus person. We will miss you Eric! Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com

[Semi OT] Awesome Mega Mighty Games looking for a part time scripter

2009-01-13 Thread Malte Brill
a sample of your work - please include that in your response. Cheers, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com

Test

2009-01-13 Thread Malte Brill
Ping? -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games VAT ID DE223571286 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: setting rects of players in repeat loop works in IDE but not in standalone

2009-01-08 Thread Malte Brill
Hi Klaus, what is the lockloc of the player set to? What happens if you set the filename before you set the rect? Cheers, Malte -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games Steuernummer: 28 015 03865 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma

test

2008-12-15 Thread Malte Brill
bounce? -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games Steuernummer: 28 015 03865 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com ___ use-revolution mailing list use-revolution

Re: Re: MouseMove . . . err?

2008-12-15 Thread Malte Brill
, Malte (happy to get through again) -- Malte Brill CEO derbrill Multimedia CTO awesome mega mighty games Steuernummer: 28 015 03865 Tel: +49 4331 337 977 7 email: i...@derbrill.de ma...@awesomemegamightygames.com ___ use-revolution mailing list

Re: Conference DVDs: Design principles

2008-11-18 Thread Malte Brill
Tom wrote: I want to own a part of Malte too!!! Lol. I have an arm and a leg I do not use at the moment. Would that help? Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Random algorithm

2008-11-13 Thread Malte Brill
It looks like the limit is 2^31 -- 2147483648 Thanks for testing that Dave! Somewhat related :) http://web.archive.org/web/20011027002011/http://dilbert.com/comics/dilbert/archive/images/dilbert2001182781025.gif http://xkcd.com/221/ Cheers, Malte

Re: Re: Re: Random algorithm

2008-11-12 Thread Malte Brill
Dave wrote: The maximum number it can be set to seems to be 2130706432. Hi Dave (and all) I am not too sure about that, though I would love to know if there are upper limits. On my Intel mac I get: 9 4 34 30 25 21 16 12 8 3 33 on each run of the following script: on mouseUp pMouseBtnNo

Re: Using the Player to run a stack

2008-11-05 Thread Malte Brill
Hi Shari, AFAIK the player forces a backdrop (at least for Media stacks), so I guess that might be what you are seeing. Hope that helps, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Totally OT - I need some heads up (and a hug or two)

2008-10-10 Thread Malte Brill
Dear friends, to all of you who responded on and off list. THANK YOU! I really apperciate it. I am not yet in a condition where I can reply to email, but the situation will not bring me down for long. I will be taking a couple of days off. Going seasides next Friday. Too many things to pt

Totally OT - I need some heads up (and a hug or two)

2008-10-09 Thread Malte Brill
Hi all, today is the worst day in my self employment life. I arrived at the office today, just to learn that everything apple branded is gone. Stolen. Away. Not only that, but my external backup HD also vanished and a few things I was pretty fond of, like a keyboard (music) and a

Re: Re: Re: suggestions for cross-version benchmarking test tool?

2008-10-07 Thread Malte Brill
Hi Richard, if you want, please look at http://quality.runrev.com/qacenter/show_bug.cgi?id=7257 I too see leakage and drastic slowdowns under Linux, yet I could not boil it down to something as atomic as in this test case. Cheers, malte ___

Re: Slow down of the 3.0 IDE

2008-10-02 Thread Malte Brill
Tiemo, it might be worth a try to delete revPreferences.rev (while rev is closed) In the messagebox type: put the filename of stack revPreferences to get the full path. Now close rev to delete that file and restart. But maybe you tried that already? All the best, Malte

Re-6: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-10-01 Thread Malte Brill
Hi Franz, also does not work with a 3.0 Standalone. Please report this to QCC. XP Pro, german. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-09-30 Thread Malte Brill
hi, may sound stupid. Have you tried adding a menubar that has an edit menu to the main stack? If not could you try and see if you can paste then? If so I might be close to a godzilla report. Cheers, Malte ___ use-revolution mailing list

Re: Port Number for MYSQL - using MAMP

2008-09-22 Thread Malte Brill
Hi Stephen, I use a MAMP server to test one of my applications here. Though I do not use trevors lib, but do it all by hand. This line of code lets me connect to the machine: put revOpenDatabase(tDBType,tIP:tPort,tDBName,tUser,tPass) into sDBID - sDBID now holds an integer that can be

Re: revOnline (Was: Re: user spaces on RunRev)

2008-09-19 Thread Malte Brill
Hi Eric (and all), as I am under NDA (as was the session on Malta) I can not really comment on the project, besides that I have not been working on it anymore. If you have further questions about the state, this would be best asked on improve rev, or directly with the mothership.

Re: Re: chat protocols

2008-09-11 Thread Malte Brill
Andre: Thanks. It appears M$ changed their protocol, so I will need to get in touch with S. David: I am VERY interested to learn more about your library. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please

chat protocols

2008-09-10 Thread Malte Brill
Hi all, has anyone ever written some code to connect to any of the mainstream chatservers like AIM or MSN in rev? If there are any libraries available I´d really appreciate some input. Cheers, Malte___ use-revolution mailing list

Re: slown down of IDE 2.9 under windows

2008-09-09 Thread Malte Brill
Hi Tiemo, I have seen this once. The reason was that the messagewatcher did not reset the messageMessages to false after closing. So you might want to test in the messagebox: put the messageMessages If it is true then set the messageMessages to false and see if that is any help. Best,

Re: AW: Software License Manager

2008-09-08 Thread Malte Brill
Hi Tiemo, I guess everyone has a different take on this and there are quite a few options. I will for sure not claim completeness in this email, nor will I claim to be right in any point I make. :) I think it is important not to be paranoid about piracy. There will always be the

Re: Still the refresh problem in Rev. 3?

2008-09-04 Thread Malte Brill
Hi Jim, I am afraid the forced refresh still is necessary. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Re: XML Question

2008-08-29 Thread Malte Brill
Hi David, could you send me the XML you are trying to parse and your script? I did not bother parsing atom feeds as yet, but have been working with XML quite a lot the last 1.5 years. Taking the example you posted in your previous mail (and adding the tag that you said would fail) just

Re: [OT] Gorilla Marketing

2008-08-29 Thread Malte Brill
Dear Richmond, if you have something to say to me, I always have an open ear for you, but do not try to be subtle on me, k? Does not work for non native speakers. I at least have the guts to address the kid directly without posting some vague messages. (Left out smiley intentionally) The

Re: XML Question

2008-08-28 Thread Malte Brill
While this is inconvenient behaviour, it might be argued that it is correct, or at least standard compliant. ;-) So before the behaviour is changed I would like this discussed. I think the reason why you seem to lose the tag is that the namespace is not defined. The tag is not lost, but

Re: Re: [OT] Copyright infringement, sometimes a good way to do guerilla marketing :o)

2008-08-28 Thread Malte Brill
Thanks for the hint about htaccess. Right now his traffic is not going to drive me out of business, so I leave the image on for the fun of it. If there is more to tell, I will post it on my blog http://theindustryandme.blogspot.com/ Cheers, Malte

[OT] Copyright infringement, sometimes a good way to do guerilla marketing :o)

2008-08-27 Thread Malte Brill
Hi list, this an absolutely off topic post... I was reading my serverlogs yesterday night an have been a little puzzled of why a relevant amount of Traffic comes from youTube. Until now I was using youTube only passively. Looking at the detailed log revealed that some kid in the US has

Re: AnimationEngine docs fixes and restored eBook download

2008-08-26 Thread Malte Brill
Just to let you folks know I read and care. ;-) JB, I sent you a mail off list. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

[Ann] [de] German Revolutionboard is moving to a new host

2008-07-30 Thread Malte Brill
My apologies for a few words of german on this list... Hallo liebe deutschsprachige Rev User! Das revolutionboard befindet sich zur Zeit im Wartungsmodus, da wir den Provider wechseln. Bis der Umzug abgeschlossen ist können keine neuen Posts geschrieben werden. Die Web Adresse bleibt

AnimationEngine docs fixes and restored eBook download

2008-07-30 Thread Malte Brill
Hi, sorry for the delay. You can download the fixed documentation for animationEngine here: http://www.derbrill.de/downloads/animationengine29.zip The examples for drawIsoLine and drawIsoBox are working now. Also the download for the eBook has been restored. It can be found on the

Re: MySQL timeout

2008-07-16 Thread Malte Brill
Hi Terry, I experienced the same. The problem was only the case, if the machine running the mySQL server is not found on the Network though. If the machine is there, but the server is down it times out immediately, so I went for pinging the server first using shell and if that was

Re: rev apps on iPhone?

2008-06-29 Thread Malte Brill
I think the biggest problem with rev apps on the iPhone is Apple inc. As far as I understand they do not allow for dynamic scriptable environments. At least that is what I read on the tech sites I am visiting. That was the reason for no Java port as yet and would make it difficult for an

Happy birthday Björnke

2008-06-26 Thread Malte Brill
Hey my man! All the best wishes to your birthday. Hope to catch you on chatrev some time today. :) Gruß, Malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Happy Birthday Klaus

2008-06-25 Thread Malte Brill
Hey Klaus, all my best wishes to your birthday. Keep up the great work. (But maybe you are focused on watching ocer right now g) All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: animationEngine examples - error

2008-06-22 Thread Malte Brill
Hi JB, that was a rather stupid mistake of me. /* Note to self: You should now by now that one can not copy from a password protected stack. :-( */ Will get that fixed once back in the office. As I will need to think about how I solve this is might be a while until the fixed version is

Re: [ANN] animationEngine 2.9 available

2008-06-21 Thread Malte Brill
Hi JB, I have tried your stack and it keeps giving me errors. Maybe it is because I purchased AnimationEngine and it conflicts with your Demo version. What kind of errors do you get? animationEngine is a library stack. So you should just be able to use the newer one, given you use a

Re: [ANN] animationEngine 2.9 available

2008-06-21 Thread Malte Brill
Hi JB, I was just checking chipps stack (which is way cool by the way!!!) The problem is that it carries an old version of AE as a substack, so if you open chipps stack first then type into the messagebox delete stack animationEngine then save chipps stack and open the new version of ae

Re: Re: Hello... Its good to be back. Is this the place to be or is the forum now it?

2008-06-21 Thread Malte Brill
Thanks for the update Peter! All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

  1   2   3   4   5   6   7   >