Re: Livecode Has Stopped Working

2014-11-10 Thread Björnke von Gierke
This should not happen. Did you try uninstalling, then reinstalling LC? Note that there is no 64 bit versions of LC, but that doesn't matters, because 32 bit applications should just work on any windows version. I think you need supp...@runrev.com On 10 Nov 2014, at 18:58, Ray wrote: > Recen

Re: Keyboard Shortcuts in Menus

2014-11-11 Thread Björnke von Gierke
Question 1: The & only works for Windows, where menus can be triggered with the keyboard. The character after the & will be the one to trigger, and it'll be shown underlined. You can choose any char in a word, it doesn't need to be the first one, and the premade ones are chosen as per Windows hu

Re: hair-pulling frustration

2014-11-16 Thread Björnke von Gierke
On 13 Nov 2014, at 20:09, J. Landman Gay wrote: > On 11/13/2014, 2:27 AM, Mark Schonewille wrote: >> Really, why wouldn't it be realistic to pay a bunch of students for a >> few hours of beta-testing (or should I say alpha-testing) some time in a >> development cycle? > > There's no way a "few h

Re: EU VAT changes & small software businesses

2014-11-27 Thread Björnke von Gierke
So basically, every one of you EU software sellers is going to be fucked. It seems that using the MOSS is only applicable if you yourself have a VAT identification number. Furthermore it seems to be opt in and not mandatory. Nontheless, it seems to me that you then will need to do the Vat stuff

Re: Delete and object from script within the object?

2014-12-03 Thread Björnke von Gierke
send "deleteTheImage" && myImage to this stack in 0 seconds On 03 Dec 2014, at 22:57, William Prothero wrote: > Folks: > I’m trying to delete an image from a script within that image LC doesn’t > like that because the script in the object hasn’t finished yet. > > —the image script is: > on mo

Re: Delivering Files with lcServer ?

2014-04-25 Thread Björnke von Gierke
I think most websites set the target to a new website in the link, to avoid having stuff randomly load within iframes. so i suggest to just make the link have a target of _blank or maybe _top. Then put the .lc code into its own independent file. Also make sure to set the "content-transfer-encod

Re: How to encode/decode PHP - LC on Win/Mac?

2014-04-29 Thread Björnke von Gierke
If the php files are executed by a web-server (like apache), then you probably have an encoding header supplied with each request. To find out the encoding you can query the URL in LC, and then use the libURLLastRRHHeaders() function. Note that sometimes the headers are badly made, and do not ac

Re: Zurich meeting this summer

2014-05-01 Thread Björnke von Gierke
early as possible! On 20 Apr 2014, at 01:40, Björnke von Gierke wrote: > Hi everyone > > Me and Mark are starting to prepare a meetup in Zurich (Switzerland), late > June or early July. If you’re interested in joining us, it’d be great to > know when you’ll be able to par

Re: Big bug smackdown! - check your In Box

2014-05-05 Thread Björnke von Gierke
TL;dr: If you've submitted bug reports previously, you should have received an email from RunRev listing all your bugs. Please test each of those outstanding bug reports in the most recent version of LC. On 05 May 2014, at 17:07, Richard Gaskin wrote: > Thanks to everyone who pitched in with

Re: Modularising Code

2014-05-08 Thread Björnke von Gierke
I really would love to hear your reasoning about why start using (library) is not what you want to use (or it's brethren front script and back script). Alternatively there's of course using 'send' and 'call' (more modern 'dispatch'), instead of relying on the natural order of the message path.

Re: Modularising Code

2014-05-08 Thread Björnke von Gierke
Oh. Well I don't. If there's too many handler in one object, I tend to either fuse unnecessary functions or move stuff up or down the message path. Some people use fake empty handlers as folders. And there's of course the open source GLX2 editor, which has folders. On 08 May 2014, at 14:34, Te

Re: Zurich meeting this summer

2014-05-09 Thread Björnke von Gierke
Alright everyone People interested in a meetup in Zurich, last chance to have a say on the date! http://doodle.com/yapygihh3itgz2qr cheers Björnke On 01 May 2014, at 21:20, Björnke von Gierke wrote: > Hi persons who use LC > > Just a quick reminder that we're currently plan

Re: Zurich meeting this summer

2014-05-09 Thread Björnke von Gierke
> > Regards > Kaveh > > > On 20 April 2014 00:40, Björnke von Gierke wrote: > >> Hi everyone >> >> Me and Mark are starting to prepare a meetup in Zurich (Switzerland), late >> June or early July. If you’re interested in joining us, it’d be grea

Re: LiveCode Performance Examples

2014-05-09 Thread Björnke von Gierke
I looked at some of my old stack that I knew they where slow-ish... and they're all much faster now, probably due to the new graphics engine handling stuff with lots of points better. So sadly I can't send you any slow stacks *tears up* Nontheless here's what I tried, all stacks have to do with

Re: [OFF] Cool Plugins

2014-05-10 Thread Björnke von Gierke
On 10 May 2014, at 05:40, Mark Wieder wrote: > Friday, May 9, 2014, 8:15:13 PM, you wrote: >> If we could work out a way to share the work on this with RunRev, anyone >> here interested in rolling up their sleeves to help? > You mean trying to work with a rev team that spent six months ignoring >

Re: [OFF] Cool Plugins

2014-05-10 Thread Björnke von Gierke
Alright here's a first version of a category management stack, including some 'dummy' example stack interface elements, to show off how it works. It's mostly a way to avoid category clutter right now. http://bjoernke.com/temp/Category_test.rev On 10 May 2014, at 10:07

Re: Does exists LiveCode Server Portable...

2014-05-13 Thread Björnke von Gierke
I'm not sure I understand your question correctly, so here's two answers: Any livecode standalone can be a server. All you need to do is to use the "accept socket" command. For example, the ChatRev server runs from an IDE installed on an old ibook. But it could as well be a windows standalone (w

Re: Naive Q about painting

2014-05-14 Thread Björnke von Gierke
on mouseUp set the tool to pencil drag from 10,10 to 200,250 end mouseUp On 14 May 2014, at 12:26, Richmond wrote: > I want, at the click of a button, to draw, with the Pencil tool, > a line from 10,10 to 200,250 and I don't know ho to do that. > > Richmond. -- Anyone thinking about goi

[ANN] Zurich LiveCode user meet

2014-05-16 Thread Björnke von Gierke
Hello LiveCoders, This June, the first LiveCode meeting in Zurich will happen! The date and place have been settled (see below). We're not yet completely sure about what we'll actually do during that afternoon, but here's some decided things: - Mark will give away a copy of his book "Programmin

Re: repeat with messages

2014-05-17 Thread Björnke von Gierke
Just for the record, there's a lot of places where you can append more code or garbage to properly formatted commands without any error, sometimes functional, sometimes not. Basically appendixes of non-functional code. All these examples compile without problem: split x by return and tab put

Re: Forum: quota?

2014-05-18 Thread Björnke von Gierke
The limit is per account., and you're the weirdo who posts useless images in each post. Go to "User Control Panel" -> "Overview" tab -> "Manage attachments" and delete them all. On 18 May 2014, at 14:11, Richmond wrote: > "Sorry, the board attachment quota has been reached." > > Is problem

Re: Forum: quota?

2014-05-18 Thread Björnke von Gierke
On 18 May 2014, at 15:33, Richmond wrote: > On 18/05/14 16:20, Björnke von Gierke wrote: >> The limit is per account., and you're the weirdo who posts useless images in >> each post. > > And you are the person who thinks he's super qualified to decide which im

Re: Quitting with the close box on Mac

2014-05-28 Thread Björnke von Gierke
My Version? Excuse me? What? A minor annoyance on Mavericks is that Text Edit does indeed close automatically when the last text file is closed, slightly less annoying, so does preview. Sadly, I do expect more apps to follow in the next version of OS X. I do like the new saving behaviour tho,

Re: Quitting with the close box on Mac

2014-05-28 Thread Björnke von Gierke
Ah! Well, I thought you where quite rambly there, and the point was actually a simple one. So that's why I did that. I regret nothing. 😈 On 29 May 2014, at 02:01, Richard Gaskin wrote: > > My Version? Excuse me? What? > > Consider it a customized summary. :) > >

question about ide bug, and usage of LC

2014-05-29 Thread Björnke von Gierke
When typing a very long line in the script editor, the editor does not update it's size and the scrollbar remains still, while the script editor field remains static. This problem was introduced in LC 6.5.0 or 6.5.1, and is in all versions since then, up to the current 7.0.0dp6 and 6.6.2.rc5.

Re: question about ide bug, and usage of LC

2014-05-30 Thread Björnke von Gierke
On 30 May 2014, at 07:11, J. Landman Gay wrote: > Option-return only works on Macs and will throw an error if you move the > stack to any other platform. The standard for a split line in LC is the > backslash: \ That's wrong. option-return just inserts a backslash, which then of course works

Re: Documentation

2014-05-30 Thread Björnke von Gierke
hmm, if only someone had done something about that... http://bjoernke.com/bvgdocu/ On 30 May 2014, at 15:27, Peter M. Brigham wrote: > One problem with the dictionary is that, since it is apparently based on > arrays and/or XML, it is not possible to search in the contents of the > definition

Re: [OT] M. S. Pease

2014-06-19 Thread Björnke von Gierke
I am not sure either. It could be that Mark wants to contact a person, possibly called "M.S. Pease" or similar. I could be wrong of course, maybe It's actually about someone else, or not a quest for contact at all? I wonder what it could be about? Maybe he wants an email, to actually be able to

[ANN] Meet up in Zurich Tomorrow

2014-06-27 Thread Björnke von Gierke
Hi everyone This is your last chance to register for the meet up tomorrow, if you don't register now, it's first come first serve, and the room is almost full. What: An afternoon of talking, socialising, having fun When: 13:00 - 17:00 28. June 2014 (possibly dinner after that) Where: Karl der Gr

Re: We're Funding LiveCode For the Web

2014-07-02 Thread Björnke von Gierke
It's not about who'm you email, it's about what you say. I'm sure I'm part of those 85%, which is misleading. Why? Because the poll asked "What technology would be nice to have? please select all that apply.". HTML5 was part of that list. Meanwhile "Less bugs, and a better coding experience" wa

Re: From my Spam box: "A Newer, Thicker, Stronger . . ."

2014-07-09 Thread Björnke von Gierke
A large part of the unicode bloat comes from the dictionaries. They are a kind of language descriptor for almost every written language on earth, their dialects, and synonym ways to write a character. If you're only really interested in european languages, being able to disable 99% of those will

Selling a ticket for RevCon '14

2014-08-07 Thread Björnke von Gierke
Hi Due to Family business, I'll be unable to go to America this year. Therefore I have a superfluous Premium 4 Day Ticket to RunRevLive, which I am selling for 1700.- USD (or equivalent other currency). First come first serve, please email me directly. Björnke -- Use an alternative Dictionar

Re: sorting

2014-08-09 Thread Björnke von Gierke
sort theList by word 2 of each sort theList by word 1 of each sort order is retained in-between commands, that's why it works. On 09 Aug 2014, at 08:24, la...@significantplanet.org wrote: > I have a field I want to sort. > Each line has 4 words. > I want to sort by the first word (ascending) and

Re: Selling a ticket for RevCon '14

2014-08-09 Thread Björnke von Gierke
Hmm, so everyone already has their ticket? Just to be clear, this is more then a 30% price reduction compared to the price from RunRev on the website. On 08 Aug 2014, at 03:37, Björnke von Gierke wrote: > Hi > > Due to Family business, I'll be unable to go to America this year.

Re: ChatRev

2014-08-13 Thread Björnke von Gierke
Alright, I'm back, got a brand new router, and everything should be working again. http://bjoernke.com/index.irev?target=chatrev On 10 Aug 2014, at 00:39, Mark Schonewille wrote: > Hi guys, > > Björnke just told me that a thunder storm took out his internet connection. > DSL doesn't work an

Re: Selling a ticket for RevCon '14

2014-08-13 Thread Björnke von Gierke
I still have this ticket and am offering it for a discount of more then 30% less then on the shop. I can't believe that everyone who is thinking about going already has their ticket? On 09 Aug 2014, at 18:33, Björnke von Gierke wrote: > Hmm, so everyone already has their ticket? Ju

Re: externalPackages

2014-08-13 Thread Björnke von Gierke
Richard is wrong. The goal is to be able to use any language, including anything that is available for the separate OS-es. However, there'll be a meta-LC like language, that is not quite LC, but similar-ish, which will allow to write externals too. The Idea is that it's similar enough for more p

Re: externalPackages

2014-08-13 Thread Björnke von Gierke
On 14 Aug 2014, at 01:12, Richard Gaskin wrote: > > Richard is wrong. The goal is to be able to use any language, > > including anything that is available for the separate OS-es. > > Well, it certainly wouldn't be the first time I was wrong. But given that > the engine is currently written in

Re: unlock screen doesn't unlock screen

2014-08-27 Thread Björnke von Gierke
while the screen is locked, in the repeat loop: wait 0 seconds with messages Annoying, and weird, I know. But it's been like that since a few versions now, so this "feature" probably will most likely stay like that. On 27 Aug 2014, at 13:25, j...@souslelogo.com wrote: > Hi list > > I have th

Re: Regex wildcard in XML Query

2014-10-15 Thread Björnke von Gierke
I'll just leave this here: http://stackoverflow.com/a/1732454/2149933 On 09 Oct 2014, at 18:41, Peter Haworth wrote: > On Wed, Oct 8, 2014 at 9:12 PM, Glen Bojsza wrote: > >> > xsi:type="xsd:pattern">IGD.NetDevice.\d{2}\.NetCommonInterfaceConfig. >> > > Hi Glen, > Couple of issues with using

Re: problem with counting words

2014-10-15 Thread Björnke von Gierke
There is no way to search the dictionary, but I have made a replacement for it, which can do full searches: http://bjoernke.com/bvgdocu/ As a side note I really wish "trueWord" would be named "humanWord" instead, it'd make the distinction to the historic "word" much more immediate comprehensibl

Secure Sockets

2014-10-15 Thread Björnke von Gierke
Hi all I'm rather uneducated with encryption stuff, so I wanted to try out secure sockets. However, most likely due to my incapability to understand what I'm doing, I've been unable to get a simple example working. I've used my own "simplest socket client/server" stacks from rev online, ran th

Re: Secure Sockets

2014-10-20 Thread Björnke von Gierke
So can I safely assume that no one ever has tried to use secure sockets in LC? On 15 Oct 2014, at 18:59, Björnke von Gierke wrote: > Hi all > > I'm rather uneducated with encryption stuff, so I wanted to try out secure > sockets. However, most likely due to my incapability t

Re: need some help with baseConvert()

2014-10-24 Thread Björnke von Gierke
LC is using base32Hex. That means valid chars are 0-9 and A-V. See also Wikipedia: http://en.wikipedia.org/wiki/Base32#base32hex On 24 Oct 2014, at 10:20, Tiemo Hollmann TB wrote: > Hello, > > I am using: > > put baseConvert(number,32,10) into tResult > > "QW" I get an error -- Use an a

Re: RELEASE LiveCode 7.0

2014-10-24 Thread Björnke von Gierke
They could at least improve the fakes a bit right now, because 8 is far away. On 24 Oct 2014, at 16:13, Trevor DeVore wrote: > On Fri, Oct 24, 2014 at 10:06 AM, Klaus major-k wrote: > >> >> This has been in Quality Center for more than three years now and we were >> hoping to have >> this fin

Re: card id not valid

2014-11-01 Thread Björnke von Gierke
The Inspector does not show the ID of cards by default, it only pretends to do it, by using "card id " as default name. If you change the name, you can see the "real" id appear on top of the inspector window. This is done in the IDE with a script and might possibly be confused in your case

Re: corrupted stack message

2014-11-04 Thread Björnke von Gierke
What LC version are you using to save, and what version to open it afterwards? This message often pops up when you open a stack saved with a newer stackFileVersion in an older LC version, one that doesn't "know" the new version. So if you save a stack with LC 7, and then try to open it with 6,

Live LiveCode code event #19 Wrapup

2011-04-19 Thread Björnke von Gierke
orded/14072681 I hope to see you all next weekend Björnke Note: we do always need presenters, this time for the week after this one. Please contact Mark or me if you are not a lazy cope out. On 15 Apr 2011, at 16:35, Björnke von Gierke wrote: > damn! Funny thing is that my times _are_ from t

Live LiveCode code event #20

2011-04-21 Thread Björnke von Gierke
Hello dearest friends It has come to my attention that you have inherited a fortune from the prime minister of absurdistan, who recently succumbed to his heavy case of head lice. Please make contact with me and my colleagues on this saturday, where we can talk about how to transfer the followin

Re: Live LiveCode code event #20

2011-04-23 Thread Björnke von Gierke
Half an hour to go! On 22 Apr 2011, at 02:12, Björnke von Gierke wrote: > Hello dearest friends > > It has come to my attention that you have inherited a fortune from the prime > minister of absurdistan, who recently succumbed to his heavy case of head > lice. Please make cont

Re: How to generate user passwords

2011-04-27 Thread Björnke von Gierke
repeat for random(2) + random(2) + 4 times put any char of "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890+*%&/)=?-_.:,;" & quote & space after thePassword end repeat put thePassword On 27 Apr 2011, at 11:45, Bill Vlahos wrote: > Before I reinvent the wheel, has anyone written a

Re: How to delete a single customkey?

2011-04-27 Thread Björnke von Gierke
you can set it to parts of the existing customkeys like this: put the customkeys into theList delete line 2 of theList set the customkeys to theList On 27 Apr 2011, at 17:16, Glen Bojsza wrote: > Hello, > > I have found that you can delete all customkeys of an object by setting the > customkeys

Re: How to delete a single customkey?

2011-04-27 Thread Björnke von Gierke
besides the one you delete, all else remain the same. did you actually try our examples, to see what they do? On 27 Apr 2011, at 17:43, Glen Bojsza wrote: > will this retain the custom properties and their contents of the customkeys > not deleted? > > On Wed, Apr 27, 2011 at 6:34 PM, Pete wrot

[Invitation] Post-Conference Bay area dinner

2011-05-02 Thread Björnke von Gierke
Hello Dearest coder If you are still in the Bay area, maybe you'd like to meet some people again in a smaller circle the full on conference? We have decided to do a evening dinner meeting in Berkeley on this Wednesday. If you're interested, please mail me off list. Once we know roughly how man

Re: Finding Tips (in the documentation)

2011-05-06 Thread Björnke von Gierke
Hi The built in Docu stores xml text in a custom property of several stacks called clump_.rev. I extract those into separate xml files, and then access those with my stack. Full text search is very hard to do within those xml files, because it's all stored in rev-htmlText. But people have done

Re: In Need of Assistance (URGENT)

2011-05-12 Thread Björnke von Gierke
this sounds like a school assignment. What part exactly do you have trouble with? On 12 May 2011, at 10:55, nicekris2...@aol.com wrote: > > > Hi guys, > > I am in need of assistance to solve the problems stated below. I have part of > the program done but still having problem to solve the pr

Re: Vertical adjustment of specific field text?

2011-05-12 Thread Björnke von Gierke
there's no search, what you see in the documentation is a result of a "filter" on the extended list. That is why (for example) you'll get a ton of results when entering "the", but only one when entering "revxmlchildnames". On 12 May 2011, at 11:04, Keith Clarke wrote: > Thanks John, textShift w

Re: Highlight list line on hover?

2011-05-13 Thread Björnke von Gierke
He probably meant mouseWithin? On 13 May 2011, at 09:23, Keith Clarke wrote: > ...a thinko - nice! > > Given the use and definition of mouseover in other environments, perhaps it > was more a repressed pseudonym feature request? > Best, > Keith.. > > On 12 May 2011, at 23:35, J. Landman Gay w

Live LiveCode code event #23

2011-05-13 Thread Björnke von Gierke
Next event is tomorrow. Due to horrible Jet Lag problems for me, and Marks ability to only do the work of 2 people at once (but not 3), we still desperately need other people ready to do organisation of these events. On a related note, we also need presenters, for all future weekends (not tomor

Re: link to my #22 event presentation

2011-05-13 Thread Björnke von Gierke
Right, I don't know how Mark could miss that, but it seems he's simply too busy working, so I added this to the relevant places for him now. On 13 May 2011, at 06:57, Colin Holgate wrote: > There still isn't a link on livecode.tv to the recording of my presentation > last Saturday, and I haven'

Re: Live LiveCode code event #23

2011-05-14 Thread Björnke von Gierke
One hour until it starts. Join soon: http://bjoernke.com/chatrev/ On 13 May 2011, at 21:52, Björnke von Gierke wrote: > Next event is tomorrow. > > Due to horrible Jet Lag problems for me, and Marks ability to only do the > work of 2 people at once (but not 3), we still desp

Re: delete files and folders on-rev.com

2011-05-14 Thread Björnke von Gierke
delete folder but you need to recoursively delete stuff folder needs to be empty On 14 May 2011, at 21:52, Thomas McGrath III wrote: > I am having problems deleting files and or folders via script. > > I have searched and found that revdeleteFolder does not work. But what does? > > I keep gett

Re: Live LiveCode code event #23

2011-05-16 Thread Björnke von Gierke
people to understand the very weird overuse of the term "stack" in our beloved language and ide. Presentation: http://www.ustream.tv/recorded/14702348 Presentation "slides": http://blog.livecode.tv/wp-content/uploads/2011/05/stacks.pdf cheers Bjoernke On 13 May 2011, at 21:5

Re: Obscuring password data in a data grid

2011-05-16 Thread Björnke von Gierke
you can open any arbitrary stack with any livecode made standalone. just drag drop the stack file onto the standalone, or use the file association dialog of the OS (for example right click "open with..." on windows, then select any standalone). On 16 May 2011, at 18:02, Trevor DeVore wrote: >

Re: Is there an IRC

2011-05-19 Thread Björnke von Gierke
Nope, there's only chatrev. > Is there an IRC channel for Live Code? > Thanks > Todd -- official ChatRev page: http://bjoernke.com/chatrev Chat with other RunRev developers: go stack URL "http://bjoernke.com/chatrev/chatrev1.3b3.rev"; ___ use-liv

Re: [OT] MacDefender

2011-05-19 Thread Björnke von Gierke
I think it's the 23th allele on the Y chromosome at work. Or similar. On 19 May 2011, at 21:25, David C. wrote: > Touched a different nerve. Sorry for another soapbox > > "What is scary is that anyone who owns a mac would believe their > computer got infected " > > "Most mac users are i

[Ann]Live LiveCode code event #24

2011-05-19 Thread Björnke von Gierke
Saturday. Time to sit down, and laugh about app in a day. Bring a picture of yourself to be included in the most quickest created (native looking) iOS app that was ever made with LiveCode. Win the prize when John shows his nifty iOS app creation tool (not related to the tool shown last time by A

Re: Livecode Crashes with Image Source Set to a URL

2011-05-19 Thread Björnke von Gierke
i don't have time to look at the stack at this time of the day, but generally, try to keep setting and getting of imagesource as simple as possible. crashes in general should go to supp...@runrev.com , or the quality center. Not that i did that, because interrupting a set of a imagesource does s

Re: LiveCode 4.6.1 message path and behaviors

2011-05-20 Thread Björnke von Gierke
I think your example is confusing and unlegible :) generally, nothing ever is skipped, but the arrows in your graph seem to indicate that a lot of things go past controls? Basically you can write the message path as a single line. It is an example where the message goes to the object. Of course

Re: LiveCode 4.6.1 message path and behaviors

2011-05-21 Thread Björnke von Gierke
On 20 May 2011, at 15:45, Keith Clarke wrote: > It's probably about differences in 'brain-wiring' but I find that level of > abstraction too difficult, when learning new concepts, training others or > (the real purpose for my map) deciding where to hang the various lumps of > code for my MVC ap

Re: [Ann]Live LiveCode code event #24

2011-05-21 Thread Björnke von Gierke
eyes. There'll be a raffle for that. One hour to go, Join chatrev soon. cheers Björnke On 19 May 2011, at 21:53, Björnke von Gierke wrote: > Saturday. Time to sit down, and laugh about app in a day. Bring a picture of > yourself to be included in the most quickest created (native l

Re: [OT] Pirate software in Germany?

2011-05-21 Thread Björnke von Gierke
On 22 May 2011, at 00:15, John Dixon wrote: > I don't really want to get into this, but have a read of the arguments put > forward here... > http://blog.talkingphilosophy.com/?p=2669 I read that long winded ramble. He's not actually talking about fraud vs theft. Instead, he's talking about the m

Re: LiveCode 4.6.1 message path and behaviors

2011-05-22 Thread Björnke von Gierke
is on a Saturday event once it resembles a > version of a partial truth! ;-) > > Any feedback most welcome. > Best, > Keith.. > > Figure 2 in Richard's article > > On 21 May 2011, at 17:28, Björnke von Gierke wrote: > >> On 20 May 2011, at 15:45, Ke

Re: OT: How does Windows handle spaces in program names?

2011-05-22 Thread Björnke von Gierke
you need to quote or escape spaces. That was suggested and people succesfully tested it on their own setup. What exactly did you try to quote the filenames, or escape the spaces? On 22 May 2011, at 19:51, Graham Samuel wrote: > Excuse me for repeating myself, but I put the essentials of this me

Re: LiveCode 4.6.1 message path and behaviors

2011-05-22 Thread Björnke von Gierke
HCgxmHk (if you haven't lost > the will to live yet after reading all this !) > > If it is anywhere near making sense by Saturday, I'd be happy to talk through > it :-) > Best, > Keith.. > > > On 22 May 2011, at 14:56, Björnke von Gierke wrote: >

Re: LiveCode 4.6.1 message path and behaviors

2011-05-22 Thread Björnke von Gierke
wow that's fucked up. some things in this language makes me doubt that there's intelligent life out there :( On 23 May 2011, at 01:19, Ken Ray wrote: > Actually, "send" *does* accept arrays... it's just that you have to > structure the send a little differently: > > on mouseUp > put "Ken" into

Re: LiveCode 4.6.1 message path and behaviors

2011-05-23 Thread Björnke von Gierke
I agree with your assesment that the message path is so versatile and complex, that it doesn't lead to a single ruleset, but to a dozen different valid usage scenarios. But only if one chooses to use all these advanced capabilities. 90% of my works is within the 'default' path, not using librari

Live LiveCode code event #24 wrap up

2011-05-25 Thread Björnke von Gierke
h it here: http://www.ustream.tv/recorded/14883257 Please Participate, use the web form or contact Mark or me directly: http://livecode.tv/participate/ You too can make a presentation, we even will think of a topic for you. ;) cheers Bjoernke On 21 May 2011, at 19:01, Björnke von Gierke wrote: > Hi &g

Re: revUpdateGeometry

2011-05-26 Thread Björnke von Gierke
--untested repeat for the number of cards add one to x repeat for the number of controls add one to y --add saveguards against deleting your own stuff set the custompropertyset of control y of card x to "" end repeat end repeat also check out the preferences general tab: "show livecode ui elements

[ANN] Live LiveCode code event #25

2011-05-27 Thread Björnke von Gierke
Hi all The event continues to churn on, this time with GUI-Superstar Scott Rossi. He will show us more information about his tmControl suite of custom controls, that is currently being developed for desktop and mobile. Note that once finished, this commercial add-on will allow you to have any s

Re: download and save a file

2011-05-28 Thread Björnke von Gierke
method two is called "anonymous ftp" aka. no login. It used to be widely used for file sharing, but these days there's almost no server that's so liberal. Note that for smaller tasks, you can also use put for ftp: put theData into "ftp://user:p...@url.com/folder/folder/textfile.txt"; On 28 May

Re: download and save a file

2011-05-28 Thread Björnke von Gierke
typo, forgot url: put theData into URL "ftp://user:p...@url.com/folder/folder/textfile.txt"; On 28 May 2011, at 13:40, Björnke von Gierke wrote: > method two is called "anonymous ftp" aka. no login. It used to be widely used > for file sharing, but these days there&#x

Re: custom stack resize control

2011-05-28 Thread Björnke von Gierke
on mouseDown put item 1 of the mouseLoc - item 1 of the loc of me into theX put item 2 of the mouseLoc - item 2 of the loc of me into theY repeat while the mouse is down set the loc of me to item 1 of the mouseLoc + theX, item 2 of the mouseLoc - theY set the rect of this sta

Re: [ANN] Live LiveCode code event #25

2011-05-28 Thread Björnke von Gierke
Personalised greeting. Join within the hour. Or miss the show. What do I care. Your loss. http://bjoernke.com/chatrev/ http://livecode.tv/ On 27 May 2011, at 18:51, Björnke von Gierke wrote: > Hi all > > The event continues to churn on, this time with GUI-Superstar Scott Rossi. H

Re: Challenge: Faking 3D extrusion of a polygon

2011-05-28 Thread Björnke von Gierke
you can create one polygon that shows all the lines, by inserting empty lines at the right place. for example: 40,75 331,189 131,149 19,349 40,75 40,75 65,75 331,189 356,189 156,149 19,349 44,349 40,75 40,75 65,75 356,189 331,189 156,149 44,349 19,349 40,75 however this can at sometimes produc

Re: Simple Game Server -- request for help

2011-05-29 Thread Björnke von Gierke
As you noticed, webservers are really bad at sending data to clients without being prompted first. If you are free to use your own computer as server, i suggest doing it like chatrev, having a server stack that is publicly available on the internet. That way is the easiest way to avoid the stat

Re: custom stack resize contro

2011-05-31 Thread Björnke von Gierke
Did you try to experiment with lock and unlock screen too? because you can salvage a lot of things with arcane divinations (aka. randomly adding lock screen at improbable locations and look what it does, which will be somewhat random, sometimes slowing stuff down to a crawl, sometimes solving al

Re: custom stack resize contro

2011-05-31 Thread Björnke von Gierke
so it's not a datagrid slowness flush events, so that pent up resizes do not clog down the handling of events, doesn't change anything it seems: get flushEvents("all") wait with messages, so other events can interfere while resizing (most likely not helpful, but you never kno

Re: R: Re: R: Re: R: Re: group a tList

2011-05-31 Thread Björnke von Gierke
just for your information, i would like to help, but your mail is unreadable. please make more efforts do distinguish between quoted text and your own addition to the conversation, or refrain from quoting altogether, otherwise you will get much less help then possible. On 31 May 2011, at 14:45,

Live LiveCode code event #25 wrap up

2011-06-01 Thread Björnke von Gierke
orum: http://forums.runrev.com/viewtopic.php?f=49&t=7866&start=0 cheers BvG On 28 May 2011, at 19:05, Björnke von Gierke wrote: > Personalised greeting. Join within the hour. Or miss the show. What do I > care. Your loss. > > http://bjoernke.com/chatrev/ > http://livecode.tv/

[ANN] Live LiveCode code event #26

2011-06-03 Thread Björnke von Gierke
Hi guys We're back for another Saturday event: Mark Schonewille will introduce you to way to extend LiveCode when LiveCode can't do it alone. He will explore the possibilities of "shell", "open process", "do as" and "launch program". http://livecode.tv/mark/ John Craig will also be back, and s

Re: Live LiveCode code event #26

2011-06-04 Thread Björnke von Gierke
One hour to go! One hour to go! *Swings the Bell* On 3 Jun 2011, at 20:57, Björnke von Gierke wrote: > Hi guys > > We're back for another Saturday event: > > Mark Schonewille will introduce you to way to extend LiveCode when LiveCode > can't do it alone. He will

Re: HTTP Response Headers

2011-06-04 Thread Björnke von Gierke
do you mean this? libURLLastRHHeaders() or this? libURLLastHTTPHeaders() or something else? On 5 Jun 2011, at 04:16, Todd Geist wrote: > Hello, > > Is there a way to get the response headers after making an http request > using any of methods for making http request. I have been digging aro

Re: What's the syntax to check if a local folder exists?

2011-06-07 Thread Björnke von Gierke
You got lots of responses about wether a folder exists, but to check if a folder does not contain files ("is empty") one has to do a rather complex script: function folderIsEmpty theValidPath set the defaultFolder to theValidPath put the files into theList filter theList without ".*" if

Live LiveCode code event #27

2011-06-08 Thread Björnke von Gierke
Unfortunately, I was unable to motivate any presenters for this week. Please send me a mail if you have time to present something this weekend. If I can't find people the event will have to be canceled. Thank you Björnke -- official ChatRev page: http://bjoernke.com/chatrev Chat with othe

Re: Live LiveCode code event #27

2011-06-09 Thread Björnke von Gierke
Anyone? On 9 Jun 2011, at 05:16, Björnke von Gierke wrote: > Unfortunately, I was unable to motivate any presenters for this week. Please > send me a mail if you have time to present something this weekend. If I can't > find people the event will have to be canceled. > >

Re: Live LiveCode code event #27

2011-06-09 Thread Björnke von Gierke
I aprechiate every presenter, and any date, but right now it's less then 48 hours until the next event and i need something quick :( On 9 Jun 2011, at 21:20, Colin Holgate wrote: > Andreas already offered I think, and I have a couple of ideas too. > > > On Jun 9, 2011, at 2:2

Re: Live LiveCode code event #26 Wrapup

2011-06-09 Thread Björnke von Gierke
UI widgets, and he is considering Android too. http://www.ustream.tv/recorded/15165018 Remember, all past shows are recorded and archived on the page: www.livecode.tv Please contact me to do a presentation about anything remotely coding related. Björnke On 4 Jun 2011, at 19:07, Björnke von Gi

Re: Live LiveCode code event #26 Wrapup

2011-06-10 Thread Björnke von Gierke
so you volunteer for saturday in a week? On 10 Jun 2011, at 02:55, Roger Eller wrote: > 2011/6/9 Björnke von Gierke > >> Hi >> >> Here is the wrap up from the last event. I'm sorry it's a bit late, but >> having no presenters stresses me out disproport

Re: Live LiveCode code event #26 Wrapup

2011-06-10 Thread Björnke von Gierke
so you'd like to help with organising? On 10 Jun 2011, at 02:45, stephen barncard wrote: > Such is the downside of being solely responsible for an international weekly > independent television show! > > > 2011/6/9 Björnke von Gierke > >> Hi >> >> Her

  1   2   3   4   5   6   >